summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--impl/EquationSystem.g2
-rw-r--r--impl/ImprovementOperator.hpp158
-rw-r--r--impl/Log.hpp3
-rw-r--r--impl/MaxStrategy.hpp20
-rw-r--r--impl/Operator.hpp4
-rw-r--r--impl/VariableAssignment.hpp10
-rw-r--r--impl/main.cpp4
-rw-r--r--impl/systems/long-fixpoint.eqns100005
-rw-r--r--tex/lit-review/Makefile8
-rw-r--r--tex/lit-review/main.tex159
-rw-r--r--tex/lit-review/references.bib117
-rw-r--r--tex/outline/Makefile8
-rw-r--r--tex/outline/main.tex68
-rw-r--r--tex/outline/references.bib86
-rw-r--r--tex/presentation/main.aux79
-rw-r--r--tex/presentation/main.log1349
-rw-r--r--tex/presentation/main.nav57
-rw-r--r--tex/presentation/main.out5
-rw-r--r--tex/presentation/main.snm0
-rw-r--r--tex/presentation/main.tex290
-rw-r--r--tex/presentation/main.toc6
-rw-r--r--tex/presentation/missfont.log213
-rw-r--r--tex/presentation/slides.aux104
-rw-r--r--tex/presentation/slides.log81732
-rw-r--r--tex/presentation/slides.nav32
-rw-r--r--tex/presentation/slides.out0
-rw-r--r--tex/presentation/slides.pdfbin240142 -> 0 bytes
-rw-r--r--tex/presentation/slides.snm0
-rw-r--r--tex/presentation/slides.tex655
-rw-r--r--tex/presentation/slides.toc1
-rw-r--r--tex/presentation/thomas/ASOPT.pdfbin7529 -> 0 bytes
-rw-r--r--tex/presentation/thomas/CNRS.pdfbin3086 -> 0 bytes
-rw-r--r--tex/presentation/thomas/Makefile7
-rw-r--r--tex/presentation/thomas/SAPLING november 2011/.DS_Storebin6148 -> 0 bytes
-rw-r--r--tex/presentation/thomas/TUM.pdf63
-rw-r--r--tex/presentation/thomas/TUM2.pdfbin4514 -> 0 bytes
-rw-r--r--tex/presentation/thomas/VERIMAG.pdfbin4461 -> 0 bytes
-rw-r--r--tex/presentation/thomas/WWU.pdfbin5178 -> 0 bytes
-rw-r--r--tex/presentation/thomas/bib.bib3631
-rw-r--r--tex/presentation/thomas/defs.tex250
-rw-r--r--tex/presentation/thomas/defs.texshop1
-rw-r--r--tex/presentation/thomas/figs/.svn/all-wcprops29
-rw-r--r--tex/presentation/thomas/figs/.svn/entries164
-rw-r--r--tex/presentation/thomas/figs/.svn/prop-base/heater.pdf.svn-base5
-rw-r--r--tex/presentation/thomas/figs/.svn/prop-base/region_convex.pdf.svn-base5
-rw-r--r--tex/presentation/thomas/figs/.svn/prop-base/region_convex_poly.pdf.svn-base5
-rw-r--r--tex/presentation/thomas/figs/.svn/prop-base/region_general.pdf.svn-base5
-rw-r--r--tex/presentation/thomas/figs/.svn/text-base/heater.pdf.svn-basebin53919 -> 0 bytes
-rw-r--r--tex/presentation/thomas/figs/.svn/text-base/region_convex.pdf.svn-basebin167570 -> 0 bytes
-rw-r--r--tex/presentation/thomas/figs/.svn/text-base/region_convex_poly.pdf.svn-basebin218863 -> 0 bytes
-rw-r--r--tex/presentation/thomas/figs/.svn/text-base/region_general.pdf.svn-basebin218815 -> 0 bytes
-rw-r--r--tex/presentation/thomas/figs/heater.pdfbin53919 -> 0 bytes
-rw-r--r--tex/presentation/thomas/figs/region_convex.pdfbin167570 -> 0 bytes
-rw-r--r--tex/presentation/thomas/figs/region_convex_poly.pdfbin218863 -> 0 bytes
-rw-r--r--tex/presentation/thomas/figs/region_general.pdfbin218815 -> 0 bytes
-rw-r--r--tex/presentation/thomas/hand_rechts.pdfbin76470 -> 0 bytes
-rw-r--r--tex/presentation/thomas/logos/.DS_Storebin6148 -> 0 bytes
-rw-r--r--tex/presentation/thomas/main.aux145
-rw-r--r--tex/presentation/thomas/main.idx0
-rw-r--r--tex/presentation/thomas/main.log92036
-rw-r--r--tex/presentation/thomas/main.nav54
-rw-r--r--tex/presentation/thomas/main.out4
-rw-r--r--tex/presentation/thomas/main.pdfbin851913 -> 0 bytes
-rw-r--r--tex/presentation/thomas/main.snm0
-rw-r--r--tex/presentation/thomas/main.tex57
-rw-r--r--tex/presentation/thomas/main.toc5
-rw-r--r--tex/presentation/thomas/missfont.log46
-rw-r--r--tex/presentation/thomas/pgfplots.sty50
-rw-r--r--tex/presentation/thomas/proof.sty377
-rw-r--r--tex/presentation/thomas/slides.log28
-rw-r--r--tex/presentation/thomas/slides.tex780
-rw-r--r--tex/presentation/thomas/slides.texshop1
-rw-r--r--tex/presentation/thomas/strike.pdfbin17647 -> 0 bytes
-rw-r--r--tex/presentation/thomas/strike2.pdfbin6690 -> 0 bytes
-rw-r--r--tex/presentation/thomas/textpos.sty367
-rw-r--r--tex/presentation/thomas/usyd.pdfbin26072 -> 0 bytes
77 files changed, 27 insertions, 283264 deletions
diff --git a/.gitignore b/.gitignore
index 2ee2ce8..3b01757 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/impl/build/*
+/impl/parser/*
diff --git a/impl/EquationSystem.g b/impl/EquationSystem.g
index 07e8e71..cec400f 100644
--- a/impl/EquationSystem.g
+++ b/impl/EquationSystem.g
@@ -31,7 +31,7 @@ expr : '(' expr GREATER_EQUAL expr QUESTION_MARK expr ')' -> ^(GUARD expr expr e
term : NUMBER
| VARIABLE
| '-'^ term
- | '('! expr ')'! ;
+ | '('! maxExpr ')'! ;
NUMBER : (DIGIT)+ ;
diff --git a/impl/ImprovementOperator.hpp b/impl/ImprovementOperator.hpp
deleted file mode 100644
index 8ebf2d1..0000000
--- a/impl/ImprovementOperator.hpp
+++ /dev/null
@@ -1,158 +0,0 @@
-#ifndef IMPROVEMENT_OPERATOR_HPP
-#define IMPROVEMENT_OPERATOR_HPP
-
-#include "IdSet.hpp"
-#include "MaxStrategy.hpp"
-
-template<typename Domain>
-struct ImprovementOperator {
- virtual ~ImprovementOperator() { }
- virtual bool improve(
- EquationSystem<Domain>& system,
- ConcreteMaxStrategy<Domain>& strat,
- StableVariableAssignment<Domain>& rho,
- IdSet<Variable<Domain> >& changedIn,
- IdSet<Variable<Domain> >& changedOut
- ) const = 0;
-};
-
-template<typename Domain>
-struct NaiveImprovementOperator : public ImprovementOperator<Domain> {
- bool improve(
- EquationSystem<Domain>& system,
- ConcreteMaxStrategy<Domain>& strat,
- StableVariableAssignment<Domain>& rho,
- IdSet<Variable<Domain> >&,
- IdSet<Variable<Domain> >&
- ) const {
- bool changed = false;
- for (unsigned int i = 0, length = system.maxExpressionCount();
- i < length;
- ++i) {
- MaxExpression<Domain>& expr = system.maxExpression(i);
- // this relies on the fact that an expression will only be proessed after the expressions
- // it depends on (which should always be true, as they form a DAG)
- unsigned int index = expr.bestStrategy(rho, strat);
-
- if (index != strat.get(expr)) {
- changed = true;
- strat.set(expr, index);
- }
- }
- log::strategy << strat << std::endl;
- return changed;
- }
-};
-
-template<typename Domain>
-struct RepeatedImprovementOperator : public ImprovementOperator<Domain> {
- RepeatedImprovementOperator(const ImprovementOperator<Domain>& op)
- : _subImprovement(op) { }
-
- bool improve(
- EquationSystem<Domain>& system,
- ConcreteMaxStrategy<Domain>& strat,
- StableVariableAssignment<Domain>& rho,
- IdSet<Variable<Domain> >& changedIn,
- IdSet<Variable<Domain> >& changedOut
- ) const {
- if (_subImprovement.improve(system, strat, rho, changedIn, changedOut)) {
- StableVariableAssignment<Domain>* rho2 = system.eval(rho, strat);
- improve(system, strat, *rho2, changedIn, changedOut);
- delete rho2;
- return true;
- }
- return false;
- }
- private:
- const ImprovementOperator<Domain>& _subImprovement;
-};
-
-<<<<<<< HEAD
-
-
-#include "VariableAssignment.hpp"
-
-template<typename Domain>
-struct DynamicMaxStrategy : public MaxStrategy<Domain> {
- DynamicMaxStrategy(
- const EquationSystem<Domain>& system
- ) : _system(system),
- _rho(NULL),
- _values(system),
- _stable(system.maxExpressionCount()),
- _influence(system.maxExpressionCount(),
- IdSet<MaxExpression<Domain>>(system.maxExpressionCount())),
- _var_influence(system.variableCount(),
- IdSet<MaxExpression<Domain>>(system.maxExpressionCount()))
- {}
-
- void setRho(DynamicVariableAssignment<Domain>& rho) {
- _rho = &rho;
- }
-
- unsigned int get(const MaxExpression<Domain>& e) const {
- solve(e);
- return _values.get(e);
- }
-
- void invalidate(const Variable<Domain>& v) const {
- log::strategy << "invalidating " << v << " - " << *_system[v] << std::endl;
- log::strategy << "\t" << _var_influence[v] << std::endl;
- _stable.filter(_var_influence[v]);
-
- for (auto it = _var_influence[v].begin();
- it != _var_influence[v].end();
- ++it) {
- solve(_system.maxExpression(*it));
- }
- }
-
- struct DependencyAssignment : public VariableAssignment<Domain>{
- DependencyAssignment(const DynamicMaxStrategy& strat,
- VariableAssignment<Domain>& rho,
- const MaxExpression<Domain>& expr)
- : _strat(strat),
- _rho(rho),
- _expr(expr) {
- }
- const Domain& operator[](const Variable<Domain>& var) const {
- _strat._var_influence[var].insert(_expr);
- return _rho[var];
- }
- private:
- const DynamicMaxStrategy& _strat;
- VariableAssignment<Domain>& _rho;
- const MaxExpression<Domain>& _expr;
- };
-
- struct DependencyStrategy : public MaxStrategy<Domain> {
- DependencyStrategy(const DynamicMaxStrategy& strat, const MaxExpression<Domain>& expr)
- : _strat(strat),
- _expr(expr) {
- }
- unsigned int get(const MaxExpression<Domain>& e) const {
- _strat.solve(e);
- if (&_expr != &e) {
- _strat._influence[e].insert(_expr);
- }
- return _strat._values.get(e);
- }
- private:
- const DynamicMaxStrategy& _strat;
- const MaxExpression<Domain>& _expr;
- };
-
-private:
- const EquationSystem<Domain>& _system;
- mutable DynamicVariableAssignment<Domain>* _rho;
- mutable ConcreteMaxStrategy<Domain> _values;
- mutable IdSet<MaxExpression<Domain>> _stable;
- mutable IdMap<MaxExpression<Domain>,IdSet<MaxExpression<Domain>>> _influence;
- mutable IdMap<Variable<Domain>,IdSet<MaxExpression<Domain>>> _var_influence;
-};
-
-
-=======
->>>>>>> bitbucket/master
-#endif
diff --git a/impl/Log.hpp b/impl/Log.hpp
index 3fe208d..b595105 100644
--- a/impl/Log.hpp
+++ b/impl/Log.hpp
@@ -53,12 +53,9 @@ namespace log {
LoggerBuffer _buffer;
};
- Logger info(std::cout.rdbuf(), "info");
- Logger trace(std::cerr.rdbuf(), "trace");
Logger strategy(std::cerr.rdbuf(), "strategy");
Logger fixpoint(std::cerr.rdbuf(), "fixpoint");
Logger debug(std::cerr.rdbuf(), "debug");
- Logger operators(std::cerr.rdbuf(), "operators");
}
diff --git a/impl/MaxStrategy.hpp b/impl/MaxStrategy.hpp
index 8f40c99..d15884c 100644
--- a/impl/MaxStrategy.hpp
+++ b/impl/MaxStrategy.hpp
@@ -12,6 +12,16 @@ struct MaxStrategy {
virtual unsigned int get(const MaxExpression<Domain>& e) const = 0;
};
+unsigned int stack_depth = 1;
+
+std::string indent() {
+ std::string result = "";
+ for (unsigned int i = 0; i < stack_depth; ++i) {
+ result += '\t';
+ }
+ return result;
+}
+
#include "VariableAssignment.hpp"
template<typename Domain>
@@ -41,7 +51,7 @@ struct DynamicMaxStrategy : public MaxStrategy<Domain> {
}
void invalidate(const Variable<Domain>& v) const {
- log::strategy << "\tInvalidating " << v << " - " << *_system[v] << std::endl;
+ log::strategy << indent() << "Invalidating " << v << " - " << *_system[v] << std::endl;
_stable.filter(_var_influence[v]);
for (auto it = _var_influence[v].begin();
@@ -55,10 +65,12 @@ private:
void solve(const MaxExpression<Domain>& x) const {
if (!_stable.contains(x)) {
_stable.insert(x);
- log::strategy << "\tStabilise " << x << std::endl;
+ log::strategy << indent() << "Stabilise " << x << std::endl;
+ stack_depth++;
unsigned int val = x.bestStrategy(DependencyAssignment(*this, *_rho, x),
DependencyStrategy(*this, x));
+ stack_depth--;
if (val != _values[x]) {
log::strategy << x << " => " << *x.arguments()[val] << std::endl;
@@ -77,10 +89,10 @@ private:
solve(_system.maxExpression(*it));
}
} else {
- log::strategy << "\t" << x << " did not change" << std::endl;
+ log::strategy << indent() << x << " did not change" << std::endl;
}
} else {
- log::strategy << "\t" << x << " is stable" << std::endl;
+ log::strategy << indent() << x << " is stable" << std::endl;
}
}
diff --git a/impl/Operator.hpp b/impl/Operator.hpp
index 0c6e9df..e8d6ca7 100644
--- a/impl/Operator.hpp
+++ b/impl/Operator.hpp
@@ -128,10 +128,6 @@ struct Guard : public Operator<Domain> {
if (arguments[0] < arguments[1]) {
result = -infinity<Domain>();
}
- log::operators << "Guard: "
- << arguments[0] << " >= " << arguments[1]
- << " ? " << arguments[2]
- << " -> " << result << std::endl;
return result;
}
void print(std::ostream& cout) const {
diff --git a/impl/VariableAssignment.hpp b/impl/VariableAssignment.hpp
index ead7c67..371ba56 100644
--- a/impl/VariableAssignment.hpp
+++ b/impl/VariableAssignment.hpp
@@ -34,7 +34,7 @@ struct DynamicVariableAssignment : public VariableAssignment<Domain> {
}
void invalidate(const Variable<Domain>& x) const {
- log::fixpoint << "\tInvalidating " << x << std::endl;
+ log::fixpoint << indent() << "Invalidating " << x << std::endl;
_stable.remove(x);
_values[x] = infinity<Domain>();
}
@@ -44,10 +44,12 @@ private:
void solve(const Variable<Domain>& x) const {
if (!_stable.contains(x)) {
_stable.insert(x);
- log::fixpoint << "\tStabilise " << x << std::endl;
+ log::fixpoint << indent() << "Stabilise " << x << std::endl;
+ stack_depth++;
Domain val = _system[x]->eval(DependencyAssignment(*this, x),
_strategy);
+ stack_depth--;
if (val != _values[x]) {
log::fixpoint << x << " = " << val << std::endl;
@@ -66,10 +68,10 @@ private:
solve(_system.variable(*it));
}
} else {
- log::fixpoint << "\t" << x << " did not change" << std::endl;
+ log::fixpoint << indent() << x << " did not change" << std::endl;
}
} else {
- log::fixpoint << "\t" << x << " is stable" << std::endl;
+ log::fixpoint << indent() << x << " is stable" << std::endl;
}
}
diff --git a/impl/main.cpp b/impl/main.cpp
index e5ca37f..b1d6984 100644
--- a/impl/main.cpp
+++ b/impl/main.cpp
@@ -7,6 +7,7 @@
#include "Operator.hpp"
#include "EquationSystem.hpp"
#include "MaxStrategy.hpp"
+#include "VariableAssignment.hpp"
extern "C" {
#include "parser/EquationSystemParser.h"
@@ -96,12 +97,9 @@ void treeToSystem(pANTLR3_BASE_TREE node, EquationSystem<T>& system) {
typedef Complete<int> ZBar;
int main (int argc, char* argv[]) {
map<string,log::Logger*> loggers;
- loggers["info"] = &log::info;
- loggers["trace"] = &log::trace;
loggers["strategy"] = &log::strategy;
loggers["fixpoint"] = &log::fixpoint;
loggers["debug"] = &log::debug;
- loggers["operators"] = &log::operators;
set<string> variables;
if (argc > 2) {
diff --git a/impl/systems/long-fixpoint.eqns b/impl/systems/long-fixpoint.eqns
index e4a5baf..b7278e9 100644
--- a/impl/systems/long-fixpoint.eqns
+++ b/impl/systems/long-fixpoint.eqns
@@ -1,100004 +1,3 @@
-x10000 = x9999
-<<<<<<< HEAD
-x10001 = x10000
-x10002 = x10001
-x10003 = x10002
-x10004 = x10003
-x10005 = x10004
-x10006 = x10005
-x10007 = x10006
-x10008 = x10007
-x10009 = x10008
-x10010 = x10009
-x10011 = x10010
-x10012 = x10011
-x10013 = x10012
-x10014 = x10013
-x10015 = x10014
-x10016 = x10015
-x10017 = x10016
-x10018 = x10017
-x10019 = x10018
-x10020 = x10019
-x10021 = x10020
-x10022 = x10021
-x10023 = x10022
-x10024 = x10023
-x10025 = x10024
-x10026 = x10025
-x10027 = x10026
-x10028 = x10027
-x10029 = x10028
-x10030 = x10029
-x10031 = x10030
-x10032 = x10031
-x10033 = x10032
-x10034 = x10033
-x10035 = x10034
-x10036 = x10035
-x10037 = x10036
-x10038 = x10037
-x10039 = x10038
-x10040 = x10039
-x10041 = x10040
-x10042 = x10041
-x10043 = x10042
-x10044 = x10043
-x10045 = x10044
-x10046 = x10045
-x10047 = x10046
-x10048 = x10047
-x10049 = x10048
-x10050 = x10049
-x10051 = x10050
-x10052 = x10051
-x10053 = x10052
-x10054 = x10053
-x10055 = x10054
-x10056 = x10055
-x10057 = x10056
-x10058 = x10057
-x10059 = x10058
-x10060 = x10059
-x10061 = x10060
-x10062 = x10061
-x10063 = x10062
-x10064 = x10063
-x10065 = x10064
-x10066 = x10065
-x10067 = x10066
-x10068 = x10067
-x10069 = x10068
-x10070 = x10069
-x10071 = x10070
-x10072 = x10071
-x10073 = x10072
-x10074 = x10073
-x10075 = x10074
-x10076 = x10075
-x10077 = x10076
-x10078 = x10077
-x10079 = x10078
-x10080 = x10079
-x10081 = x10080
-x10082 = x10081
-x10083 = x10082
-x10084 = x10083
-x10085 = x10084
-x10086 = x10085
-x10087 = x10086
-x10088 = x10087
-x10089 = x10088
-x10090 = x10089
-x10091 = x10090
-x10092 = x10091
-x10093 = x10092
-x10094 = x10093
-x10095 = x10094
-x10096 = x10095
-x10097 = x10096
-x10098 = x10097
-x10099 = x10098
-x10100 = x10099
-x10101 = x10100
-x10102 = x10101
-x10103 = x10102
-x10104 = x10103
-x10105 = x10104
-x10106 = x10105
-x10107 = x10106
-x10108 = x10107
-x10109 = x10108
-x10110 = x10109
-x10111 = x10110
-x10112 = x10111
-x10113 = x10112
-x10114 = x10113
-x10115 = x10114
-x10116 = x10115
-x10117 = x10116
-x10118 = x10117
-x10119 = x10118
-x10120 = x10119
-x10121 = x10120
-x10122 = x10121
-x10123 = x10122
-x10124 = x10123
-x10125 = x10124
-x10126 = x10125
-x10127 = x10126
-x10128 = x10127
-x10129 = x10128
-x10130 = x10129
-x10131 = x10130
-x10132 = x10131
-x10133 = x10132
-x10134 = x10133
-x10135 = x10134
-x10136 = x10135
-x10137 = x10136
-x10138 = x10137
-x10139 = x10138
-x10140 = x10139
-x10141 = x10140
-x10142 = x10141
-x10143 = x10142
-x10144 = x10143
-x10145 = x10144
-x10146 = x10145
-x10147 = x10146
-x10148 = x10147
-x10149 = x10148
-x10150 = x10149
-x10151 = x10150
-x10152 = x10151
-x10153 = x10152
-x10154 = x10153
-x10155 = x10154
-x10156 = x10155
-x10157 = x10156
-x10158 = x10157
-x10159 = x10158
-x10160 = x10159
-x10161 = x10160
-x10162 = x10161
-x10163 = x10162
-x10164 = x10163
-x10165 = x10164
-x10166 = x10165
-x10167 = x10166
-x10168 = x10167
-x10169 = x10168
-x10170 = x10169
-x10171 = x10170
-x10172 = x10171
-x10173 = x10172
-x10174 = x10173
-x10175 = x10174
-x10176 = x10175
-x10177 = x10176
-x10178 = x10177
-x10179 = x10178
-x10180 = x10179
-x10181 = x10180
-x10182 = x10181
-x10183 = x10182
-x10184 = x10183
-x10185 = x10184
-x10186 = x10185
-x10187 = x10186
-x10188 = x10187
-x10189 = x10188
-x10190 = x10189
-x10191 = x10190
-x10192 = x10191
-x10193 = x10192
-x10194 = x10193
-x10195 = x10194
-x10196 = x10195
-x10197 = x10196
-x10198 = x10197
-x10199 = x10198
-x10200 = x10199
-x10201 = x10200
-x10202 = x10201
-x10203 = x10202
-x10204 = x10203
-x10205 = x10204
-x10206 = x10205
-x10207 = x10206
-x10208 = x10207
-x10209 = x10208
-x10210 = x10209
-x10211 = x10210
-x10212 = x10211
-x10213 = x10212
-x10214 = x10213
-x10215 = x10214
-x10216 = x10215
-x10217 = x10216
-x10218 = x10217
-x10219 = x10218
-x10220 = x10219
-x10221 = x10220
-x10222 = x10221
-x10223 = x10222
-x10224 = x10223
-x10225 = x10224
-x10226 = x10225
-x10227 = x10226
-x10228 = x10227
-x10229 = x10228
-x10230 = x10229
-x10231 = x10230
-x10232 = x10231
-x10233 = x10232
-x10234 = x10233
-x10235 = x10234
-x10236 = x10235
-x10237 = x10236
-x10238 = x10237
-x10239 = x10238
-x10240 = x10239
-x10241 = x10240
-x10242 = x10241
-x10243 = x10242
-x10244 = x10243
-x10245 = x10244
-x10246 = x10245
-x10247 = x10246
-x10248 = x10247
-x10249 = x10248
-x10250 = x10249
-x10251 = x10250
-x10252 = x10251
-x10253 = x10252
-x10254 = x10253
-x10255 = x10254
-x10256 = x10255
-x10257 = x10256
-x10258 = x10257
-x10259 = x10258
-x10260 = x10259
-x10261 = x10260
-x10262 = x10261
-x10263 = x10262
-x10264 = x10263
-x10265 = x10264
-x10266 = x10265
-x10267 = x10266
-x10268 = x10267
-x10269 = x10268
-x10270 = x10269
-x10271 = x10270
-x10272 = x10271
-x10273 = x10272
-x10274 = x10273
-x10275 = x10274
-x10276 = x10275
-x10277 = x10276
-x10278 = x10277
-x10279 = x10278
-x10280 = x10279
-x10281 = x10280
-x10282 = x10281
-x10283 = x10282
-x10284 = x10283
-x10285 = x10284
-x10286 = x10285
-x10287 = x10286
-x10288 = x10287
-x10289 = x10288
-x10290 = x10289
-x10291 = x10290
-x10292 = x10291
-x10293 = x10292
-x10294 = x10293
-x10295 = x10294
-x10296 = x10295
-x10297 = x10296
-x10298 = x10297
-x10299 = x10298
-x10300 = x10299
-x10301 = x10300
-x10302 = x10301
-x10303 = x10302
-x10304 = x10303
-x10305 = x10304
-x10306 = x10305
-x10307 = x10306
-x10308 = x10307
-x10309 = x10308
-x10310 = x10309
-x10311 = x10310
-x10312 = x10311
-x10313 = x10312
-x10314 = x10313
-x10315 = x10314
-x10316 = x10315
-x10317 = x10316
-x10318 = x10317
-x10319 = x10318
-x10320 = x10319
-x10321 = x10320
-x10322 = x10321
-x10323 = x10322
-x10324 = x10323
-x10325 = x10324
-x10326 = x10325
-x10327 = x10326
-x10328 = x10327
-x10329 = x10328
-x10330 = x10329
-x10331 = x10330
-x10332 = x10331
-x10333 = x10332
-x10334 = x10333
-x10335 = x10334
-x10336 = x10335
-x10337 = x10336
-x10338 = x10337
-x10339 = x10338
-x10340 = x10339
-x10341 = x10340
-x10342 = x10341
-x10343 = x10342
-x10344 = x10343
-x10345 = x10344
-x10346 = x10345
-x10347 = x10346
-x10348 = x10347
-x10349 = x10348
-x10350 = x10349
-x10351 = x10350
-x10352 = x10351
-x10353 = x10352
-x10354 = x10353
-x10355 = x10354
-x10356 = x10355
-x10357 = x10356
-x10358 = x10357
-x10359 = x10358
-x10360 = x10359
-x10361 = x10360
-x10362 = x10361
-x10363 = x10362
-x10364 = x10363
-x10365 = x10364
-x10366 = x10365
-x10367 = x10366
-x10368 = x10367
-x10369 = x10368
-x10370 = x10369
-x10371 = x10370
-x10372 = x10371
-x10373 = x10372
-x10374 = x10373
-x10375 = x10374
-x10376 = x10375
-x10377 = x10376
-x10378 = x10377
-x10379 = x10378
-x10380 = x10379
-x10381 = x10380
-x10382 = x10381
-x10383 = x10382
-x10384 = x10383
-x10385 = x10384
-x10386 = x10385
-x10387 = x10386
-x10388 = x10387
-x10389 = x10388
-x10390 = x10389
-x10391 = x10390
-x10392 = x10391
-x10393 = x10392
-x10394 = x10393
-x10395 = x10394
-x10396 = x10395
-x10397 = x10396
-x10398 = x10397
-x10399 = x10398
-x10400 = x10399
-x10401 = x10400
-x10402 = x10401
-x10403 = x10402
-x10404 = x10403
-x10405 = x10404
-x10406 = x10405
-x10407 = x10406
-x10408 = x10407
-x10409 = x10408
-x10410 = x10409
-x10411 = x10410
-x10412 = x10411
-x10413 = x10412
-x10414 = x10413
-x10415 = x10414
-x10416 = x10415
-x10417 = x10416
-x10418 = x10417
-x10419 = x10418
-x10420 = x10419
-x10421 = x10420
-x10422 = x10421
-x10423 = x10422
-x10424 = x10423
-x10425 = x10424
-x10426 = x10425
-x10427 = x10426
-x10428 = x10427
-x10429 = x10428
-x10430 = x10429
-x10431 = x10430
-x10432 = x10431
-x10433 = x10432
-x10434 = x10433
-x10435 = x10434
-x10436 = x10435
-x10437 = x10436
-x10438 = x10437
-x10439 = x10438
-x10440 = x10439
-x10441 = x10440
-x10442 = x10441
-x10443 = x10442
-x10444 = x10443
-x10445 = x10444
-x10446 = x10445
-x10447 = x10446
-x10448 = x10447
-x10449 = x10448
-x10450 = x10449
-x10451 = x10450
-x10452 = x10451
-x10453 = x10452
-x10454 = x10453
-x10455 = x10454
-x10456 = x10455
-x10457 = x10456
-x10458 = x10457
-x10459 = x10458
-x10460 = x10459
-x10461 = x10460
-x10462 = x10461
-x10463 = x10462
-x10464 = x10463
-x10465 = x10464
-x10466 = x10465
-x10467 = x10466
-x10468 = x10467
-x10469 = x10468
-x10470 = x10469
-x10471 = x10470
-x10472 = x10471
-x10473 = x10472
-x10474 = x10473
-x10475 = x10474
-x10476 = x10475
-x10477 = x10476
-x10478 = x10477
-x10479 = x10478
-x10480 = x10479
-x10481 = x10480
-x10482 = x10481
-x10483 = x10482
-x10484 = x10483
-x10485 = x10484
-x10486 = x10485
-x10487 = x10486
-x10488 = x10487
-x10489 = x10488
-x10490 = x10489
-x10491 = x10490
-x10492 = x10491
-x10493 = x10492
-x10494 = x10493
-x10495 = x10494
-x10496 = x10495
-x10497 = x10496
-x10498 = x10497
-x10499 = x10498
-x10500 = x10499
-x10501 = x10500
-x10502 = x10501
-x10503 = x10502
-x10504 = x10503
-x10505 = x10504
-x10506 = x10505
-x10507 = x10506
-x10508 = x10507
-x10509 = x10508
-x10510 = x10509
-x10511 = x10510
-x10512 = x10511
-x10513 = x10512
-x10514 = x10513
-x10515 = x10514
-x10516 = x10515
-x10517 = x10516
-x10518 = x10517
-x10519 = x10518
-x10520 = x10519
-x10521 = x10520
-x10522 = x10521
-x10523 = x10522
-x10524 = x10523
-x10525 = x10524
-x10526 = x10525
-x10527 = x10526
-x10528 = x10527
-x10529 = x10528
-x10530 = x10529
-x10531 = x10530
-x10532 = x10531
-x10533 = x10532
-x10534 = x10533
-x10535 = x10534
-x10536 = x10535
-x10537 = x10536
-x10538 = x10537
-x10539 = x10538
-x10540 = x10539
-x10541 = x10540
-x10542 = x10541
-x10543 = x10542
-x10544 = x10543
-x10545 = x10544
-x10546 = x10545
-x10547 = x10546
-x10548 = x10547
-x10549 = x10548
-x10550 = x10549
-x10551 = x10550
-x10552 = x10551
-x10553 = x10552
-x10554 = x10553
-x10555 = x10554
-x10556 = x10555
-x10557 = x10556
-x10558 = x10557
-x10559 = x10558
-x10560 = x10559
-x10561 = x10560
-x10562 = x10561
-x10563 = x10562
-x10564 = x10563
-x10565 = x10564
-x10566 = x10565
-x10567 = x10566
-x10568 = x10567
-x10569 = x10568
-x10570 = x10569
-x10571 = x10570
-x10572 = x10571
-x10573 = x10572
-x10574 = x10573
-x10575 = x10574
-x10576 = x10575
-x10577 = x10576
-x10578 = x10577
-x10579 = x10578
-x10580 = x10579
-x10581 = x10580
-x10582 = x10581
-x10583 = x10582
-x10584 = x10583
-x10585 = x10584
-x10586 = x10585
-x10587 = x10586
-x10588 = x10587
-x10589 = x10588
-x10590 = x10589
-x10591 = x10590
-x10592 = x10591
-x10593 = x10592
-x10594 = x10593
-x10595 = x10594
-x10596 = x10595
-x10597 = x10596
-x10598 = x10597
-x10599 = x10598
-x10600 = x10599
-x10601 = x10600
-x10602 = x10601
-x10603 = x10602
-x10604 = x10603
-x10605 = x10604
-x10606 = x10605
-x10607 = x10606
-x10608 = x10607
-x10609 = x10608
-x10610 = x10609
-x10611 = x10610
-x10612 = x10611
-x10613 = x10612
-x10614 = x10613
-x10615 = x10614
-x10616 = x10615
-x10617 = x10616
-x10618 = x10617
-x10619 = x10618
-x10620 = x10619
-x10621 = x10620
-x10622 = x10621
-x10623 = x10622
-x10624 = x10623
-x10625 = x10624
-x10626 = x10625
-x10627 = x10626
-x10628 = x10627
-x10629 = x10628
-x10630 = x10629
-x10631 = x10630
-x10632 = x10631
-x10633 = x10632
-x10634 = x10633
-x10635 = x10634
-x10636 = x10635
-x10637 = x10636
-x10638 = x10637
-x10639 = x10638
-x10640 = x10639
-x10641 = x10640
-x10642 = x10641
-x10643 = x10642
-x10644 = x10643
-x10645 = x10644
-x10646 = x10645
-x10647 = x10646
-x10648 = x10647
-x10649 = x10648
-x10650 = x10649
-x10651 = x10650
-x10652 = x10651
-x10653 = x10652
-x10654 = x10653
-x10655 = x10654
-x10656 = x10655
-x10657 = x10656
-x10658 = x10657
-x10659 = x10658
-x10660 = x10659
-x10661 = x10660
-x10662 = x10661
-x10663 = x10662
-x10664 = x10663
-x10665 = x10664
-x10666 = x10665
-x10667 = x10666
-x10668 = x10667
-x10669 = x10668
-x10670 = x10669
-x10671 = x10670
-x10672 = x10671
-x10673 = x10672
-x10674 = x10673
-x10675 = x10674
-x10676 = x10675
-x10677 = x10676
-x10678 = x10677
-x10679 = x10678
-x10680 = x10679
-x10681 = x10680
-x10682 = x10681
-x10683 = x10682
-x10684 = x10683
-x10685 = x10684
-x10686 = x10685
-x10687 = x10686
-x10688 = x10687
-x10689 = x10688
-x10690 = x10689
-x10691 = x10690
-x10692 = x10691
-x10693 = x10692
-x10694 = x10693
-x10695 = x10694
-x10696 = x10695
-x10697 = x10696
-x10698 = x10697
-x10699 = x10698
-x10700 = x10699
-x10701 = x10700
-x10702 = x10701
-x10703 = x10702
-x10704 = x10703
-x10705 = x10704
-x10706 = x10705
-x10707 = x10706
-x10708 = x10707
-x10709 = x10708
-x10710 = x10709
-x10711 = x10710
-x10712 = x10711
-x10713 = x10712
-x10714 = x10713
-x10715 = x10714
-x10716 = x10715
-x10717 = x10716
-x10718 = x10717
-x10719 = x10718
-x10720 = x10719
-x10721 = x10720
-x10722 = x10721
-x10723 = x10722
-x10724 = x10723
-x10725 = x10724
-x10726 = x10725
-x10727 = x10726
-x10728 = x10727
-x10729 = x10728
-x10730 = x10729
-x10731 = x10730
-x10732 = x10731
-x10733 = x10732
-x10734 = x10733
-x10735 = x10734
-x10736 = x10735
-x10737 = x10736
-x10738 = x10737
-x10739 = x10738
-x10740 = x10739
-x10741 = x10740
-x10742 = x10741
-x10743 = x10742
-x10744 = x10743
-x10745 = x10744
-x10746 = x10745
-x10747 = x10746
-x10748 = x10747
-x10749 = x10748
-x10750 = x10749
-x10751 = x10750
-x10752 = x10751
-x10753 = x10752
-x10754 = x10753
-x10755 = x10754
-x10756 = x10755
-x10757 = x10756
-x10758 = x10757
-x10759 = x10758
-x10760 = x10759
-x10761 = x10760
-x10762 = x10761
-x10763 = x10762
-x10764 = x10763
-x10765 = x10764
-x10766 = x10765
-x10767 = x10766
-x10768 = x10767
-x10769 = x10768
-x10770 = x10769
-x10771 = x10770
-x10772 = x10771
-x10773 = x10772
-x10774 = x10773
-x10775 = x10774
-x10776 = x10775
-x10777 = x10776
-x10778 = x10777
-x10779 = x10778
-x10780 = x10779
-x10781 = x10780
-x10782 = x10781
-x10783 = x10782
-x10784 = x10783
-x10785 = x10784
-x10786 = x10785
-x10787 = x10786
-x10788 = x10787
-x10789 = x10788
-x10790 = x10789
-x10791 = x10790
-x10792 = x10791
-x10793 = x10792
-x10794 = x10793
-x10795 = x10794
-x10796 = x10795
-x10797 = x10796
-x10798 = x10797
-x10799 = x10798
-x10800 = x10799
-x10801 = x10800
-x10802 = x10801
-x10803 = x10802
-x10804 = x10803
-x10805 = x10804
-x10806 = x10805
-x10807 = x10806
-x10808 = x10807
-x10809 = x10808
-x10810 = x10809
-x10811 = x10810
-x10812 = x10811
-x10813 = x10812
-x10814 = x10813
-x10815 = x10814
-x10816 = x10815
-x10817 = x10816
-x10818 = x10817
-x10819 = x10818
-x10820 = x10819
-x10821 = x10820
-x10822 = x10821
-x10823 = x10822
-x10824 = x10823
-x10825 = x10824
-x10826 = x10825
-x10827 = x10826
-x10828 = x10827
-x10829 = x10828
-x10830 = x10829
-x10831 = x10830
-x10832 = x10831
-x10833 = x10832
-x10834 = x10833
-x10835 = x10834
-x10836 = x10835
-x10837 = x10836
-x10838 = x10837
-x10839 = x10838
-x10840 = x10839
-x10841 = x10840
-x10842 = x10841
-x10843 = x10842
-x10844 = x10843
-x10845 = x10844
-x10846 = x10845
-x10847 = x10846
-x10848 = x10847
-x10849 = x10848
-x10850 = x10849
-x10851 = x10850
-x10852 = x10851
-x10853 = x10852
-x10854 = x10853
-x10855 = x10854
-x10856 = x10855
-x10857 = x10856
-x10858 = x10857
-x10859 = x10858
-x10860 = x10859
-x10861 = x10860
-x10862 = x10861
-x10863 = x10862
-x10864 = x10863
-x10865 = x10864
-x10866 = x10865
-x10867 = x10866
-x10868 = x10867
-x10869 = x10868
-x10870 = x10869
-x10871 = x10870
-x10872 = x10871
-x10873 = x10872
-x10874 = x10873
-x10875 = x10874
-x10876 = x10875
-x10877 = x10876
-x10878 = x10877
-x10879 = x10878
-x10880 = x10879
-x10881 = x10880
-x10882 = x10881
-x10883 = x10882
-x10884 = x10883
-x10885 = x10884
-x10886 = x10885
-x10887 = x10886
-x10888 = x10887
-x10889 = x10888
-x10890 = x10889
-x10891 = x10890
-x10892 = x10891
-x10893 = x10892
-x10894 = x10893
-x10895 = x10894
-x10896 = x10895
-x10897 = x10896
-x10898 = x10897
-x10899 = x10898
-x10900 = x10899
-x10901 = x10900
-x10902 = x10901
-x10903 = x10902
-x10904 = x10903
-x10905 = x10904
-x10906 = x10905
-x10907 = x10906
-x10908 = x10907
-x10909 = x10908
-x10910 = x10909
-x10911 = x10910
-x10912 = x10911
-x10913 = x10912
-x10914 = x10913
-x10915 = x10914
-x10916 = x10915
-x10917 = x10916
-x10918 = x10917
-x10919 = x10918
-x10920 = x10919
-x10921 = x10920
-x10922 = x10921
-x10923 = x10922
-x10924 = x10923
-x10925 = x10924
-x10926 = x10925
-x10927 = x10926
-x10928 = x10927
-x10929 = x10928
-x10930 = x10929
-x10931 = x10930
-x10932 = x10931
-x10933 = x10932
-x10934 = x10933
-x10935 = x10934
-x10936 = x10935
-x10937 = x10936
-x10938 = x10937
-x10939 = x10938
-x10940 = x10939
-x10941 = x10940
-x10942 = x10941
-x10943 = x10942
-x10944 = x10943
-x10945 = x10944
-x10946 = x10945
-x10947 = x10946
-x10948 = x10947
-x10949 = x10948
-x10950 = x10949
-x10951 = x10950
-x10952 = x10951
-x10953 = x10952
-x10954 = x10953
-x10955 = x10954
-x10956 = x10955
-x10957 = x10956
-x10958 = x10957
-x10959 = x10958
-x10960 = x10959
-x10961 = x10960
-x10962 = x10961
-x10963 = x10962
-x10964 = x10963
-x10965 = x10964
-x10966 = x10965
-x10967 = x10966
-x10968 = x10967
-x10969 = x10968
-x10970 = x10969
-x10971 = x10970
-x10972 = x10971
-x10973 = x10972
-x10974 = x10973
-x10975 = x10974
-x10976 = x10975
-x10977 = x10976
-x10978 = x10977
-x10979 = x10978
-x10980 = x10979
-x10981 = x10980
-x10982 = x10981
-x10983 = x10982
-x10984 = x10983
-x10985 = x10984
-x10986 = x10985
-x10987 = x10986
-x10988 = x10987
-x10989 = x10988
-x10990 = x10989
-x10991 = x10990
-x10992 = x10991
-x10993 = x10992
-x10994 = x10993
-x10995 = x10994
-x10996 = x10995
-x10997 = x10996
-x10998 = x10997
-x10999 = x10998
-x11000 = x10999
-x11001 = x11000
-x11002 = x11001
-x11003 = x11002
-x11004 = x11003
-x11005 = x11004
-x11006 = x11005
-x11007 = x11006
-x11008 = x11007
-x11009 = x11008
-x11010 = x11009
-x11011 = x11010
-x11012 = x11011
-x11013 = x11012
-x11014 = x11013
-x11015 = x11014
-x11016 = x11015
-x11017 = x11016
-x11018 = x11017
-x11019 = x11018
-x11020 = x11019
-x11021 = x11020
-x11022 = x11021
-x11023 = x11022
-x11024 = x11023
-x11025 = x11024
-x11026 = x11025
-x11027 = x11026
-x11028 = x11027
-x11029 = x11028
-x11030 = x11029
-x11031 = x11030
-x11032 = x11031
-x11033 = x11032
-x11034 = x11033
-x11035 = x11034
-x11036 = x11035
-x11037 = x11036
-x11038 = x11037
-x11039 = x11038
-x11040 = x11039
-x11041 = x11040
-x11042 = x11041
-x11043 = x11042
-x11044 = x11043
-x11045 = x11044
-x11046 = x11045
-x11047 = x11046
-x11048 = x11047
-x11049 = x11048
-x11050 = x11049
-x11051 = x11050
-x11052 = x11051
-x11053 = x11052
-x11054 = x11053
-x11055 = x11054
-x11056 = x11055
-x11057 = x11056
-x11058 = x11057
-x11059 = x11058
-x11060 = x11059
-x11061 = x11060
-x11062 = x11061
-x11063 = x11062
-x11064 = x11063
-x11065 = x11064
-x11066 = x11065
-x11067 = x11066
-x11068 = x11067
-x11069 = x11068
-x11070 = x11069
-x11071 = x11070
-x11072 = x11071
-x11073 = x11072
-x11074 = x11073
-x11075 = x11074
-x11076 = x11075
-x11077 = x11076
-x11078 = x11077
-x11079 = x11078
-x11080 = x11079
-x11081 = x11080
-x11082 = x11081
-x11083 = x11082
-x11084 = x11083
-x11085 = x11084
-x11086 = x11085
-x11087 = x11086
-x11088 = x11087
-x11089 = x11088
-x11090 = x11089
-x11091 = x11090
-x11092 = x11091
-x11093 = x11092
-x11094 = x11093
-x11095 = x11094
-x11096 = x11095
-x11097 = x11096
-x11098 = x11097
-x11099 = x11098
-x11100 = x11099
-x11101 = x11100
-x11102 = x11101
-x11103 = x11102
-x11104 = x11103
-x11105 = x11104
-x11106 = x11105
-x11107 = x11106
-x11108 = x11107
-x11109 = x11108
-x11110 = x11109
-x11111 = x11110
-x11112 = x11111
-x11113 = x11112
-x11114 = x11113
-x11115 = x11114
-x11116 = x11115
-x11117 = x11116
-x11118 = x11117
-x11119 = x11118
-x11120 = x11119
-x11121 = x11120
-x11122 = x11121
-x11123 = x11122
-x11124 = x11123
-x11125 = x11124
-x11126 = x11125
-x11127 = x11126
-x11128 = x11127
-x11129 = x11128
-x11130 = x11129
-x11131 = x11130
-x11132 = x11131
-x11133 = x11132
-x11134 = x11133
-x11135 = x11134
-x11136 = x11135
-x11137 = x11136
-x11138 = x11137
-x11139 = x11138
-x11140 = x11139
-x11141 = x11140
-x11142 = x11141
-x11143 = x11142
-x11144 = x11143
-x11145 = x11144
-x11146 = x11145
-x11147 = x11146
-x11148 = x11147
-x11149 = x11148
-x11150 = x11149
-x11151 = x11150
-x11152 = x11151
-x11153 = x11152
-x11154 = x11153
-x11155 = x11154
-x11156 = x11155
-x11157 = x11156
-x11158 = x11157
-x11159 = x11158
-x11160 = x11159
-x11161 = x11160
-x11162 = x11161
-x11163 = x11162
-x11164 = x11163
-x11165 = x11164
-x11166 = x11165
-x11167 = x11166
-x11168 = x11167
-x11169 = x11168
-x11170 = x11169
-x11171 = x11170
-x11172 = x11171
-x11173 = x11172
-x11174 = x11173
-x11175 = x11174
-x11176 = x11175
-x11177 = x11176
-x11178 = x11177
-x11179 = x11178
-x11180 = x11179
-x11181 = x11180
-x11182 = x11181
-x11183 = x11182
-x11184 = x11183
-x11185 = x11184
-x11186 = x11185
-x11187 = x11186
-x11188 = x11187
-x11189 = x11188
-x11190 = x11189
-x11191 = x11190
-x11192 = x11191
-x11193 = x11192
-x11194 = x11193
-x11195 = x11194
-x11196 = x11195
-x11197 = x11196
-x11198 = x11197
-x11199 = x11198
-x11200 = x11199
-x11201 = x11200
-x11202 = x11201
-x11203 = x11202
-x11204 = x11203
-x11205 = x11204
-x11206 = x11205
-x11207 = x11206
-x11208 = x11207
-x11209 = x11208
-x11210 = x11209
-x11211 = x11210
-x11212 = x11211
-x11213 = x11212
-x11214 = x11213
-x11215 = x11214
-x11216 = x11215
-x11217 = x11216
-x11218 = x11217
-x11219 = x11218
-x11220 = x11219
-x11221 = x11220
-x11222 = x11221
-x11223 = x11222
-x11224 = x11223
-x11225 = x11224
-x11226 = x11225
-x11227 = x11226
-x11228 = x11227
-x11229 = x11228
-x11230 = x11229
-x11231 = x11230
-x11232 = x11231
-x11233 = x11232
-x11234 = x11233
-x11235 = x11234
-x11236 = x11235
-x11237 = x11236
-x11238 = x11237
-x11239 = x11238
-x11240 = x11239
-x11241 = x11240
-x11242 = x11241
-x11243 = x11242
-x11244 = x11243
-x11245 = x11244
-x11246 = x11245
-x11247 = x11246
-x11248 = x11247
-x11249 = x11248
-x11250 = x11249
-x11251 = x11250
-x11252 = x11251
-x11253 = x11252
-x11254 = x11253
-x11255 = x11254
-x11256 = x11255
-x11257 = x11256
-x11258 = x11257
-x11259 = x11258
-x11260 = x11259
-x11261 = x11260
-x11262 = x11261
-x11263 = x11262
-x11264 = x11263
-x11265 = x11264
-x11266 = x11265
-x11267 = x11266
-x11268 = x11267
-x11269 = x11268
-x11270 = x11269
-x11271 = x11270
-x11272 = x11271
-x11273 = x11272
-x11274 = x11273
-x11275 = x11274
-x11276 = x11275
-x11277 = x11276
-x11278 = x11277
-x11279 = x11278
-x11280 = x11279
-x11281 = x11280
-x11282 = x11281
-x11283 = x11282
-x11284 = x11283
-x11285 = x11284
-x11286 = x11285
-x11287 = x11286
-x11288 = x11287
-x11289 = x11288
-x11290 = x11289
-x11291 = x11290
-x11292 = x11291
-x11293 = x11292
-x11294 = x11293
-x11295 = x11294
-x11296 = x11295
-x11297 = x11296
-x11298 = x11297
-x11299 = x11298
-x11300 = x11299
-x11301 = x11300
-x11302 = x11301
-x11303 = x11302
-x11304 = x11303
-x11305 = x11304
-x11306 = x11305
-x11307 = x11306
-x11308 = x11307
-x11309 = x11308
-x11310 = x11309
-x11311 = x11310
-x11312 = x11311
-x11313 = x11312
-x11314 = x11313
-x11315 = x11314
-x11316 = x11315
-x11317 = x11316
-x11318 = x11317
-x11319 = x11318
-x11320 = x11319
-x11321 = x11320
-x11322 = x11321
-x11323 = x11322
-x11324 = x11323
-x11325 = x11324
-x11326 = x11325
-x11327 = x11326
-x11328 = x11327
-x11329 = x11328
-x11330 = x11329
-x11331 = x11330
-x11332 = x11331
-x11333 = x11332
-x11334 = x11333
-x11335 = x11334
-x11336 = x11335
-x11337 = x11336
-x11338 = x11337
-x11339 = x11338
-x11340 = x11339
-x11341 = x11340
-x11342 = x11341
-x11343 = x11342
-x11344 = x11343
-x11345 = x11344
-x11346 = x11345
-x11347 = x11346
-x11348 = x11347
-x11349 = x11348
-x11350 = x11349
-x11351 = x11350
-x11352 = x11351
-x11353 = x11352
-x11354 = x11353
-x11355 = x11354
-x11356 = x11355
-x11357 = x11356
-x11358 = x11357
-x11359 = x11358
-x11360 = x11359
-x11361 = x11360
-x11362 = x11361
-x11363 = x11362
-x11364 = x11363
-x11365 = x11364
-x11366 = x11365
-x11367 = x11366
-x11368 = x11367
-x11369 = x11368
-x11370 = x11369
-x11371 = x11370
-x11372 = x11371
-x11373 = x11372
-x11374 = x11373
-x11375 = x11374
-x11376 = x11375
-x11377 = x11376
-x11378 = x11377
-x11379 = x11378
-x11380 = x11379
-x11381 = x11380
-x11382 = x11381
-x11383 = x11382
-x11384 = x11383
-x11385 = x11384
-x11386 = x11385
-x11387 = x11386
-x11388 = x11387
-x11389 = x11388
-x11390 = x11389
-x11391 = x11390
-x11392 = x11391
-x11393 = x11392
-x11394 = x11393
-x11395 = x11394
-x11396 = x11395
-x11397 = x11396
-x11398 = x11397
-x11399 = x11398
-x11400 = x11399
-x11401 = x11400
-x11402 = x11401
-x11403 = x11402
-x11404 = x11403
-x11405 = x11404
-x11406 = x11405
-x11407 = x11406
-x11408 = x11407
-x11409 = x11408
-x11410 = x11409
-x11411 = x11410
-x11412 = x11411
-x11413 = x11412
-x11414 = x11413
-x11415 = x11414
-x11416 = x11415
-x11417 = x11416
-x11418 = x11417
-x11419 = x11418
-x11420 = x11419
-x11421 = x11420
-x11422 = x11421
-x11423 = x11422
-x11424 = x11423
-x11425 = x11424
-x11426 = x11425
-x11427 = x11426
-x11428 = x11427
-x11429 = x11428
-x11430 = x11429
-x11431 = x11430
-x11432 = x11431
-x11433 = x11432
-x11434 = x11433
-x11435 = x11434
-x11436 = x11435
-x11437 = x11436
-x11438 = x11437
-x11439 = x11438
-x11440 = x11439
-x11441 = x11440
-x11442 = x11441
-x11443 = x11442
-x11444 = x11443
-x11445 = x11444
-x11446 = x11445
-x11447 = x11446
-x11448 = x11447
-x11449 = x11448
-x11450 = x11449
-x11451 = x11450
-x11452 = x11451
-x11453 = x11452
-x11454 = x11453
-x11455 = x11454
-x11456 = x11455
-x11457 = x11456
-x11458 = x11457
-x11459 = x11458
-x11460 = x11459
-x11461 = x11460
-x11462 = x11461
-x11463 = x11462
-x11464 = x11463
-x11465 = x11464
-x11466 = x11465
-x11467 = x11466
-x11468 = x11467
-x11469 = x11468
-x11470 = x11469
-x11471 = x11470
-x11472 = x11471
-x11473 = x11472
-x11474 = x11473
-x11475 = x11474
-x11476 = x11475
-x11477 = x11476
-x11478 = x11477
-x11479 = x11478
-x11480 = x11479
-x11481 = x11480
-x11482 = x11481
-x11483 = x11482
-x11484 = x11483
-x11485 = x11484
-x11486 = x11485
-x11487 = x11486
-x11488 = x11487
-x11489 = x11488
-x11490 = x11489
-x11491 = x11490
-x11492 = x11491
-x11493 = x11492
-x11494 = x11493
-x11495 = x11494
-x11496 = x11495
-x11497 = x11496
-x11498 = x11497
-x11499 = x11498
-x11500 = x11499
-x11501 = x11500
-x11502 = x11501
-x11503 = x11502
-x11504 = x11503
-x11505 = x11504
-x11506 = x11505
-x11507 = x11506
-x11508 = x11507
-x11509 = x11508
-x11510 = x11509
-x11511 = x11510
-x11512 = x11511
-x11513 = x11512
-x11514 = x11513
-x11515 = x11514
-x11516 = x11515
-x11517 = x11516
-x11518 = x11517
-x11519 = x11518
-x11520 = x11519
-x11521 = x11520
-x11522 = x11521
-x11523 = x11522
-x11524 = x11523
-x11525 = x11524
-x11526 = x11525
-x11527 = x11526
-x11528 = x11527
-x11529 = x11528
-x11530 = x11529
-x11531 = x11530
-x11532 = x11531
-x11533 = x11532
-x11534 = x11533
-x11535 = x11534
-x11536 = x11535
-x11537 = x11536
-x11538 = x11537
-x11539 = x11538
-x11540 = x11539
-x11541 = x11540
-x11542 = x11541
-x11543 = x11542
-x11544 = x11543
-x11545 = x11544
-x11546 = x11545
-x11547 = x11546
-x11548 = x11547
-x11549 = x11548
-x11550 = x11549
-x11551 = x11550
-x11552 = x11551
-x11553 = x11552
-x11554 = x11553
-x11555 = x11554
-x11556 = x11555
-x11557 = x11556
-x11558 = x11557
-x11559 = x11558
-x11560 = x11559
-x11561 = x11560
-x11562 = x11561
-x11563 = x11562
-x11564 = x11563
-x11565 = x11564
-x11566 = x11565
-x11567 = x11566
-x11568 = x11567
-x11569 = x11568
-x11570 = x11569
-x11571 = x11570
-x11572 = x11571
-x11573 = x11572
-x11574 = x11573
-x11575 = x11574
-x11576 = x11575
-x11577 = x11576
-x11578 = x11577
-x11579 = x11578
-x11580 = x11579
-x11581 = x11580
-x11582 = x11581
-x11583 = x11582
-x11584 = x11583
-x11585 = x11584
-x11586 = x11585
-x11587 = x11586
-x11588 = x11587
-x11589 = x11588
-x11590 = x11589
-x11591 = x11590
-x11592 = x11591
-x11593 = x11592
-x11594 = x11593
-x11595 = x11594
-x11596 = x11595
-x11597 = x11596
-x11598 = x11597
-x11599 = x11598
-x11600 = x11599
-x11601 = x11600
-x11602 = x11601
-x11603 = x11602
-x11604 = x11603
-x11605 = x11604
-x11606 = x11605
-x11607 = x11606
-x11608 = x11607
-x11609 = x11608
-x11610 = x11609
-x11611 = x11610
-x11612 = x11611
-x11613 = x11612
-x11614 = x11613
-x11615 = x11614
-x11616 = x11615
-x11617 = x11616
-x11618 = x11617
-x11619 = x11618
-x11620 = x11619
-x11621 = x11620
-x11622 = x11621
-x11623 = x11622
-x11624 = x11623
-x11625 = x11624
-x11626 = x11625
-x11627 = x11626
-x11628 = x11627
-x11629 = x11628
-x11630 = x11629
-x11631 = x11630
-x11632 = x11631
-x11633 = x11632
-x11634 = x11633
-x11635 = x11634
-x11636 = x11635
-x11637 = x11636
-x11638 = x11637
-x11639 = x11638
-x11640 = x11639
-x11641 = x11640
-x11642 = x11641
-x11643 = x11642
-x11644 = x11643
-x11645 = x11644
-x11646 = x11645
-x11647 = x11646
-x11648 = x11647
-x11649 = x11648
-x11650 = x11649
-x11651 = x11650
-x11652 = x11651
-x11653 = x11652
-x11654 = x11653
-x11655 = x11654
-x11656 = x11655
-x11657 = x11656
-x11658 = x11657
-x11659 = x11658
-x11660 = x11659
-x11661 = x11660
-x11662 = x11661
-x11663 = x11662
-x11664 = x11663
-x11665 = x11664
-x11666 = x11665
-x11667 = x11666
-x11668 = x11667
-x11669 = x11668
-x11670 = x11669
-x11671 = x11670
-x11672 = x11671
-x11673 = x11672
-x11674 = x11673
-x11675 = x11674
-x11676 = x11675
-x11677 = x11676
-x11678 = x11677
-x11679 = x11678
-x11680 = x11679
-x11681 = x11680
-x11682 = x11681
-x11683 = x11682
-x11684 = x11683
-x11685 = x11684
-x11686 = x11685
-x11687 = x11686
-x11688 = x11687
-x11689 = x11688
-x11690 = x11689
-x11691 = x11690
-x11692 = x11691
-x11693 = x11692
-x11694 = x11693
-x11695 = x11694
-x11696 = x11695
-x11697 = x11696
-x11698 = x11697
-x11699 = x11698
-x11700 = x11699
-x11701 = x11700
-x11702 = x11701
-x11703 = x11702
-x11704 = x11703
-x11705 = x11704
-x11706 = x11705
-x11707 = x11706
-x11708 = x11707
-x11709 = x11708
-x11710 = x11709
-x11711 = x11710
-x11712 = x11711
-x11713 = x11712
-x11714 = x11713
-x11715 = x11714
-x11716 = x11715
-x11717 = x11716
-x11718 = x11717
-x11719 = x11718
-x11720 = x11719
-x11721 = x11720
-x11722 = x11721
-x11723 = x11722
-x11724 = x11723
-x11725 = x11724
-x11726 = x11725
-x11727 = x11726
-x11728 = x11727
-x11729 = x11728
-x11730 = x11729
-x11731 = x11730
-x11732 = x11731
-x11733 = x11732
-x11734 = x11733
-x11735 = x11734
-x11736 = x11735
-x11737 = x11736
-x11738 = x11737
-x11739 = x11738
-x11740 = x11739
-x11741 = x11740
-x11742 = x11741
-x11743 = x11742
-x11744 = x11743
-x11745 = x11744
-x11746 = x11745
-x11747 = x11746
-x11748 = x11747
-x11749 = x11748
-x11750 = x11749
-x11751 = x11750
-x11752 = x11751
-x11753 = x11752
-x11754 = x11753
-x11755 = x11754
-x11756 = x11755
-x11757 = x11756
-x11758 = x11757
-x11759 = x11758
-x11760 = x11759
-x11761 = x11760
-x11762 = x11761
-x11763 = x11762
-x11764 = x11763
-x11765 = x11764
-x11766 = x11765
-x11767 = x11766
-x11768 = x11767
-x11769 = x11768
-x11770 = x11769
-x11771 = x11770
-x11772 = x11771
-x11773 = x11772
-x11774 = x11773
-x11775 = x11774
-x11776 = x11775
-x11777 = x11776
-x11778 = x11777
-x11779 = x11778
-x11780 = x11779
-x11781 = x11780
-x11782 = x11781
-x11783 = x11782
-x11784 = x11783
-x11785 = x11784
-x11786 = x11785
-x11787 = x11786
-x11788 = x11787
-x11789 = x11788
-x11790 = x11789
-x11791 = x11790
-x11792 = x11791
-x11793 = x11792
-x11794 = x11793
-x11795 = x11794
-x11796 = x11795
-x11797 = x11796
-x11798 = x11797
-x11799 = x11798
-x11800 = x11799
-x11801 = x11800
-x11802 = x11801
-x11803 = x11802
-x11804 = x11803
-x11805 = x11804
-x11806 = x11805
-x11807 = x11806
-x11808 = x11807
-x11809 = x11808
-x11810 = x11809
-x11811 = x11810
-x11812 = x11811
-x11813 = x11812
-x11814 = x11813
-x11815 = x11814
-x11816 = x11815
-x11817 = x11816
-x11818 = x11817
-x11819 = x11818
-x11820 = x11819
-x11821 = x11820
-x11822 = x11821
-x11823 = x11822
-x11824 = x11823
-x11825 = x11824
-x11826 = x11825
-x11827 = x11826
-x11828 = x11827
-x11829 = x11828
-x11830 = x11829
-x11831 = x11830
-x11832 = x11831
-x11833 = x11832
-x11834 = x11833
-x11835 = x11834
-x11836 = x11835
-x11837 = x11836
-x11838 = x11837
-x11839 = x11838
-x11840 = x11839
-x11841 = x11840
-x11842 = x11841
-x11843 = x11842
-x11844 = x11843
-x11845 = x11844
-x11846 = x11845
-x11847 = x11846
-x11848 = x11847
-x11849 = x11848
-x11850 = x11849
-x11851 = x11850
-x11852 = x11851
-x11853 = x11852
-x11854 = x11853
-x11855 = x11854
-x11856 = x11855
-x11857 = x11856
-x11858 = x11857
-x11859 = x11858
-x11860 = x11859
-x11861 = x11860
-x11862 = x11861
-x11863 = x11862
-x11864 = x11863
-x11865 = x11864
-x11866 = x11865
-x11867 = x11866
-x11868 = x11867
-x11869 = x11868
-x11870 = x11869
-x11871 = x11870
-x11872 = x11871
-x11873 = x11872
-x11874 = x11873
-x11875 = x11874
-x11876 = x11875
-x11877 = x11876
-x11878 = x11877
-x11879 = x11878
-x11880 = x11879
-x11881 = x11880
-x11882 = x11881
-x11883 = x11882
-x11884 = x11883
-x11885 = x11884
-x11886 = x11885
-x11887 = x11886
-x11888 = x11887
-x11889 = x11888
-x11890 = x11889
-x11891 = x11890
-x11892 = x11891
-x11893 = x11892
-x11894 = x11893
-x11895 = x11894
-x11896 = x11895
-x11897 = x11896
-x11898 = x11897
-x11899 = x11898
-x11900 = x11899
-x11901 = x11900
-x11902 = x11901
-x11903 = x11902
-x11904 = x11903
-x11905 = x11904
-x11906 = x11905
-x11907 = x11906
-x11908 = x11907
-x11909 = x11908
-x11910 = x11909
-x11911 = x11910
-x11912 = x11911
-x11913 = x11912
-x11914 = x11913
-x11915 = x11914
-x11916 = x11915
-x11917 = x11916
-x11918 = x11917
-x11919 = x11918
-x11920 = x11919
-x11921 = x11920
-x11922 = x11921
-x11923 = x11922
-x11924 = x11923
-x11925 = x11924
-x11926 = x11925
-x11927 = x11926
-x11928 = x11927
-x11929 = x11928
-x11930 = x11929
-x11931 = x11930
-x11932 = x11931
-x11933 = x11932
-x11934 = x11933
-x11935 = x11934
-x11936 = x11935
-x11937 = x11936
-x11938 = x11937
-x11939 = x11938
-x11940 = x11939
-x11941 = x11940
-x11942 = x11941
-x11943 = x11942
-x11944 = x11943
-x11945 = x11944
-x11946 = x11945
-x11947 = x11946
-x11948 = x11947
-x11949 = x11948
-x11950 = x11949
-x11951 = x11950
-x11952 = x11951
-x11953 = x11952
-x11954 = x11953
-x11955 = x11954
-x11956 = x11955
-x11957 = x11956
-x11958 = x11957
-x11959 = x11958
-x11960 = x11959
-x11961 = x11960
-x11962 = x11961
-x11963 = x11962
-x11964 = x11963
-x11965 = x11964
-x11966 = x11965
-x11967 = x11966
-x11968 = x11967
-x11969 = x11968
-x11970 = x11969
-x11971 = x11970
-x11972 = x11971
-x11973 = x11972
-x11974 = x11973
-x11975 = x11974
-x11976 = x11975
-x11977 = x11976
-x11978 = x11977
-x11979 = x11978
-x11980 = x11979
-x11981 = x11980
-x11982 = x11981
-x11983 = x11982
-x11984 = x11983
-x11985 = x11984
-x11986 = x11985
-x11987 = x11986
-x11988 = x11987
-x11989 = x11988
-x11990 = x11989
-x11991 = x11990
-x11992 = x11991
-x11993 = x11992
-x11994 = x11993
-x11995 = x11994
-x11996 = x11995
-x11997 = x11996
-x11998 = x11997
-x11999 = x11998
-x12000 = x11999
-x12001 = x12000
-x12002 = x12001
-x12003 = x12002
-x12004 = x12003
-x12005 = x12004
-x12006 = x12005
-x12007 = x12006
-x12008 = x12007
-x12009 = x12008
-x12010 = x12009
-x12011 = x12010
-x12012 = x12011
-x12013 = x12012
-x12014 = x12013
-x12015 = x12014
-x12016 = x12015
-x12017 = x12016
-x12018 = x12017
-x12019 = x12018
-x12020 = x12019
-x12021 = x12020
-x12022 = x12021
-x12023 = x12022
-x12024 = x12023
-x12025 = x12024
-x12026 = x12025
-x12027 = x12026
-x12028 = x12027
-x12029 = x12028
-x12030 = x12029
-x12031 = x12030
-x12032 = x12031
-x12033 = x12032
-x12034 = x12033
-x12035 = x12034
-x12036 = x12035
-x12037 = x12036
-x12038 = x12037
-x12039 = x12038
-x12040 = x12039
-x12041 = x12040
-x12042 = x12041
-x12043 = x12042
-x12044 = x12043
-x12045 = x12044
-x12046 = x12045
-x12047 = x12046
-x12048 = x12047
-x12049 = x12048
-x12050 = x12049
-x12051 = x12050
-x12052 = x12051
-x12053 = x12052
-x12054 = x12053
-x12055 = x12054
-x12056 = x12055
-x12057 = x12056
-x12058 = x12057
-x12059 = x12058
-x12060 = x12059
-x12061 = x12060
-x12062 = x12061
-x12063 = x12062
-x12064 = x12063
-x12065 = x12064
-x12066 = x12065
-x12067 = x12066
-x12068 = x12067
-x12069 = x12068
-x12070 = x12069
-x12071 = x12070
-x12072 = x12071
-x12073 = x12072
-x12074 = x12073
-x12075 = x12074
-x12076 = x12075
-x12077 = x12076
-x12078 = x12077
-x12079 = x12078
-x12080 = x12079
-x12081 = x12080
-x12082 = x12081
-x12083 = x12082
-x12084 = x12083
-x12085 = x12084
-x12086 = x12085
-x12087 = x12086
-x12088 = x12087
-x12089 = x12088
-x12090 = x12089
-x12091 = x12090
-x12092 = x12091
-x12093 = x12092
-x12094 = x12093
-x12095 = x12094
-x12096 = x12095
-x12097 = x12096
-x12098 = x12097
-x12099 = x12098
-x12100 = x12099
-x12101 = x12100
-x12102 = x12101
-x12103 = x12102
-x12104 = x12103
-x12105 = x12104
-x12106 = x12105
-x12107 = x12106
-x12108 = x12107
-x12109 = x12108
-x12110 = x12109
-x12111 = x12110
-x12112 = x12111
-x12113 = x12112
-x12114 = x12113
-x12115 = x12114
-x12116 = x12115
-x12117 = x12116
-x12118 = x12117
-x12119 = x12118
-x12120 = x12119
-x12121 = x12120
-x12122 = x12121
-x12123 = x12122
-x12124 = x12123
-x12125 = x12124
-x12126 = x12125
-x12127 = x12126
-x12128 = x12127
-x12129 = x12128
-x12130 = x12129
-x12131 = x12130
-x12132 = x12131
-x12133 = x12132
-x12134 = x12133
-x12135 = x12134
-x12136 = x12135
-x12137 = x12136
-x12138 = x12137
-x12139 = x12138
-x12140 = x12139
-x12141 = x12140
-x12142 = x12141
-x12143 = x12142
-x12144 = x12143
-x12145 = x12144
-x12146 = x12145
-x12147 = x12146
-x12148 = x12147
-x12149 = x12148
-x12150 = x12149
-x12151 = x12150
-x12152 = x12151
-x12153 = x12152
-x12154 = x12153
-x12155 = x12154
-x12156 = x12155
-x12157 = x12156
-x12158 = x12157
-x12159 = x12158
-x12160 = x12159
-x12161 = x12160
-x12162 = x12161
-x12163 = x12162
-x12164 = x12163
-x12165 = x12164
-x12166 = x12165
-x12167 = x12166
-x12168 = x12167
-x12169 = x12168
-x12170 = x12169
-x12171 = x12170
-x12172 = x12171
-x12173 = x12172
-x12174 = x12173
-x12175 = x12174
-x12176 = x12175
-x12177 = x12176
-x12178 = x12177
-x12179 = x12178
-x12180 = x12179
-x12181 = x12180
-x12182 = x12181
-x12183 = x12182
-x12184 = x12183
-x12185 = x12184
-x12186 = x12185
-x12187 = x12186
-x12188 = x12187
-x12189 = x12188
-x12190 = x12189
-x12191 = x12190
-x12192 = x12191
-x12193 = x12192
-x12194 = x12193
-x12195 = x12194
-x12196 = x12195
-x12197 = x12196
-x12198 = x12197
-x12199 = x12198
-x12200 = x12199
-x12201 = x12200
-x12202 = x12201
-x12203 = x12202
-x12204 = x12203
-x12205 = x12204
-x12206 = x12205
-x12207 = x12206
-x12208 = x12207
-x12209 = x12208
-x12210 = x12209
-x12211 = x12210
-x12212 = x12211
-x12213 = x12212
-x12214 = x12213
-x12215 = x12214
-x12216 = x12215
-x12217 = x12216
-x12218 = x12217
-x12219 = x12218
-x12220 = x12219
-x12221 = x12220
-x12222 = x12221
-x12223 = x12222
-x12224 = x12223
-x12225 = x12224
-x12226 = x12225
-x12227 = x12226
-x12228 = x12227
-x12229 = x12228
-x12230 = x12229
-x12231 = x12230
-x12232 = x12231
-x12233 = x12232
-x12234 = x12233
-x12235 = x12234
-x12236 = x12235
-x12237 = x12236
-x12238 = x12237
-x12239 = x12238
-x12240 = x12239
-x12241 = x12240
-x12242 = x12241
-x12243 = x12242
-x12244 = x12243
-x12245 = x12244
-x12246 = x12245
-x12247 = x12246
-x12248 = x12247
-x12249 = x12248
-x12250 = x12249
-x12251 = x12250
-x12252 = x12251
-x12253 = x12252
-x12254 = x12253
-x12255 = x12254
-x12256 = x12255
-x12257 = x12256
-x12258 = x12257
-x12259 = x12258
-x12260 = x12259
-x12261 = x12260
-x12262 = x12261
-x12263 = x12262
-x12264 = x12263
-x12265 = x12264
-x12266 = x12265
-x12267 = x12266
-x12268 = x12267
-x12269 = x12268
-x12270 = x12269
-x12271 = x12270
-x12272 = x12271
-x12273 = x12272
-x12274 = x12273
-x12275 = x12274
-x12276 = x12275
-x12277 = x12276
-x12278 = x12277
-x12279 = x12278
-x12280 = x12279
-x12281 = x12280
-x12282 = x12281
-x12283 = x12282
-x12284 = x12283
-x12285 = x12284
-x12286 = x12285
-x12287 = x12286
-x12288 = x12287
-x12289 = x12288
-x12290 = x12289
-x12291 = x12290
-x12292 = x12291
-x12293 = x12292
-x12294 = x12293
-x12295 = x12294
-x12296 = x12295
-x12297 = x12296
-x12298 = x12297
-x12299 = x12298
-x12300 = x12299
-x12301 = x12300
-x12302 = x12301
-x12303 = x12302
-x12304 = x12303
-x12305 = x12304
-x12306 = x12305
-x12307 = x12306
-x12308 = x12307
-x12309 = x12308
-x12310 = x12309
-x12311 = x12310
-x12312 = x12311
-x12313 = x12312
-x12314 = x12313
-x12315 = x12314
-x12316 = x12315
-x12317 = x12316
-x12318 = x12317
-x12319 = x12318
-x12320 = x12319
-x12321 = x12320
-x12322 = x12321
-x12323 = x12322
-x12324 = x12323
-x12325 = x12324
-x12326 = x12325
-x12327 = x12326
-x12328 = x12327
-x12329 = x12328
-x12330 = x12329
-x12331 = x12330
-x12332 = x12331
-x12333 = x12332
-x12334 = x12333
-x12335 = x12334
-x12336 = x12335
-x12337 = x12336
-x12338 = x12337
-x12339 = x12338
-x12340 = x12339
-x12341 = x12340
-x12342 = x12341
-x12343 = x12342
-x12344 = x12343
-x12345 = x12344
-x12346 = x12345
-x12347 = x12346
-x12348 = x12347
-x12349 = x12348
-x12350 = x12349
-x12351 = x12350
-x12352 = x12351
-x12353 = x12352
-x12354 = x12353
-x12355 = x12354
-x12356 = x12355
-x12357 = x12356
-x12358 = x12357
-x12359 = x12358
-x12360 = x12359
-x12361 = x12360
-x12362 = x12361
-x12363 = x12362
-x12364 = x12363
-x12365 = x12364
-x12366 = x12365
-x12367 = x12366
-x12368 = x12367
-x12369 = x12368
-x12370 = x12369
-x12371 = x12370
-x12372 = x12371
-x12373 = x12372
-x12374 = x12373
-x12375 = x12374
-x12376 = x12375
-x12377 = x12376
-x12378 = x12377
-x12379 = x12378
-x12380 = x12379
-x12381 = x12380
-x12382 = x12381
-x12383 = x12382
-x12384 = x12383
-x12385 = x12384
-x12386 = x12385
-x12387 = x12386
-x12388 = x12387
-x12389 = x12388
-x12390 = x12389
-x12391 = x12390
-x12392 = x12391
-x12393 = x12392
-x12394 = x12393
-x12395 = x12394
-x12396 = x12395
-x12397 = x12396
-x12398 = x12397
-x12399 = x12398
-x12400 = x12399
-x12401 = x12400
-x12402 = x12401
-x12403 = x12402
-x12404 = x12403
-x12405 = x12404
-x12406 = x12405
-x12407 = x12406
-x12408 = x12407
-x12409 = x12408
-x12410 = x12409
-x12411 = x12410
-x12412 = x12411
-x12413 = x12412
-x12414 = x12413
-x12415 = x12414
-x12416 = x12415
-x12417 = x12416
-x12418 = x12417
-x12419 = x12418
-x12420 = x12419
-x12421 = x12420
-x12422 = x12421
-x12423 = x12422
-x12424 = x12423
-x12425 = x12424
-x12426 = x12425
-x12427 = x12426
-x12428 = x12427
-x12429 = x12428
-x12430 = x12429
-x12431 = x12430
-x12432 = x12431
-x12433 = x12432
-x12434 = x12433
-x12435 = x12434
-x12436 = x12435
-x12437 = x12436
-x12438 = x12437
-x12439 = x12438
-x12440 = x12439
-x12441 = x12440
-x12442 = x12441
-x12443 = x12442
-x12444 = x12443
-x12445 = x12444
-x12446 = x12445
-x12447 = x12446
-x12448 = x12447
-x12449 = x12448
-x12450 = x12449
-x12451 = x12450
-x12452 = x12451
-x12453 = x12452
-x12454 = x12453
-x12455 = x12454
-x12456 = x12455
-x12457 = x12456
-x12458 = x12457
-x12459 = x12458
-x12460 = x12459
-x12461 = x12460
-x12462 = x12461
-x12463 = x12462
-x12464 = x12463
-x12465 = x12464
-x12466 = x12465
-x12467 = x12466
-x12468 = x12467
-x12469 = x12468
-x12470 = x12469
-x12471 = x12470
-x12472 = x12471
-x12473 = x12472
-x12474 = x12473
-x12475 = x12474
-x12476 = x12475
-x12477 = x12476
-x12478 = x12477
-x12479 = x12478
-x12480 = x12479
-x12481 = x12480
-x12482 = x12481
-x12483 = x12482
-x12484 = x12483
-x12485 = x12484
-x12486 = x12485
-x12487 = x12486
-x12488 = x12487
-x12489 = x12488
-x12490 = x12489
-x12491 = x12490
-x12492 = x12491
-x12493 = x12492
-x12494 = x12493
-x12495 = x12494
-x12496 = x12495
-x12497 = x12496
-x12498 = x12497
-x12499 = x12498
-x12500 = x12499
-x12501 = x12500
-x12502 = x12501
-x12503 = x12502
-x12504 = x12503
-x12505 = x12504
-x12506 = x12505
-x12507 = x12506
-x12508 = x12507
-x12509 = x12508
-x12510 = x12509
-x12511 = x12510
-x12512 = x12511
-x12513 = x12512
-x12514 = x12513
-x12515 = x12514
-x12516 = x12515
-x12517 = x12516
-x12518 = x12517
-x12519 = x12518
-x12520 = x12519
-x12521 = x12520
-x12522 = x12521
-x12523 = x12522
-x12524 = x12523
-x12525 = x12524
-x12526 = x12525
-x12527 = x12526
-x12528 = x12527
-x12529 = x12528
-x12530 = x12529
-x12531 = x12530
-x12532 = x12531
-x12533 = x12532
-x12534 = x12533
-x12535 = x12534
-x12536 = x12535
-x12537 = x12536
-x12538 = x12537
-x12539 = x12538
-x12540 = x12539
-x12541 = x12540
-x12542 = x12541
-x12543 = x12542
-x12544 = x12543
-x12545 = x12544
-x12546 = x12545
-x12547 = x12546
-x12548 = x12547
-x12549 = x12548
-x12550 = x12549
-x12551 = x12550
-x12552 = x12551
-x12553 = x12552
-x12554 = x12553
-x12555 = x12554
-x12556 = x12555
-x12557 = x12556
-x12558 = x12557
-x12559 = x12558
-x12560 = x12559
-x12561 = x12560
-x12562 = x12561
-x12563 = x12562
-x12564 = x12563
-x12565 = x12564
-x12566 = x12565
-x12567 = x12566
-x12568 = x12567
-x12569 = x12568
-x12570 = x12569
-x12571 = x12570
-x12572 = x12571
-x12573 = x12572
-x12574 = x12573
-x12575 = x12574
-x12576 = x12575
-x12577 = x12576
-x12578 = x12577
-x12579 = x12578
-x12580 = x12579
-x12581 = x12580
-x12582 = x12581
-x12583 = x12582
-x12584 = x12583
-x12585 = x12584
-x12586 = x12585
-x12587 = x12586
-x12588 = x12587
-x12589 = x12588
-x12590 = x12589
-x12591 = x12590
-x12592 = x12591
-x12593 = x12592
-x12594 = x12593
-x12595 = x12594
-x12596 = x12595
-x12597 = x12596
-x12598 = x12597
-x12599 = x12598
-x12600 = x12599
-x12601 = x12600
-x12602 = x12601
-x12603 = x12602
-x12604 = x12603
-x12605 = x12604
-x12606 = x12605
-x12607 = x12606
-x12608 = x12607
-x12609 = x12608
-x12610 = x12609
-x12611 = x12610
-x12612 = x12611
-x12613 = x12612
-x12614 = x12613
-x12615 = x12614
-x12616 = x12615
-x12617 = x12616
-x12618 = x12617
-x12619 = x12618
-x12620 = x12619
-x12621 = x12620
-x12622 = x12621
-x12623 = x12622
-x12624 = x12623
-x12625 = x12624
-x12626 = x12625
-x12627 = x12626
-x12628 = x12627
-x12629 = x12628
-x12630 = x12629
-x12631 = x12630
-x12632 = x12631
-x12633 = x12632
-x12634 = x12633
-x12635 = x12634
-x12636 = x12635
-x12637 = x12636
-x12638 = x12637
-x12639 = x12638
-x12640 = x12639
-x12641 = x12640
-x12642 = x12641
-x12643 = x12642
-x12644 = x12643
-x12645 = x12644
-x12646 = x12645
-x12647 = x12646
-x12648 = x12647
-x12649 = x12648
-x12650 = x12649
-x12651 = x12650
-x12652 = x12651
-x12653 = x12652
-x12654 = x12653
-x12655 = x12654
-x12656 = x12655
-x12657 = x12656
-x12658 = x12657
-x12659 = x12658
-x12660 = x12659
-x12661 = x12660
-x12662 = x12661
-x12663 = x12662
-x12664 = x12663
-x12665 = x12664
-x12666 = x12665
-x12667 = x12666
-x12668 = x12667
-x12669 = x12668
-x12670 = x12669
-x12671 = x12670
-x12672 = x12671
-x12673 = x12672
-x12674 = x12673
-x12675 = x12674
-x12676 = x12675
-x12677 = x12676
-x12678 = x12677
-x12679 = x12678
-x12680 = x12679
-x12681 = x12680
-x12682 = x12681
-x12683 = x12682
-x12684 = x12683
-x12685 = x12684
-x12686 = x12685
-x12687 = x12686
-x12688 = x12687
-x12689 = x12688
-x12690 = x12689
-x12691 = x12690
-x12692 = x12691
-x12693 = x12692
-x12694 = x12693
-x12695 = x12694
-x12696 = x12695
-x12697 = x12696
-x12698 = x12697
-x12699 = x12698
-x12700 = x12699
-x12701 = x12700
-x12702 = x12701
-x12703 = x12702
-x12704 = x12703
-x12705 = x12704
-x12706 = x12705
-x12707 = x12706
-x12708 = x12707
-x12709 = x12708
-x12710 = x12709
-x12711 = x12710
-x12712 = x12711
-x12713 = x12712
-x12714 = x12713
-x12715 = x12714
-x12716 = x12715
-x12717 = x12716
-x12718 = x12717
-x12719 = x12718
-x12720 = x12719
-x12721 = x12720
-x12722 = x12721
-x12723 = x12722
-x12724 = x12723
-x12725 = x12724
-x12726 = x12725
-x12727 = x12726
-x12728 = x12727
-x12729 = x12728
-x12730 = x12729
-x12731 = x12730
-x12732 = x12731
-x12733 = x12732
-x12734 = x12733
-x12735 = x12734
-x12736 = x12735
-x12737 = x12736
-x12738 = x12737
-x12739 = x12738
-x12740 = x12739
-x12741 = x12740
-x12742 = x12741
-x12743 = x12742
-x12744 = x12743
-x12745 = x12744
-x12746 = x12745
-x12747 = x12746
-x12748 = x12747
-x12749 = x12748
-x12750 = x12749
-x12751 = x12750
-x12752 = x12751
-x12753 = x12752
-x12754 = x12753
-x12755 = x12754
-x12756 = x12755
-x12757 = x12756
-x12758 = x12757
-x12759 = x12758
-x12760 = x12759
-x12761 = x12760
-x12762 = x12761
-x12763 = x12762
-x12764 = x12763
-x12765 = x12764
-x12766 = x12765
-x12767 = x12766
-x12768 = x12767
-x12769 = x12768
-x12770 = x12769
-x12771 = x12770
-x12772 = x12771
-x12773 = x12772
-x12774 = x12773
-x12775 = x12774
-x12776 = x12775
-x12777 = x12776
-x12778 = x12777
-x12779 = x12778
-x12780 = x12779
-x12781 = x12780
-x12782 = x12781
-x12783 = x12782
-x12784 = x12783
-x12785 = x12784
-x12786 = x12785
-x12787 = x12786
-x12788 = x12787
-x12789 = x12788
-x12790 = x12789
-x12791 = x12790
-x12792 = x12791
-x12793 = x12792
-x12794 = x12793
-x12795 = x12794
-x12796 = x12795
-x12797 = x12796
-x12798 = x12797
-x12799 = x12798
-x12800 = x12799
-x12801 = x12800
-x12802 = x12801
-x12803 = x12802
-x12804 = x12803
-x12805 = x12804
-x12806 = x12805
-x12807 = x12806
-x12808 = x12807
-x12809 = x12808
-x12810 = x12809
-x12811 = x12810
-x12812 = x12811
-x12813 = x12812
-x12814 = x12813
-x12815 = x12814
-x12816 = x12815
-x12817 = x12816
-x12818 = x12817
-x12819 = x12818
-x12820 = x12819
-x12821 = x12820
-x12822 = x12821
-x12823 = x12822
-x12824 = x12823
-x12825 = x12824
-x12826 = x12825
-x12827 = x12826
-x12828 = x12827
-x12829 = x12828
-x12830 = x12829
-x12831 = x12830
-x12832 = x12831
-x12833 = x12832
-x12834 = x12833
-x12835 = x12834
-x12836 = x12835
-x12837 = x12836
-x12838 = x12837
-x12839 = x12838
-x12840 = x12839
-x12841 = x12840
-x12842 = x12841
-x12843 = x12842
-x12844 = x12843
-x12845 = x12844
-x12846 = x12845
-x12847 = x12846
-x12848 = x12847
-x12849 = x12848
-x12850 = x12849
-x12851 = x12850
-x12852 = x12851
-x12853 = x12852
-x12854 = x12853
-x12855 = x12854
-x12856 = x12855
-x12857 = x12856
-x12858 = x12857
-x12859 = x12858
-x12860 = x12859
-x12861 = x12860
-x12862 = x12861
-x12863 = x12862
-x12864 = x12863
-x12865 = x12864
-x12866 = x12865
-x12867 = x12866
-x12868 = x12867
-x12869 = x12868
-x12870 = x12869
-x12871 = x12870
-x12872 = x12871
-x12873 = x12872
-x12874 = x12873
-x12875 = x12874
-x12876 = x12875
-x12877 = x12876
-x12878 = x12877
-x12879 = x12878
-x12880 = x12879
-x12881 = x12880
-x12882 = x12881
-x12883 = x12882
-x12884 = x12883
-x12885 = x12884
-x12886 = x12885
-x12887 = x12886
-x12888 = x12887
-x12889 = x12888
-x12890 = x12889
-x12891 = x12890
-x12892 = x12891
-x12893 = x12892
-x12894 = x12893
-x12895 = x12894
-x12896 = x12895
-x12897 = x12896
-x12898 = x12897
-x12899 = x12898
-x12900 = x12899
-x12901 = x12900
-x12902 = x12901
-x12903 = x12902
-x12904 = x12903
-x12905 = x12904
-x12906 = x12905
-x12907 = x12906
-x12908 = x12907
-x12909 = x12908
-x12910 = x12909
-x12911 = x12910
-x12912 = x12911
-x12913 = x12912
-x12914 = x12913
-x12915 = x12914
-x12916 = x12915
-x12917 = x12916
-x12918 = x12917
-x12919 = x12918
-x12920 = x12919
-x12921 = x12920
-x12922 = x12921
-x12923 = x12922
-x12924 = x12923
-x12925 = x12924
-x12926 = x12925
-x12927 = x12926
-x12928 = x12927
-x12929 = x12928
-x12930 = x12929
-x12931 = x12930
-x12932 = x12931
-x12933 = x12932
-x12934 = x12933
-x12935 = x12934
-x12936 = x12935
-x12937 = x12936
-x12938 = x12937
-x12939 = x12938
-x12940 = x12939
-x12941 = x12940
-x12942 = x12941
-x12943 = x12942
-x12944 = x12943
-x12945 = x12944
-x12946 = x12945
-x12947 = x12946
-x12948 = x12947
-x12949 = x12948
-x12950 = x12949
-x12951 = x12950
-x12952 = x12951
-x12953 = x12952
-x12954 = x12953
-x12955 = x12954
-x12956 = x12955
-x12957 = x12956
-x12958 = x12957
-x12959 = x12958
-x12960 = x12959
-x12961 = x12960
-x12962 = x12961
-x12963 = x12962
-x12964 = x12963
-x12965 = x12964
-x12966 = x12965
-x12967 = x12966
-x12968 = x12967
-x12969 = x12968
-x12970 = x12969
-x12971 = x12970
-x12972 = x12971
-x12973 = x12972
-x12974 = x12973
-x12975 = x12974
-x12976 = x12975
-x12977 = x12976
-x12978 = x12977
-x12979 = x12978
-x12980 = x12979
-x12981 = x12980
-x12982 = x12981
-x12983 = x12982
-x12984 = x12983
-x12985 = x12984
-x12986 = x12985
-x12987 = x12986
-x12988 = x12987
-x12989 = x12988
-x12990 = x12989
-x12991 = x12990
-x12992 = x12991
-x12993 = x12992
-x12994 = x12993
-x12995 = x12994
-x12996 = x12995
-x12997 = x12996
-x12998 = x12997
-x12999 = x12998
-x13000 = x12999
-x13001 = x13000
-x13002 = x13001
-x13003 = x13002
-x13004 = x13003
-x13005 = x13004
-x13006 = x13005
-x13007 = x13006
-x13008 = x13007
-x13009 = x13008
-x13010 = x13009
-x13011 = x13010
-x13012 = x13011
-x13013 = x13012
-x13014 = x13013
-x13015 = x13014
-x13016 = x13015
-x13017 = x13016
-x13018 = x13017
-x13019 = x13018
-x13020 = x13019
-x13021 = x13020
-x13022 = x13021
-x13023 = x13022
-x13024 = x13023
-x13025 = x13024
-x13026 = x13025
-x13027 = x13026
-x13028 = x13027
-x13029 = x13028
-x13030 = x13029
-x13031 = x13030
-x13032 = x13031
-x13033 = x13032
-x13034 = x13033
-x13035 = x13034
-x13036 = x13035
-x13037 = x13036
-x13038 = x13037
-x13039 = x13038
-x13040 = x13039
-x13041 = x13040
-x13042 = x13041
-x13043 = x13042
-x13044 = x13043
-x13045 = x13044
-x13046 = x13045
-x13047 = x13046
-x13048 = x13047
-x13049 = x13048
-x13050 = x13049
-x13051 = x13050
-x13052 = x13051
-x13053 = x13052
-x13054 = x13053
-x13055 = x13054
-x13056 = x13055
-x13057 = x13056
-x13058 = x13057
-x13059 = x13058
-x13060 = x13059
-x13061 = x13060
-x13062 = x13061
-x13063 = x13062
-x13064 = x13063
-x13065 = x13064
-x13066 = x13065
-x13067 = x13066
-x13068 = x13067
-x13069 = x13068
-x13070 = x13069
-x13071 = x13070
-x13072 = x13071
-x13073 = x13072
-x13074 = x13073
-x13075 = x13074
-x13076 = x13075
-x13077 = x13076
-x13078 = x13077
-x13079 = x13078
-x13080 = x13079
-x13081 = x13080
-x13082 = x13081
-x13083 = x13082
-x13084 = x13083
-x13085 = x13084
-x13086 = x13085
-x13087 = x13086
-x13088 = x13087
-x13089 = x13088
-x13090 = x13089
-x13091 = x13090
-x13092 = x13091
-x13093 = x13092
-x13094 = x13093
-x13095 = x13094
-x13096 = x13095
-x13097 = x13096
-x13098 = x13097
-x13099 = x13098
-x13100 = x13099
-x13101 = x13100
-x13102 = x13101
-x13103 = x13102
-x13104 = x13103
-x13105 = x13104
-x13106 = x13105
-x13107 = x13106
-x13108 = x13107
-x13109 = x13108
-x13110 = x13109
-x13111 = x13110
-x13112 = x13111
-x13113 = x13112
-x13114 = x13113
-x13115 = x13114
-x13116 = x13115
-x13117 = x13116
-x13118 = x13117
-x13119 = x13118
-x13120 = x13119
-x13121 = x13120
-x13122 = x13121
-x13123 = x13122
-x13124 = x13123
-x13125 = x13124
-x13126 = x13125
-x13127 = x13126
-x13128 = x13127
-x13129 = x13128
-x13130 = x13129
-x13131 = x13130
-x13132 = x13131
-x13133 = x13132
-x13134 = x13133
-x13135 = x13134
-x13136 = x13135
-x13137 = x13136
-x13138 = x13137
-x13139 = x13138
-x13140 = x13139
-x13141 = x13140
-x13142 = x13141
-x13143 = x13142
-x13144 = x13143
-x13145 = x13144
-x13146 = x13145
-x13147 = x13146
-x13148 = x13147
-x13149 = x13148
-x13150 = x13149
-x13151 = x13150
-x13152 = x13151
-x13153 = x13152
-x13154 = x13153
-x13155 = x13154
-x13156 = x13155
-x13157 = x13156
-x13158 = x13157
-x13159 = x13158
-x13160 = x13159
-x13161 = x13160
-x13162 = x13161
-x13163 = x13162
-x13164 = x13163
-x13165 = x13164
-x13166 = x13165
-x13167 = x13166
-x13168 = x13167
-x13169 = x13168
-x13170 = x13169
-x13171 = x13170
-x13172 = x13171
-x13173 = x13172
-x13174 = x13173
-x13175 = x13174
-x13176 = x13175
-x13177 = x13176
-x13178 = x13177
-x13179 = x13178
-x13180 = x13179
-x13181 = x13180
-x13182 = x13181
-x13183 = x13182
-x13184 = x13183
-x13185 = x13184
-x13186 = x13185
-x13187 = x13186
-x13188 = x13187
-x13189 = x13188
-x13190 = x13189
-x13191 = x13190
-x13192 = x13191
-x13193 = x13192
-x13194 = x13193
-x13195 = x13194
-x13196 = x13195
-x13197 = x13196
-x13198 = x13197
-x13199 = x13198
-x13200 = x13199
-x13201 = x13200
-x13202 = x13201
-x13203 = x13202
-x13204 = x13203
-x13205 = x13204
-x13206 = x13205
-x13207 = x13206
-x13208 = x13207
-x13209 = x13208
-x13210 = x13209
-x13211 = x13210
-x13212 = x13211
-x13213 = x13212
-x13214 = x13213
-x13215 = x13214
-x13216 = x13215
-x13217 = x13216
-x13218 = x13217
-x13219 = x13218
-x13220 = x13219
-x13221 = x13220
-x13222 = x13221
-x13223 = x13222
-x13224 = x13223
-x13225 = x13224
-x13226 = x13225
-x13227 = x13226
-x13228 = x13227
-x13229 = x13228
-x13230 = x13229
-x13231 = x13230
-x13232 = x13231
-x13233 = x13232
-x13234 = x13233
-x13235 = x13234
-x13236 = x13235
-x13237 = x13236
-x13238 = x13237
-x13239 = x13238
-x13240 = x13239
-x13241 = x13240
-x13242 = x13241
-x13243 = x13242
-x13244 = x13243
-x13245 = x13244
-x13246 = x13245
-x13247 = x13246
-x13248 = x13247
-x13249 = x13248
-x13250 = x13249
-x13251 = x13250
-x13252 = x13251
-x13253 = x13252
-x13254 = x13253
-x13255 = x13254
-x13256 = x13255
-x13257 = x13256
-x13258 = x13257
-x13259 = x13258
-x13260 = x13259
-x13261 = x13260
-x13262 = x13261
-x13263 = x13262
-x13264 = x13263
-x13265 = x13264
-x13266 = x13265
-x13267 = x13266
-x13268 = x13267
-x13269 = x13268
-x13270 = x13269
-x13271 = x13270
-x13272 = x13271
-x13273 = x13272
-x13274 = x13273
-x13275 = x13274
-x13276 = x13275
-x13277 = x13276
-x13278 = x13277
-x13279 = x13278
-x13280 = x13279
-x13281 = x13280
-x13282 = x13281
-x13283 = x13282
-x13284 = x13283
-x13285 = x13284
-x13286 = x13285
-x13287 = x13286
-x13288 = x13287
-x13289 = x13288
-x13290 = x13289
-x13291 = x13290
-x13292 = x13291
-x13293 = x13292
-x13294 = x13293
-x13295 = x13294
-x13296 = x13295
-x13297 = x13296
-x13298 = x13297
-x13299 = x13298
-x13300 = x13299
-x13301 = x13300
-x13302 = x13301
-x13303 = x13302
-x13304 = x13303
-x13305 = x13304
-x13306 = x13305
-x13307 = x13306
-x13308 = x13307
-x13309 = x13308
-x13310 = x13309
-x13311 = x13310
-x13312 = x13311
-x13313 = x13312
-x13314 = x13313
-x13315 = x13314
-x13316 = x13315
-x13317 = x13316
-x13318 = x13317
-x13319 = x13318
-x13320 = x13319
-x13321 = x13320
-x13322 = x13321
-x13323 = x13322
-x13324 = x13323
-x13325 = x13324
-x13326 = x13325
-x13327 = x13326
-x13328 = x13327
-x13329 = x13328
-x13330 = x13329
-x13331 = x13330
-x13332 = x13331
-x13333 = x13332
-x13334 = x13333
-x13335 = x13334
-x13336 = x13335
-x13337 = x13336
-x13338 = x13337
-x13339 = x13338
-x13340 = x13339
-x13341 = x13340
-x13342 = x13341
-x13343 = x13342
-x13344 = x13343
-x13345 = x13344
-x13346 = x13345
-x13347 = x13346
-x13348 = x13347
-x13349 = x13348
-x13350 = x13349
-x13351 = x13350
-x13352 = x13351
-x13353 = x13352
-x13354 = x13353
-x13355 = x13354
-x13356 = x13355
-x13357 = x13356
-x13358 = x13357
-x13359 = x13358
-x13360 = x13359
-x13361 = x13360
-x13362 = x13361
-x13363 = x13362
-x13364 = x13363
-x13365 = x13364
-x13366 = x13365
-x13367 = x13366
-x13368 = x13367
-x13369 = x13368
-x13370 = x13369
-x13371 = x13370
-x13372 = x13371
-x13373 = x13372
-x13374 = x13373
-x13375 = x13374
-x13376 = x13375
-x13377 = x13376
-x13378 = x13377
-x13379 = x13378
-x13380 = x13379
-x13381 = x13380
-x13382 = x13381
-x13383 = x13382
-x13384 = x13383
-x13385 = x13384
-x13386 = x13385
-x13387 = x13386
-x13388 = x13387
-x13389 = x13388
-x13390 = x13389
-x13391 = x13390
-x13392 = x13391
-x13393 = x13392
-x13394 = x13393
-x13395 = x13394
-x13396 = x13395
-x13397 = x13396
-x13398 = x13397
-x13399 = x13398
-x13400 = x13399
-x13401 = x13400
-x13402 = x13401
-x13403 = x13402
-x13404 = x13403
-x13405 = x13404
-x13406 = x13405
-x13407 = x13406
-x13408 = x13407
-x13409 = x13408
-x13410 = x13409
-x13411 = x13410
-x13412 = x13411
-x13413 = x13412
-x13414 = x13413
-x13415 = x13414
-x13416 = x13415
-x13417 = x13416
-x13418 = x13417
-x13419 = x13418
-x13420 = x13419
-x13421 = x13420
-x13422 = x13421
-x13423 = x13422
-x13424 = x13423
-x13425 = x13424
-x13426 = x13425
-x13427 = x13426
-x13428 = x13427
-x13429 = x13428
-x13430 = x13429
-x13431 = x13430
-x13432 = x13431
-x13433 = x13432
-x13434 = x13433
-x13435 = x13434
-x13436 = x13435
-x13437 = x13436
-x13438 = x13437
-x13439 = x13438
-x13440 = x13439
-x13441 = x13440
-x13442 = x13441
-x13443 = x13442
-x13444 = x13443
-x13445 = x13444
-x13446 = x13445
-x13447 = x13446
-x13448 = x13447
-x13449 = x13448
-x13450 = x13449
-x13451 = x13450
-x13452 = x13451
-x13453 = x13452
-x13454 = x13453
-x13455 = x13454
-x13456 = x13455
-x13457 = x13456
-x13458 = x13457
-x13459 = x13458
-x13460 = x13459
-x13461 = x13460
-x13462 = x13461
-x13463 = x13462
-x13464 = x13463
-x13465 = x13464
-x13466 = x13465
-x13467 = x13466
-x13468 = x13467
-x13469 = x13468
-x13470 = x13469
-x13471 = x13470
-x13472 = x13471
-x13473 = x13472
-x13474 = x13473
-x13475 = x13474
-x13476 = x13475
-x13477 = x13476
-x13478 = x13477
-x13479 = x13478
-x13480 = x13479
-x13481 = x13480
-x13482 = x13481
-x13483 = x13482
-x13484 = x13483
-x13485 = x13484
-x13486 = x13485
-x13487 = x13486
-x13488 = x13487
-x13489 = x13488
-x13490 = x13489
-x13491 = x13490
-x13492 = x13491
-x13493 = x13492
-x13494 = x13493
-x13495 = x13494
-x13496 = x13495
-x13497 = x13496
-x13498 = x13497
-x13499 = x13498
-x13500 = x13499
-x13501 = x13500
-x13502 = x13501
-x13503 = x13502
-x13504 = x13503
-x13505 = x13504
-x13506 = x13505
-x13507 = x13506
-x13508 = x13507
-x13509 = x13508
-x13510 = x13509
-x13511 = x13510
-x13512 = x13511
-x13513 = x13512
-x13514 = x13513
-x13515 = x13514
-x13516 = x13515
-x13517 = x13516
-x13518 = x13517
-x13519 = x13518
-x13520 = x13519
-x13521 = x13520
-x13522 = x13521
-x13523 = x13522
-x13524 = x13523
-x13525 = x13524
-x13526 = x13525
-x13527 = x13526
-x13528 = x13527
-x13529 = x13528
-x13530 = x13529
-x13531 = x13530
-x13532 = x13531
-x13533 = x13532
-x13534 = x13533
-x13535 = x13534
-x13536 = x13535
-x13537 = x13536
-x13538 = x13537
-x13539 = x13538
-x13540 = x13539
-x13541 = x13540
-x13542 = x13541
-x13543 = x13542
-x13544 = x13543
-x13545 = x13544
-x13546 = x13545
-x13547 = x13546
-x13548 = x13547
-x13549 = x13548
-x13550 = x13549
-x13551 = x13550
-x13552 = x13551
-x13553 = x13552
-x13554 = x13553
-x13555 = x13554
-x13556 = x13555
-x13557 = x13556
-x13558 = x13557
-x13559 = x13558
-x13560 = x13559
-x13561 = x13560
-x13562 = x13561
-x13563 = x13562
-x13564 = x13563
-x13565 = x13564
-x13566 = x13565
-x13567 = x13566
-x13568 = x13567
-x13569 = x13568
-x13570 = x13569
-x13571 = x13570
-x13572 = x13571
-x13573 = x13572
-x13574 = x13573
-x13575 = x13574
-x13576 = x13575
-x13577 = x13576
-x13578 = x13577
-x13579 = x13578
-x13580 = x13579
-x13581 = x13580
-x13582 = x13581
-x13583 = x13582
-x13584 = x13583
-x13585 = x13584
-x13586 = x13585
-x13587 = x13586
-x13588 = x13587
-x13589 = x13588
-x13590 = x13589
-x13591 = x13590
-x13592 = x13591
-x13593 = x13592
-x13594 = x13593
-x13595 = x13594
-x13596 = x13595
-x13597 = x13596
-x13598 = x13597
-x13599 = x13598
-x13600 = x13599
-x13601 = x13600
-x13602 = x13601
-x13603 = x13602
-x13604 = x13603
-x13605 = x13604
-x13606 = x13605
-x13607 = x13606
-x13608 = x13607
-x13609 = x13608
-x13610 = x13609
-x13611 = x13610
-x13612 = x13611
-x13613 = x13612
-x13614 = x13613
-x13615 = x13614
-x13616 = x13615
-x13617 = x13616
-x13618 = x13617
-x13619 = x13618
-x13620 = x13619
-x13621 = x13620
-x13622 = x13621
-x13623 = x13622
-x13624 = x13623
-x13625 = x13624
-x13626 = x13625
-x13627 = x13626
-x13628 = x13627
-x13629 = x13628
-x13630 = x13629
-x13631 = x13630
-x13632 = x13631
-x13633 = x13632
-x13634 = x13633
-x13635 = x13634
-x13636 = x13635
-x13637 = x13636
-x13638 = x13637
-x13639 = x13638
-x13640 = x13639
-x13641 = x13640
-x13642 = x13641
-x13643 = x13642
-x13644 = x13643
-x13645 = x13644
-x13646 = x13645
-x13647 = x13646
-x13648 = x13647
-x13649 = x13648
-x13650 = x13649
-x13651 = x13650
-x13652 = x13651
-x13653 = x13652
-x13654 = x13653
-x13655 = x13654
-x13656 = x13655
-x13657 = x13656
-x13658 = x13657
-x13659 = x13658
-x13660 = x13659
-x13661 = x13660
-x13662 = x13661
-x13663 = x13662
-x13664 = x13663
-x13665 = x13664
-x13666 = x13665
-x13667 = x13666
-x13668 = x13667
-x13669 = x13668
-x13670 = x13669
-x13671 = x13670
-x13672 = x13671
-x13673 = x13672
-x13674 = x13673
-x13675 = x13674
-x13676 = x13675
-x13677 = x13676
-x13678 = x13677
-x13679 = x13678
-x13680 = x13679
-x13681 = x13680
-x13682 = x13681
-x13683 = x13682
-x13684 = x13683
-x13685 = x13684
-x13686 = x13685
-x13687 = x13686
-x13688 = x13687
-x13689 = x13688
-x13690 = x13689
-x13691 = x13690
-x13692 = x13691
-x13693 = x13692
-x13694 = x13693
-x13695 = x13694
-x13696 = x13695
-x13697 = x13696
-x13698 = x13697
-x13699 = x13698
-x13700 = x13699
-x13701 = x13700
-x13702 = x13701
-x13703 = x13702
-x13704 = x13703
-x13705 = x13704
-x13706 = x13705
-x13707 = x13706
-x13708 = x13707
-x13709 = x13708
-x13710 = x13709
-x13711 = x13710
-x13712 = x13711
-x13713 = x13712
-x13714 = x13713
-x13715 = x13714
-x13716 = x13715
-x13717 = x13716
-x13718 = x13717
-x13719 = x13718
-x13720 = x13719
-x13721 = x13720
-x13722 = x13721
-x13723 = x13722
-x13724 = x13723
-x13725 = x13724
-x13726 = x13725
-x13727 = x13726
-x13728 = x13727
-x13729 = x13728
-x13730 = x13729
-x13731 = x13730
-x13732 = x13731
-x13733 = x13732
-x13734 = x13733
-x13735 = x13734
-x13736 = x13735
-x13737 = x13736
-x13738 = x13737
-x13739 = x13738
-x13740 = x13739
-x13741 = x13740
-x13742 = x13741
-x13743 = x13742
-x13744 = x13743
-x13745 = x13744
-x13746 = x13745
-x13747 = x13746
-x13748 = x13747
-x13749 = x13748
-x13750 = x13749
-x13751 = x13750
-x13752 = x13751
-x13753 = x13752
-x13754 = x13753
-x13755 = x13754
-x13756 = x13755
-x13757 = x13756
-x13758 = x13757
-x13759 = x13758
-x13760 = x13759
-x13761 = x13760
-x13762 = x13761
-x13763 = x13762
-x13764 = x13763
-x13765 = x13764
-x13766 = x13765
-x13767 = x13766
-x13768 = x13767
-x13769 = x13768
-x13770 = x13769
-x13771 = x13770
-x13772 = x13771
-x13773 = x13772
-x13774 = x13773
-x13775 = x13774
-x13776 = x13775
-x13777 = x13776
-x13778 = x13777
-x13779 = x13778
-x13780 = x13779
-x13781 = x13780
-x13782 = x13781
-x13783 = x13782
-x13784 = x13783
-x13785 = x13784
-x13786 = x13785
-x13787 = x13786
-x13788 = x13787
-x13789 = x13788
-x13790 = x13789
-x13791 = x13790
-x13792 = x13791
-x13793 = x13792
-x13794 = x13793
-x13795 = x13794
-x13796 = x13795
-x13797 = x13796
-x13798 = x13797
-x13799 = x13798
-x13800 = x13799
-x13801 = x13800
-x13802 = x13801
-x13803 = x13802
-x13804 = x13803
-x13805 = x13804
-x13806 = x13805
-x13807 = x13806
-x13808 = x13807
-x13809 = x13808
-x13810 = x13809
-x13811 = x13810
-x13812 = x13811
-x13813 = x13812
-x13814 = x13813
-x13815 = x13814
-x13816 = x13815
-x13817 = x13816
-x13818 = x13817
-x13819 = x13818
-x13820 = x13819
-x13821 = x13820
-x13822 = x13821
-x13823 = x13822
-x13824 = x13823
-x13825 = x13824
-x13826 = x13825
-x13827 = x13826
-x13828 = x13827
-x13829 = x13828
-x13830 = x13829
-x13831 = x13830
-x13832 = x13831
-x13833 = x13832
-x13834 = x13833
-x13835 = x13834
-x13836 = x13835
-x13837 = x13836
-x13838 = x13837
-x13839 = x13838
-x13840 = x13839
-x13841 = x13840
-x13842 = x13841
-x13843 = x13842
-x13844 = x13843
-x13845 = x13844
-x13846 = x13845
-x13847 = x13846
-x13848 = x13847
-x13849 = x13848
-x13850 = x13849
-x13851 = x13850
-x13852 = x13851
-x13853 = x13852
-x13854 = x13853
-x13855 = x13854
-x13856 = x13855
-x13857 = x13856
-x13858 = x13857
-x13859 = x13858
-x13860 = x13859
-x13861 = x13860
-x13862 = x13861
-x13863 = x13862
-x13864 = x13863
-x13865 = x13864
-x13866 = x13865
-x13867 = x13866
-x13868 = x13867
-x13869 = x13868
-x13870 = x13869
-x13871 = x13870
-x13872 = x13871
-x13873 = x13872
-x13874 = x13873
-x13875 = x13874
-x13876 = x13875
-x13877 = x13876
-x13878 = x13877
-x13879 = x13878
-x13880 = x13879
-x13881 = x13880
-x13882 = x13881
-x13883 = x13882
-x13884 = x13883
-x13885 = x13884
-x13886 = x13885
-x13887 = x13886
-x13888 = x13887
-x13889 = x13888
-x13890 = x13889
-x13891 = x13890
-x13892 = x13891
-x13893 = x13892
-x13894 = x13893
-x13895 = x13894
-x13896 = x13895
-x13897 = x13896
-x13898 = x13897
-x13899 = x13898
-x13900 = x13899
-x13901 = x13900
-x13902 = x13901
-x13903 = x13902
-x13904 = x13903
-x13905 = x13904
-x13906 = x13905
-x13907 = x13906
-x13908 = x13907
-x13909 = x13908
-x13910 = x13909
-x13911 = x13910
-x13912 = x13911
-x13913 = x13912
-x13914 = x13913
-x13915 = x13914
-x13916 = x13915
-x13917 = x13916
-x13918 = x13917
-x13919 = x13918
-x13920 = x13919
-x13921 = x13920
-x13922 = x13921
-x13923 = x13922
-x13924 = x13923
-x13925 = x13924
-x13926 = x13925
-x13927 = x13926
-x13928 = x13927
-x13929 = x13928
-x13930 = x13929
-x13931 = x13930
-x13932 = x13931
-x13933 = x13932
-x13934 = x13933
-x13935 = x13934
-x13936 = x13935
-x13937 = x13936
-x13938 = x13937
-x13939 = x13938
-x13940 = x13939
-x13941 = x13940
-x13942 = x13941
-x13943 = x13942
-x13944 = x13943
-x13945 = x13944
-x13946 = x13945
-x13947 = x13946
-x13948 = x13947
-x13949 = x13948
-x13950 = x13949
-x13951 = x13950
-x13952 = x13951
-x13953 = x13952
-x13954 = x13953
-x13955 = x13954
-x13956 = x13955
-x13957 = x13956
-x13958 = x13957
-x13959 = x13958
-x13960 = x13959
-x13961 = x13960
-x13962 = x13961
-x13963 = x13962
-x13964 = x13963
-x13965 = x13964
-x13966 = x13965
-x13967 = x13966
-x13968 = x13967
-x13969 = x13968
-x13970 = x13969
-x13971 = x13970
-x13972 = x13971
-x13973 = x13972
-x13974 = x13973
-x13975 = x13974
-x13976 = x13975
-x13977 = x13976
-x13978 = x13977
-x13979 = x13978
-x13980 = x13979
-x13981 = x13980
-x13982 = x13981
-x13983 = x13982
-x13984 = x13983
-x13985 = x13984
-x13986 = x13985
-x13987 = x13986
-x13988 = x13987
-x13989 = x13988
-x13990 = x13989
-x13991 = x13990
-x13992 = x13991
-x13993 = x13992
-x13994 = x13993
-x13995 = x13994
-x13996 = x13995
-x13997 = x13996
-x13998 = x13997
-x13999 = x13998
-x14000 = x13999
-x14001 = x14000
-x14002 = x14001
-x14003 = x14002
-x14004 = x14003
-x14005 = x14004
-x14006 = x14005
-x14007 = x14006
-x14008 = x14007
-x14009 = x14008
-x14010 = x14009
-x14011 = x14010
-x14012 = x14011
-x14013 = x14012
-x14014 = x14013
-x14015 = x14014
-x14016 = x14015
-x14017 = x14016
-x14018 = x14017
-x14019 = x14018
-x14020 = x14019
-x14021 = x14020
-x14022 = x14021
-x14023 = x14022
-x14024 = x14023
-x14025 = x14024
-x14026 = x14025
-x14027 = x14026
-x14028 = x14027
-x14029 = x14028
-x14030 = x14029
-x14031 = x14030
-x14032 = x14031
-x14033 = x14032
-x14034 = x14033
-x14035 = x14034
-x14036 = x14035
-x14037 = x14036
-x14038 = x14037
-x14039 = x14038
-x14040 = x14039
-x14041 = x14040
-x14042 = x14041
-x14043 = x14042
-x14044 = x14043
-x14045 = x14044
-x14046 = x14045
-x14047 = x14046
-x14048 = x14047
-x14049 = x14048
-x14050 = x14049
-x14051 = x14050
-x14052 = x14051
-x14053 = x14052
-x14054 = x14053
-x14055 = x14054
-x14056 = x14055
-x14057 = x14056
-x14058 = x14057
-x14059 = x14058
-x14060 = x14059
-x14061 = x14060
-x14062 = x14061
-x14063 = x14062
-x14064 = x14063
-x14065 = x14064
-x14066 = x14065
-x14067 = x14066
-x14068 = x14067
-x14069 = x14068
-x14070 = x14069
-x14071 = x14070
-x14072 = x14071
-x14073 = x14072
-x14074 = x14073
-x14075 = x14074
-x14076 = x14075
-x14077 = x14076
-x14078 = x14077
-x14079 = x14078
-x14080 = x14079
-x14081 = x14080
-x14082 = x14081
-x14083 = x14082
-x14084 = x14083
-x14085 = x14084
-x14086 = x14085
-x14087 = x14086
-x14088 = x14087
-x14089 = x14088
-x14090 = x14089
-x14091 = x14090
-x14092 = x14091
-x14093 = x14092
-x14094 = x14093
-x14095 = x14094
-x14096 = x14095
-x14097 = x14096
-x14098 = x14097
-x14099 = x14098
-x14100 = x14099
-x14101 = x14100
-x14102 = x14101
-x14103 = x14102
-x14104 = x14103
-x14105 = x14104
-x14106 = x14105
-x14107 = x14106
-x14108 = x14107
-x14109 = x14108
-x14110 = x14109
-x14111 = x14110
-x14112 = x14111
-x14113 = x14112
-x14114 = x14113
-x14115 = x14114
-x14116 = x14115
-x14117 = x14116
-x14118 = x14117
-x14119 = x14118
-x14120 = x14119
-x14121 = x14120
-x14122 = x14121
-x14123 = x14122
-x14124 = x14123
-x14125 = x14124
-x14126 = x14125
-x14127 = x14126
-x14128 = x14127
-x14129 = x14128
-x14130 = x14129
-x14131 = x14130
-x14132 = x14131
-x14133 = x14132
-x14134 = x14133
-x14135 = x14134
-x14136 = x14135
-x14137 = x14136
-x14138 = x14137
-x14139 = x14138
-x14140 = x14139
-x14141 = x14140
-x14142 = x14141
-x14143 = x14142
-x14144 = x14143
-x14145 = x14144
-x14146 = x14145
-x14147 = x14146
-x14148 = x14147
-x14149 = x14148
-x14150 = x14149
-x14151 = x14150
-x14152 = x14151
-x14153 = x14152
-x14154 = x14153
-x14155 = x14154
-x14156 = x14155
-x14157 = x14156
-x14158 = x14157
-x14159 = x14158
-x14160 = x14159
-x14161 = x14160
-x14162 = x14161
-x14163 = x14162
-x14164 = x14163
-x14165 = x14164
-x14166 = x14165
-x14167 = x14166
-x14168 = x14167
-x14169 = x14168
-x14170 = x14169
-x14171 = x14170
-x14172 = x14171
-x14173 = x14172
-x14174 = x14173
-x14175 = x14174
-x14176 = x14175
-x14177 = x14176
-x14178 = x14177
-x14179 = x14178
-x14180 = x14179
-x14181 = x14180
-x14182 = x14181
-x14183 = x14182
-x14184 = x14183
-x14185 = x14184
-x14186 = x14185
-x14187 = x14186
-x14188 = x14187
-x14189 = x14188
-x14190 = x14189
-x14191 = x14190
-x14192 = x14191
-x14193 = x14192
-x14194 = x14193
-x14195 = x14194
-x14196 = x14195
-x14197 = x14196
-x14198 = x14197
-x14199 = x14198
-x14200 = x14199
-x14201 = x14200
-x14202 = x14201
-x14203 = x14202
-x14204 = x14203
-x14205 = x14204
-x14206 = x14205
-x14207 = x14206
-x14208 = x14207
-x14209 = x14208
-x14210 = x14209
-x14211 = x14210
-x14212 = x14211
-x14213 = x14212
-x14214 = x14213
-x14215 = x14214
-x14216 = x14215
-x14217 = x14216
-x14218 = x14217
-x14219 = x14218
-x14220 = x14219
-x14221 = x14220
-x14222 = x14221
-x14223 = x14222
-x14224 = x14223
-x14225 = x14224
-x14226 = x14225
-x14227 = x14226
-x14228 = x14227
-x14229 = x14228
-x14230 = x14229
-x14231 = x14230
-x14232 = x14231
-x14233 = x14232
-x14234 = x14233
-x14235 = x14234
-x14236 = x14235
-x14237 = x14236
-x14238 = x14237
-x14239 = x14238
-x14240 = x14239
-x14241 = x14240
-x14242 = x14241
-x14243 = x14242
-x14244 = x14243
-x14245 = x14244
-x14246 = x14245
-x14247 = x14246
-x14248 = x14247
-x14249 = x14248
-x14250 = x14249
-x14251 = x14250
-x14252 = x14251
-x14253 = x14252
-x14254 = x14253
-x14255 = x14254
-x14256 = x14255
-x14257 = x14256
-x14258 = x14257
-x14259 = x14258
-x14260 = x14259
-x14261 = x14260
-x14262 = x14261
-x14263 = x14262
-x14264 = x14263
-x14265 = x14264
-x14266 = x14265
-x14267 = x14266
-x14268 = x14267
-x14269 = x14268
-x14270 = x14269
-x14271 = x14270
-x14272 = x14271
-x14273 = x14272
-x14274 = x14273
-x14275 = x14274
-x14276 = x14275
-x14277 = x14276
-x14278 = x14277
-x14279 = x14278
-x14280 = x14279
-x14281 = x14280
-x14282 = x14281
-x14283 = x14282
-x14284 = x14283
-x14285 = x14284
-x14286 = x14285
-x14287 = x14286
-x14288 = x14287
-x14289 = x14288
-x14290 = x14289
-x14291 = x14290
-x14292 = x14291
-x14293 = x14292
-x14294 = x14293
-x14295 = x14294
-x14296 = x14295
-x14297 = x14296
-x14298 = x14297
-x14299 = x14298
-x14300 = x14299
-x14301 = x14300
-x14302 = x14301
-x14303 = x14302
-x14304 = x14303
-x14305 = x14304
-x14306 = x14305
-x14307 = x14306
-x14308 = x14307
-x14309 = x14308
-x14310 = x14309
-x14311 = x14310
-x14312 = x14311
-x14313 = x14312
-x14314 = x14313
-x14315 = x14314
-x14316 = x14315
-x14317 = x14316
-x14318 = x14317
-x14319 = x14318
-x14320 = x14319
-x14321 = x14320
-x14322 = x14321
-x14323 = x14322
-x14324 = x14323
-x14325 = x14324
-x14326 = x14325
-x14327 = x14326
-x14328 = x14327
-x14329 = x14328
-x14330 = x14329
-x14331 = x14330
-x14332 = x14331
-x14333 = x14332
-x14334 = x14333
-x14335 = x14334
-x14336 = x14335
-x14337 = x14336
-x14338 = x14337
-x14339 = x14338
-x14340 = x14339
-x14341 = x14340
-x14342 = x14341
-x14343 = x14342
-x14344 = x14343
-x14345 = x14344
-x14346 = x14345
-x14347 = x14346
-x14348 = x14347
-x14349 = x14348
-x14350 = x14349
-x14351 = x14350
-x14352 = x14351
-x14353 = x14352
-x14354 = x14353
-x14355 = x14354
-x14356 = x14355
-x14357 = x14356
-x14358 = x14357
-x14359 = x14358
-x14360 = x14359
-x14361 = x14360
-x14362 = x14361
-x14363 = x14362
-x14364 = x14363
-x14365 = x14364
-x14366 = x14365
-x14367 = x14366
-x14368 = x14367
-x14369 = x14368
-x14370 = x14369
-x14371 = x14370
-x14372 = x14371
-x14373 = x14372
-x14374 = x14373
-x14375 = x14374
-x14376 = x14375
-x14377 = x14376
-x14378 = x14377
-x14379 = x14378
-x14380 = x14379
-x14381 = x14380
-x14382 = x14381
-x14383 = x14382
-x14384 = x14383
-x14385 = x14384
-x14386 = x14385
-x14387 = x14386
-x14388 = x14387
-x14389 = x14388
-x14390 = x14389
-x14391 = x14390
-x14392 = x14391
-x14393 = x14392
-x14394 = x14393
-x14395 = x14394
-x14396 = x14395
-x14397 = x14396
-x14398 = x14397
-x14399 = x14398
-x14400 = x14399
-x14401 = x14400
-x14402 = x14401
-x14403 = x14402
-x14404 = x14403
-x14405 = x14404
-x14406 = x14405
-x14407 = x14406
-x14408 = x14407
-x14409 = x14408
-x14410 = x14409
-x14411 = x14410
-x14412 = x14411
-x14413 = x14412
-x14414 = x14413
-x14415 = x14414
-x14416 = x14415
-x14417 = x14416
-x14418 = x14417
-x14419 = x14418
-x14420 = x14419
-x14421 = x14420
-x14422 = x14421
-x14423 = x14422
-x14424 = x14423
-x14425 = x14424
-x14426 = x14425
-x14427 = x14426
-x14428 = x14427
-x14429 = x14428
-x14430 = x14429
-x14431 = x14430
-x14432 = x14431
-x14433 = x14432
-x14434 = x14433
-x14435 = x14434
-x14436 = x14435
-x14437 = x14436
-x14438 = x14437
-x14439 = x14438
-x14440 = x14439
-x14441 = x14440
-x14442 = x14441
-x14443 = x14442
-x14444 = x14443
-x14445 = x14444
-x14446 = x14445
-x14447 = x14446
-x14448 = x14447
-x14449 = x14448
-x14450 = x14449
-x14451 = x14450
-x14452 = x14451
-x14453 = x14452
-x14454 = x14453
-x14455 = x14454
-x14456 = x14455
-x14457 = x14456
-x14458 = x14457
-x14459 = x14458
-x14460 = x14459
-x14461 = x14460
-x14462 = x14461
-x14463 = x14462
-x14464 = x14463
-x14465 = x14464
-x14466 = x14465
-x14467 = x14466
-x14468 = x14467
-x14469 = x14468
-x14470 = x14469
-x14471 = x14470
-x14472 = x14471
-x14473 = x14472
-x14474 = x14473
-x14475 = x14474
-x14476 = x14475
-x14477 = x14476
-x14478 = x14477
-x14479 = x14478
-x14480 = x14479
-x14481 = x14480
-x14482 = x14481
-x14483 = x14482
-x14484 = x14483
-x14485 = x14484
-x14486 = x14485
-x14487 = x14486
-x14488 = x14487
-x14489 = x14488
-x14490 = x14489
-x14491 = x14490
-x14492 = x14491
-x14493 = x14492
-x14494 = x14493
-x14495 = x14494
-x14496 = x14495
-x14497 = x14496
-x14498 = x14497
-x14499 = x14498
-x14500 = x14499
-x14501 = x14500
-x14502 = x14501
-x14503 = x14502
-x14504 = x14503
-x14505 = x14504
-x14506 = x14505
-x14507 = x14506
-x14508 = x14507
-x14509 = x14508
-x14510 = x14509
-x14511 = x14510
-x14512 = x14511
-x14513 = x14512
-x14514 = x14513
-x14515 = x14514
-x14516 = x14515
-x14517 = x14516
-x14518 = x14517
-x14519 = x14518
-x14520 = x14519
-x14521 = x14520
-x14522 = x14521
-x14523 = x14522
-x14524 = x14523
-x14525 = x14524
-x14526 = x14525
-x14527 = x14526
-x14528 = x14527
-x14529 = x14528
-x14530 = x14529
-x14531 = x14530
-x14532 = x14531
-x14533 = x14532
-x14534 = x14533
-x14535 = x14534
-x14536 = x14535
-x14537 = x14536
-x14538 = x14537
-x14539 = x14538
-x14540 = x14539
-x14541 = x14540
-x14542 = x14541
-x14543 = x14542
-x14544 = x14543
-x14545 = x14544
-x14546 = x14545
-x14547 = x14546
-x14548 = x14547
-x14549 = x14548
-x14550 = x14549
-x14551 = x14550
-x14552 = x14551
-x14553 = x14552
-x14554 = x14553
-x14555 = x14554
-x14556 = x14555
-x14557 = x14556
-x14558 = x14557
-x14559 = x14558
-x14560 = x14559
-x14561 = x14560
-x14562 = x14561
-x14563 = x14562
-x14564 = x14563
-x14565 = x14564
-x14566 = x14565
-x14567 = x14566
-x14568 = x14567
-x14569 = x14568
-x14570 = x14569
-x14571 = x14570
-x14572 = x14571
-x14573 = x14572
-x14574 = x14573
-x14575 = x14574
-x14576 = x14575
-x14577 = x14576
-x14578 = x14577
-x14579 = x14578
-x14580 = x14579
-x14581 = x14580
-x14582 = x14581
-x14583 = x14582
-x14584 = x14583
-x14585 = x14584
-x14586 = x14585
-x14587 = x14586
-x14588 = x14587
-x14589 = x14588
-x14590 = x14589
-x14591 = x14590
-x14592 = x14591
-x14593 = x14592
-x14594 = x14593
-x14595 = x14594
-x14596 = x14595
-x14597 = x14596
-x14598 = x14597
-x14599 = x14598
-x14600 = x14599
-x14601 = x14600
-x14602 = x14601
-x14603 = x14602
-x14604 = x14603
-x14605 = x14604
-x14606 = x14605
-x14607 = x14606
-x14608 = x14607
-x14609 = x14608
-x14610 = x14609
-x14611 = x14610
-x14612 = x14611
-x14613 = x14612
-x14614 = x14613
-x14615 = x14614
-x14616 = x14615
-x14617 = x14616
-x14618 = x14617
-x14619 = x14618
-x14620 = x14619
-x14621 = x14620
-x14622 = x14621
-x14623 = x14622
-x14624 = x14623
-x14625 = x14624
-x14626 = x14625
-x14627 = x14626
-x14628 = x14627
-x14629 = x14628
-x14630 = x14629
-x14631 = x14630
-x14632 = x14631
-x14633 = x14632
-x14634 = x14633
-x14635 = x14634
-x14636 = x14635
-x14637 = x14636
-x14638 = x14637
-x14639 = x14638
-x14640 = x14639
-x14641 = x14640
-x14642 = x14641
-x14643 = x14642
-x14644 = x14643
-x14645 = x14644
-x14646 = x14645
-x14647 = x14646
-x14648 = x14647
-x14649 = x14648
-x14650 = x14649
-x14651 = x14650
-x14652 = x14651
-x14653 = x14652
-x14654 = x14653
-x14655 = x14654
-x14656 = x14655
-x14657 = x14656
-x14658 = x14657
-x14659 = x14658
-x14660 = x14659
-x14661 = x14660
-x14662 = x14661
-x14663 = x14662
-x14664 = x14663
-x14665 = x14664
-x14666 = x14665
-x14667 = x14666
-x14668 = x14667
-x14669 = x14668
-x14670 = x14669
-x14671 = x14670
-x14672 = x14671
-x14673 = x14672
-x14674 = x14673
-x14675 = x14674
-x14676 = x14675
-x14677 = x14676
-x14678 = x14677
-x14679 = x14678
-x14680 = x14679
-x14681 = x14680
-x14682 = x14681
-x14683 = x14682
-x14684 = x14683
-x14685 = x14684
-x14686 = x14685
-x14687 = x14686
-x14688 = x14687
-x14689 = x14688
-x14690 = x14689
-x14691 = x14690
-x14692 = x14691
-x14693 = x14692
-x14694 = x14693
-x14695 = x14694
-x14696 = x14695
-x14697 = x14696
-x14698 = x14697
-x14699 = x14698
-x14700 = x14699
-x14701 = x14700
-x14702 = x14701
-x14703 = x14702
-x14704 = x14703
-x14705 = x14704
-x14706 = x14705
-x14707 = x14706
-x14708 = x14707
-x14709 = x14708
-x14710 = x14709
-x14711 = x14710
-x14712 = x14711
-x14713 = x14712
-x14714 = x14713
-x14715 = x14714
-x14716 = x14715
-x14717 = x14716
-x14718 = x14717
-x14719 = x14718
-x14720 = x14719
-x14721 = x14720
-x14722 = x14721
-x14723 = x14722
-x14724 = x14723
-x14725 = x14724
-x14726 = x14725
-x14727 = x14726
-x14728 = x14727
-x14729 = x14728
-x14730 = x14729
-x14731 = x14730
-x14732 = x14731
-x14733 = x14732
-x14734 = x14733
-x14735 = x14734
-x14736 = x14735
-x14737 = x14736
-x14738 = x14737
-x14739 = x14738
-x14740 = x14739
-x14741 = x14740
-x14742 = x14741
-x14743 = x14742
-x14744 = x14743
-x14745 = x14744
-x14746 = x14745
-x14747 = x14746
-x14748 = x14747
-x14749 = x14748
-x14750 = x14749
-x14751 = x14750
-x14752 = x14751
-x14753 = x14752
-x14754 = x14753
-x14755 = x14754
-x14756 = x14755
-x14757 = x14756
-x14758 = x14757
-x14759 = x14758
-x14760 = x14759
-x14761 = x14760
-x14762 = x14761
-x14763 = x14762
-x14764 = x14763
-x14765 = x14764
-x14766 = x14765
-x14767 = x14766
-x14768 = x14767
-x14769 = x14768
-x14770 = x14769
-x14771 = x14770
-x14772 = x14771
-x14773 = x14772
-x14774 = x14773
-x14775 = x14774
-x14776 = x14775
-x14777 = x14776
-x14778 = x14777
-x14779 = x14778
-x14780 = x14779
-x14781 = x14780
-x14782 = x14781
-x14783 = x14782
-x14784 = x14783
-x14785 = x14784
-x14786 = x14785
-x14787 = x14786
-x14788 = x14787
-x14789 = x14788
-x14790 = x14789
-x14791 = x14790
-x14792 = x14791
-x14793 = x14792
-x14794 = x14793
-x14795 = x14794
-x14796 = x14795
-x14797 = x14796
-x14798 = x14797
-x14799 = x14798
-x14800 = x14799
-x14801 = x14800
-x14802 = x14801
-x14803 = x14802
-x14804 = x14803
-x14805 = x14804
-x14806 = x14805
-x14807 = x14806
-x14808 = x14807
-x14809 = x14808
-x14810 = x14809
-x14811 = x14810
-x14812 = x14811
-x14813 = x14812
-x14814 = x14813
-x14815 = x14814
-x14816 = x14815
-x14817 = x14816
-x14818 = x14817
-x14819 = x14818
-x14820 = x14819
-x14821 = x14820
-x14822 = x14821
-x14823 = x14822
-x14824 = x14823
-x14825 = x14824
-x14826 = x14825
-x14827 = x14826
-x14828 = x14827
-x14829 = x14828
-x14830 = x14829
-x14831 = x14830
-x14832 = x14831
-x14833 = x14832
-x14834 = x14833
-x14835 = x14834
-x14836 = x14835
-x14837 = x14836
-x14838 = x14837
-x14839 = x14838
-x14840 = x14839
-x14841 = x14840
-x14842 = x14841
-x14843 = x14842
-x14844 = x14843
-x14845 = x14844
-x14846 = x14845
-x14847 = x14846
-x14848 = x14847
-x14849 = x14848
-x14850 = x14849
-x14851 = x14850
-x14852 = x14851
-x14853 = x14852
-x14854 = x14853
-x14855 = x14854
-x14856 = x14855
-x14857 = x14856
-x14858 = x14857
-x14859 = x14858
-x14860 = x14859
-x14861 = x14860
-x14862 = x14861
-x14863 = x14862
-x14864 = x14863
-x14865 = x14864
-x14866 = x14865
-x14867 = x14866
-x14868 = x14867
-x14869 = x14868
-x14870 = x14869
-x14871 = x14870
-x14872 = x14871
-x14873 = x14872
-x14874 = x14873
-x14875 = x14874
-x14876 = x14875
-x14877 = x14876
-x14878 = x14877
-x14879 = x14878
-x14880 = x14879
-x14881 = x14880
-x14882 = x14881
-x14883 = x14882
-x14884 = x14883
-x14885 = x14884
-x14886 = x14885
-x14887 = x14886
-x14888 = x14887
-x14889 = x14888
-x14890 = x14889
-x14891 = x14890
-x14892 = x14891
-x14893 = x14892
-x14894 = x14893
-x14895 = x14894
-x14896 = x14895
-x14897 = x14896
-x14898 = x14897
-x14899 = x14898
-x14900 = x14899
-x14901 = x14900
-x14902 = x14901
-x14903 = x14902
-x14904 = x14903
-x14905 = x14904
-x14906 = x14905
-x14907 = x14906
-x14908 = x14907
-x14909 = x14908
-x14910 = x14909
-x14911 = x14910
-x14912 = x14911
-x14913 = x14912
-x14914 = x14913
-x14915 = x14914
-x14916 = x14915
-x14917 = x14916
-x14918 = x14917
-x14919 = x14918
-x14920 = x14919
-x14921 = x14920
-x14922 = x14921
-x14923 = x14922
-x14924 = x14923
-x14925 = x14924
-x14926 = x14925
-x14927 = x14926
-x14928 = x14927
-x14929 = x14928
-x14930 = x14929
-x14931 = x14930
-x14932 = x14931
-x14933 = x14932
-x14934 = x14933
-x14935 = x14934
-x14936 = x14935
-x14937 = x14936
-x14938 = x14937
-x14939 = x14938
-x14940 = x14939
-x14941 = x14940
-x14942 = x14941
-x14943 = x14942
-x14944 = x14943
-x14945 = x14944
-x14946 = x14945
-x14947 = x14946
-x14948 = x14947
-x14949 = x14948
-x14950 = x14949
-x14951 = x14950
-x14952 = x14951
-x14953 = x14952
-x14954 = x14953
-x14955 = x14954
-x14956 = x14955
-x14957 = x14956
-x14958 = x14957
-x14959 = x14958
-x14960 = x14959
-x14961 = x14960
-x14962 = x14961
-x14963 = x14962
-x14964 = x14963
-x14965 = x14964
-x14966 = x14965
-x14967 = x14966
-x14968 = x14967
-x14969 = x14968
-x14970 = x14969
-x14971 = x14970
-x14972 = x14971
-x14973 = x14972
-x14974 = x14973
-x14975 = x14974
-x14976 = x14975
-x14977 = x14976
-x14978 = x14977
-x14979 = x14978
-x14980 = x14979
-x14981 = x14980
-x14982 = x14981
-x14983 = x14982
-x14984 = x14983
-x14985 = x14984
-x14986 = x14985
-x14987 = x14986
-x14988 = x14987
-x14989 = x14988
-x14990 = x14989
-x14991 = x14990
-x14992 = x14991
-x14993 = x14992
-x14994 = x14993
-x14995 = x14994
-x14996 = x14995
-x14997 = x14996
-x14998 = x14997
-x14999 = x14998
-x15000 = x14999
-x15001 = x15000
-x15002 = x15001
-x15003 = x15002
-x15004 = x15003
-x15005 = x15004
-x15006 = x15005
-x15007 = x15006
-x15008 = x15007
-x15009 = x15008
-x15010 = x15009
-x15011 = x15010
-x15012 = x15011
-x15013 = x15012
-x15014 = x15013
-x15015 = x15014
-x15016 = x15015
-x15017 = x15016
-x15018 = x15017
-x15019 = x15018
-x15020 = x15019
-x15021 = x15020
-x15022 = x15021
-x15023 = x15022
-x15024 = x15023
-x15025 = x15024
-x15026 = x15025
-x15027 = x15026
-x15028 = x15027
-x15029 = x15028
-x15030 = x15029
-x15031 = x15030
-x15032 = x15031
-x15033 = x15032
-x15034 = x15033
-x15035 = x15034
-x15036 = x15035
-x15037 = x15036
-x15038 = x15037
-x15039 = x15038
-x15040 = x15039
-x15041 = x15040
-x15042 = x15041
-x15043 = x15042
-x15044 = x15043
-x15045 = x15044
-x15046 = x15045
-x15047 = x15046
-x15048 = x15047
-x15049 = x15048
-x15050 = x15049
-x15051 = x15050
-x15052 = x15051
-x15053 = x15052
-x15054 = x15053
-x15055 = x15054
-x15056 = x15055
-x15057 = x15056
-x15058 = x15057
-x15059 = x15058
-x15060 = x15059
-x15061 = x15060
-x15062 = x15061
-x15063 = x15062
-x15064 = x15063
-x15065 = x15064
-x15066 = x15065
-x15067 = x15066
-x15068 = x15067
-x15069 = x15068
-x15070 = x15069
-x15071 = x15070
-x15072 = x15071
-x15073 = x15072
-x15074 = x15073
-x15075 = x15074
-x15076 = x15075
-x15077 = x15076
-x15078 = x15077
-x15079 = x15078
-x15080 = x15079
-x15081 = x15080
-x15082 = x15081
-x15083 = x15082
-x15084 = x15083
-x15085 = x15084
-x15086 = x15085
-x15087 = x15086
-x15088 = x15087
-x15089 = x15088
-x15090 = x15089
-x15091 = x15090
-x15092 = x15091
-x15093 = x15092
-x15094 = x15093
-x15095 = x15094
-x15096 = x15095
-x15097 = x15096
-x15098 = x15097
-x15099 = x15098
-x15100 = x15099
-x15101 = x15100
-x15102 = x15101
-x15103 = x15102
-x15104 = x15103
-x15105 = x15104
-x15106 = x15105
-x15107 = x15106
-x15108 = x15107
-x15109 = x15108
-x15110 = x15109
-x15111 = x15110
-x15112 = x15111
-x15113 = x15112
-x15114 = x15113
-x15115 = x15114
-x15116 = x15115
-x15117 = x15116
-x15118 = x15117
-x15119 = x15118
-x15120 = x15119
-x15121 = x15120
-x15122 = x15121
-x15123 = x15122
-x15124 = x15123
-x15125 = x15124
-x15126 = x15125
-x15127 = x15126
-x15128 = x15127
-x15129 = x15128
-x15130 = x15129
-x15131 = x15130
-x15132 = x15131
-x15133 = x15132
-x15134 = x15133
-x15135 = x15134
-x15136 = x15135
-x15137 = x15136
-x15138 = x15137
-x15139 = x15138
-x15140 = x15139
-x15141 = x15140
-x15142 = x15141
-x15143 = x15142
-x15144 = x15143
-x15145 = x15144
-x15146 = x15145
-x15147 = x15146
-x15148 = x15147
-x15149 = x15148
-x15150 = x15149
-x15151 = x15150
-x15152 = x15151
-x15153 = x15152
-x15154 = x15153
-x15155 = x15154
-x15156 = x15155
-x15157 = x15156
-x15158 = x15157
-x15159 = x15158
-x15160 = x15159
-x15161 = x15160
-x15162 = x15161
-x15163 = x15162
-x15164 = x15163
-x15165 = x15164
-x15166 = x15165
-x15167 = x15166
-x15168 = x15167
-x15169 = x15168
-x15170 = x15169
-x15171 = x15170
-x15172 = x15171
-x15173 = x15172
-x15174 = x15173
-x15175 = x15174
-x15176 = x15175
-x15177 = x15176
-x15178 = x15177
-x15179 = x15178
-x15180 = x15179
-x15181 = x15180
-x15182 = x15181
-x15183 = x15182
-x15184 = x15183
-x15185 = x15184
-x15186 = x15185
-x15187 = x15186
-x15188 = x15187
-x15189 = x15188
-x15190 = x15189
-x15191 = x15190
-x15192 = x15191
-x15193 = x15192
-x15194 = x15193
-x15195 = x15194
-x15196 = x15195
-x15197 = x15196
-x15198 = x15197
-x15199 = x15198
-x15200 = x15199
-x15201 = x15200
-x15202 = x15201
-x15203 = x15202
-x15204 = x15203
-x15205 = x15204
-x15206 = x15205
-x15207 = x15206
-x15208 = x15207
-x15209 = x15208
-x15210 = x15209
-x15211 = x15210
-x15212 = x15211
-x15213 = x15212
-x15214 = x15213
-x15215 = x15214
-x15216 = x15215
-x15217 = x15216
-x15218 = x15217
-x15219 = x15218
-x15220 = x15219
-x15221 = x15220
-x15222 = x15221
-x15223 = x15222
-x15224 = x15223
-x15225 = x15224
-x15226 = x15225
-x15227 = x15226
-x15228 = x15227
-x15229 = x15228
-x15230 = x15229
-x15231 = x15230
-x15232 = x15231
-x15233 = x15232
-x15234 = x15233
-x15235 = x15234
-x15236 = x15235
-x15237 = x15236
-x15238 = x15237
-x15239 = x15238
-x15240 = x15239
-x15241 = x15240
-x15242 = x15241
-x15243 = x15242
-x15244 = x15243
-x15245 = x15244
-x15246 = x15245
-x15247 = x15246
-x15248 = x15247
-x15249 = x15248
-x15250 = x15249
-x15251 = x15250
-x15252 = x15251
-x15253 = x15252
-x15254 = x15253
-x15255 = x15254
-x15256 = x15255
-x15257 = x15256
-x15258 = x15257
-x15259 = x15258
-x15260 = x15259
-x15261 = x15260
-x15262 = x15261
-x15263 = x15262
-x15264 = x15263
-x15265 = x15264
-x15266 = x15265
-x15267 = x15266
-x15268 = x15267
-x15269 = x15268
-x15270 = x15269
-x15271 = x15270
-x15272 = x15271
-x15273 = x15272
-x15274 = x15273
-x15275 = x15274
-x15276 = x15275
-x15277 = x15276
-x15278 = x15277
-x15279 = x15278
-x15280 = x15279
-x15281 = x15280
-x15282 = x15281
-x15283 = x15282
-x15284 = x15283
-x15285 = x15284
-x15286 = x15285
-x15287 = x15286
-x15288 = x15287
-x15289 = x15288
-x15290 = x15289
-x15291 = x15290
-x15292 = x15291
-x15293 = x15292
-x15294 = x15293
-x15295 = x15294
-x15296 = x15295
-x15297 = x15296
-x15298 = x15297
-x15299 = x15298
-x15300 = x15299
-x15301 = x15300
-x15302 = x15301
-x15303 = x15302
-x15304 = x15303
-x15305 = x15304
-x15306 = x15305
-x15307 = x15306
-x15308 = x15307
-x15309 = x15308
-x15310 = x15309
-x15311 = x15310
-x15312 = x15311
-x15313 = x15312
-x15314 = x15313
-x15315 = x15314
-x15316 = x15315
-x15317 = x15316
-x15318 = x15317
-x15319 = x15318
-x15320 = x15319
-x15321 = x15320
-x15322 = x15321
-x15323 = x15322
-x15324 = x15323
-x15325 = x15324
-x15326 = x15325
-x15327 = x15326
-x15328 = x15327
-x15329 = x15328
-x15330 = x15329
-x15331 = x15330
-x15332 = x15331
-x15333 = x15332
-x15334 = x15333
-x15335 = x15334
-x15336 = x15335
-x15337 = x15336
-x15338 = x15337
-x15339 = x15338
-x15340 = x15339
-x15341 = x15340
-x15342 = x15341
-x15343 = x15342
-x15344 = x15343
-x15345 = x15344
-x15346 = x15345
-x15347 = x15346
-x15348 = x15347
-x15349 = x15348
-x15350 = x15349
-x15351 = x15350
-x15352 = x15351
-x15353 = x15352
-x15354 = x15353
-x15355 = x15354
-x15356 = x15355
-x15357 = x15356
-x15358 = x15357
-x15359 = x15358
-x15360 = x15359
-x15361 = x15360
-x15362 = x15361
-x15363 = x15362
-x15364 = x15363
-x15365 = x15364
-x15366 = x15365
-x15367 = x15366
-x15368 = x15367
-x15369 = x15368
-x15370 = x15369
-x15371 = x15370
-x15372 = x15371
-x15373 = x15372
-x15374 = x15373
-x15375 = x15374
-x15376 = x15375
-x15377 = x15376
-x15378 = x15377
-x15379 = x15378
-x15380 = x15379
-x15381 = x15380
-x15382 = x15381
-x15383 = x15382
-x15384 = x15383
-x15385 = x15384
-x15386 = x15385
-x15387 = x15386
-x15388 = x15387
-x15389 = x15388
-x15390 = x15389
-x15391 = x15390
-x15392 = x15391
-x15393 = x15392
-x15394 = x15393
-x15395 = x15394
-x15396 = x15395
-x15397 = x15396
-x15398 = x15397
-x15399 = x15398
-x15400 = x15399
-x15401 = x15400
-x15402 = x15401
-x15403 = x15402
-x15404 = x15403
-x15405 = x15404
-x15406 = x15405
-x15407 = x15406
-x15408 = x15407
-x15409 = x15408
-x15410 = x15409
-x15411 = x15410
-x15412 = x15411
-x15413 = x15412
-x15414 = x15413
-x15415 = x15414
-x15416 = x15415
-x15417 = x15416
-x15418 = x15417
-x15419 = x15418
-x15420 = x15419
-x15421 = x15420
-x15422 = x15421
-x15423 = x15422
-x15424 = x15423
-x15425 = x15424
-x15426 = x15425
-x15427 = x15426
-x15428 = x15427
-x15429 = x15428
-x15430 = x15429
-x15431 = x15430
-x15432 = x15431
-x15433 = x15432
-x15434 = x15433
-x15435 = x15434
-x15436 = x15435
-x15437 = x15436
-x15438 = x15437
-x15439 = x15438
-x15440 = x15439
-x15441 = x15440
-x15442 = x15441
-x15443 = x15442
-x15444 = x15443
-x15445 = x15444
-x15446 = x15445
-x15447 = x15446
-x15448 = x15447
-x15449 = x15448
-x15450 = x15449
-x15451 = x15450
-x15452 = x15451
-x15453 = x15452
-x15454 = x15453
-x15455 = x15454
-x15456 = x15455
-x15457 = x15456
-x15458 = x15457
-x15459 = x15458
-x15460 = x15459
-x15461 = x15460
-x15462 = x15461
-x15463 = x15462
-x15464 = x15463
-x15465 = x15464
-x15466 = x15465
-x15467 = x15466
-x15468 = x15467
-x15469 = x15468
-x15470 = x15469
-x15471 = x15470
-x15472 = x15471
-x15473 = x15472
-x15474 = x15473
-x15475 = x15474
-x15476 = x15475
-x15477 = x15476
-x15478 = x15477
-x15479 = x15478
-x15480 = x15479
-x15481 = x15480
-x15482 = x15481
-x15483 = x15482
-x15484 = x15483
-x15485 = x15484
-x15486 = x15485
-x15487 = x15486
-x15488 = x15487
-x15489 = x15488
-x15490 = x15489
-x15491 = x15490
-x15492 = x15491
-x15493 = x15492
-x15494 = x15493
-x15495 = x15494
-x15496 = x15495
-x15497 = x15496
-x15498 = x15497
-x15499 = x15498
-x15500 = x15499
-x15501 = x15500
-x15502 = x15501
-x15503 = x15502
-x15504 = x15503
-x15505 = x15504
-x15506 = x15505
-x15507 = x15506
-x15508 = x15507
-x15509 = x15508
-x15510 = x15509
-x15511 = x15510
-x15512 = x15511
-x15513 = x15512
-x15514 = x15513
-x15515 = x15514
-x15516 = x15515
-x15517 = x15516
-x15518 = x15517
-x15519 = x15518
-x15520 = x15519
-x15521 = x15520
-x15522 = x15521
-x15523 = x15522
-x15524 = x15523
-x15525 = x15524
-x15526 = x15525
-x15527 = x15526
-x15528 = x15527
-x15529 = x15528
-x15530 = x15529
-x15531 = x15530
-x15532 = x15531
-x15533 = x15532
-x15534 = x15533
-x15535 = x15534
-x15536 = x15535
-x15537 = x15536
-x15538 = x15537
-x15539 = x15538
-x15540 = x15539
-x15541 = x15540
-x15542 = x15541
-x15543 = x15542
-x15544 = x15543
-x15545 = x15544
-x15546 = x15545
-x15547 = x15546
-x15548 = x15547
-x15549 = x15548
-x15550 = x15549
-x15551 = x15550
-x15552 = x15551
-x15553 = x15552
-x15554 = x15553
-x15555 = x15554
-x15556 = x15555
-x15557 = x15556
-x15558 = x15557
-x15559 = x15558
-x15560 = x15559
-x15561 = x15560
-x15562 = x15561
-x15563 = x15562
-x15564 = x15563
-x15565 = x15564
-x15566 = x15565
-x15567 = x15566
-x15568 = x15567
-x15569 = x15568
-x15570 = x15569
-x15571 = x15570
-x15572 = x15571
-x15573 = x15572
-x15574 = x15573
-x15575 = x15574
-x15576 = x15575
-x15577 = x15576
-x15578 = x15577
-x15579 = x15578
-x15580 = x15579
-x15581 = x15580
-x15582 = x15581
-x15583 = x15582
-x15584 = x15583
-x15585 = x15584
-x15586 = x15585
-x15587 = x15586
-x15588 = x15587
-x15589 = x15588
-x15590 = x15589
-x15591 = x15590
-x15592 = x15591
-x15593 = x15592
-x15594 = x15593
-x15595 = x15594
-x15596 = x15595
-x15597 = x15596
-x15598 = x15597
-x15599 = x15598
-x15600 = x15599
-x15601 = x15600
-x15602 = x15601
-x15603 = x15602
-x15604 = x15603
-x15605 = x15604
-x15606 = x15605
-x15607 = x15606
-x15608 = x15607
-x15609 = x15608
-x15610 = x15609
-x15611 = x15610
-x15612 = x15611
-x15613 = x15612
-x15614 = x15613
-x15615 = x15614
-x15616 = x15615
-x15617 = x15616
-x15618 = x15617
-x15619 = x15618
-x15620 = x15619
-x15621 = x15620
-x15622 = x15621
-x15623 = x15622
-x15624 = x15623
-x15625 = x15624
-x15626 = x15625
-x15627 = x15626
-x15628 = x15627
-x15629 = x15628
-x15630 = x15629
-x15631 = x15630
-x15632 = x15631
-x15633 = x15632
-x15634 = x15633
-x15635 = x15634
-x15636 = x15635
-x15637 = x15636
-x15638 = x15637
-x15639 = x15638
-x15640 = x15639
-x15641 = x15640
-x15642 = x15641
-x15643 = x15642
-x15644 = x15643
-x15645 = x15644
-x15646 = x15645
-x15647 = x15646
-x15648 = x15647
-x15649 = x15648
-x15650 = x15649
-x15651 = x15650
-x15652 = x15651
-x15653 = x15652
-x15654 = x15653
-x15655 = x15654
-x15656 = x15655
-x15657 = x15656
-x15658 = x15657
-x15659 = x15658
-x15660 = x15659
-x15661 = x15660
-x15662 = x15661
-x15663 = x15662
-x15664 = x15663
-x15665 = x15664
-x15666 = x15665
-x15667 = x15666
-x15668 = x15667
-x15669 = x15668
-x15670 = x15669
-x15671 = x15670
-x15672 = x15671
-x15673 = x15672
-x15674 = x15673
-x15675 = x15674
-x15676 = x15675
-x15677 = x15676
-x15678 = x15677
-x15679 = x15678
-x15680 = x15679
-x15681 = x15680
-x15682 = x15681
-x15683 = x15682
-x15684 = x15683
-x15685 = x15684
-x15686 = x15685
-x15687 = x15686
-x15688 = x15687
-x15689 = x15688
-x15690 = x15689
-x15691 = x15690
-x15692 = x15691
-x15693 = x15692
-x15694 = x15693
-x15695 = x15694
-x15696 = x15695
-x15697 = x15696
-x15698 = x15697
-x15699 = x15698
-x15700 = x15699
-x15701 = x15700
-x15702 = x15701
-x15703 = x15702
-x15704 = x15703
-x15705 = x15704
-x15706 = x15705
-x15707 = x15706
-x15708 = x15707
-x15709 = x15708
-x15710 = x15709
-x15711 = x15710
-x15712 = x15711
-x15713 = x15712
-x15714 = x15713
-x15715 = x15714
-x15716 = x15715
-x15717 = x15716
-x15718 = x15717
-x15719 = x15718
-x15720 = x15719
-x15721 = x15720
-x15722 = x15721
-x15723 = x15722
-x15724 = x15723
-x15725 = x15724
-x15726 = x15725
-x15727 = x15726
-x15728 = x15727
-x15729 = x15728
-x15730 = x15729
-x15731 = x15730
-x15732 = x15731
-x15733 = x15732
-x15734 = x15733
-x15735 = x15734
-x15736 = x15735
-x15737 = x15736
-x15738 = x15737
-x15739 = x15738
-x15740 = x15739
-x15741 = x15740
-x15742 = x15741
-x15743 = x15742
-x15744 = x15743
-x15745 = x15744
-x15746 = x15745
-x15747 = x15746
-x15748 = x15747
-x15749 = x15748
-x15750 = x15749
-x15751 = x15750
-x15752 = x15751
-x15753 = x15752
-x15754 = x15753
-x15755 = x15754
-x15756 = x15755
-x15757 = x15756
-x15758 = x15757
-x15759 = x15758
-x15760 = x15759
-x15761 = x15760
-x15762 = x15761
-x15763 = x15762
-x15764 = x15763
-x15765 = x15764
-x15766 = x15765
-x15767 = x15766
-x15768 = x15767
-x15769 = x15768
-x15770 = x15769
-x15771 = x15770
-x15772 = x15771
-x15773 = x15772
-x15774 = x15773
-x15775 = x15774
-x15776 = x15775
-x15777 = x15776
-x15778 = x15777
-x15779 = x15778
-x15780 = x15779
-x15781 = x15780
-x15782 = x15781
-x15783 = x15782
-x15784 = x15783
-x15785 = x15784
-x15786 = x15785
-x15787 = x15786
-x15788 = x15787
-x15789 = x15788
-x15790 = x15789
-x15791 = x15790
-x15792 = x15791
-x15793 = x15792
-x15794 = x15793
-x15795 = x15794
-x15796 = x15795
-x15797 = x15796
-x15798 = x15797
-x15799 = x15798
-x15800 = x15799
-x15801 = x15800
-x15802 = x15801
-x15803 = x15802
-x15804 = x15803
-x15805 = x15804
-x15806 = x15805
-x15807 = x15806
-x15808 = x15807
-x15809 = x15808
-x15810 = x15809
-x15811 = x15810
-x15812 = x15811
-x15813 = x15812
-x15814 = x15813
-x15815 = x15814
-x15816 = x15815
-x15817 = x15816
-x15818 = x15817
-x15819 = x15818
-x15820 = x15819
-x15821 = x15820
-x15822 = x15821
-x15823 = x15822
-x15824 = x15823
-x15825 = x15824
-x15826 = x15825
-x15827 = x15826
-x15828 = x15827
-x15829 = x15828
-x15830 = x15829
-x15831 = x15830
-x15832 = x15831
-x15833 = x15832
-x15834 = x15833
-x15835 = x15834
-x15836 = x15835
-x15837 = x15836
-x15838 = x15837
-x15839 = x15838
-x15840 = x15839
-x15841 = x15840
-x15842 = x15841
-x15843 = x15842
-x15844 = x15843
-x15845 = x15844
-x15846 = x15845
-x15847 = x15846
-x15848 = x15847
-x15849 = x15848
-x15850 = x15849
-x15851 = x15850
-x15852 = x15851
-x15853 = x15852
-x15854 = x15853
-x15855 = x15854
-x15856 = x15855
-x15857 = x15856
-x15858 = x15857
-x15859 = x15858
-x15860 = x15859
-x15861 = x15860
-x15862 = x15861
-x15863 = x15862
-x15864 = x15863
-x15865 = x15864
-x15866 = x15865
-x15867 = x15866
-x15868 = x15867
-x15869 = x15868
-x15870 = x15869
-x15871 = x15870
-x15872 = x15871
-x15873 = x15872
-x15874 = x15873
-x15875 = x15874
-x15876 = x15875
-x15877 = x15876
-x15878 = x15877
-x15879 = x15878
-x15880 = x15879
-x15881 = x15880
-x15882 = x15881
-x15883 = x15882
-x15884 = x15883
-x15885 = x15884
-x15886 = x15885
-x15887 = x15886
-x15888 = x15887
-x15889 = x15888
-x15890 = x15889
-x15891 = x15890
-x15892 = x15891
-x15893 = x15892
-x15894 = x15893
-x15895 = x15894
-x15896 = x15895
-x15897 = x15896
-x15898 = x15897
-x15899 = x15898
-x15900 = x15899
-x15901 = x15900
-x15902 = x15901
-x15903 = x15902
-x15904 = x15903
-x15905 = x15904
-x15906 = x15905
-x15907 = x15906
-x15908 = x15907
-x15909 = x15908
-x15910 = x15909
-x15911 = x15910
-x15912 = x15911
-x15913 = x15912
-x15914 = x15913
-x15915 = x15914
-x15916 = x15915
-x15917 = x15916
-x15918 = x15917
-x15919 = x15918
-x15920 = x15919
-x15921 = x15920
-x15922 = x15921
-x15923 = x15922
-x15924 = x15923
-x15925 = x15924
-x15926 = x15925
-x15927 = x15926
-x15928 = x15927
-x15929 = x15928
-x15930 = x15929
-x15931 = x15930
-x15932 = x15931
-x15933 = x15932
-x15934 = x15933
-x15935 = x15934
-x15936 = x15935
-x15937 = x15936
-x15938 = x15937
-x15939 = x15938
-x15940 = x15939
-x15941 = x15940
-x15942 = x15941
-x15943 = x15942
-x15944 = x15943
-x15945 = x15944
-x15946 = x15945
-x15947 = x15946
-x15948 = x15947
-x15949 = x15948
-x15950 = x15949
-x15951 = x15950
-x15952 = x15951
-x15953 = x15952
-x15954 = x15953
-x15955 = x15954
-x15956 = x15955
-x15957 = x15956
-x15958 = x15957
-x15959 = x15958
-x15960 = x15959
-x15961 = x15960
-x15962 = x15961
-x15963 = x15962
-x15964 = x15963
-x15965 = x15964
-x15966 = x15965
-x15967 = x15966
-x15968 = x15967
-x15969 = x15968
-x15970 = x15969
-x15971 = x15970
-x15972 = x15971
-x15973 = x15972
-x15974 = x15973
-x15975 = x15974
-x15976 = x15975
-x15977 = x15976
-x15978 = x15977
-x15979 = x15978
-x15980 = x15979
-x15981 = x15980
-x15982 = x15981
-x15983 = x15982
-x15984 = x15983
-x15985 = x15984
-x15986 = x15985
-x15987 = x15986
-x15988 = x15987
-x15989 = x15988
-x15990 = x15989
-x15991 = x15990
-x15992 = x15991
-x15993 = x15992
-x15994 = x15993
-x15995 = x15994
-x15996 = x15995
-x15997 = x15996
-x15998 = x15997
-x15999 = x15998
-x16000 = x15999
-x16001 = x16000
-x16002 = x16001
-x16003 = x16002
-x16004 = x16003
-x16005 = x16004
-x16006 = x16005
-x16007 = x16006
-x16008 = x16007
-x16009 = x16008
-x16010 = x16009
-x16011 = x16010
-x16012 = x16011
-x16013 = x16012
-x16014 = x16013
-x16015 = x16014
-x16016 = x16015
-x16017 = x16016
-x16018 = x16017
-x16019 = x16018
-x16020 = x16019
-x16021 = x16020
-x16022 = x16021
-x16023 = x16022
-x16024 = x16023
-x16025 = x16024
-x16026 = x16025
-x16027 = x16026
-x16028 = x16027
-x16029 = x16028
-x16030 = x16029
-x16031 = x16030
-x16032 = x16031
-x16033 = x16032
-x16034 = x16033
-x16035 = x16034
-x16036 = x16035
-x16037 = x16036
-x16038 = x16037
-x16039 = x16038
-x16040 = x16039
-x16041 = x16040
-x16042 = x16041
-x16043 = x16042
-x16044 = x16043
-x16045 = x16044
-x16046 = x16045
-x16047 = x16046
-x16048 = x16047
-x16049 = x16048
-x16050 = x16049
-x16051 = x16050
-x16052 = x16051
-x16053 = x16052
-x16054 = x16053
-x16055 = x16054
-x16056 = x16055
-x16057 = x16056
-x16058 = x16057
-x16059 = x16058
-x16060 = x16059
-x16061 = x16060
-x16062 = x16061
-x16063 = x16062
-x16064 = x16063
-x16065 = x16064
-x16066 = x16065
-x16067 = x16066
-x16068 = x16067
-x16069 = x16068
-x16070 = x16069
-x16071 = x16070
-x16072 = x16071
-x16073 = x16072
-x16074 = x16073
-x16075 = x16074
-x16076 = x16075
-x16077 = x16076
-x16078 = x16077
-x16079 = x16078
-x16080 = x16079
-x16081 = x16080
-x16082 = x16081
-x16083 = x16082
-x16084 = x16083
-x16085 = x16084
-x16086 = x16085
-x16087 = x16086
-x16088 = x16087
-x16089 = x16088
-x16090 = x16089
-x16091 = x16090
-x16092 = x16091
-x16093 = x16092
-x16094 = x16093
-x16095 = x16094
-x16096 = x16095
-x16097 = x16096
-x16098 = x16097
-x16099 = x16098
-x16100 = x16099
-x16101 = x16100
-x16102 = x16101
-x16103 = x16102
-x16104 = x16103
-x16105 = x16104
-x16106 = x16105
-x16107 = x16106
-x16108 = x16107
-x16109 = x16108
-x16110 = x16109
-x16111 = x16110
-x16112 = x16111
-x16113 = x16112
-x16114 = x16113
-x16115 = x16114
-x16116 = x16115
-x16117 = x16116
-x16118 = x16117
-x16119 = x16118
-x16120 = x16119
-x16121 = x16120
-x16122 = x16121
-x16123 = x16122
-x16124 = x16123
-x16125 = x16124
-x16126 = x16125
-x16127 = x16126
-x16128 = x16127
-x16129 = x16128
-x16130 = x16129
-x16131 = x16130
-x16132 = x16131
-x16133 = x16132
-x16134 = x16133
-x16135 = x16134
-x16136 = x16135
-x16137 = x16136
-x16138 = x16137
-x16139 = x16138
-x16140 = x16139
-x16141 = x16140
-x16142 = x16141
-x16143 = x16142
-x16144 = x16143
-x16145 = x16144
-x16146 = x16145
-x16147 = x16146
-x16148 = x16147
-x16149 = x16148
-x16150 = x16149
-x16151 = x16150
-x16152 = x16151
-x16153 = x16152
-x16154 = x16153
-x16155 = x16154
-x16156 = x16155
-x16157 = x16156
-x16158 = x16157
-x16159 = x16158
-x16160 = x16159
-x16161 = x16160
-x16162 = x16161
-x16163 = x16162
-x16164 = x16163
-x16165 = x16164
-x16166 = x16165
-x16167 = x16166
-x16168 = x16167
-x16169 = x16168
-x16170 = x16169
-x16171 = x16170
-x16172 = x16171
-x16173 = x16172
-x16174 = x16173
-x16175 = x16174
-x16176 = x16175
-x16177 = x16176
-x16178 = x16177
-x16179 = x16178
-x16180 = x16179
-x16181 = x16180
-x16182 = x16181
-x16183 = x16182
-x16184 = x16183
-x16185 = x16184
-x16186 = x16185
-x16187 = x16186
-x16188 = x16187
-x16189 = x16188
-x16190 = x16189
-x16191 = x16190
-x16192 = x16191
-x16193 = x16192
-x16194 = x16193
-x16195 = x16194
-x16196 = x16195
-x16197 = x16196
-x16198 = x16197
-x16199 = x16198
-x16200 = x16199
-x16201 = x16200
-x16202 = x16201
-x16203 = x16202
-x16204 = x16203
-x16205 = x16204
-x16206 = x16205
-x16207 = x16206
-x16208 = x16207
-x16209 = x16208
-x16210 = x16209
-x16211 = x16210
-x16212 = x16211
-x16213 = x16212
-x16214 = x16213
-x16215 = x16214
-x16216 = x16215
-x16217 = x16216
-x16218 = x16217
-x16219 = x16218
-x16220 = x16219
-x16221 = x16220
-x16222 = x16221
-x16223 = x16222
-x16224 = x16223
-x16225 = x16224
-x16226 = x16225
-x16227 = x16226
-x16228 = x16227
-x16229 = x16228
-x16230 = x16229
-x16231 = x16230
-x16232 = x16231
-x16233 = x16232
-x16234 = x16233
-x16235 = x16234
-x16236 = x16235
-x16237 = x16236
-x16238 = x16237
-x16239 = x16238
-x16240 = x16239
-x16241 = x16240
-x16242 = x16241
-x16243 = x16242
-x16244 = x16243
-x16245 = x16244
-x16246 = x16245
-x16247 = x16246
-x16248 = x16247
-x16249 = x16248
-x16250 = x16249
-x16251 = x16250
-x16252 = x16251
-x16253 = x16252
-x16254 = x16253
-x16255 = x16254
-x16256 = x16255
-x16257 = x16256
-x16258 = x16257
-x16259 = x16258
-x16260 = x16259
-x16261 = x16260
-x16262 = x16261
-x16263 = x16262
-x16264 = x16263
-x16265 = x16264
-x16266 = x16265
-x16267 = x16266
-x16268 = x16267
-x16269 = x16268
-x16270 = x16269
-x16271 = x16270
-x16272 = x16271
-x16273 = x16272
-x16274 = x16273
-x16275 = x16274
-x16276 = x16275
-x16277 = x16276
-x16278 = x16277
-x16279 = x16278
-x16280 = x16279
-x16281 = x16280
-x16282 = x16281
-x16283 = x16282
-x16284 = x16283
-x16285 = x16284
-x16286 = x16285
-x16287 = x16286
-x16288 = x16287
-x16289 = x16288
-x16290 = x16289
-x16291 = x16290
-x16292 = x16291
-x16293 = x16292
-x16294 = x16293
-x16295 = x16294
-x16296 = x16295
-x16297 = x16296
-x16298 = x16297
-x16299 = x16298
-x16300 = x16299
-x16301 = x16300
-x16302 = x16301
-x16303 = x16302
-x16304 = x16303
-x16305 = x16304
-x16306 = x16305
-x16307 = x16306
-x16308 = x16307
-x16309 = x16308
-x16310 = x16309
-x16311 = x16310
-x16312 = x16311
-x16313 = x16312
-x16314 = x16313
-x16315 = x16314
-x16316 = x16315
-x16317 = x16316
-x16318 = x16317
-x16319 = x16318
-x16320 = x16319
-x16321 = x16320
-x16322 = x16321
-x16323 = x16322
-x16324 = x16323
-x16325 = x16324
-x16326 = x16325
-x16327 = x16326
-x16328 = x16327
-x16329 = x16328
-x16330 = x16329
-x16331 = x16330
-x16332 = x16331
-x16333 = x16332
-x16334 = x16333
-x16335 = x16334
-x16336 = x16335
-x16337 = x16336
-x16338 = x16337
-x16339 = x16338
-x16340 = x16339
-x16341 = x16340
-x16342 = x16341
-x16343 = x16342
-x16344 = x16343
-x16345 = x16344
-x16346 = x16345
-x16347 = x16346
-x16348 = x16347
-x16349 = x16348
-x16350 = x16349
-x16351 = x16350
-x16352 = x16351
-x16353 = x16352
-x16354 = x16353
-x16355 = x16354
-x16356 = x16355
-x16357 = x16356
-x16358 = x16357
-x16359 = x16358
-x16360 = x16359
-x16361 = x16360
-x16362 = x16361
-x16363 = x16362
-x16364 = x16363
-x16365 = x16364
-x16366 = x16365
-x16367 = x16366
-x16368 = x16367
-x16369 = x16368
-x16370 = x16369
-x16371 = x16370
-x16372 = x16371
-x16373 = x16372
-x16374 = x16373
-x16375 = x16374
-x16376 = x16375
-x16377 = x16376
-x16378 = x16377
-x16379 = x16378
-x16380 = x16379
-x16381 = x16380
-x16382 = x16381
-x16383 = x16382
-x16384 = x16383
-x16385 = x16384
-x16386 = x16385
-x16387 = x16386
-x16388 = x16387
-x16389 = x16388
-x16390 = x16389
-x16391 = x16390
-x16392 = x16391
-x16393 = x16392
-x16394 = x16393
-x16395 = x16394
-x16396 = x16395
-x16397 = x16396
-x16398 = x16397
-x16399 = x16398
-x16400 = x16399
-x16401 = x16400
-x16402 = x16401
-x16403 = x16402
-x16404 = x16403
-x16405 = x16404
-x16406 = x16405
-x16407 = x16406
-x16408 = x16407
-x16409 = x16408
-x16410 = x16409
-x16411 = x16410
-x16412 = x16411
-x16413 = x16412
-x16414 = x16413
-x16415 = x16414
-x16416 = x16415
-x16417 = x16416
-x16418 = x16417
-x16419 = x16418
-x16420 = x16419
-x16421 = x16420
-x16422 = x16421
-x16423 = x16422
-x16424 = x16423
-x16425 = x16424
-x16426 = x16425
-x16427 = x16426
-x16428 = x16427
-x16429 = x16428
-x16430 = x16429
-x16431 = x16430
-x16432 = x16431
-x16433 = x16432
-x16434 = x16433
-x16435 = x16434
-x16436 = x16435
-x16437 = x16436
-x16438 = x16437
-x16439 = x16438
-x16440 = x16439
-x16441 = x16440
-x16442 = x16441
-x16443 = x16442
-x16444 = x16443
-x16445 = x16444
-x16446 = x16445
-x16447 = x16446
-x16448 = x16447
-x16449 = x16448
-x16450 = x16449
-x16451 = x16450
-x16452 = x16451
-x16453 = x16452
-x16454 = x16453
-x16455 = x16454
-x16456 = x16455
-x16457 = x16456
-x16458 = x16457
-x16459 = x16458
-x16460 = x16459
-x16461 = x16460
-x16462 = x16461
-x16463 = x16462
-x16464 = x16463
-x16465 = x16464
-x16466 = x16465
-x16467 = x16466
-x16468 = x16467
-x16469 = x16468
-x16470 = x16469
-x16471 = x16470
-x16472 = x16471
-x16473 = x16472
-x16474 = x16473
-x16475 = x16474
-x16476 = x16475
-x16477 = x16476
-x16478 = x16477
-x16479 = x16478
-x16480 = x16479
-x16481 = x16480
-x16482 = x16481
-x16483 = x16482
-x16484 = x16483
-x16485 = x16484
-x16486 = x16485
-x16487 = x16486
-x16488 = x16487
-x16489 = x16488
-x16490 = x16489
-x16491 = x16490
-x16492 = x16491
-x16493 = x16492
-x16494 = x16493
-x16495 = x16494
-x16496 = x16495
-x16497 = x16496
-x16498 = x16497
-x16499 = x16498
-x16500 = x16499
-x16501 = x16500
-x16502 = x16501
-x16503 = x16502
-x16504 = x16503
-x16505 = x16504
-x16506 = x16505
-x16507 = x16506
-x16508 = x16507
-x16509 = x16508
-x16510 = x16509
-x16511 = x16510
-x16512 = x16511
-x16513 = x16512
-x16514 = x16513
-x16515 = x16514
-x16516 = x16515
-x16517 = x16516
-x16518 = x16517
-x16519 = x16518
-x16520 = x16519
-x16521 = x16520
-x16522 = x16521
-x16523 = x16522
-x16524 = x16523
-x16525 = x16524
-x16526 = x16525
-x16527 = x16526
-x16528 = x16527
-x16529 = x16528
-x16530 = x16529
-x16531 = x16530
-x16532 = x16531
-x16533 = x16532
-x16534 = x16533
-x16535 = x16534
-x16536 = x16535
-x16537 = x16536
-x16538 = x16537
-x16539 = x16538
-x16540 = x16539
-x16541 = x16540
-x16542 = x16541
-x16543 = x16542
-x16544 = x16543
-x16545 = x16544
-x16546 = x16545
-x16547 = x16546
-x16548 = x16547
-x16549 = x16548
-x16550 = x16549
-x16551 = x16550
-x16552 = x16551
-x16553 = x16552
-x16554 = x16553
-x16555 = x16554
-x16556 = x16555
-x16557 = x16556
-x16558 = x16557
-x16559 = x16558
-x16560 = x16559
-x16561 = x16560
-x16562 = x16561
-x16563 = x16562
-x16564 = x16563
-x16565 = x16564
-x16566 = x16565
-x16567 = x16566
-x16568 = x16567
-x16569 = x16568
-x16570 = x16569
-x16571 = x16570
-x16572 = x16571
-x16573 = x16572
-x16574 = x16573
-x16575 = x16574
-x16576 = x16575
-x16577 = x16576
-x16578 = x16577
-x16579 = x16578
-x16580 = x16579
-x16581 = x16580
-x16582 = x16581
-x16583 = x16582
-x16584 = x16583
-x16585 = x16584
-x16586 = x16585
-x16587 = x16586
-x16588 = x16587
-x16589 = x16588
-x16590 = x16589
-x16591 = x16590
-x16592 = x16591
-x16593 = x16592
-x16594 = x16593
-x16595 = x16594
-x16596 = x16595
-x16597 = x16596
-x16598 = x16597
-x16599 = x16598
-x16600 = x16599
-x16601 = x16600
-x16602 = x16601
-x16603 = x16602
-x16604 = x16603
-x16605 = x16604
-x16606 = x16605
-x16607 = x16606
-x16608 = x16607
-x16609 = x16608
-x16610 = x16609
-x16611 = x16610
-x16612 = x16611
-x16613 = x16612
-x16614 = x16613
-x16615 = x16614
-x16616 = x16615
-x16617 = x16616
-x16618 = x16617
-x16619 = x16618
-x16620 = x16619
-x16621 = x16620
-x16622 = x16621
-x16623 = x16622
-x16624 = x16623
-x16625 = x16624
-x16626 = x16625
-x16627 = x16626
-x16628 = x16627
-x16629 = x16628
-x16630 = x16629
-x16631 = x16630
-x16632 = x16631
-x16633 = x16632
-x16634 = x16633
-x16635 = x16634
-x16636 = x16635
-x16637 = x16636
-x16638 = x16637
-x16639 = x16638
-x16640 = x16639
-x16641 = x16640
-x16642 = x16641
-x16643 = x16642
-x16644 = x16643
-x16645 = x16644
-x16646 = x16645
-x16647 = x16646
-x16648 = x16647
-x16649 = x16648
-x16650 = x16649
-x16651 = x16650
-x16652 = x16651
-x16653 = x16652
-x16654 = x16653
-x16655 = x16654
-x16656 = x16655
-x16657 = x16656
-x16658 = x16657
-x16659 = x16658
-x16660 = x16659
-x16661 = x16660
-x16662 = x16661
-x16663 = x16662
-x16664 = x16663
-x16665 = x16664
-x16666 = x16665
-x16667 = x16666
-x16668 = x16667
-x16669 = x16668
-x16670 = x16669
-x16671 = x16670
-x16672 = x16671
-x16673 = x16672
-x16674 = x16673
-x16675 = x16674
-x16676 = x16675
-x16677 = x16676
-x16678 = x16677
-x16679 = x16678
-x16680 = x16679
-x16681 = x16680
-x16682 = x16681
-x16683 = x16682
-x16684 = x16683
-x16685 = x16684
-x16686 = x16685
-x16687 = x16686
-x16688 = x16687
-x16689 = x16688
-x16690 = x16689
-x16691 = x16690
-x16692 = x16691
-x16693 = x16692
-x16694 = x16693
-x16695 = x16694
-x16696 = x16695
-x16697 = x16696
-x16698 = x16697
-x16699 = x16698
-x16700 = x16699
-x16701 = x16700
-x16702 = x16701
-x16703 = x16702
-x16704 = x16703
-x16705 = x16704
-x16706 = x16705
-x16707 = x16706
-x16708 = x16707
-x16709 = x16708
-x16710 = x16709
-x16711 = x16710
-x16712 = x16711
-x16713 = x16712
-x16714 = x16713
-x16715 = x16714
-x16716 = x16715
-x16717 = x16716
-x16718 = x16717
-x16719 = x16718
-x16720 = x16719
-x16721 = x16720
-x16722 = x16721
-x16723 = x16722
-x16724 = x16723
-x16725 = x16724
-x16726 = x16725
-x16727 = x16726
-x16728 = x16727
-x16729 = x16728
-x16730 = x16729
-x16731 = x16730
-x16732 = x16731
-x16733 = x16732
-x16734 = x16733
-x16735 = x16734
-x16736 = x16735
-x16737 = x16736
-x16738 = x16737
-x16739 = x16738
-x16740 = x16739
-x16741 = x16740
-x16742 = x16741
-x16743 = x16742
-x16744 = x16743
-x16745 = x16744
-x16746 = x16745
-x16747 = x16746
-x16748 = x16747
-x16749 = x16748
-x16750 = x16749
-x16751 = x16750
-x16752 = x16751
-x16753 = x16752
-x16754 = x16753
-x16755 = x16754
-x16756 = x16755
-x16757 = x16756
-x16758 = x16757
-x16759 = x16758
-x16760 = x16759
-x16761 = x16760
-x16762 = x16761
-x16763 = x16762
-x16764 = x16763
-x16765 = x16764
-x16766 = x16765
-x16767 = x16766
-x16768 = x16767
-x16769 = x16768
-x16770 = x16769
-x16771 = x16770
-x16772 = x16771
-x16773 = x16772
-x16774 = x16773
-x16775 = x16774
-x16776 = x16775
-x16777 = x16776
-x16778 = x16777
-x16779 = x16778
-x16780 = x16779
-x16781 = x16780
-x16782 = x16781
-x16783 = x16782
-x16784 = x16783
-x16785 = x16784
-x16786 = x16785
-x16787 = x16786
-x16788 = x16787
-x16789 = x16788
-x16790 = x16789
-x16791 = x16790
-x16792 = x16791
-x16793 = x16792
-x16794 = x16793
-x16795 = x16794
-x16796 = x16795
-x16797 = x16796
-x16798 = x16797
-x16799 = x16798
-x16800 = x16799
-x16801 = x16800
-x16802 = x16801
-x16803 = x16802
-x16804 = x16803
-x16805 = x16804
-x16806 = x16805
-x16807 = x16806
-x16808 = x16807
-x16809 = x16808
-x16810 = x16809
-x16811 = x16810
-x16812 = x16811
-x16813 = x16812
-x16814 = x16813
-x16815 = x16814
-x16816 = x16815
-x16817 = x16816
-x16818 = x16817
-x16819 = x16818
-x16820 = x16819
-x16821 = x16820
-x16822 = x16821
-x16823 = x16822
-x16824 = x16823
-x16825 = x16824
-x16826 = x16825
-x16827 = x16826
-x16828 = x16827
-x16829 = x16828
-x16830 = x16829
-x16831 = x16830
-x16832 = x16831
-x16833 = x16832
-x16834 = x16833
-x16835 = x16834
-x16836 = x16835
-x16837 = x16836
-x16838 = x16837
-x16839 = x16838
-x16840 = x16839
-x16841 = x16840
-x16842 = x16841
-x16843 = x16842
-x16844 = x16843
-x16845 = x16844
-x16846 = x16845
-x16847 = x16846
-x16848 = x16847
-x16849 = x16848
-x16850 = x16849
-x16851 = x16850
-x16852 = x16851
-x16853 = x16852
-x16854 = x16853
-x16855 = x16854
-x16856 = x16855
-x16857 = x16856
-x16858 = x16857
-x16859 = x16858
-x16860 = x16859
-x16861 = x16860
-x16862 = x16861
-x16863 = x16862
-x16864 = x16863
-x16865 = x16864
-x16866 = x16865
-x16867 = x16866
-x16868 = x16867
-x16869 = x16868
-x16870 = x16869
-x16871 = x16870
-x16872 = x16871
-x16873 = x16872
-x16874 = x16873
-x16875 = x16874
-x16876 = x16875
-x16877 = x16876
-x16878 = x16877
-x16879 = x16878
-x16880 = x16879
-x16881 = x16880
-x16882 = x16881
-x16883 = x16882
-x16884 = x16883
-x16885 = x16884
-x16886 = x16885
-x16887 = x16886
-x16888 = x16887
-x16889 = x16888
-x16890 = x16889
-x16891 = x16890
-x16892 = x16891
-x16893 = x16892
-x16894 = x16893
-x16895 = x16894
-x16896 = x16895
-x16897 = x16896
-x16898 = x16897
-x16899 = x16898
-x16900 = x16899
-x16901 = x16900
-x16902 = x16901
-x16903 = x16902
-x16904 = x16903
-x16905 = x16904
-x16906 = x16905
-x16907 = x16906
-x16908 = x16907
-x16909 = x16908
-x16910 = x16909
-x16911 = x16910
-x16912 = x16911
-x16913 = x16912
-x16914 = x16913
-x16915 = x16914
-x16916 = x16915
-x16917 = x16916
-x16918 = x16917
-x16919 = x16918
-x16920 = x16919
-x16921 = x16920
-x16922 = x16921
-x16923 = x16922
-x16924 = x16923
-x16925 = x16924
-x16926 = x16925
-x16927 = x16926
-x16928 = x16927
-x16929 = x16928
-x16930 = x16929
-x16931 = x16930
-x16932 = x16931
-x16933 = x16932
-x16934 = x16933
-x16935 = x16934
-x16936 = x16935
-x16937 = x16936
-x16938 = x16937
-x16939 = x16938
-x16940 = x16939
-x16941 = x16940
-x16942 = x16941
-x16943 = x16942
-x16944 = x16943
-x16945 = x16944
-x16946 = x16945
-x16947 = x16946
-x16948 = x16947
-x16949 = x16948
-x16950 = x16949
-x16951 = x16950
-x16952 = x16951
-x16953 = x16952
-x16954 = x16953
-x16955 = x16954
-x16956 = x16955
-x16957 = x16956
-x16958 = x16957
-x16959 = x16958
-x16960 = x16959
-x16961 = x16960
-x16962 = x16961
-x16963 = x16962
-x16964 = x16963
-x16965 = x16964
-x16966 = x16965
-x16967 = x16966
-x16968 = x16967
-x16969 = x16968
-x16970 = x16969
-x16971 = x16970
-x16972 = x16971
-x16973 = x16972
-x16974 = x16973
-x16975 = x16974
-x16976 = x16975
-x16977 = x16976
-x16978 = x16977
-x16979 = x16978
-x16980 = x16979
-x16981 = x16980
-x16982 = x16981
-x16983 = x16982
-x16984 = x16983
-x16985 = x16984
-x16986 = x16985
-x16987 = x16986
-x16988 = x16987
-x16989 = x16988
-x16990 = x16989
-x16991 = x16990
-x16992 = x16991
-x16993 = x16992
-x16994 = x16993
-x16995 = x16994
-x16996 = x16995
-x16997 = x16996
-x16998 = x16997
-x16999 = x16998
-x17000 = x16999
-x17001 = x17000
-x17002 = x17001
-x17003 = x17002
-x17004 = x17003
-x17005 = x17004
-x17006 = x17005
-x17007 = x17006
-x17008 = x17007
-x17009 = x17008
-x17010 = x17009
-x17011 = x17010
-x17012 = x17011
-x17013 = x17012
-x17014 = x17013
-x17015 = x17014
-x17016 = x17015
-x17017 = x17016
-x17018 = x17017
-x17019 = x17018
-x17020 = x17019
-x17021 = x17020
-x17022 = x17021
-x17023 = x17022
-x17024 = x17023
-x17025 = x17024
-x17026 = x17025
-x17027 = x17026
-x17028 = x17027
-x17029 = x17028
-x17030 = x17029
-x17031 = x17030
-x17032 = x17031
-x17033 = x17032
-x17034 = x17033
-x17035 = x17034
-x17036 = x17035
-x17037 = x17036
-x17038 = x17037
-x17039 = x17038
-x17040 = x17039
-x17041 = x17040
-x17042 = x17041
-x17043 = x17042
-x17044 = x17043
-x17045 = x17044
-x17046 = x17045
-x17047 = x17046
-x17048 = x17047
-x17049 = x17048
-x17050 = x17049
-x17051 = x17050
-x17052 = x17051
-x17053 = x17052
-x17054 = x17053
-x17055 = x17054
-x17056 = x17055
-x17057 = x17056
-x17058 = x17057
-x17059 = x17058
-x17060 = x17059
-x17061 = x17060
-x17062 = x17061
-x17063 = x17062
-x17064 = x17063
-x17065 = x17064
-x17066 = x17065
-x17067 = x17066
-x17068 = x17067
-x17069 = x17068
-x17070 = x17069
-x17071 = x17070
-x17072 = x17071
-x17073 = x17072
-x17074 = x17073
-x17075 = x17074
-x17076 = x17075
-x17077 = x17076
-x17078 = x17077
-x17079 = x17078
-x17080 = x17079
-x17081 = x17080
-x17082 = x17081
-x17083 = x17082
-x17084 = x17083
-x17085 = x17084
-x17086 = x17085
-x17087 = x17086
-x17088 = x17087
-x17089 = x17088
-x17090 = x17089
-x17091 = x17090
-x17092 = x17091
-x17093 = x17092
-x17094 = x17093
-x17095 = x17094
-x17096 = x17095
-x17097 = x17096
-x17098 = x17097
-x17099 = x17098
-x17100 = x17099
-x17101 = x17100
-x17102 = x17101
-x17103 = x17102
-x17104 = x17103
-x17105 = x17104
-x17106 = x17105
-x17107 = x17106
-x17108 = x17107
-x17109 = x17108
-x17110 = x17109
-x17111 = x17110
-x17112 = x17111
-x17113 = x17112
-x17114 = x17113
-x17115 = x17114
-x17116 = x17115
-x17117 = x17116
-x17118 = x17117
-x17119 = x17118
-x17120 = x17119
-x17121 = x17120
-x17122 = x17121
-x17123 = x17122
-x17124 = x17123
-x17125 = x17124
-x17126 = x17125
-x17127 = x17126
-x17128 = x17127
-x17129 = x17128
-x17130 = x17129
-x17131 = x17130
-x17132 = x17131
-x17133 = x17132
-x17134 = x17133
-x17135 = x17134
-x17136 = x17135
-x17137 = x17136
-x17138 = x17137
-x17139 = x17138
-x17140 = x17139
-x17141 = x17140
-x17142 = x17141
-x17143 = x17142
-x17144 = x17143
-x17145 = x17144
-x17146 = x17145
-x17147 = x17146
-x17148 = x17147
-x17149 = x17148
-x17150 = x17149
-x17151 = x17150
-x17152 = x17151
-x17153 = x17152
-x17154 = x17153
-x17155 = x17154
-x17156 = x17155
-x17157 = x17156
-x17158 = x17157
-x17159 = x17158
-x17160 = x17159
-x17161 = x17160
-x17162 = x17161
-x17163 = x17162
-x17164 = x17163
-x17165 = x17164
-x17166 = x17165
-x17167 = x17166
-x17168 = x17167
-x17169 = x17168
-x17170 = x17169
-x17171 = x17170
-x17172 = x17171
-x17173 = x17172
-x17174 = x17173
-x17175 = x17174
-x17176 = x17175
-x17177 = x17176
-x17178 = x17177
-x17179 = x17178
-x17180 = x17179
-x17181 = x17180
-x17182 = x17181
-x17183 = x17182
-x17184 = x17183
-x17185 = x17184
-x17186 = x17185
-x17187 = x17186
-x17188 = x17187
-x17189 = x17188
-x17190 = x17189
-x17191 = x17190
-x17192 = x17191
-x17193 = x17192
-x17194 = x17193
-x17195 = x17194
-x17196 = x17195
-x17197 = x17196
-x17198 = x17197
-x17199 = x17198
-x17200 = x17199
-x17201 = x17200
-x17202 = x17201
-x17203 = x17202
-x17204 = x17203
-x17205 = x17204
-x17206 = x17205
-x17207 = x17206
-x17208 = x17207
-x17209 = x17208
-x17210 = x17209
-x17211 = x17210
-x17212 = x17211
-x17213 = x17212
-x17214 = x17213
-x17215 = x17214
-x17216 = x17215
-x17217 = x17216
-x17218 = x17217
-x17219 = x17218
-x17220 = x17219
-x17221 = x17220
-x17222 = x17221
-x17223 = x17222
-x17224 = x17223
-x17225 = x17224
-x17226 = x17225
-x17227 = x17226
-x17228 = x17227
-x17229 = x17228
-x17230 = x17229
-x17231 = x17230
-x17232 = x17231
-x17233 = x17232
-x17234 = x17233
-x17235 = x17234
-x17236 = x17235
-x17237 = x17236
-x17238 = x17237
-x17239 = x17238
-x17240 = x17239
-x17241 = x17240
-x17242 = x17241
-x17243 = x17242
-x17244 = x17243
-x17245 = x17244
-x17246 = x17245
-x17247 = x17246
-x17248 = x17247
-x17249 = x17248
-x17250 = x17249
-x17251 = x17250
-x17252 = x17251
-x17253 = x17252
-x17254 = x17253
-x17255 = x17254
-x17256 = x17255
-x17257 = x17256
-x17258 = x17257
-x17259 = x17258
-x17260 = x17259
-x17261 = x17260
-x17262 = x17261
-x17263 = x17262
-x17264 = x17263
-x17265 = x17264
-x17266 = x17265
-x17267 = x17266
-x17268 = x17267
-x17269 = x17268
-x17270 = x17269
-x17271 = x17270
-x17272 = x17271
-x17273 = x17272
-x17274 = x17273
-x17275 = x17274
-x17276 = x17275
-x17277 = x17276
-x17278 = x17277
-x17279 = x17278
-x17280 = x17279
-x17281 = x17280
-x17282 = x17281
-x17283 = x17282
-x17284 = x17283
-x17285 = x17284
-x17286 = x17285
-x17287 = x17286
-x17288 = x17287
-x17289 = x17288
-x17290 = x17289
-x17291 = x17290
-x17292 = x17291
-x17293 = x17292
-x17294 = x17293
-x17295 = x17294
-x17296 = x17295
-x17297 = x17296
-x17298 = x17297
-x17299 = x17298
-x17300 = x17299
-x17301 = x17300
-x17302 = x17301
-x17303 = x17302
-x17304 = x17303
-x17305 = x17304
-x17306 = x17305
-x17307 = x17306
-x17308 = x17307
-x17309 = x17308
-x17310 = x17309
-x17311 = x17310
-x17312 = x17311
-x17313 = x17312
-x17314 = x17313
-x17315 = x17314
-x17316 = x17315
-x17317 = x17316
-x17318 = x17317
-x17319 = x17318
-x17320 = x17319
-x17321 = x17320
-x17322 = x17321
-x17323 = x17322
-x17324 = x17323
-x17325 = x17324
-x17326 = x17325
-x17327 = x17326
-x17328 = x17327
-x17329 = x17328
-x17330 = x17329
-x17331 = x17330
-x17332 = x17331
-x17333 = x17332
-x17334 = x17333
-x17335 = x17334
-x17336 = x17335
-x17337 = x17336
-x17338 = x17337
-x17339 = x17338
-x17340 = x17339
-x17341 = x17340
-x17342 = x17341
-x17343 = x17342
-x17344 = x17343
-x17345 = x17344
-x17346 = x17345
-x17347 = x17346
-x17348 = x17347
-x17349 = x17348
-x17350 = x17349
-x17351 = x17350
-x17352 = x17351
-x17353 = x17352
-x17354 = x17353
-x17355 = x17354
-x17356 = x17355
-x17357 = x17356
-x17358 = x17357
-x17359 = x17358
-x17360 = x17359
-x17361 = x17360
-x17362 = x17361
-x17363 = x17362
-x17364 = x17363
-x17365 = x17364
-x17366 = x17365
-x17367 = x17366
-x17368 = x17367
-x17369 = x17368
-x17370 = x17369
-x17371 = x17370
-x17372 = x17371
-x17373 = x17372
-x17374 = x17373
-x17375 = x17374
-x17376 = x17375
-x17377 = x17376
-x17378 = x17377
-x17379 = x17378
-x17380 = x17379
-x17381 = x17380
-x17382 = x17381
-x17383 = x17382
-x17384 = x17383
-x17385 = x17384
-x17386 = x17385
-x17387 = x17386
-x17388 = x17387
-x17389 = x17388
-x17390 = x17389
-x17391 = x17390
-x17392 = x17391
-x17393 = x17392
-x17394 = x17393
-x17395 = x17394
-x17396 = x17395
-x17397 = x17396
-x17398 = x17397
-x17399 = x17398
-x17400 = x17399
-x17401 = x17400
-x17402 = x17401
-x17403 = x17402
-x17404 = x17403
-x17405 = x17404
-x17406 = x17405
-x17407 = x17406
-x17408 = x17407
-x17409 = x17408
-x17410 = x17409
-x17411 = x17410
-x17412 = x17411
-x17413 = x17412
-x17414 = x17413
-x17415 = x17414
-x17416 = x17415
-x17417 = x17416
-x17418 = x17417
-x17419 = x17418
-x17420 = x17419
-x17421 = x17420
-x17422 = x17421
-x17423 = x17422
-x17424 = x17423
-x17425 = x17424
-x17426 = x17425
-x17427 = x17426
-x17428 = x17427
-x17429 = x17428
-x17430 = x17429
-x17431 = x17430
-x17432 = x17431
-x17433 = x17432
-x17434 = x17433
-x17435 = x17434
-x17436 = x17435
-x17437 = x17436
-x17438 = x17437
-x17439 = x17438
-x17440 = x17439
-x17441 = x17440
-x17442 = x17441
-x17443 = x17442
-x17444 = x17443
-x17445 = x17444
-x17446 = x17445
-x17447 = x17446
-x17448 = x17447
-x17449 = x17448
-x17450 = x17449
-x17451 = x17450
-x17452 = x17451
-x17453 = x17452
-x17454 = x17453
-x17455 = x17454
-x17456 = x17455
-x17457 = x17456
-x17458 = x17457
-x17459 = x17458
-x17460 = x17459
-x17461 = x17460
-x17462 = x17461
-x17463 = x17462
-x17464 = x17463
-x17465 = x17464
-x17466 = x17465
-x17467 = x17466
-x17468 = x17467
-x17469 = x17468
-x17470 = x17469
-x17471 = x17470
-x17472 = x17471
-x17473 = x17472
-x17474 = x17473
-x17475 = x17474
-x17476 = x17475
-x17477 = x17476
-x17478 = x17477
-x17479 = x17478
-x17480 = x17479
-x17481 = x17480
-x17482 = x17481
-x17483 = x17482
-x17484 = x17483
-x17485 = x17484
-x17486 = x17485
-x17487 = x17486
-x17488 = x17487
-x17489 = x17488
-x17490 = x17489
-x17491 = x17490
-x17492 = x17491
-x17493 = x17492
-x17494 = x17493
-x17495 = x17494
-x17496 = x17495
-x17497 = x17496
-x17498 = x17497
-x17499 = x17498
-x17500 = x17499
-x17501 = x17500
-x17502 = x17501
-x17503 = x17502
-x17504 = x17503
-x17505 = x17504
-x17506 = x17505
-x17507 = x17506
-x17508 = x17507
-x17509 = x17508
-x17510 = x17509
-x17511 = x17510
-x17512 = x17511
-x17513 = x17512
-x17514 = x17513
-x17515 = x17514
-x17516 = x17515
-x17517 = x17516
-x17518 = x17517
-x17519 = x17518
-x17520 = x17519
-x17521 = x17520
-x17522 = x17521
-x17523 = x17522
-x17524 = x17523
-x17525 = x17524
-x17526 = x17525
-x17527 = x17526
-x17528 = x17527
-x17529 = x17528
-x17530 = x17529
-x17531 = x17530
-x17532 = x17531
-x17533 = x17532
-x17534 = x17533
-x17535 = x17534
-x17536 = x17535
-x17537 = x17536
-x17538 = x17537
-x17539 = x17538
-x17540 = x17539
-x17541 = x17540
-x17542 = x17541
-x17543 = x17542
-x17544 = x17543
-x17545 = x17544
-x17546 = x17545
-x17547 = x17546
-x17548 = x17547
-x17549 = x17548
-x17550 = x17549
-x17551 = x17550
-x17552 = x17551
-x17553 = x17552
-x17554 = x17553
-x17555 = x17554
-x17556 = x17555
-x17557 = x17556
-x17558 = x17557
-x17559 = x17558
-x17560 = x17559
-x17561 = x17560
-x17562 = x17561
-x17563 = x17562
-x17564 = x17563
-x17565 = x17564
-x17566 = x17565
-x17567 = x17566
-x17568 = x17567
-x17569 = x17568
-x17570 = x17569
-x17571 = x17570
-x17572 = x17571
-x17573 = x17572
-x17574 = x17573
-x17575 = x17574
-x17576 = x17575
-x17577 = x17576
-x17578 = x17577
-x17579 = x17578
-x17580 = x17579
-x17581 = x17580
-x17582 = x17581
-x17583 = x17582
-x17584 = x17583
-x17585 = x17584
-x17586 = x17585
-x17587 = x17586
-x17588 = x17587
-x17589 = x17588
-x17590 = x17589
-x17591 = x17590
-x17592 = x17591
-x17593 = x17592
-x17594 = x17593
-x17595 = x17594
-x17596 = x17595
-x17597 = x17596
-x17598 = x17597
-x17599 = x17598
-x17600 = x17599
-x17601 = x17600
-x17602 = x17601
-x17603 = x17602
-x17604 = x17603
-x17605 = x17604
-x17606 = x17605
-x17607 = x17606
-x17608 = x17607
-x17609 = x17608
-x17610 = x17609
-x17611 = x17610
-x17612 = x17611
-x17613 = x17612
-x17614 = x17613
-x17615 = x17614
-x17616 = x17615
-x17617 = x17616
-x17618 = x17617
-x17619 = x17618
-x17620 = x17619
-x17621 = x17620
-x17622 = x17621
-x17623 = x17622
-x17624 = x17623
-x17625 = x17624
-x17626 = x17625
-x17627 = x17626
-x17628 = x17627
-x17629 = x17628
-x17630 = x17629
-x17631 = x17630
-x17632 = x17631
-x17633 = x17632
-x17634 = x17633
-x17635 = x17634
-x17636 = x17635
-x17637 = x17636
-x17638 = x17637
-x17639 = x17638
-x17640 = x17639
-x17641 = x17640
-x17642 = x17641
-x17643 = x17642
-x17644 = x17643
-x17645 = x17644
-x17646 = x17645
-x17647 = x17646
-x17648 = x17647
-x17649 = x17648
-x17650 = x17649
-x17651 = x17650
-x17652 = x17651
-x17653 = x17652
-x17654 = x17653
-x17655 = x17654
-x17656 = x17655
-x17657 = x17656
-x17658 = x17657
-x17659 = x17658
-x17660 = x17659
-x17661 = x17660
-x17662 = x17661
-x17663 = x17662
-x17664 = x17663
-x17665 = x17664
-x17666 = x17665
-x17667 = x17666
-x17668 = x17667
-x17669 = x17668
-x17670 = x17669
-x17671 = x17670
-x17672 = x17671
-x17673 = x17672
-x17674 = x17673
-x17675 = x17674
-x17676 = x17675
-x17677 = x17676
-x17678 = x17677
-x17679 = x17678
-x17680 = x17679
-x17681 = x17680
-x17682 = x17681
-x17683 = x17682
-x17684 = x17683
-x17685 = x17684
-x17686 = x17685
-x17687 = x17686
-x17688 = x17687
-x17689 = x17688
-x17690 = x17689
-x17691 = x17690
-x17692 = x17691
-x17693 = x17692
-x17694 = x17693
-x17695 = x17694
-x17696 = x17695
-x17697 = x17696
-x17698 = x17697
-x17699 = x17698
-x17700 = x17699
-x17701 = x17700
-x17702 = x17701
-x17703 = x17702
-x17704 = x17703
-x17705 = x17704
-x17706 = x17705
-x17707 = x17706
-x17708 = x17707
-x17709 = x17708
-x17710 = x17709
-x17711 = x17710
-x17712 = x17711
-x17713 = x17712
-x17714 = x17713
-x17715 = x17714
-x17716 = x17715
-x17717 = x17716
-x17718 = x17717
-x17719 = x17718
-x17720 = x17719
-x17721 = x17720
-x17722 = x17721
-x17723 = x17722
-x17724 = x17723
-x17725 = x17724
-x17726 = x17725
-x17727 = x17726
-x17728 = x17727
-x17729 = x17728
-x17730 = x17729
-x17731 = x17730
-x17732 = x17731
-x17733 = x17732
-x17734 = x17733
-x17735 = x17734
-x17736 = x17735
-x17737 = x17736
-x17738 = x17737
-x17739 = x17738
-x17740 = x17739
-x17741 = x17740
-x17742 = x17741
-x17743 = x17742
-x17744 = x17743
-x17745 = x17744
-x17746 = x17745
-x17747 = x17746
-x17748 = x17747
-x17749 = x17748
-x17750 = x17749
-x17751 = x17750
-x17752 = x17751
-x17753 = x17752
-x17754 = x17753
-x17755 = x17754
-x17756 = x17755
-x17757 = x17756
-x17758 = x17757
-x17759 = x17758
-x17760 = x17759
-x17761 = x17760
-x17762 = x17761
-x17763 = x17762
-x17764 = x17763
-x17765 = x17764
-x17766 = x17765
-x17767 = x17766
-x17768 = x17767
-x17769 = x17768
-x17770 = x17769
-x17771 = x17770
-x17772 = x17771
-x17773 = x17772
-x17774 = x17773
-x17775 = x17774
-x17776 = x17775
-x17777 = x17776
-x17778 = x17777
-x17779 = x17778
-x17780 = x17779
-x17781 = x17780
-x17782 = x17781
-x17783 = x17782
-x17784 = x17783
-x17785 = x17784
-x17786 = x17785
-x17787 = x17786
-x17788 = x17787
-x17789 = x17788
-x17790 = x17789
-x17791 = x17790
-x17792 = x17791
-x17793 = x17792
-x17794 = x17793
-x17795 = x17794
-x17796 = x17795
-x17797 = x17796
-x17798 = x17797
-x17799 = x17798
-x17800 = x17799
-x17801 = x17800
-x17802 = x17801
-x17803 = x17802
-x17804 = x17803
-x17805 = x17804
-x17806 = x17805
-x17807 = x17806
-x17808 = x17807
-x17809 = x17808
-x17810 = x17809
-x17811 = x17810
-x17812 = x17811
-x17813 = x17812
-x17814 = x17813
-x17815 = x17814
-x17816 = x17815
-x17817 = x17816
-x17818 = x17817
-x17819 = x17818
-x17820 = x17819
-x17821 = x17820
-x17822 = x17821
-x17823 = x17822
-x17824 = x17823
-x17825 = x17824
-x17826 = x17825
-x17827 = x17826
-x17828 = x17827
-x17829 = x17828
-x17830 = x17829
-x17831 = x17830
-x17832 = x17831
-x17833 = x17832
-x17834 = x17833
-x17835 = x17834
-x17836 = x17835
-x17837 = x17836
-x17838 = x17837
-x17839 = x17838
-x17840 = x17839
-x17841 = x17840
-x17842 = x17841
-x17843 = x17842
-x17844 = x17843
-x17845 = x17844
-x17846 = x17845
-x17847 = x17846
-x17848 = x17847
-x17849 = x17848
-x17850 = x17849
-x17851 = x17850
-x17852 = x17851
-x17853 = x17852
-x17854 = x17853
-x17855 = x17854
-x17856 = x17855
-x17857 = x17856
-x17858 = x17857
-x17859 = x17858
-x17860 = x17859
-x17861 = x17860
-x17862 = x17861
-x17863 = x17862
-x17864 = x17863
-x17865 = x17864
-x17866 = x17865
-x17867 = x17866
-x17868 = x17867
-x17869 = x17868
-x17870 = x17869
-x17871 = x17870
-x17872 = x17871
-x17873 = x17872
-x17874 = x17873
-x17875 = x17874
-x17876 = x17875
-x17877 = x17876
-x17878 = x17877
-x17879 = x17878
-x17880 = x17879
-x17881 = x17880
-x17882 = x17881
-x17883 = x17882
-x17884 = x17883
-x17885 = x17884
-x17886 = x17885
-x17887 = x17886
-x17888 = x17887
-x17889 = x17888
-x17890 = x17889
-x17891 = x17890
-x17892 = x17891
-x17893 = x17892
-x17894 = x17893
-x17895 = x17894
-x17896 = x17895
-x17897 = x17896
-x17898 = x17897
-x17899 = x17898
-x17900 = x17899
-x17901 = x17900
-x17902 = x17901
-x17903 = x17902
-x17904 = x17903
-x17905 = x17904
-x17906 = x17905
-x17907 = x17906
-x17908 = x17907
-x17909 = x17908
-x17910 = x17909
-x17911 = x17910
-x17912 = x17911
-x17913 = x17912
-x17914 = x17913
-x17915 = x17914
-x17916 = x17915
-x17917 = x17916
-x17918 = x17917
-x17919 = x17918
-x17920 = x17919
-x17921 = x17920
-x17922 = x17921
-x17923 = x17922
-x17924 = x17923
-x17925 = x17924
-x17926 = x17925
-x17927 = x17926
-x17928 = x17927
-x17929 = x17928
-x17930 = x17929
-x17931 = x17930
-x17932 = x17931
-x17933 = x17932
-x17934 = x17933
-x17935 = x17934
-x17936 = x17935
-x17937 = x17936
-x17938 = x17937
-x17939 = x17938
-x17940 = x17939
-x17941 = x17940
-x17942 = x17941
-x17943 = x17942
-x17944 = x17943
-x17945 = x17944
-x17946 = x17945
-x17947 = x17946
-x17948 = x17947
-x17949 = x17948
-x17950 = x17949
-x17951 = x17950
-x17952 = x17951
-x17953 = x17952
-x17954 = x17953
-x17955 = x17954
-x17956 = x17955
-x17957 = x17956
-x17958 = x17957
-x17959 = x17958
-x17960 = x17959
-x17961 = x17960
-x17962 = x17961
-x17963 = x17962
-x17964 = x17963
-x17965 = x17964
-x17966 = x17965
-x17967 = x17966
-x17968 = x17967
-x17969 = x17968
-x17970 = x17969
-x17971 = x17970
-x17972 = x17971
-x17973 = x17972
-x17974 = x17973
-x17975 = x17974
-x17976 = x17975
-x17977 = x17976
-x17978 = x17977
-x17979 = x17978
-x17980 = x17979
-x17981 = x17980
-x17982 = x17981
-x17983 = x17982
-x17984 = x17983
-x17985 = x17984
-x17986 = x17985
-x17987 = x17986
-x17988 = x17987
-x17989 = x17988
-x17990 = x17989
-x17991 = x17990
-x17992 = x17991
-x17993 = x17992
-x17994 = x17993
-x17995 = x17994
-x17996 = x17995
-x17997 = x17996
-x17998 = x17997
-x17999 = x17998
-x18000 = x17999
-x18001 = x18000
-x18002 = x18001
-x18003 = x18002
-x18004 = x18003
-x18005 = x18004
-x18006 = x18005
-x18007 = x18006
-x18008 = x18007
-x18009 = x18008
-x18010 = x18009
-x18011 = x18010
-x18012 = x18011
-x18013 = x18012
-x18014 = x18013
-x18015 = x18014
-x18016 = x18015
-x18017 = x18016
-x18018 = x18017
-x18019 = x18018
-x18020 = x18019
-x18021 = x18020
-x18022 = x18021
-x18023 = x18022
-x18024 = x18023
-x18025 = x18024
-x18026 = x18025
-x18027 = x18026
-x18028 = x18027
-x18029 = x18028
-x18030 = x18029
-x18031 = x18030
-x18032 = x18031
-x18033 = x18032
-x18034 = x18033
-x18035 = x18034
-x18036 = x18035
-x18037 = x18036
-x18038 = x18037
-x18039 = x18038
-x18040 = x18039
-x18041 = x18040
-x18042 = x18041
-x18043 = x18042
-x18044 = x18043
-x18045 = x18044
-x18046 = x18045
-x18047 = x18046
-x18048 = x18047
-x18049 = x18048
-x18050 = x18049
-x18051 = x18050
-x18052 = x18051
-x18053 = x18052
-x18054 = x18053
-x18055 = x18054
-x18056 = x18055
-x18057 = x18056
-x18058 = x18057
-x18059 = x18058
-x18060 = x18059
-x18061 = x18060
-x18062 = x18061
-x18063 = x18062
-x18064 = x18063
-x18065 = x18064
-x18066 = x18065
-x18067 = x18066
-x18068 = x18067
-x18069 = x18068
-x18070 = x18069
-x18071 = x18070
-x18072 = x18071
-x18073 = x18072
-x18074 = x18073
-x18075 = x18074
-x18076 = x18075
-x18077 = x18076
-x18078 = x18077
-x18079 = x18078
-x18080 = x18079
-x18081 = x18080
-x18082 = x18081
-x18083 = x18082
-x18084 = x18083
-x18085 = x18084
-x18086 = x18085
-x18087 = x18086
-x18088 = x18087
-x18089 = x18088
-x18090 = x18089
-x18091 = x18090
-x18092 = x18091
-x18093 = x18092
-x18094 = x18093
-x18095 = x18094
-x18096 = x18095
-x18097 = x18096
-x18098 = x18097
-x18099 = x18098
-x18100 = x18099
-x18101 = x18100
-x18102 = x18101
-x18103 = x18102
-x18104 = x18103
-x18105 = x18104
-x18106 = x18105
-x18107 = x18106
-x18108 = x18107
-x18109 = x18108
-x18110 = x18109
-x18111 = x18110
-x18112 = x18111
-x18113 = x18112
-x18114 = x18113
-x18115 = x18114
-x18116 = x18115
-x18117 = x18116
-x18118 = x18117
-x18119 = x18118
-x18120 = x18119
-x18121 = x18120
-x18122 = x18121
-x18123 = x18122
-x18124 = x18123
-x18125 = x18124
-x18126 = x18125
-x18127 = x18126
-x18128 = x18127
-x18129 = x18128
-x18130 = x18129
-x18131 = x18130
-x18132 = x18131
-x18133 = x18132
-x18134 = x18133
-x18135 = x18134
-x18136 = x18135
-x18137 = x18136
-x18138 = x18137
-x18139 = x18138
-x18140 = x18139
-x18141 = x18140
-x18142 = x18141
-x18143 = x18142
-x18144 = x18143
-x18145 = x18144
-x18146 = x18145
-x18147 = x18146
-x18148 = x18147
-x18149 = x18148
-x18150 = x18149
-x18151 = x18150
-x18152 = x18151
-x18153 = x18152
-x18154 = x18153
-x18155 = x18154
-x18156 = x18155
-x18157 = x18156
-x18158 = x18157
-x18159 = x18158
-x18160 = x18159
-x18161 = x18160
-x18162 = x18161
-x18163 = x18162
-x18164 = x18163
-x18165 = x18164
-x18166 = x18165
-x18167 = x18166
-x18168 = x18167
-x18169 = x18168
-x18170 = x18169
-x18171 = x18170
-x18172 = x18171
-x18173 = x18172
-x18174 = x18173
-x18175 = x18174
-x18176 = x18175
-x18177 = x18176
-x18178 = x18177
-x18179 = x18178
-x18180 = x18179
-x18181 = x18180
-x18182 = x18181
-x18183 = x18182
-x18184 = x18183
-x18185 = x18184
-x18186 = x18185
-x18187 = x18186
-x18188 = x18187
-x18189 = x18188
-x18190 = x18189
-x18191 = x18190
-x18192 = x18191
-x18193 = x18192
-x18194 = x18193
-x18195 = x18194
-x18196 = x18195
-x18197 = x18196
-x18198 = x18197
-x18199 = x18198
-x18200 = x18199
-x18201 = x18200
-x18202 = x18201
-x18203 = x18202
-x18204 = x18203
-x18205 = x18204
-x18206 = x18205
-x18207 = x18206
-x18208 = x18207
-x18209 = x18208
-x18210 = x18209
-x18211 = x18210
-x18212 = x18211
-x18213 = x18212
-x18214 = x18213
-x18215 = x18214
-x18216 = x18215
-x18217 = x18216
-x18218 = x18217
-x18219 = x18218
-x18220 = x18219
-x18221 = x18220
-x18222 = x18221
-x18223 = x18222
-x18224 = x18223
-x18225 = x18224
-x18226 = x18225
-x18227 = x18226
-x18228 = x18227
-x18229 = x18228
-x18230 = x18229
-x18231 = x18230
-x18232 = x18231
-x18233 = x18232
-x18234 = x18233
-x18235 = x18234
-x18236 = x18235
-x18237 = x18236
-x18238 = x18237
-x18239 = x18238
-x18240 = x18239
-x18241 = x18240
-x18242 = x18241
-x18243 = x18242
-x18244 = x18243
-x18245 = x18244
-x18246 = x18245
-x18247 = x18246
-x18248 = x18247
-x18249 = x18248
-x18250 = x18249
-x18251 = x18250
-x18252 = x18251
-x18253 = x18252
-x18254 = x18253
-x18255 = x18254
-x18256 = x18255
-x18257 = x18256
-x18258 = x18257
-x18259 = x18258
-x18260 = x18259
-x18261 = x18260
-x18262 = x18261
-x18263 = x18262
-x18264 = x18263
-x18265 = x18264
-x18266 = x18265
-x18267 = x18266
-x18268 = x18267
-x18269 = x18268
-x18270 = x18269
-x18271 = x18270
-x18272 = x18271
-x18273 = x18272
-x18274 = x18273
-x18275 = x18274
-x18276 = x18275
-x18277 = x18276
-x18278 = x18277
-x18279 = x18278
-x18280 = x18279
-x18281 = x18280
-x18282 = x18281
-x18283 = x18282
-x18284 = x18283
-x18285 = x18284
-x18286 = x18285
-x18287 = x18286
-x18288 = x18287
-x18289 = x18288
-x18290 = x18289
-x18291 = x18290
-x18292 = x18291
-x18293 = x18292
-x18294 = x18293
-x18295 = x18294
-x18296 = x18295
-x18297 = x18296
-x18298 = x18297
-x18299 = x18298
-x18300 = x18299
-x18301 = x18300
-x18302 = x18301
-x18303 = x18302
-x18304 = x18303
-x18305 = x18304
-x18306 = x18305
-x18307 = x18306
-x18308 = x18307
-x18309 = x18308
-x18310 = x18309
-x18311 = x18310
-x18312 = x18311
-x18313 = x18312
-x18314 = x18313
-x18315 = x18314
-x18316 = x18315
-x18317 = x18316
-x18318 = x18317
-x18319 = x18318
-x18320 = x18319
-x18321 = x18320
-x18322 = x18321
-x18323 = x18322
-x18324 = x18323
-x18325 = x18324
-x18326 = x18325
-x18327 = x18326
-x18328 = x18327
-x18329 = x18328
-x18330 = x18329
-x18331 = x18330
-x18332 = x18331
-x18333 = x18332
-x18334 = x18333
-x18335 = x18334
-x18336 = x18335
-x18337 = x18336
-x18338 = x18337
-x18339 = x18338
-x18340 = x18339
-x18341 = x18340
-x18342 = x18341
-x18343 = x18342
-x18344 = x18343
-x18345 = x18344
-x18346 = x18345
-x18347 = x18346
-x18348 = x18347
-x18349 = x18348
-x18350 = x18349
-x18351 = x18350
-x18352 = x18351
-x18353 = x18352
-x18354 = x18353
-x18355 = x18354
-x18356 = x18355
-x18357 = x18356
-x18358 = x18357
-x18359 = x18358
-x18360 = x18359
-x18361 = x18360
-x18362 = x18361
-x18363 = x18362
-x18364 = x18363
-x18365 = x18364
-x18366 = x18365
-x18367 = x18366
-x18368 = x18367
-x18369 = x18368
-x18370 = x18369
-x18371 = x18370
-x18372 = x18371
-x18373 = x18372
-x18374 = x18373
-x18375 = x18374
-x18376 = x18375
-x18377 = x18376
-x18378 = x18377
-x18379 = x18378
-x18380 = x18379
-x18381 = x18380
-x18382 = x18381
-x18383 = x18382
-x18384 = x18383
-x18385 = x18384
-x18386 = x18385
-x18387 = x18386
-x18388 = x18387
-x18389 = x18388
-x18390 = x18389
-x18391 = x18390
-x18392 = x18391
-x18393 = x18392
-x18394 = x18393
-x18395 = x18394
-x18396 = x18395
-x18397 = x18396
-x18398 = x18397
-x18399 = x18398
-x18400 = x18399
-x18401 = x18400
-x18402 = x18401
-x18403 = x18402
-x18404 = x18403
-x18405 = x18404
-x18406 = x18405
-x18407 = x18406
-x18408 = x18407
-x18409 = x18408
-x18410 = x18409
-x18411 = x18410
-x18412 = x18411
-x18413 = x18412
-x18414 = x18413
-x18415 = x18414
-x18416 = x18415
-x18417 = x18416
-x18418 = x18417
-x18419 = x18418
-x18420 = x18419
-x18421 = x18420
-x18422 = x18421
-x18423 = x18422
-x18424 = x18423
-x18425 = x18424
-x18426 = x18425
-x18427 = x18426
-x18428 = x18427
-x18429 = x18428
-x18430 = x18429
-x18431 = x18430
-x18432 = x18431
-x18433 = x18432
-x18434 = x18433
-x18435 = x18434
-x18436 = x18435
-x18437 = x18436
-x18438 = x18437
-x18439 = x18438
-x18440 = x18439
-x18441 = x18440
-x18442 = x18441
-x18443 = x18442
-x18444 = x18443
-x18445 = x18444
-x18446 = x18445
-x18447 = x18446
-x18448 = x18447
-x18449 = x18448
-x18450 = x18449
-x18451 = x18450
-x18452 = x18451
-x18453 = x18452
-x18454 = x18453
-x18455 = x18454
-x18456 = x18455
-x18457 = x18456
-x18458 = x18457
-x18459 = x18458
-x18460 = x18459
-x18461 = x18460
-x18462 = x18461
-x18463 = x18462
-x18464 = x18463
-x18465 = x18464
-x18466 = x18465
-x18467 = x18466
-x18468 = x18467
-x18469 = x18468
-x18470 = x18469
-x18471 = x18470
-x18472 = x18471
-x18473 = x18472
-x18474 = x18473
-x18475 = x18474
-x18476 = x18475
-x18477 = x18476
-x18478 = x18477
-x18479 = x18478
-x18480 = x18479
-x18481 = x18480
-x18482 = x18481
-x18483 = x18482
-x18484 = x18483
-x18485 = x18484
-x18486 = x18485
-x18487 = x18486
-x18488 = x18487
-x18489 = x18488
-x18490 = x18489
-x18491 = x18490
-x18492 = x18491
-x18493 = x18492
-x18494 = x18493
-x18495 = x18494
-x18496 = x18495
-x18497 = x18496
-x18498 = x18497
-x18499 = x18498
-x18500 = x18499
-x18501 = x18500
-x18502 = x18501
-x18503 = x18502
-x18504 = x18503
-x18505 = x18504
-x18506 = x18505
-x18507 = x18506
-x18508 = x18507
-x18509 = x18508
-x18510 = x18509
-x18511 = x18510
-x18512 = x18511
-x18513 = x18512
-x18514 = x18513
-x18515 = x18514
-x18516 = x18515
-x18517 = x18516
-x18518 = x18517
-x18519 = x18518
-x18520 = x18519
-x18521 = x18520
-x18522 = x18521
-x18523 = x18522
-x18524 = x18523
-x18525 = x18524
-x18526 = x18525
-x18527 = x18526
-x18528 = x18527
-x18529 = x18528
-x18530 = x18529
-x18531 = x18530
-x18532 = x18531
-x18533 = x18532
-x18534 = x18533
-x18535 = x18534
-x18536 = x18535
-x18537 = x18536
-x18538 = x18537
-x18539 = x18538
-x18540 = x18539
-x18541 = x18540
-x18542 = x18541
-x18543 = x18542
-x18544 = x18543
-x18545 = x18544
-x18546 = x18545
-x18547 = x18546
-x18548 = x18547
-x18549 = x18548
-x18550 = x18549
-x18551 = x18550
-x18552 = x18551
-x18553 = x18552
-x18554 = x18553
-x18555 = x18554
-x18556 = x18555
-x18557 = x18556
-x18558 = x18557
-x18559 = x18558
-x18560 = x18559
-x18561 = x18560
-x18562 = x18561
-x18563 = x18562
-x18564 = x18563
-x18565 = x18564
-x18566 = x18565
-x18567 = x18566
-x18568 = x18567
-x18569 = x18568
-x18570 = x18569
-x18571 = x18570
-x18572 = x18571
-x18573 = x18572
-x18574 = x18573
-x18575 = x18574
-x18576 = x18575
-x18577 = x18576
-x18578 = x18577
-x18579 = x18578
-x18580 = x18579
-x18581 = x18580
-x18582 = x18581
-x18583 = x18582
-x18584 = x18583
-x18585 = x18584
-x18586 = x18585
-x18587 = x18586
-x18588 = x18587
-x18589 = x18588
-x18590 = x18589
-x18591 = x18590
-x18592 = x18591
-x18593 = x18592
-x18594 = x18593
-x18595 = x18594
-x18596 = x18595
-x18597 = x18596
-x18598 = x18597
-x18599 = x18598
-x18600 = x18599
-x18601 = x18600
-x18602 = x18601
-x18603 = x18602
-x18604 = x18603
-x18605 = x18604
-x18606 = x18605
-x18607 = x18606
-x18608 = x18607
-x18609 = x18608
-x18610 = x18609
-x18611 = x18610
-x18612 = x18611
-x18613 = x18612
-x18614 = x18613
-x18615 = x18614
-x18616 = x18615
-x18617 = x18616
-x18618 = x18617
-x18619 = x18618
-x18620 = x18619
-x18621 = x18620
-x18622 = x18621
-x18623 = x18622
-x18624 = x18623
-x18625 = x18624
-x18626 = x18625
-x18627 = x18626
-x18628 = x18627
-x18629 = x18628
-x18630 = x18629
-x18631 = x18630
-x18632 = x18631
-x18633 = x18632
-x18634 = x18633
-x18635 = x18634
-x18636 = x18635
-x18637 = x18636
-x18638 = x18637
-x18639 = x18638
-x18640 = x18639
-x18641 = x18640
-x18642 = x18641
-x18643 = x18642
-x18644 = x18643
-x18645 = x18644
-x18646 = x18645
-x18647 = x18646
-x18648 = x18647
-x18649 = x18648
-x18650 = x18649
-x18651 = x18650
-x18652 = x18651
-x18653 = x18652
-x18654 = x18653
-x18655 = x18654
-x18656 = x18655
-x18657 = x18656
-x18658 = x18657
-x18659 = x18658
-x18660 = x18659
-x18661 = x18660
-x18662 = x18661
-x18663 = x18662
-x18664 = x18663
-x18665 = x18664
-x18666 = x18665
-x18667 = x18666
-x18668 = x18667
-x18669 = x18668
-x18670 = x18669
-x18671 = x18670
-x18672 = x18671
-x18673 = x18672
-x18674 = x18673
-x18675 = x18674
-x18676 = x18675
-x18677 = x18676
-x18678 = x18677
-x18679 = x18678
-x18680 = x18679
-x18681 = x18680
-x18682 = x18681
-x18683 = x18682
-x18684 = x18683
-x18685 = x18684
-x18686 = x18685
-x18687 = x18686
-x18688 = x18687
-x18689 = x18688
-x18690 = x18689
-x18691 = x18690
-x18692 = x18691
-x18693 = x18692
-x18694 = x18693
-x18695 = x18694
-x18696 = x18695
-x18697 = x18696
-x18698 = x18697
-x18699 = x18698
-x18700 = x18699
-x18701 = x18700
-x18702 = x18701
-x18703 = x18702
-x18704 = x18703
-x18705 = x18704
-x18706 = x18705
-x18707 = x18706
-x18708 = x18707
-x18709 = x18708
-x18710 = x18709
-x18711 = x18710
-x18712 = x18711
-x18713 = x18712
-x18714 = x18713
-x18715 = x18714
-x18716 = x18715
-x18717 = x18716
-x18718 = x18717
-x18719 = x18718
-x18720 = x18719
-x18721 = x18720
-x18722 = x18721
-x18723 = x18722
-x18724 = x18723
-x18725 = x18724
-x18726 = x18725
-x18727 = x18726
-x18728 = x18727
-x18729 = x18728
-x18730 = x18729
-x18731 = x18730
-x18732 = x18731
-x18733 = x18732
-x18734 = x18733
-x18735 = x18734
-x18736 = x18735
-x18737 = x18736
-x18738 = x18737
-x18739 = x18738
-x18740 = x18739
-x18741 = x18740
-x18742 = x18741
-x18743 = x18742
-x18744 = x18743
-x18745 = x18744
-x18746 = x18745
-x18747 = x18746
-x18748 = x18747
-x18749 = x18748
-x18750 = x18749
-x18751 = x18750
-x18752 = x18751
-x18753 = x18752
-x18754 = x18753
-x18755 = x18754
-x18756 = x18755
-x18757 = x18756
-x18758 = x18757
-x18759 = x18758
-x18760 = x18759
-x18761 = x18760
-x18762 = x18761
-x18763 = x18762
-x18764 = x18763
-x18765 = x18764
-x18766 = x18765
-x18767 = x18766
-x18768 = x18767
-x18769 = x18768
-x18770 = x18769
-x18771 = x18770
-x18772 = x18771
-x18773 = x18772
-x18774 = x18773
-x18775 = x18774
-x18776 = x18775
-x18777 = x18776
-x18778 = x18777
-x18779 = x18778
-x18780 = x18779
-x18781 = x18780
-x18782 = x18781
-x18783 = x18782
-x18784 = x18783
-x18785 = x18784
-x18786 = x18785
-x18787 = x18786
-x18788 = x18787
-x18789 = x18788
-x18790 = x18789
-x18791 = x18790
-x18792 = x18791
-x18793 = x18792
-x18794 = x18793
-x18795 = x18794
-x18796 = x18795
-x18797 = x18796
-x18798 = x18797
-x18799 = x18798
-x18800 = x18799
-x18801 = x18800
-x18802 = x18801
-x18803 = x18802
-x18804 = x18803
-x18805 = x18804
-x18806 = x18805
-x18807 = x18806
-x18808 = x18807
-x18809 = x18808
-x18810 = x18809
-x18811 = x18810
-x18812 = x18811
-x18813 = x18812
-x18814 = x18813
-x18815 = x18814
-x18816 = x18815
-x18817 = x18816
-x18818 = x18817
-x18819 = x18818
-x18820 = x18819
-x18821 = x18820
-x18822 = x18821
-x18823 = x18822
-x18824 = x18823
-x18825 = x18824
-x18826 = x18825
-x18827 = x18826
-x18828 = x18827
-x18829 = x18828
-x18830 = x18829
-x18831 = x18830
-x18832 = x18831
-x18833 = x18832
-x18834 = x18833
-x18835 = x18834
-x18836 = x18835
-x18837 = x18836
-x18838 = x18837
-x18839 = x18838
-x18840 = x18839
-x18841 = x18840
-x18842 = x18841
-x18843 = x18842
-x18844 = x18843
-x18845 = x18844
-x18846 = x18845
-x18847 = x18846
-x18848 = x18847
-x18849 = x18848
-x18850 = x18849
-x18851 = x18850
-x18852 = x18851
-x18853 = x18852
-x18854 = x18853
-x18855 = x18854
-x18856 = x18855
-x18857 = x18856
-x18858 = x18857
-x18859 = x18858
-x18860 = x18859
-x18861 = x18860
-x18862 = x18861
-x18863 = x18862
-x18864 = x18863
-x18865 = x18864
-x18866 = x18865
-x18867 = x18866
-x18868 = x18867
-x18869 = x18868
-x18870 = x18869
-x18871 = x18870
-x18872 = x18871
-x18873 = x18872
-x18874 = x18873
-x18875 = x18874
-x18876 = x18875
-x18877 = x18876
-x18878 = x18877
-x18879 = x18878
-x18880 = x18879
-x18881 = x18880
-x18882 = x18881
-x18883 = x18882
-x18884 = x18883
-x18885 = x18884
-x18886 = x18885
-x18887 = x18886
-x18888 = x18887
-x18889 = x18888
-x18890 = x18889
-x18891 = x18890
-x18892 = x18891
-x18893 = x18892
-x18894 = x18893
-x18895 = x18894
-x18896 = x18895
-x18897 = x18896
-x18898 = x18897
-x18899 = x18898
-x18900 = x18899
-x18901 = x18900
-x18902 = x18901
-x18903 = x18902
-x18904 = x18903
-x18905 = x18904
-x18906 = x18905
-x18907 = x18906
-x18908 = x18907
-x18909 = x18908
-x18910 = x18909
-x18911 = x18910
-x18912 = x18911
-x18913 = x18912
-x18914 = x18913
-x18915 = x18914
-x18916 = x18915
-x18917 = x18916
-x18918 = x18917
-x18919 = x18918
-x18920 = x18919
-x18921 = x18920
-x18922 = x18921
-x18923 = x18922
-x18924 = x18923
-x18925 = x18924
-x18926 = x18925
-x18927 = x18926
-x18928 = x18927
-x18929 = x18928
-x18930 = x18929
-x18931 = x18930
-x18932 = x18931
-x18933 = x18932
-x18934 = x18933
-x18935 = x18934
-x18936 = x18935
-x18937 = x18936
-x18938 = x18937
-x18939 = x18938
-x18940 = x18939
-x18941 = x18940
-x18942 = x18941
-x18943 = x18942
-x18944 = x18943
-x18945 = x18944
-x18946 = x18945
-x18947 = x18946
-x18948 = x18947
-x18949 = x18948
-x18950 = x18949
-x18951 = x18950
-x18952 = x18951
-x18953 = x18952
-x18954 = x18953
-x18955 = x18954
-x18956 = x18955
-x18957 = x18956
-x18958 = x18957
-x18959 = x18958
-x18960 = x18959
-x18961 = x18960
-x18962 = x18961
-x18963 = x18962
-x18964 = x18963
-x18965 = x18964
-x18966 = x18965
-x18967 = x18966
-x18968 = x18967
-x18969 = x18968
-x18970 = x18969
-x18971 = x18970
-x18972 = x18971
-x18973 = x18972
-x18974 = x18973
-x18975 = x18974
-x18976 = x18975
-x18977 = x18976
-x18978 = x18977
-x18979 = x18978
-x18980 = x18979
-x18981 = x18980
-x18982 = x18981
-x18983 = x18982
-x18984 = x18983
-x18985 = x18984
-x18986 = x18985
-x18987 = x18986
-x18988 = x18987
-x18989 = x18988
-x18990 = x18989
-x18991 = x18990
-x18992 = x18991
-x18993 = x18992
-x18994 = x18993
-x18995 = x18994
-x18996 = x18995
-x18997 = x18996
-x18998 = x18997
-x18999 = x18998
-x19000 = x18999
-x19001 = x19000
-x19002 = x19001
-x19003 = x19002
-x19004 = x19003
-x19005 = x19004
-x19006 = x19005
-x19007 = x19006
-x19008 = x19007
-x19009 = x19008
-x19010 = x19009
-x19011 = x19010
-x19012 = x19011
-x19013 = x19012
-x19014 = x19013
-x19015 = x19014
-x19016 = x19015
-x19017 = x19016
-x19018 = x19017
-x19019 = x19018
-x19020 = x19019
-x19021 = x19020
-x19022 = x19021
-x19023 = x19022
-x19024 = x19023
-x19025 = x19024
-x19026 = x19025
-x19027 = x19026
-x19028 = x19027
-x19029 = x19028
-x19030 = x19029
-x19031 = x19030
-x19032 = x19031
-x19033 = x19032
-x19034 = x19033
-x19035 = x19034
-x19036 = x19035
-x19037 = x19036
-x19038 = x19037
-x19039 = x19038
-x19040 = x19039
-x19041 = x19040
-x19042 = x19041
-x19043 = x19042
-x19044 = x19043
-x19045 = x19044
-x19046 = x19045
-x19047 = x19046
-x19048 = x19047
-x19049 = x19048
-x19050 = x19049
-x19051 = x19050
-x19052 = x19051
-x19053 = x19052
-x19054 = x19053
-x19055 = x19054
-x19056 = x19055
-x19057 = x19056
-x19058 = x19057
-x19059 = x19058
-x19060 = x19059
-x19061 = x19060
-x19062 = x19061
-x19063 = x19062
-x19064 = x19063
-x19065 = x19064
-x19066 = x19065
-x19067 = x19066
-x19068 = x19067
-x19069 = x19068
-x19070 = x19069
-x19071 = x19070
-x19072 = x19071
-x19073 = x19072
-x19074 = x19073
-x19075 = x19074
-x19076 = x19075
-x19077 = x19076
-x19078 = x19077
-x19079 = x19078
-x19080 = x19079
-x19081 = x19080
-x19082 = x19081
-x19083 = x19082
-x19084 = x19083
-x19085 = x19084
-x19086 = x19085
-x19087 = x19086
-x19088 = x19087
-x19089 = x19088
-x19090 = x19089
-x19091 = x19090
-x19092 = x19091
-x19093 = x19092
-x19094 = x19093
-x19095 = x19094
-x19096 = x19095
-x19097 = x19096
-x19098 = x19097
-x19099 = x19098
-x19100 = x19099
-x19101 = x19100
-x19102 = x19101
-x19103 = x19102
-x19104 = x19103
-x19105 = x19104
-x19106 = x19105
-x19107 = x19106
-x19108 = x19107
-x19109 = x19108
-x19110 = x19109
-x19111 = x19110
-x19112 = x19111
-x19113 = x19112
-x19114 = x19113
-x19115 = x19114
-x19116 = x19115
-x19117 = x19116
-x19118 = x19117
-x19119 = x19118
-x19120 = x19119
-x19121 = x19120
-x19122 = x19121
-x19123 = x19122
-x19124 = x19123
-x19125 = x19124
-x19126 = x19125
-x19127 = x19126
-x19128 = x19127
-x19129 = x19128
-x19130 = x19129
-x19131 = x19130
-x19132 = x19131
-x19133 = x19132
-x19134 = x19133
-x19135 = x19134
-x19136 = x19135
-x19137 = x19136
-x19138 = x19137
-x19139 = x19138
-x19140 = x19139
-x19141 = x19140
-x19142 = x19141
-x19143 = x19142
-x19144 = x19143
-x19145 = x19144
-x19146 = x19145
-x19147 = x19146
-x19148 = x19147
-x19149 = x19148
-x19150 = x19149
-x19151 = x19150
-x19152 = x19151
-x19153 = x19152
-x19154 = x19153
-x19155 = x19154
-x19156 = x19155
-x19157 = x19156
-x19158 = x19157
-x19159 = x19158
-x19160 = x19159
-x19161 = x19160
-x19162 = x19161
-x19163 = x19162
-x19164 = x19163
-x19165 = x19164
-x19166 = x19165
-x19167 = x19166
-x19168 = x19167
-x19169 = x19168
-x19170 = x19169
-x19171 = x19170
-x19172 = x19171
-x19173 = x19172
-x19174 = x19173
-x19175 = x19174
-x19176 = x19175
-x19177 = x19176
-x19178 = x19177
-x19179 = x19178
-x19180 = x19179
-x19181 = x19180
-x19182 = x19181
-x19183 = x19182
-x19184 = x19183
-x19185 = x19184
-x19186 = x19185
-x19187 = x19186
-x19188 = x19187
-x19189 = x19188
-x19190 = x19189
-x19191 = x19190
-x19192 = x19191
-x19193 = x19192
-x19194 = x19193
-x19195 = x19194
-x19196 = x19195
-x19197 = x19196
-x19198 = x19197
-x19199 = x19198
-x19200 = x19199
-x19201 = x19200
-x19202 = x19201
-x19203 = x19202
-x19204 = x19203
-x19205 = x19204
-x19206 = x19205
-x19207 = x19206
-x19208 = x19207
-x19209 = x19208
-x19210 = x19209
-x19211 = x19210
-x19212 = x19211
-x19213 = x19212
-x19214 = x19213
-x19215 = x19214
-x19216 = x19215
-x19217 = x19216
-x19218 = x19217
-x19219 = x19218
-x19220 = x19219
-x19221 = x19220
-x19222 = x19221
-x19223 = x19222
-x19224 = x19223
-x19225 = x19224
-x19226 = x19225
-x19227 = x19226
-x19228 = x19227
-x19229 = x19228
-x19230 = x19229
-x19231 = x19230
-x19232 = x19231
-x19233 = x19232
-x19234 = x19233
-x19235 = x19234
-x19236 = x19235
-x19237 = x19236
-x19238 = x19237
-x19239 = x19238
-x19240 = x19239
-x19241 = x19240
-x19242 = x19241
-x19243 = x19242
-x19244 = x19243
-x19245 = x19244
-x19246 = x19245
-x19247 = x19246
-x19248 = x19247
-x19249 = x19248
-x19250 = x19249
-x19251 = x19250
-x19252 = x19251
-x19253 = x19252
-x19254 = x19253
-x19255 = x19254
-x19256 = x19255
-x19257 = x19256
-x19258 = x19257
-x19259 = x19258
-x19260 = x19259
-x19261 = x19260
-x19262 = x19261
-x19263 = x19262
-x19264 = x19263
-x19265 = x19264
-x19266 = x19265
-x19267 = x19266
-x19268 = x19267
-x19269 = x19268
-x19270 = x19269
-x19271 = x19270
-x19272 = x19271
-x19273 = x19272
-x19274 = x19273
-x19275 = x19274
-x19276 = x19275
-x19277 = x19276
-x19278 = x19277
-x19279 = x19278
-x19280 = x19279
-x19281 = x19280
-x19282 = x19281
-x19283 = x19282
-x19284 = x19283
-x19285 = x19284
-x19286 = x19285
-x19287 = x19286
-x19288 = x19287
-x19289 = x19288
-x19290 = x19289
-x19291 = x19290
-x19292 = x19291
-x19293 = x19292
-x19294 = x19293
-x19295 = x19294
-x19296 = x19295
-x19297 = x19296
-x19298 = x19297
-x19299 = x19298
-x19300 = x19299
-x19301 = x19300
-x19302 = x19301
-x19303 = x19302
-x19304 = x19303
-x19305 = x19304
-x19306 = x19305
-x19307 = x19306
-x19308 = x19307
-x19309 = x19308
-x19310 = x19309
-x19311 = x19310
-x19312 = x19311
-x19313 = x19312
-x19314 = x19313
-x19315 = x19314
-x19316 = x19315
-x19317 = x19316
-x19318 = x19317
-x19319 = x19318
-x19320 = x19319
-x19321 = x19320
-x19322 = x19321
-x19323 = x19322
-x19324 = x19323
-x19325 = x19324
-x19326 = x19325
-x19327 = x19326
-x19328 = x19327
-x19329 = x19328
-x19330 = x19329
-x19331 = x19330
-x19332 = x19331
-x19333 = x19332
-x19334 = x19333
-x19335 = x19334
-x19336 = x19335
-x19337 = x19336
-x19338 = x19337
-x19339 = x19338
-x19340 = x19339
-x19341 = x19340
-x19342 = x19341
-x19343 = x19342
-x19344 = x19343
-x19345 = x19344
-x19346 = x19345
-x19347 = x19346
-x19348 = x19347
-x19349 = x19348
-x19350 = x19349
-x19351 = x19350
-x19352 = x19351
-x19353 = x19352
-x19354 = x19353
-x19355 = x19354
-x19356 = x19355
-x19357 = x19356
-x19358 = x19357
-x19359 = x19358
-x19360 = x19359
-x19361 = x19360
-x19362 = x19361
-x19363 = x19362
-x19364 = x19363
-x19365 = x19364
-x19366 = x19365
-x19367 = x19366
-x19368 = x19367
-x19369 = x19368
-x19370 = x19369
-x19371 = x19370
-x19372 = x19371
-x19373 = x19372
-x19374 = x19373
-x19375 = x19374
-x19376 = x19375
-x19377 = x19376
-x19378 = x19377
-x19379 = x19378
-x19380 = x19379
-x19381 = x19380
-x19382 = x19381
-x19383 = x19382
-x19384 = x19383
-x19385 = x19384
-x19386 = x19385
-x19387 = x19386
-x19388 = x19387
-x19389 = x19388
-x19390 = x19389
-x19391 = x19390
-x19392 = x19391
-x19393 = x19392
-x19394 = x19393
-x19395 = x19394
-x19396 = x19395
-x19397 = x19396
-x19398 = x19397
-x19399 = x19398
-x19400 = x19399
-x19401 = x19400
-x19402 = x19401
-x19403 = x19402
-x19404 = x19403
-x19405 = x19404
-x19406 = x19405
-x19407 = x19406
-x19408 = x19407
-x19409 = x19408
-x19410 = x19409
-x19411 = x19410
-x19412 = x19411
-x19413 = x19412
-x19414 = x19413
-x19415 = x19414
-x19416 = x19415
-x19417 = x19416
-x19418 = x19417
-x19419 = x19418
-x19420 = x19419
-x19421 = x19420
-x19422 = x19421
-x19423 = x19422
-x19424 = x19423
-x19425 = x19424
-x19426 = x19425
-x19427 = x19426
-x19428 = x19427
-x19429 = x19428
-x19430 = x19429
-x19431 = x19430
-x19432 = x19431
-x19433 = x19432
-x19434 = x19433
-x19435 = x19434
-x19436 = x19435
-x19437 = x19436
-x19438 = x19437
-x19439 = x19438
-x19440 = x19439
-x19441 = x19440
-x19442 = x19441
-x19443 = x19442
-x19444 = x19443
-x19445 = x19444
-x19446 = x19445
-x19447 = x19446
-x19448 = x19447
-x19449 = x19448
-x19450 = x19449
-x19451 = x19450
-x19452 = x19451
-x19453 = x19452
-x19454 = x19453
-x19455 = x19454
-x19456 = x19455
-x19457 = x19456
-x19458 = x19457
-x19459 = x19458
-x19460 = x19459
-x19461 = x19460
-x19462 = x19461
-x19463 = x19462
-x19464 = x19463
-x19465 = x19464
-x19466 = x19465
-x19467 = x19466
-x19468 = x19467
-x19469 = x19468
-x19470 = x19469
-x19471 = x19470
-x19472 = x19471
-x19473 = x19472
-x19474 = x19473
-x19475 = x19474
-x19476 = x19475
-x19477 = x19476
-x19478 = x19477
-x19479 = x19478
-x19480 = x19479
-x19481 = x19480
-x19482 = x19481
-x19483 = x19482
-x19484 = x19483
-x19485 = x19484
-x19486 = x19485
-x19487 = x19486
-x19488 = x19487
-x19489 = x19488
-x19490 = x19489
-x19491 = x19490
-x19492 = x19491
-x19493 = x19492
-x19494 = x19493
-x19495 = x19494
-x19496 = x19495
-x19497 = x19496
-x19498 = x19497
-x19499 = x19498
-x19500 = x19499
-x19501 = x19500
-x19502 = x19501
-x19503 = x19502
-x19504 = x19503
-x19505 = x19504
-x19506 = x19505
-x19507 = x19506
-x19508 = x19507
-x19509 = x19508
-x19510 = x19509
-x19511 = x19510
-x19512 = x19511
-x19513 = x19512
-x19514 = x19513
-x19515 = x19514
-x19516 = x19515
-x19517 = x19516
-x19518 = x19517
-x19519 = x19518
-x19520 = x19519
-x19521 = x19520
-x19522 = x19521
-x19523 = x19522
-x19524 = x19523
-x19525 = x19524
-x19526 = x19525
-x19527 = x19526
-x19528 = x19527
-x19529 = x19528
-x19530 = x19529
-x19531 = x19530
-x19532 = x19531
-x19533 = x19532
-x19534 = x19533
-x19535 = x19534
-x19536 = x19535
-x19537 = x19536
-x19538 = x19537
-x19539 = x19538
-x19540 = x19539
-x19541 = x19540
-x19542 = x19541
-x19543 = x19542
-x19544 = x19543
-x19545 = x19544
-x19546 = x19545
-x19547 = x19546
-x19548 = x19547
-x19549 = x19548
-x19550 = x19549
-x19551 = x19550
-x19552 = x19551
-x19553 = x19552
-x19554 = x19553
-x19555 = x19554
-x19556 = x19555
-x19557 = x19556
-x19558 = x19557
-x19559 = x19558
-x19560 = x19559
-x19561 = x19560
-x19562 = x19561
-x19563 = x19562
-x19564 = x19563
-x19565 = x19564
-x19566 = x19565
-x19567 = x19566
-x19568 = x19567
-x19569 = x19568
-x19570 = x19569
-x19571 = x19570
-x19572 = x19571
-x19573 = x19572
-x19574 = x19573
-x19575 = x19574
-x19576 = x19575
-x19577 = x19576
-x19578 = x19577
-x19579 = x19578
-x19580 = x19579
-x19581 = x19580
-x19582 = x19581
-x19583 = x19582
-x19584 = x19583
-x19585 = x19584
-x19586 = x19585
-x19587 = x19586
-x19588 = x19587
-x19589 = x19588
-x19590 = x19589
-x19591 = x19590
-x19592 = x19591
-x19593 = x19592
-x19594 = x19593
-x19595 = x19594
-x19596 = x19595
-x19597 = x19596
-x19598 = x19597
-x19599 = x19598
-x19600 = x19599
-x19601 = x19600
-x19602 = x19601
-x19603 = x19602
-x19604 = x19603
-x19605 = x19604
-x19606 = x19605
-x19607 = x19606
-x19608 = x19607
-x19609 = x19608
-x19610 = x19609
-x19611 = x19610
-x19612 = x19611
-x19613 = x19612
-x19614 = x19613
-x19615 = x19614
-x19616 = x19615
-x19617 = x19616
-x19618 = x19617
-x19619 = x19618
-x19620 = x19619
-x19621 = x19620
-x19622 = x19621
-x19623 = x19622
-x19624 = x19623
-x19625 = x19624
-x19626 = x19625
-x19627 = x19626
-x19628 = x19627
-x19629 = x19628
-x19630 = x19629
-x19631 = x19630
-x19632 = x19631
-x19633 = x19632
-x19634 = x19633
-x19635 = x19634
-x19636 = x19635
-x19637 = x19636
-x19638 = x19637
-x19639 = x19638
-x19640 = x19639
-x19641 = x19640
-x19642 = x19641
-x19643 = x19642
-x19644 = x19643
-x19645 = x19644
-x19646 = x19645
-x19647 = x19646
-x19648 = x19647
-x19649 = x19648
-x19650 = x19649
-x19651 = x19650
-x19652 = x19651
-x19653 = x19652
-x19654 = x19653
-x19655 = x19654
-x19656 = x19655
-x19657 = x19656
-x19658 = x19657
-x19659 = x19658
-x19660 = x19659
-x19661 = x19660
-x19662 = x19661
-x19663 = x19662
-x19664 = x19663
-x19665 = x19664
-x19666 = x19665
-x19667 = x19666
-x19668 = x19667
-x19669 = x19668
-x19670 = x19669
-x19671 = x19670
-x19672 = x19671
-x19673 = x19672
-x19674 = x19673
-x19675 = x19674
-x19676 = x19675
-x19677 = x19676
-x19678 = x19677
-x19679 = x19678
-x19680 = x19679
-x19681 = x19680
-x19682 = x19681
-x19683 = x19682
-x19684 = x19683
-x19685 = x19684
-x19686 = x19685
-x19687 = x19686
-x19688 = x19687
-x19689 = x19688
-x19690 = x19689
-x19691 = x19690
-x19692 = x19691
-x19693 = x19692
-x19694 = x19693
-x19695 = x19694
-x19696 = x19695
-x19697 = x19696
-x19698 = x19697
-x19699 = x19698
-x19700 = x19699
-x19701 = x19700
-x19702 = x19701
-x19703 = x19702
-x19704 = x19703
-x19705 = x19704
-x19706 = x19705
-x19707 = x19706
-x19708 = x19707
-x19709 = x19708
-x19710 = x19709
-x19711 = x19710
-x19712 = x19711
-x19713 = x19712
-x19714 = x19713
-x19715 = x19714
-x19716 = x19715
-x19717 = x19716
-x19718 = x19717
-x19719 = x19718
-x19720 = x19719
-x19721 = x19720
-x19722 = x19721
-x19723 = x19722
-x19724 = x19723
-x19725 = x19724
-x19726 = x19725
-x19727 = x19726
-x19728 = x19727
-x19729 = x19728
-x19730 = x19729
-x19731 = x19730
-x19732 = x19731
-x19733 = x19732
-x19734 = x19733
-x19735 = x19734
-x19736 = x19735
-x19737 = x19736
-x19738 = x19737
-x19739 = x19738
-x19740 = x19739
-x19741 = x19740
-x19742 = x19741
-x19743 = x19742
-x19744 = x19743
-x19745 = x19744
-x19746 = x19745
-x19747 = x19746
-x19748 = x19747
-x19749 = x19748
-x19750 = x19749
-x19751 = x19750
-x19752 = x19751
-x19753 = x19752
-x19754 = x19753
-x19755 = x19754
-x19756 = x19755
-x19757 = x19756
-x19758 = x19757
-x19759 = x19758
-x19760 = x19759
-x19761 = x19760
-x19762 = x19761
-x19763 = x19762
-x19764 = x19763
-x19765 = x19764
-x19766 = x19765
-x19767 = x19766
-x19768 = x19767
-x19769 = x19768
-x19770 = x19769
-x19771 = x19770
-x19772 = x19771
-x19773 = x19772
-x19774 = x19773
-x19775 = x19774
-x19776 = x19775
-x19777 = x19776
-x19778 = x19777
-x19779 = x19778
-x19780 = x19779
-x19781 = x19780
-x19782 = x19781
-x19783 = x19782
-x19784 = x19783
-x19785 = x19784
-x19786 = x19785
-x19787 = x19786
-x19788 = x19787
-x19789 = x19788
-x19790 = x19789
-x19791 = x19790
-x19792 = x19791
-x19793 = x19792
-x19794 = x19793
-x19795 = x19794
-x19796 = x19795
-x19797 = x19796
-x19798 = x19797
-x19799 = x19798
-x19800 = x19799
-x19801 = x19800
-x19802 = x19801
-x19803 = x19802
-x19804 = x19803
-x19805 = x19804
-x19806 = x19805
-x19807 = x19806
-x19808 = x19807
-x19809 = x19808
-x19810 = x19809
-x19811 = x19810
-x19812 = x19811
-x19813 = x19812
-x19814 = x19813
-x19815 = x19814
-x19816 = x19815
-x19817 = x19816
-x19818 = x19817
-x19819 = x19818
-x19820 = x19819
-x19821 = x19820
-x19822 = x19821
-x19823 = x19822
-x19824 = x19823
-x19825 = x19824
-x19826 = x19825
-x19827 = x19826
-x19828 = x19827
-x19829 = x19828
-x19830 = x19829
-x19831 = x19830
-x19832 = x19831
-x19833 = x19832
-x19834 = x19833
-x19835 = x19834
-x19836 = x19835
-x19837 = x19836
-x19838 = x19837
-x19839 = x19838
-x19840 = x19839
-x19841 = x19840
-x19842 = x19841
-x19843 = x19842
-x19844 = x19843
-x19845 = x19844
-x19846 = x19845
-x19847 = x19846
-x19848 = x19847
-x19849 = x19848
-x19850 = x19849
-x19851 = x19850
-x19852 = x19851
-x19853 = x19852
-x19854 = x19853
-x19855 = x19854
-x19856 = x19855
-x19857 = x19856
-x19858 = x19857
-x19859 = x19858
-x19860 = x19859
-x19861 = x19860
-x19862 = x19861
-x19863 = x19862
-x19864 = x19863
-x19865 = x19864
-x19866 = x19865
-x19867 = x19866
-x19868 = x19867
-x19869 = x19868
-x19870 = x19869
-x19871 = x19870
-x19872 = x19871
-x19873 = x19872
-x19874 = x19873
-x19875 = x19874
-x19876 = x19875
-x19877 = x19876
-x19878 = x19877
-x19879 = x19878
-x19880 = x19879
-x19881 = x19880
-x19882 = x19881
-x19883 = x19882
-x19884 = x19883
-x19885 = x19884
-x19886 = x19885
-x19887 = x19886
-x19888 = x19887
-x19889 = x19888
-x19890 = x19889
-x19891 = x19890
-x19892 = x19891
-x19893 = x19892
-x19894 = x19893
-x19895 = x19894
-x19896 = x19895
-x19897 = x19896
-x19898 = x19897
-x19899 = x19898
-x19900 = x19899
-x19901 = x19900
-x19902 = x19901
-x19903 = x19902
-x19904 = x19903
-x19905 = x19904
-x19906 = x19905
-x19907 = x19906
-x19908 = x19907
-x19909 = x19908
-x19910 = x19909
-x19911 = x19910
-x19912 = x19911
-x19913 = x19912
-x19914 = x19913
-x19915 = x19914
-x19916 = x19915
-x19917 = x19916
-x19918 = x19917
-x19919 = x19918
-x19920 = x19919
-x19921 = x19920
-x19922 = x19921
-x19923 = x19922
-x19924 = x19923
-x19925 = x19924
-x19926 = x19925
-x19927 = x19926
-x19928 = x19927
-x19929 = x19928
-x19930 = x19929
-x19931 = x19930
-x19932 = x19931
-x19933 = x19932
-x19934 = x19933
-x19935 = x19934
-x19936 = x19935
-x19937 = x19936
-x19938 = x19937
-x19939 = x19938
-x19940 = x19939
-x19941 = x19940
-x19942 = x19941
-x19943 = x19942
-x19944 = x19943
-x19945 = x19944
-x19946 = x19945
-x19947 = x19946
-x19948 = x19947
-x19949 = x19948
-x19950 = x19949
-x19951 = x19950
-x19952 = x19951
-x19953 = x19952
-x19954 = x19953
-x19955 = x19954
-x19956 = x19955
-x19957 = x19956
-x19958 = x19957
-x19959 = x19958
-x19960 = x19959
-x19961 = x19960
-x19962 = x19961
-x19963 = x19962
-x19964 = x19963
-x19965 = x19964
-x19966 = x19965
-x19967 = x19966
-x19968 = x19967
-x19969 = x19968
-x19970 = x19969
-x19971 = x19970
-x19972 = x19971
-x19973 = x19972
-x19974 = x19973
-x19975 = x19974
-x19976 = x19975
-x19977 = x19976
-x19978 = x19977
-x19979 = x19978
-x19980 = x19979
-x19981 = x19980
-x19982 = x19981
-x19983 = x19982
-x19984 = x19983
-x19985 = x19984
-x19986 = x19985
-x19987 = x19986
-x19988 = x19987
-x19989 = x19988
-x19990 = x19989
-x19991 = x19990
-x19992 = x19991
-x19993 = x19992
-x19994 = x19993
-x19995 = x19994
-x19996 = x19995
-x19997 = x19996
-x19998 = x19997
-x19999 = x19998
-x20000 = x19999
-x20001 = x20000
-x20002 = x20001
-x20003 = x20002
-x20004 = x20003
-x20005 = x20004
-x20006 = x20005
-x20007 = x20006
-x20008 = x20007
-x20009 = x20008
-x20010 = x20009
-x20011 = x20010
-x20012 = x20011
-x20013 = x20012
-x20014 = x20013
-x20015 = x20014
-x20016 = x20015
-x20017 = x20016
-x20018 = x20017
-x20019 = x20018
-x20020 = x20019
-x20021 = x20020
-x20022 = x20021
-x20023 = x20022
-x20024 = x20023
-x20025 = x20024
-x20026 = x20025
-x20027 = x20026
-x20028 = x20027
-x20029 = x20028
-x20030 = x20029
-x20031 = x20030
-x20032 = x20031
-x20033 = x20032
-x20034 = x20033
-x20035 = x20034
-x20036 = x20035
-x20037 = x20036
-x20038 = x20037
-x20039 = x20038
-x20040 = x20039
-x20041 = x20040
-x20042 = x20041
-x20043 = x20042
-x20044 = x20043
-x20045 = x20044
-x20046 = x20045
-x20047 = x20046
-x20048 = x20047
-x20049 = x20048
-x20050 = x20049
-x20051 = x20050
-x20052 = x20051
-x20053 = x20052
-x20054 = x20053
-x20055 = x20054
-x20056 = x20055
-x20057 = x20056
-x20058 = x20057
-x20059 = x20058
-x20060 = x20059
-x20061 = x20060
-x20062 = x20061
-x20063 = x20062
-x20064 = x20063
-x20065 = x20064
-x20066 = x20065
-x20067 = x20066
-x20068 = x20067
-x20069 = x20068
-x20070 = x20069
-x20071 = x20070
-x20072 = x20071
-x20073 = x20072
-x20074 = x20073
-x20075 = x20074
-x20076 = x20075
-x20077 = x20076
-x20078 = x20077
-x20079 = x20078
-x20080 = x20079
-x20081 = x20080
-x20082 = x20081
-x20083 = x20082
-x20084 = x20083
-x20085 = x20084
-x20086 = x20085
-x20087 = x20086
-x20088 = x20087
-x20089 = x20088
-x20090 = x20089
-x20091 = x20090
-x20092 = x20091
-x20093 = x20092
-x20094 = x20093
-x20095 = x20094
-x20096 = x20095
-x20097 = x20096
-x20098 = x20097
-x20099 = x20098
-x20100 = x20099
-x20101 = x20100
-x20102 = x20101
-x20103 = x20102
-x20104 = x20103
-x20105 = x20104
-x20106 = x20105
-x20107 = x20106
-x20108 = x20107
-x20109 = x20108
-x20110 = x20109
-x20111 = x20110
-x20112 = x20111
-x20113 = x20112
-x20114 = x20113
-x20115 = x20114
-x20116 = x20115
-x20117 = x20116
-x20118 = x20117
-x20119 = x20118
-x20120 = x20119
-x20121 = x20120
-x20122 = x20121
-x20123 = x20122
-x20124 = x20123
-x20125 = x20124
-x20126 = x20125
-x20127 = x20126
-x20128 = x20127
-x20129 = x20128
-x20130 = x20129
-x20131 = x20130
-x20132 = x20131
-x20133 = x20132
-x20134 = x20133
-x20135 = x20134
-x20136 = x20135
-x20137 = x20136
-x20138 = x20137
-x20139 = x20138
-x20140 = x20139
-x20141 = x20140
-x20142 = x20141
-x20143 = x20142
-x20144 = x20143
-x20145 = x20144
-x20146 = x20145
-x20147 = x20146
-x20148 = x20147
-x20149 = x20148
-x20150 = x20149
-x20151 = x20150
-x20152 = x20151
-x20153 = x20152
-x20154 = x20153
-x20155 = x20154
-x20156 = x20155
-x20157 = x20156
-x20158 = x20157
-x20159 = x20158
-x20160 = x20159
-x20161 = x20160
-x20162 = x20161
-x20163 = x20162
-x20164 = x20163
-x20165 = x20164
-x20166 = x20165
-x20167 = x20166
-x20168 = x20167
-x20169 = x20168
-x20170 = x20169
-x20171 = x20170
-x20172 = x20171
-x20173 = x20172
-x20174 = x20173
-x20175 = x20174
-x20176 = x20175
-x20177 = x20176
-x20178 = x20177
-x20179 = x20178
-x20180 = x20179
-x20181 = x20180
-x20182 = x20181
-x20183 = x20182
-x20184 = x20183
-x20185 = x20184
-x20186 = x20185
-x20187 = x20186
-x20188 = x20187
-x20189 = x20188
-x20190 = x20189
-x20191 = x20190
-x20192 = x20191
-x20193 = x20192
-x20194 = x20193
-x20195 = x20194
-x20196 = x20195
-x20197 = x20196
-x20198 = x20197
-x20199 = x20198
-x20200 = x20199
-x20201 = x20200
-x20202 = x20201
-x20203 = x20202
-x20204 = x20203
-x20205 = x20204
-x20206 = x20205
-x20207 = x20206
-x20208 = x20207
-x20209 = x20208
-x20210 = x20209
-x20211 = x20210
-x20212 = x20211
-x20213 = x20212
-x20214 = x20213
-x20215 = x20214
-x20216 = x20215
-x20217 = x20216
-x20218 = x20217
-x20219 = x20218
-x20220 = x20219
-x20221 = x20220
-x20222 = x20221
-x20223 = x20222
-x20224 = x20223
-x20225 = x20224
-x20226 = x20225
-x20227 = x20226
-x20228 = x20227
-x20229 = x20228
-x20230 = x20229
-x20231 = x20230
-x20232 = x20231
-x20233 = x20232
-x20234 = x20233
-x20235 = x20234
-x20236 = x20235
-x20237 = x20236
-x20238 = x20237
-x20239 = x20238
-x20240 = x20239
-x20241 = x20240
-x20242 = x20241
-x20243 = x20242
-x20244 = x20243
-x20245 = x20244
-x20246 = x20245
-x20247 = x20246
-x20248 = x20247
-x20249 = x20248
-x20250 = x20249
-x20251 = x20250
-x20252 = x20251
-x20253 = x20252
-x20254 = x20253
-x20255 = x20254
-x20256 = x20255
-x20257 = x20256
-x20258 = x20257
-x20259 = x20258
-x20260 = x20259
-x20261 = x20260
-x20262 = x20261
-x20263 = x20262
-x20264 = x20263
-x20265 = x20264
-x20266 = x20265
-x20267 = x20266
-x20268 = x20267
-x20269 = x20268
-x20270 = x20269
-x20271 = x20270
-x20272 = x20271
-x20273 = x20272
-x20274 = x20273
-x20275 = x20274
-x20276 = x20275
-x20277 = x20276
-x20278 = x20277
-x20279 = x20278
-x20280 = x20279
-x20281 = x20280
-x20282 = x20281
-x20283 = x20282
-x20284 = x20283
-x20285 = x20284
-x20286 = x20285
-x20287 = x20286
-x20288 = x20287
-x20289 = x20288
-x20290 = x20289
-x20291 = x20290
-x20292 = x20291
-x20293 = x20292
-x20294 = x20293
-x20295 = x20294
-x20296 = x20295
-x20297 = x20296
-x20298 = x20297
-x20299 = x20298
-x20300 = x20299
-x20301 = x20300
-x20302 = x20301
-x20303 = x20302
-x20304 = x20303
-x20305 = x20304
-x20306 = x20305
-x20307 = x20306
-x20308 = x20307
-x20309 = x20308
-x20310 = x20309
-x20311 = x20310
-x20312 = x20311
-x20313 = x20312
-x20314 = x20313
-x20315 = x20314
-x20316 = x20315
-x20317 = x20316
-x20318 = x20317
-x20319 = x20318
-x20320 = x20319
-x20321 = x20320
-x20322 = x20321
-x20323 = x20322
-x20324 = x20323
-x20325 = x20324
-x20326 = x20325
-x20327 = x20326
-x20328 = x20327
-x20329 = x20328
-x20330 = x20329
-x20331 = x20330
-x20332 = x20331
-x20333 = x20332
-x20334 = x20333
-x20335 = x20334
-x20336 = x20335
-x20337 = x20336
-x20338 = x20337
-x20339 = x20338
-x20340 = x20339
-x20341 = x20340
-x20342 = x20341
-x20343 = x20342
-x20344 = x20343
-x20345 = x20344
-x20346 = x20345
-x20347 = x20346
-x20348 = x20347
-x20349 = x20348
-x20350 = x20349
-x20351 = x20350
-x20352 = x20351
-x20353 = x20352
-x20354 = x20353
-x20355 = x20354
-x20356 = x20355
-x20357 = x20356
-x20358 = x20357
-x20359 = x20358
-x20360 = x20359
-x20361 = x20360
-x20362 = x20361
-x20363 = x20362
-x20364 = x20363
-x20365 = x20364
-x20366 = x20365
-x20367 = x20366
-x20368 = x20367
-x20369 = x20368
-x20370 = x20369
-x20371 = x20370
-x20372 = x20371
-x20373 = x20372
-x20374 = x20373
-x20375 = x20374
-x20376 = x20375
-x20377 = x20376
-x20378 = x20377
-x20379 = x20378
-x20380 = x20379
-x20381 = x20380
-x20382 = x20381
-x20383 = x20382
-x20384 = x20383
-x20385 = x20384
-x20386 = x20385
-x20387 = x20386
-x20388 = x20387
-x20389 = x20388
-x20390 = x20389
-x20391 = x20390
-x20392 = x20391
-x20393 = x20392
-x20394 = x20393
-x20395 = x20394
-x20396 = x20395
-x20397 = x20396
-x20398 = x20397
-x20399 = x20398
-x20400 = x20399
-x20401 = x20400
-x20402 = x20401
-x20403 = x20402
-x20404 = x20403
-x20405 = x20404
-x20406 = x20405
-x20407 = x20406
-x20408 = x20407
-x20409 = x20408
-x20410 = x20409
-x20411 = x20410
-x20412 = x20411
-x20413 = x20412
-x20414 = x20413
-x20415 = x20414
-x20416 = x20415
-x20417 = x20416
-x20418 = x20417
-x20419 = x20418
-x20420 = x20419
-x20421 = x20420
-x20422 = x20421
-x20423 = x20422
-x20424 = x20423
-x20425 = x20424
-x20426 = x20425
-x20427 = x20426
-x20428 = x20427
-x20429 = x20428
-x20430 = x20429
-x20431 = x20430
-x20432 = x20431
-x20433 = x20432
-x20434 = x20433
-x20435 = x20434
-x20436 = x20435
-x20437 = x20436
-x20438 = x20437
-x20439 = x20438
-x20440 = x20439
-x20441 = x20440
-x20442 = x20441
-x20443 = x20442
-x20444 = x20443
-x20445 = x20444
-x20446 = x20445
-x20447 = x20446
-x20448 = x20447
-x20449 = x20448
-x20450 = x20449
-x20451 = x20450
-x20452 = x20451
-x20453 = x20452
-x20454 = x20453
-x20455 = x20454
-x20456 = x20455
-x20457 = x20456
-x20458 = x20457
-x20459 = x20458
-x20460 = x20459
-x20461 = x20460
-x20462 = x20461
-x20463 = x20462
-x20464 = x20463
-x20465 = x20464
-x20466 = x20465
-x20467 = x20466
-x20468 = x20467
-x20469 = x20468
-x20470 = x20469
-x20471 = x20470
-x20472 = x20471
-x20473 = x20472
-x20474 = x20473
-x20475 = x20474
-x20476 = x20475
-x20477 = x20476
-x20478 = x20477
-x20479 = x20478
-x20480 = x20479
-x20481 = x20480
-x20482 = x20481
-x20483 = x20482
-x20484 = x20483
-x20485 = x20484
-x20486 = x20485
-x20487 = x20486
-x20488 = x20487
-x20489 = x20488
-x20490 = x20489
-x20491 = x20490
-x20492 = x20491
-x20493 = x20492
-x20494 = x20493
-x20495 = x20494
-x20496 = x20495
-x20497 = x20496
-x20498 = x20497
-x20499 = x20498
-x20500 = x20499
-x20501 = x20500
-x20502 = x20501
-x20503 = x20502
-x20504 = x20503
-x20505 = x20504
-x20506 = x20505
-x20507 = x20506
-x20508 = x20507
-x20509 = x20508
-x20510 = x20509
-x20511 = x20510
-x20512 = x20511
-x20513 = x20512
-x20514 = x20513
-x20515 = x20514
-x20516 = x20515
-x20517 = x20516
-x20518 = x20517
-x20519 = x20518
-x20520 = x20519
-x20521 = x20520
-x20522 = x20521
-x20523 = x20522
-x20524 = x20523
-x20525 = x20524
-x20526 = x20525
-x20527 = x20526
-x20528 = x20527
-x20529 = x20528
-x20530 = x20529
-x20531 = x20530
-x20532 = x20531
-x20533 = x20532
-x20534 = x20533
-x20535 = x20534
-x20536 = x20535
-x20537 = x20536
-x20538 = x20537
-x20539 = x20538
-x20540 = x20539
-x20541 = x20540
-x20542 = x20541
-x20543 = x20542
-x20544 = x20543
-x20545 = x20544
-x20546 = x20545
-x20547 = x20546
-x20548 = x20547
-x20549 = x20548
-x20550 = x20549
-x20551 = x20550
-x20552 = x20551
-x20553 = x20552
-x20554 = x20553
-x20555 = x20554
-x20556 = x20555
-x20557 = x20556
-x20558 = x20557
-x20559 = x20558
-x20560 = x20559
-x20561 = x20560
-x20562 = x20561
-x20563 = x20562
-x20564 = x20563
-x20565 = x20564
-x20566 = x20565
-x20567 = x20566
-x20568 = x20567
-x20569 = x20568
-x20570 = x20569
-x20571 = x20570
-x20572 = x20571
-x20573 = x20572
-x20574 = x20573
-x20575 = x20574
-x20576 = x20575
-x20577 = x20576
-x20578 = x20577
-x20579 = x20578
-x20580 = x20579
-x20581 = x20580
-x20582 = x20581
-x20583 = x20582
-x20584 = x20583
-x20585 = x20584
-x20586 = x20585
-x20587 = x20586
-x20588 = x20587
-x20589 = x20588
-x20590 = x20589
-x20591 = x20590
-x20592 = x20591
-x20593 = x20592
-x20594 = x20593
-x20595 = x20594
-x20596 = x20595
-x20597 = x20596
-x20598 = x20597
-x20599 = x20598
-x20600 = x20599
-x20601 = x20600
-x20602 = x20601
-x20603 = x20602
-x20604 = x20603
-x20605 = x20604
-x20606 = x20605
-x20607 = x20606
-x20608 = x20607
-x20609 = x20608
-x20610 = x20609
-x20611 = x20610
-x20612 = x20611
-x20613 = x20612
-x20614 = x20613
-x20615 = x20614
-x20616 = x20615
-x20617 = x20616
-x20618 = x20617
-x20619 = x20618
-x20620 = x20619
-x20621 = x20620
-x20622 = x20621
-x20623 = x20622
-x20624 = x20623
-x20625 = x20624
-x20626 = x20625
-x20627 = x20626
-x20628 = x20627
-x20629 = x20628
-x20630 = x20629
-x20631 = x20630
-x20632 = x20631
-x20633 = x20632
-x20634 = x20633
-x20635 = x20634
-x20636 = x20635
-x20637 = x20636
-x20638 = x20637
-x20639 = x20638
-x20640 = x20639
-x20641 = x20640
-x20642 = x20641
-x20643 = x20642
-x20644 = x20643
-x20645 = x20644
-x20646 = x20645
-x20647 = x20646
-x20648 = x20647
-x20649 = x20648
-x20650 = x20649
-x20651 = x20650
-x20652 = x20651
-x20653 = x20652
-x20654 = x20653
-x20655 = x20654
-x20656 = x20655
-x20657 = x20656
-x20658 = x20657
-x20659 = x20658
-x20660 = x20659
-x20661 = x20660
-x20662 = x20661
-x20663 = x20662
-x20664 = x20663
-x20665 = x20664
-x20666 = x20665
-x20667 = x20666
-x20668 = x20667
-x20669 = x20668
-x20670 = x20669
-x20671 = x20670
-x20672 = x20671
-x20673 = x20672
-x20674 = x20673
-x20675 = x20674
-x20676 = x20675
-x20677 = x20676
-x20678 = x20677
-x20679 = x20678
-x20680 = x20679
-x20681 = x20680
-x20682 = x20681
-x20683 = x20682
-x20684 = x20683
-x20685 = x20684
-x20686 = x20685
-x20687 = x20686
-x20688 = x20687
-x20689 = x20688
-x20690 = x20689
-x20691 = x20690
-x20692 = x20691
-x20693 = x20692
-x20694 = x20693
-x20695 = x20694
-x20696 = x20695
-x20697 = x20696
-x20698 = x20697
-x20699 = x20698
-x20700 = x20699
-x20701 = x20700
-x20702 = x20701
-x20703 = x20702
-x20704 = x20703
-x20705 = x20704
-x20706 = x20705
-x20707 = x20706
-x20708 = x20707
-x20709 = x20708
-x20710 = x20709
-x20711 = x20710
-x20712 = x20711
-x20713 = x20712
-x20714 = x20713
-x20715 = x20714
-x20716 = x20715
-x20717 = x20716
-x20718 = x20717
-x20719 = x20718
-x20720 = x20719
-x20721 = x20720
-x20722 = x20721
-x20723 = x20722
-x20724 = x20723
-x20725 = x20724
-x20726 = x20725
-x20727 = x20726
-x20728 = x20727
-x20729 = x20728
-x20730 = x20729
-x20731 = x20730
-x20732 = x20731
-x20733 = x20732
-x20734 = x20733
-x20735 = x20734
-x20736 = x20735
-x20737 = x20736
-x20738 = x20737
-x20739 = x20738
-x20740 = x20739
-x20741 = x20740
-x20742 = x20741
-x20743 = x20742
-x20744 = x20743
-x20745 = x20744
-x20746 = x20745
-x20747 = x20746
-x20748 = x20747
-x20749 = x20748
-x20750 = x20749
-x20751 = x20750
-x20752 = x20751
-x20753 = x20752
-x20754 = x20753
-x20755 = x20754
-x20756 = x20755
-x20757 = x20756
-x20758 = x20757
-x20759 = x20758
-x20760 = x20759
-x20761 = x20760
-x20762 = x20761
-x20763 = x20762
-x20764 = x20763
-x20765 = x20764
-x20766 = x20765
-x20767 = x20766
-x20768 = x20767
-x20769 = x20768
-x20770 = x20769
-x20771 = x20770
-x20772 = x20771
-x20773 = x20772
-x20774 = x20773
-x20775 = x20774
-x20776 = x20775
-x20777 = x20776
-x20778 = x20777
-x20779 = x20778
-x20780 = x20779
-x20781 = x20780
-x20782 = x20781
-x20783 = x20782
-x20784 = x20783
-x20785 = x20784
-x20786 = x20785
-x20787 = x20786
-x20788 = x20787
-x20789 = x20788
-x20790 = x20789
-x20791 = x20790
-x20792 = x20791
-x20793 = x20792
-x20794 = x20793
-x20795 = x20794
-x20796 = x20795
-x20797 = x20796
-x20798 = x20797
-x20799 = x20798
-x20800 = x20799
-x20801 = x20800
-x20802 = x20801
-x20803 = x20802
-x20804 = x20803
-x20805 = x20804
-x20806 = x20805
-x20807 = x20806
-x20808 = x20807
-x20809 = x20808
-x20810 = x20809
-x20811 = x20810
-x20812 = x20811
-x20813 = x20812
-x20814 = x20813
-x20815 = x20814
-x20816 = x20815
-x20817 = x20816
-x20818 = x20817
-x20819 = x20818
-x20820 = x20819
-x20821 = x20820
-x20822 = x20821
-x20823 = x20822
-x20824 = x20823
-x20825 = x20824
-x20826 = x20825
-x20827 = x20826
-x20828 = x20827
-x20829 = x20828
-x20830 = x20829
-x20831 = x20830
-x20832 = x20831
-x20833 = x20832
-x20834 = x20833
-x20835 = x20834
-x20836 = x20835
-x20837 = x20836
-x20838 = x20837
-x20839 = x20838
-x20840 = x20839
-x20841 = x20840
-x20842 = x20841
-x20843 = x20842
-x20844 = x20843
-x20845 = x20844
-x20846 = x20845
-x20847 = x20846
-x20848 = x20847
-x20849 = x20848
-x20850 = x20849
-x20851 = x20850
-x20852 = x20851
-x20853 = x20852
-x20854 = x20853
-x20855 = x20854
-x20856 = x20855
-x20857 = x20856
-x20858 = x20857
-x20859 = x20858
-x20860 = x20859
-x20861 = x20860
-x20862 = x20861
-x20863 = x20862
-x20864 = x20863
-x20865 = x20864
-x20866 = x20865
-x20867 = x20866
-x20868 = x20867
-x20869 = x20868
-x20870 = x20869
-x20871 = x20870
-x20872 = x20871
-x20873 = x20872
-x20874 = x20873
-x20875 = x20874
-x20876 = x20875
-x20877 = x20876
-x20878 = x20877
-x20879 = x20878
-x20880 = x20879
-x20881 = x20880
-x20882 = x20881
-x20883 = x20882
-x20884 = x20883
-x20885 = x20884
-x20886 = x20885
-x20887 = x20886
-x20888 = x20887
-x20889 = x20888
-x20890 = x20889
-x20891 = x20890
-x20892 = x20891
-x20893 = x20892
-x20894 = x20893
-x20895 = x20894
-x20896 = x20895
-x20897 = x20896
-x20898 = x20897
-x20899 = x20898
-x20900 = x20899
-x20901 = x20900
-x20902 = x20901
-x20903 = x20902
-x20904 = x20903
-x20905 = x20904
-x20906 = x20905
-x20907 = x20906
-x20908 = x20907
-x20909 = x20908
-x20910 = x20909
-x20911 = x20910
-x20912 = x20911
-x20913 = x20912
-x20914 = x20913
-x20915 = x20914
-x20916 = x20915
-x20917 = x20916
-x20918 = x20917
-x20919 = x20918
-x20920 = x20919
-x20921 = x20920
-x20922 = x20921
-x20923 = x20922
-x20924 = x20923
-x20925 = x20924
-x20926 = x20925
-x20927 = x20926
-x20928 = x20927
-x20929 = x20928
-x20930 = x20929
-x20931 = x20930
-x20932 = x20931
-x20933 = x20932
-x20934 = x20933
-x20935 = x20934
-x20936 = x20935
-x20937 = x20936
-x20938 = x20937
-x20939 = x20938
-x20940 = x20939
-x20941 = x20940
-x20942 = x20941
-x20943 = x20942
-x20944 = x20943
-x20945 = x20944
-x20946 = x20945
-x20947 = x20946
-x20948 = x20947
-x20949 = x20948
-x20950 = x20949
-x20951 = x20950
-x20952 = x20951
-x20953 = x20952
-x20954 = x20953
-x20955 = x20954
-x20956 = x20955
-x20957 = x20956
-x20958 = x20957
-x20959 = x20958
-x20960 = x20959
-x20961 = x20960
-x20962 = x20961
-x20963 = x20962
-x20964 = x20963
-x20965 = x20964
-x20966 = x20965
-x20967 = x20966
-x20968 = x20967
-x20969 = x20968
-x20970 = x20969
-x20971 = x20970
-x20972 = x20971
-x20973 = x20972
-x20974 = x20973
-x20975 = x20974
-x20976 = x20975
-x20977 = x20976
-x20978 = x20977
-x20979 = x20978
-x20980 = x20979
-x20981 = x20980
-x20982 = x20981
-x20983 = x20982
-x20984 = x20983
-x20985 = x20984
-x20986 = x20985
-x20987 = x20986
-x20988 = x20987
-x20989 = x20988
-x20990 = x20989
-x20991 = x20990
-x20992 = x20991
-x20993 = x20992
-x20994 = x20993
-x20995 = x20994
-x20996 = x20995
-x20997 = x20996
-x20998 = x20997
-x20999 = x20998
-x21000 = x20999
-x21001 = x21000
-x21002 = x21001
-x21003 = x21002
-x21004 = x21003
-x21005 = x21004
-x21006 = x21005
-x21007 = x21006
-x21008 = x21007
-x21009 = x21008
-x21010 = x21009
-x21011 = x21010
-x21012 = x21011
-x21013 = x21012
-x21014 = x21013
-x21015 = x21014
-x21016 = x21015
-x21017 = x21016
-x21018 = x21017
-x21019 = x21018
-x21020 = x21019
-x21021 = x21020
-x21022 = x21021
-x21023 = x21022
-x21024 = x21023
-x21025 = x21024
-x21026 = x21025
-x21027 = x21026
-x21028 = x21027
-x21029 = x21028
-x21030 = x21029
-x21031 = x21030
-x21032 = x21031
-x21033 = x21032
-x21034 = x21033
-x21035 = x21034
-x21036 = x21035
-x21037 = x21036
-x21038 = x21037
-x21039 = x21038
-x21040 = x21039
-x21041 = x21040
-x21042 = x21041
-x21043 = x21042
-x21044 = x21043
-x21045 = x21044
-x21046 = x21045
-x21047 = x21046
-x21048 = x21047
-x21049 = x21048
-x21050 = x21049
-x21051 = x21050
-x21052 = x21051
-x21053 = x21052
-x21054 = x21053
-x21055 = x21054
-x21056 = x21055
-x21057 = x21056
-x21058 = x21057
-x21059 = x21058
-x21060 = x21059
-x21061 = x21060
-x21062 = x21061
-x21063 = x21062
-x21064 = x21063
-x21065 = x21064
-x21066 = x21065
-x21067 = x21066
-x21068 = x21067
-x21069 = x21068
-x21070 = x21069
-x21071 = x21070
-x21072 = x21071
-x21073 = x21072
-x21074 = x21073
-x21075 = x21074
-x21076 = x21075
-x21077 = x21076
-x21078 = x21077
-x21079 = x21078
-x21080 = x21079
-x21081 = x21080
-x21082 = x21081
-x21083 = x21082
-x21084 = x21083
-x21085 = x21084
-x21086 = x21085
-x21087 = x21086
-x21088 = x21087
-x21089 = x21088
-x21090 = x21089
-x21091 = x21090
-x21092 = x21091
-x21093 = x21092
-x21094 = x21093
-x21095 = x21094
-x21096 = x21095
-x21097 = x21096
-x21098 = x21097
-x21099 = x21098
-x21100 = x21099
-x21101 = x21100
-x21102 = x21101
-x21103 = x21102
-x21104 = x21103
-x21105 = x21104
-x21106 = x21105
-x21107 = x21106
-x21108 = x21107
-x21109 = x21108
-x21110 = x21109
-x21111 = x21110
-x21112 = x21111
-x21113 = x21112
-x21114 = x21113
-x21115 = x21114
-x21116 = x21115
-x21117 = x21116
-x21118 = x21117
-x21119 = x21118
-x21120 = x21119
-x21121 = x21120
-x21122 = x21121
-x21123 = x21122
-x21124 = x21123
-x21125 = x21124
-x21126 = x21125
-x21127 = x21126
-x21128 = x21127
-x21129 = x21128
-x21130 = x21129
-x21131 = x21130
-x21132 = x21131
-x21133 = x21132
-x21134 = x21133
-x21135 = x21134
-x21136 = x21135
-x21137 = x21136
-x21138 = x21137
-x21139 = x21138
-x21140 = x21139
-x21141 = x21140
-x21142 = x21141
-x21143 = x21142
-x21144 = x21143
-x21145 = x21144
-x21146 = x21145
-x21147 = x21146
-x21148 = x21147
-x21149 = x21148
-x21150 = x21149
-x21151 = x21150
-x21152 = x21151
-x21153 = x21152
-x21154 = x21153
-x21155 = x21154
-x21156 = x21155
-x21157 = x21156
-x21158 = x21157
-x21159 = x21158
-x21160 = x21159
-x21161 = x21160
-x21162 = x21161
-x21163 = x21162
-x21164 = x21163
-x21165 = x21164
-x21166 = x21165
-x21167 = x21166
-x21168 = x21167
-x21169 = x21168
-x21170 = x21169
-x21171 = x21170
-x21172 = x21171
-x21173 = x21172
-x21174 = x21173
-x21175 = x21174
-x21176 = x21175
-x21177 = x21176
-x21178 = x21177
-x21179 = x21178
-x21180 = x21179
-x21181 = x21180
-x21182 = x21181
-x21183 = x21182
-x21184 = x21183
-x21185 = x21184
-x21186 = x21185
-x21187 = x21186
-x21188 = x21187
-x21189 = x21188
-x21190 = x21189
-x21191 = x21190
-x21192 = x21191
-x21193 = x21192
-x21194 = x21193
-x21195 = x21194
-x21196 = x21195
-x21197 = x21196
-x21198 = x21197
-x21199 = x21198
-x21200 = x21199
-x21201 = x21200
-x21202 = x21201
-x21203 = x21202
-x21204 = x21203
-x21205 = x21204
-x21206 = x21205
-x21207 = x21206
-x21208 = x21207
-x21209 = x21208
-x21210 = x21209
-x21211 = x21210
-x21212 = x21211
-x21213 = x21212
-x21214 = x21213
-x21215 = x21214
-x21216 = x21215
-x21217 = x21216
-x21218 = x21217
-x21219 = x21218
-x21220 = x21219
-x21221 = x21220
-x21222 = x21221
-x21223 = x21222
-x21224 = x21223
-x21225 = x21224
-x21226 = x21225
-x21227 = x21226
-x21228 = x21227
-x21229 = x21228
-x21230 = x21229
-x21231 = x21230
-x21232 = x21231
-x21233 = x21232
-x21234 = x21233
-x21235 = x21234
-x21236 = x21235
-x21237 = x21236
-x21238 = x21237
-x21239 = x21238
-x21240 = x21239
-x21241 = x21240
-x21242 = x21241
-x21243 = x21242
-x21244 = x21243
-x21245 = x21244
-x21246 = x21245
-x21247 = x21246
-x21248 = x21247
-x21249 = x21248
-x21250 = x21249
-x21251 = x21250
-x21252 = x21251
-x21253 = x21252
-x21254 = x21253
-x21255 = x21254
-x21256 = x21255
-x21257 = x21256
-x21258 = x21257
-x21259 = x21258
-x21260 = x21259
-x21261 = x21260
-x21262 = x21261
-x21263 = x21262
-x21264 = x21263
-x21265 = x21264
-x21266 = x21265
-x21267 = x21266
-x21268 = x21267
-x21269 = x21268
-x21270 = x21269
-x21271 = x21270
-x21272 = x21271
-x21273 = x21272
-x21274 = x21273
-x21275 = x21274
-x21276 = x21275
-x21277 = x21276
-x21278 = x21277
-x21279 = x21278
-x21280 = x21279
-x21281 = x21280
-x21282 = x21281
-x21283 = x21282
-x21284 = x21283
-x21285 = x21284
-x21286 = x21285
-x21287 = x21286
-x21288 = x21287
-x21289 = x21288
-x21290 = x21289
-x21291 = x21290
-x21292 = x21291
-x21293 = x21292
-x21294 = x21293
-x21295 = x21294
-x21296 = x21295
-x21297 = x21296
-x21298 = x21297
-x21299 = x21298
-x21300 = x21299
-x21301 = x21300
-x21302 = x21301
-x21303 = x21302
-x21304 = x21303
-x21305 = x21304
-x21306 = x21305
-x21307 = x21306
-x21308 = x21307
-x21309 = x21308
-x21310 = x21309
-x21311 = x21310
-x21312 = x21311
-x21313 = x21312
-x21314 = x21313
-x21315 = x21314
-x21316 = x21315
-x21317 = x21316
-x21318 = x21317
-x21319 = x21318
-x21320 = x21319
-x21321 = x21320
-x21322 = x21321
-x21323 = x21322
-x21324 = x21323
-x21325 = x21324
-x21326 = x21325
-x21327 = x21326
-x21328 = x21327
-x21329 = x21328
-x21330 = x21329
-x21331 = x21330
-x21332 = x21331
-x21333 = x21332
-x21334 = x21333
-x21335 = x21334
-x21336 = x21335
-x21337 = x21336
-x21338 = x21337
-x21339 = x21338
-x21340 = x21339
-x21341 = x21340
-x21342 = x21341
-x21343 = x21342
-x21344 = x21343
-x21345 = x21344
-x21346 = x21345
-x21347 = x21346
-x21348 = x21347
-x21349 = x21348
-x21350 = x21349
-x21351 = x21350
-x21352 = x21351
-x21353 = x21352
-x21354 = x21353
-x21355 = x21354
-x21356 = x21355
-x21357 = x21356
-x21358 = x21357
-x21359 = x21358
-x21360 = x21359
-x21361 = x21360
-x21362 = x21361
-x21363 = x21362
-x21364 = x21363
-x21365 = x21364
-x21366 = x21365
-x21367 = x21366
-x21368 = x21367
-x21369 = x21368
-x21370 = x21369
-x21371 = x21370
-x21372 = x21371
-x21373 = x21372
-x21374 = x21373
-x21375 = x21374
-x21376 = x21375
-x21377 = x21376
-x21378 = x21377
-x21379 = x21378
-x21380 = x21379
-x21381 = x21380
-x21382 = x21381
-x21383 = x21382
-x21384 = x21383
-x21385 = x21384
-x21386 = x21385
-x21387 = x21386
-x21388 = x21387
-x21389 = x21388
-x21390 = x21389
-x21391 = x21390
-x21392 = x21391
-x21393 = x21392
-x21394 = x21393
-x21395 = x21394
-x21396 = x21395
-x21397 = x21396
-x21398 = x21397
-x21399 = x21398
-x21400 = x21399
-x21401 = x21400
-x21402 = x21401
-x21403 = x21402
-x21404 = x21403
-x21405 = x21404
-x21406 = x21405
-x21407 = x21406
-x21408 = x21407
-x21409 = x21408
-x21410 = x21409
-x21411 = x21410
-x21412 = x21411
-x21413 = x21412
-x21414 = x21413
-x21415 = x21414
-x21416 = x21415
-x21417 = x21416
-x21418 = x21417
-x21419 = x21418
-x21420 = x21419
-x21421 = x21420
-x21422 = x21421
-x21423 = x21422
-x21424 = x21423
-x21425 = x21424
-x21426 = x21425
-x21427 = x21426
-x21428 = x21427
-x21429 = x21428
-x21430 = x21429
-x21431 = x21430
-x21432 = x21431
-x21433 = x21432
-x21434 = x21433
-x21435 = x21434
-x21436 = x21435
-x21437 = x21436
-x21438 = x21437
-x21439 = x21438
-x21440 = x21439
-x21441 = x21440
-x21442 = x21441
-x21443 = x21442
-x21444 = x21443
-x21445 = x21444
-x21446 = x21445
-x21447 = x21446
-x21448 = x21447
-x21449 = x21448
-x21450 = x21449
-x21451 = x21450
-x21452 = x21451
-x21453 = x21452
-x21454 = x21453
-x21455 = x21454
-x21456 = x21455
-x21457 = x21456
-x21458 = x21457
-x21459 = x21458
-x21460 = x21459
-x21461 = x21460
-x21462 = x21461
-x21463 = x21462
-x21464 = x21463
-x21465 = x21464
-x21466 = x21465
-x21467 = x21466
-x21468 = x21467
-x21469 = x21468
-x21470 = x21469
-x21471 = x21470
-x21472 = x21471
-x21473 = x21472
-x21474 = x21473
-x21475 = x21474
-x21476 = x21475
-x21477 = x21476
-x21478 = x21477
-x21479 = x21478
-x21480 = x21479
-x21481 = x21480
-x21482 = x21481
-x21483 = x21482
-x21484 = x21483
-x21485 = x21484
-x21486 = x21485
-x21487 = x21486
-x21488 = x21487
-x21489 = x21488
-x21490 = x21489
-x21491 = x21490
-x21492 = x21491
-x21493 = x21492
-x21494 = x21493
-x21495 = x21494
-x21496 = x21495
-x21497 = x21496
-x21498 = x21497
-x21499 = x21498
-x21500 = x21499
-x21501 = x21500
-x21502 = x21501
-x21503 = x21502
-x21504 = x21503
-x21505 = x21504
-x21506 = x21505
-x21507 = x21506
-x21508 = x21507
-x21509 = x21508
-x21510 = x21509
-x21511 = x21510
-x21512 = x21511
-x21513 = x21512
-x21514 = x21513
-x21515 = x21514
-x21516 = x21515
-x21517 = x21516
-x21518 = x21517
-x21519 = x21518
-x21520 = x21519
-x21521 = x21520
-x21522 = x21521
-x21523 = x21522
-x21524 = x21523
-x21525 = x21524
-x21526 = x21525
-x21527 = x21526
-x21528 = x21527
-x21529 = x21528
-x21530 = x21529
-x21531 = x21530
-x21532 = x21531
-x21533 = x21532
-x21534 = x21533
-x21535 = x21534
-x21536 = x21535
-x21537 = x21536
-x21538 = x21537
-x21539 = x21538
-x21540 = x21539
-x21541 = x21540
-x21542 = x21541
-x21543 = x21542
-x21544 = x21543
-x21545 = x21544
-x21546 = x21545
-x21547 = x21546
-x21548 = x21547
-x21549 = x21548
-x21550 = x21549
-x21551 = x21550
-x21552 = x21551
-x21553 = x21552
-x21554 = x21553
-x21555 = x21554
-x21556 = x21555
-x21557 = x21556
-x21558 = x21557
-x21559 = x21558
-x21560 = x21559
-x21561 = x21560
-x21562 = x21561
-x21563 = x21562
-x21564 = x21563
-x21565 = x21564
-x21566 = x21565
-x21567 = x21566
-x21568 = x21567
-x21569 = x21568
-x21570 = x21569
-x21571 = x21570
-x21572 = x21571
-x21573 = x21572
-x21574 = x21573
-x21575 = x21574
-x21576 = x21575
-x21577 = x21576
-x21578 = x21577
-x21579 = x21578
-x21580 = x21579
-x21581 = x21580
-x21582 = x21581
-x21583 = x21582
-x21584 = x21583
-x21585 = x21584
-x21586 = x21585
-x21587 = x21586
-x21588 = x21587
-x21589 = x21588
-x21590 = x21589
-x21591 = x21590
-x21592 = x21591
-x21593 = x21592
-x21594 = x21593
-x21595 = x21594
-x21596 = x21595
-x21597 = x21596
-x21598 = x21597
-x21599 = x21598
-x21600 = x21599
-x21601 = x21600
-x21602 = x21601
-x21603 = x21602
-x21604 = x21603
-x21605 = x21604
-x21606 = x21605
-x21607 = x21606
-x21608 = x21607
-x21609 = x21608
-x21610 = x21609
-x21611 = x21610
-x21612 = x21611
-x21613 = x21612
-x21614 = x21613
-x21615 = x21614
-x21616 = x21615
-x21617 = x21616
-x21618 = x21617
-x21619 = x21618
-x21620 = x21619
-x21621 = x21620
-x21622 = x21621
-x21623 = x21622
-x21624 = x21623
-x21625 = x21624
-x21626 = x21625
-x21627 = x21626
-x21628 = x21627
-x21629 = x21628
-x21630 = x21629
-x21631 = x21630
-x21632 = x21631
-x21633 = x21632
-x21634 = x21633
-x21635 = x21634
-x21636 = x21635
-x21637 = x21636
-x21638 = x21637
-x21639 = x21638
-x21640 = x21639
-x21641 = x21640
-x21642 = x21641
-x21643 = x21642
-x21644 = x21643
-x21645 = x21644
-x21646 = x21645
-x21647 = x21646
-x21648 = x21647
-x21649 = x21648
-x21650 = x21649
-x21651 = x21650
-x21652 = x21651
-x21653 = x21652
-x21654 = x21653
-x21655 = x21654
-x21656 = x21655
-x21657 = x21656
-x21658 = x21657
-x21659 = x21658
-x21660 = x21659
-x21661 = x21660
-x21662 = x21661
-x21663 = x21662
-x21664 = x21663
-x21665 = x21664
-x21666 = x21665
-x21667 = x21666
-x21668 = x21667
-x21669 = x21668
-x21670 = x21669
-x21671 = x21670
-x21672 = x21671
-x21673 = x21672
-x21674 = x21673
-x21675 = x21674
-x21676 = x21675
-x21677 = x21676
-x21678 = x21677
-x21679 = x21678
-x21680 = x21679
-x21681 = x21680
-x21682 = x21681
-x21683 = x21682
-x21684 = x21683
-x21685 = x21684
-x21686 = x21685
-x21687 = x21686
-x21688 = x21687
-x21689 = x21688
-x21690 = x21689
-x21691 = x21690
-x21692 = x21691
-x21693 = x21692
-x21694 = x21693
-x21695 = x21694
-x21696 = x21695
-x21697 = x21696
-x21698 = x21697
-x21699 = x21698
-x21700 = x21699
-x21701 = x21700
-x21702 = x21701
-x21703 = x21702
-x21704 = x21703
-x21705 = x21704
-x21706 = x21705
-x21707 = x21706
-x21708 = x21707
-x21709 = x21708
-x21710 = x21709
-x21711 = x21710
-x21712 = x21711
-x21713 = x21712
-x21714 = x21713
-x21715 = x21714
-x21716 = x21715
-x21717 = x21716
-x21718 = x21717
-x21719 = x21718
-x21720 = x21719
-x21721 = x21720
-x21722 = x21721
-x21723 = x21722
-x21724 = x21723
-x21725 = x21724
-x21726 = x21725
-x21727 = x21726
-x21728 = x21727
-x21729 = x21728
-x21730 = x21729
-x21731 = x21730
-x21732 = x21731
-x21733 = x21732
-x21734 = x21733
-x21735 = x21734
-x21736 = x21735
-x21737 = x21736
-x21738 = x21737
-x21739 = x21738
-x21740 = x21739
-x21741 = x21740
-x21742 = x21741
-x21743 = x21742
-x21744 = x21743
-x21745 = x21744
-x21746 = x21745
-x21747 = x21746
-x21748 = x21747
-x21749 = x21748
-x21750 = x21749
-x21751 = x21750
-x21752 = x21751
-x21753 = x21752
-x21754 = x21753
-x21755 = x21754
-x21756 = x21755
-x21757 = x21756
-x21758 = x21757
-x21759 = x21758
-x21760 = x21759
-x21761 = x21760
-x21762 = x21761
-x21763 = x21762
-x21764 = x21763
-x21765 = x21764
-x21766 = x21765
-x21767 = x21766
-x21768 = x21767
-x21769 = x21768
-x21770 = x21769
-x21771 = x21770
-x21772 = x21771
-x21773 = x21772
-x21774 = x21773
-x21775 = x21774
-x21776 = x21775
-x21777 = x21776
-x21778 = x21777
-x21779 = x21778
-x21780 = x21779
-x21781 = x21780
-x21782 = x21781
-x21783 = x21782
-x21784 = x21783
-x21785 = x21784
-x21786 = x21785
-x21787 = x21786
-x21788 = x21787
-x21789 = x21788
-x21790 = x21789
-x21791 = x21790
-x21792 = x21791
-x21793 = x21792
-x21794 = x21793
-x21795 = x21794
-x21796 = x21795
-x21797 = x21796
-x21798 = x21797
-x21799 = x21798
-x21800 = x21799
-x21801 = x21800
-x21802 = x21801
-x21803 = x21802
-x21804 = x21803
-x21805 = x21804
-x21806 = x21805
-x21807 = x21806
-x21808 = x21807
-x21809 = x21808
-x21810 = x21809
-x21811 = x21810
-x21812 = x21811
-x21813 = x21812
-x21814 = x21813
-x21815 = x21814
-x21816 = x21815
-x21817 = x21816
-x21818 = x21817
-x21819 = x21818
-x21820 = x21819
-x21821 = x21820
-x21822 = x21821
-x21823 = x21822
-x21824 = x21823
-x21825 = x21824
-x21826 = x21825
-x21827 = x21826
-x21828 = x21827
-x21829 = x21828
-x21830 = x21829
-x21831 = x21830
-x21832 = x21831
-x21833 = x21832
-x21834 = x21833
-x21835 = x21834
-x21836 = x21835
-x21837 = x21836
-x21838 = x21837
-x21839 = x21838
-x21840 = x21839
-x21841 = x21840
-x21842 = x21841
-x21843 = x21842
-x21844 = x21843
-x21845 = x21844
-x21846 = x21845
-x21847 = x21846
-x21848 = x21847
-x21849 = x21848
-x21850 = x21849
-x21851 = x21850
-x21852 = x21851
-x21853 = x21852
-x21854 = x21853
-x21855 = x21854
-x21856 = x21855
-x21857 = x21856
-x21858 = x21857
-x21859 = x21858
-x21860 = x21859
-x21861 = x21860
-x21862 = x21861
-x21863 = x21862
-x21864 = x21863
-x21865 = x21864
-x21866 = x21865
-x21867 = x21866
-x21868 = x21867
-x21869 = x21868
-x21870 = x21869
-x21871 = x21870
-x21872 = x21871
-x21873 = x21872
-x21874 = x21873
-x21875 = x21874
-x21876 = x21875
-x21877 = x21876
-x21878 = x21877
-x21879 = x21878
-x21880 = x21879
-x21881 = x21880
-x21882 = x21881
-x21883 = x21882
-x21884 = x21883
-x21885 = x21884
-x21886 = x21885
-x21887 = x21886
-x21888 = x21887
-x21889 = x21888
-x21890 = x21889
-x21891 = x21890
-x21892 = x21891
-x21893 = x21892
-x21894 = x21893
-x21895 = x21894
-x21896 = x21895
-x21897 = x21896
-x21898 = x21897
-x21899 = x21898
-x21900 = x21899
-x21901 = x21900
-x21902 = x21901
-x21903 = x21902
-x21904 = x21903
-x21905 = x21904
-x21906 = x21905
-x21907 = x21906
-x21908 = x21907
-x21909 = x21908
-x21910 = x21909
-x21911 = x21910
-x21912 = x21911
-x21913 = x21912
-x21914 = x21913
-x21915 = x21914
-x21916 = x21915
-x21917 = x21916
-x21918 = x21917
-x21919 = x21918
-x21920 = x21919
-x21921 = x21920
-x21922 = x21921
-x21923 = x21922
-x21924 = x21923
-x21925 = x21924
-x21926 = x21925
-x21927 = x21926
-x21928 = x21927
-x21929 = x21928
-x21930 = x21929
-x21931 = x21930
-x21932 = x21931
-x21933 = x21932
-x21934 = x21933
-x21935 = x21934
-x21936 = x21935
-x21937 = x21936
-x21938 = x21937
-x21939 = x21938
-x21940 = x21939
-x21941 = x21940
-x21942 = x21941
-x21943 = x21942
-x21944 = x21943
-x21945 = x21944
-x21946 = x21945
-x21947 = x21946
-x21948 = x21947
-x21949 = x21948
-x21950 = x21949
-x21951 = x21950
-x21952 = x21951
-x21953 = x21952
-x21954 = x21953
-x21955 = x21954
-x21956 = x21955
-x21957 = x21956
-x21958 = x21957
-x21959 = x21958
-x21960 = x21959
-x21961 = x21960
-x21962 = x21961
-x21963 = x21962
-x21964 = x21963
-x21965 = x21964
-x21966 = x21965
-x21967 = x21966
-x21968 = x21967
-x21969 = x21968
-x21970 = x21969
-x21971 = x21970
-x21972 = x21971
-x21973 = x21972
-x21974 = x21973
-x21975 = x21974
-x21976 = x21975
-x21977 = x21976
-x21978 = x21977
-x21979 = x21978
-x21980 = x21979
-x21981 = x21980
-x21982 = x21981
-x21983 = x21982
-x21984 = x21983
-x21985 = x21984
-x21986 = x21985
-x21987 = x21986
-x21988 = x21987
-x21989 = x21988
-x21990 = x21989
-x21991 = x21990
-x21992 = x21991
-x21993 = x21992
-x21994 = x21993
-x21995 = x21994
-x21996 = x21995
-x21997 = x21996
-x21998 = x21997
-x21999 = x21998
-x22000 = x21999
-x22001 = x22000
-x22002 = x22001
-x22003 = x22002
-x22004 = x22003
-x22005 = x22004
-x22006 = x22005
-x22007 = x22006
-x22008 = x22007
-x22009 = x22008
-x22010 = x22009
-x22011 = x22010
-x22012 = x22011
-x22013 = x22012
-x22014 = x22013
-x22015 = x22014
-x22016 = x22015
-x22017 = x22016
-x22018 = x22017
-x22019 = x22018
-x22020 = x22019
-x22021 = x22020
-x22022 = x22021
-x22023 = x22022
-x22024 = x22023
-x22025 = x22024
-x22026 = x22025
-x22027 = x22026
-x22028 = x22027
-x22029 = x22028
-x22030 = x22029
-x22031 = x22030
-x22032 = x22031
-x22033 = x22032
-x22034 = x22033
-x22035 = x22034
-x22036 = x22035
-x22037 = x22036
-x22038 = x22037
-x22039 = x22038
-x22040 = x22039
-x22041 = x22040
-x22042 = x22041
-x22043 = x22042
-x22044 = x22043
-x22045 = x22044
-x22046 = x22045
-x22047 = x22046
-x22048 = x22047
-x22049 = x22048
-x22050 = x22049
-x22051 = x22050
-x22052 = x22051
-x22053 = x22052
-x22054 = x22053
-x22055 = x22054
-x22056 = x22055
-x22057 = x22056
-x22058 = x22057
-x22059 = x22058
-x22060 = x22059
-x22061 = x22060
-x22062 = x22061
-x22063 = x22062
-x22064 = x22063
-x22065 = x22064
-x22066 = x22065
-x22067 = x22066
-x22068 = x22067
-x22069 = x22068
-x22070 = x22069
-x22071 = x22070
-x22072 = x22071
-x22073 = x22072
-x22074 = x22073
-x22075 = x22074
-x22076 = x22075
-x22077 = x22076
-x22078 = x22077
-x22079 = x22078
-x22080 = x22079
-x22081 = x22080
-x22082 = x22081
-x22083 = x22082
-x22084 = x22083
-x22085 = x22084
-x22086 = x22085
-x22087 = x22086
-x22088 = x22087
-x22089 = x22088
-x22090 = x22089
-x22091 = x22090
-x22092 = x22091
-x22093 = x22092
-x22094 = x22093
-x22095 = x22094
-x22096 = x22095
-x22097 = x22096
-x22098 = x22097
-x22099 = x22098
-x22100 = x22099
-x22101 = x22100
-x22102 = x22101
-x22103 = x22102
-x22104 = x22103
-x22105 = x22104
-x22106 = x22105
-x22107 = x22106
-x22108 = x22107
-x22109 = x22108
-x22110 = x22109
-x22111 = x22110
-x22112 = x22111
-x22113 = x22112
-x22114 = x22113
-x22115 = x22114
-x22116 = x22115
-x22117 = x22116
-x22118 = x22117
-x22119 = x22118
-x22120 = x22119
-x22121 = x22120
-x22122 = x22121
-x22123 = x22122
-x22124 = x22123
-x22125 = x22124
-x22126 = x22125
-x22127 = x22126
-x22128 = x22127
-x22129 = x22128
-x22130 = x22129
-x22131 = x22130
-x22132 = x22131
-x22133 = x22132
-x22134 = x22133
-x22135 = x22134
-x22136 = x22135
-x22137 = x22136
-x22138 = x22137
-x22139 = x22138
-x22140 = x22139
-x22141 = x22140
-x22142 = x22141
-x22143 = x22142
-x22144 = x22143
-x22145 = x22144
-x22146 = x22145
-x22147 = x22146
-x22148 = x22147
-x22149 = x22148
-x22150 = x22149
-x22151 = x22150
-x22152 = x22151
-x22153 = x22152
-x22154 = x22153
-x22155 = x22154
-x22156 = x22155
-x22157 = x22156
-x22158 = x22157
-x22159 = x22158
-x22160 = x22159
-x22161 = x22160
-x22162 = x22161
-x22163 = x22162
-x22164 = x22163
-x22165 = x22164
-x22166 = x22165
-x22167 = x22166
-x22168 = x22167
-x22169 = x22168
-x22170 = x22169
-x22171 = x22170
-x22172 = x22171
-x22173 = x22172
-x22174 = x22173
-x22175 = x22174
-x22176 = x22175
-x22177 = x22176
-x22178 = x22177
-x22179 = x22178
-x22180 = x22179
-x22181 = x22180
-x22182 = x22181
-x22183 = x22182
-x22184 = x22183
-x22185 = x22184
-x22186 = x22185
-x22187 = x22186
-x22188 = x22187
-x22189 = x22188
-x22190 = x22189
-x22191 = x22190
-x22192 = x22191
-x22193 = x22192
-x22194 = x22193
-x22195 = x22194
-x22196 = x22195
-x22197 = x22196
-x22198 = x22197
-x22199 = x22198
-x22200 = x22199
-x22201 = x22200
-x22202 = x22201
-x22203 = x22202
-x22204 = x22203
-x22205 = x22204
-x22206 = x22205
-x22207 = x22206
-x22208 = x22207
-x22209 = x22208
-x22210 = x22209
-x22211 = x22210
-x22212 = x22211
-x22213 = x22212
-x22214 = x22213
-x22215 = x22214
-x22216 = x22215
-x22217 = x22216
-x22218 = x22217
-x22219 = x22218
-x22220 = x22219
-x22221 = x22220
-x22222 = x22221
-x22223 = x22222
-x22224 = x22223
-x22225 = x22224
-x22226 = x22225
-x22227 = x22226
-x22228 = x22227
-x22229 = x22228
-x22230 = x22229
-x22231 = x22230
-x22232 = x22231
-x22233 = x22232
-x22234 = x22233
-x22235 = x22234
-x22236 = x22235
-x22237 = x22236
-x22238 = x22237
-x22239 = x22238
-x22240 = x22239
-x22241 = x22240
-x22242 = x22241
-x22243 = x22242
-x22244 = x22243
-x22245 = x22244
-x22246 = x22245
-x22247 = x22246
-x22248 = x22247
-x22249 = x22248
-x22250 = x22249
-x22251 = x22250
-x22252 = x22251
-x22253 = x22252
-x22254 = x22253
-x22255 = x22254
-x22256 = x22255
-x22257 = x22256
-x22258 = x22257
-x22259 = x22258
-x22260 = x22259
-x22261 = x22260
-x22262 = x22261
-x22263 = x22262
-x22264 = x22263
-x22265 = x22264
-x22266 = x22265
-x22267 = x22266
-x22268 = x22267
-x22269 = x22268
-x22270 = x22269
-x22271 = x22270
-x22272 = x22271
-x22273 = x22272
-x22274 = x22273
-x22275 = x22274
-x22276 = x22275
-x22277 = x22276
-x22278 = x22277
-x22279 = x22278
-x22280 = x22279
-x22281 = x22280
-x22282 = x22281
-x22283 = x22282
-x22284 = x22283
-x22285 = x22284
-x22286 = x22285
-x22287 = x22286
-x22288 = x22287
-x22289 = x22288
-x22290 = x22289
-x22291 = x22290
-x22292 = x22291
-x22293 = x22292
-x22294 = x22293
-x22295 = x22294
-x22296 = x22295
-x22297 = x22296
-x22298 = x22297
-x22299 = x22298
-x22300 = x22299
-x22301 = x22300
-x22302 = x22301
-x22303 = x22302
-x22304 = x22303
-x22305 = x22304
-x22306 = x22305
-x22307 = x22306
-x22308 = x22307
-x22309 = x22308
-x22310 = x22309
-x22311 = x22310
-x22312 = x22311
-x22313 = x22312
-x22314 = x22313
-x22315 = x22314
-x22316 = x22315
-x22317 = x22316
-x22318 = x22317
-x22319 = x22318
-x22320 = x22319
-x22321 = x22320
-x22322 = x22321
-x22323 = x22322
-x22324 = x22323
-x22325 = x22324
-x22326 = x22325
-x22327 = x22326
-x22328 = x22327
-x22329 = x22328
-x22330 = x22329
-x22331 = x22330
-x22332 = x22331
-x22333 = x22332
-x22334 = x22333
-x22335 = x22334
-x22336 = x22335
-x22337 = x22336
-x22338 = x22337
-x22339 = x22338
-x22340 = x22339
-x22341 = x22340
-x22342 = x22341
-x22343 = x22342
-x22344 = x22343
-x22345 = x22344
-x22346 = x22345
-x22347 = x22346
-x22348 = x22347
-x22349 = x22348
-x22350 = x22349
-x22351 = x22350
-x22352 = x22351
-x22353 = x22352
-x22354 = x22353
-x22355 = x22354
-x22356 = x22355
-x22357 = x22356
-x22358 = x22357
-x22359 = x22358
-x22360 = x22359
-x22361 = x22360
-x22362 = x22361
-x22363 = x22362
-x22364 = x22363
-x22365 = x22364
-x22366 = x22365
-x22367 = x22366
-x22368 = x22367
-x22369 = x22368
-x22370 = x22369
-x22371 = x22370
-x22372 = x22371
-x22373 = x22372
-x22374 = x22373
-x22375 = x22374
-x22376 = x22375
-x22377 = x22376
-x22378 = x22377
-x22379 = x22378
-x22380 = x22379
-x22381 = x22380
-x22382 = x22381
-x22383 = x22382
-x22384 = x22383
-x22385 = x22384
-x22386 = x22385
-x22387 = x22386
-x22388 = x22387
-x22389 = x22388
-x22390 = x22389
-x22391 = x22390
-x22392 = x22391
-x22393 = x22392
-x22394 = x22393
-x22395 = x22394
-x22396 = x22395
-x22397 = x22396
-x22398 = x22397
-x22399 = x22398
-x22400 = x22399
-x22401 = x22400
-x22402 = x22401
-x22403 = x22402
-x22404 = x22403
-x22405 = x22404
-x22406 = x22405
-x22407 = x22406
-x22408 = x22407
-x22409 = x22408
-x22410 = x22409
-x22411 = x22410
-x22412 = x22411
-x22413 = x22412
-x22414 = x22413
-x22415 = x22414
-x22416 = x22415
-x22417 = x22416
-x22418 = x22417
-x22419 = x22418
-x22420 = x22419
-x22421 = x22420
-x22422 = x22421
-x22423 = x22422
-x22424 = x22423
-x22425 = x22424
-x22426 = x22425
-x22427 = x22426
-x22428 = x22427
-x22429 = x22428
-x22430 = x22429
-x22431 = x22430
-x22432 = x22431
-x22433 = x22432
-x22434 = x22433
-x22435 = x22434
-x22436 = x22435
-x22437 = x22436
-x22438 = x22437
-x22439 = x22438
-x22440 = x22439
-x22441 = x22440
-x22442 = x22441
-x22443 = x22442
-x22444 = x22443
-x22445 = x22444
-x22446 = x22445
-x22447 = x22446
-x22448 = x22447
-x22449 = x22448
-x22450 = x22449
-x22451 = x22450
-x22452 = x22451
-x22453 = x22452
-x22454 = x22453
-x22455 = x22454
-x22456 = x22455
-x22457 = x22456
-x22458 = x22457
-x22459 = x22458
-x22460 = x22459
-x22461 = x22460
-x22462 = x22461
-x22463 = x22462
-x22464 = x22463
-x22465 = x22464
-x22466 = x22465
-x22467 = x22466
-x22468 = x22467
-x22469 = x22468
-x22470 = x22469
-x22471 = x22470
-x22472 = x22471
-x22473 = x22472
-x22474 = x22473
-x22475 = x22474
-x22476 = x22475
-x22477 = x22476
-x22478 = x22477
-x22479 = x22478
-x22480 = x22479
-x22481 = x22480
-x22482 = x22481
-x22483 = x22482
-x22484 = x22483
-x22485 = x22484
-x22486 = x22485
-x22487 = x22486
-x22488 = x22487
-x22489 = x22488
-x22490 = x22489
-x22491 = x22490
-x22492 = x22491
-x22493 = x22492
-x22494 = x22493
-x22495 = x22494
-x22496 = x22495
-x22497 = x22496
-x22498 = x22497
-x22499 = x22498
-x22500 = x22499
-x22501 = x22500
-x22502 = x22501
-x22503 = x22502
-x22504 = x22503
-x22505 = x22504
-x22506 = x22505
-x22507 = x22506
-x22508 = x22507
-x22509 = x22508
-x22510 = x22509
-x22511 = x22510
-x22512 = x22511
-x22513 = x22512
-x22514 = x22513
-x22515 = x22514
-x22516 = x22515
-x22517 = x22516
-x22518 = x22517
-x22519 = x22518
-x22520 = x22519
-x22521 = x22520
-x22522 = x22521
-x22523 = x22522
-x22524 = x22523
-x22525 = x22524
-x22526 = x22525
-x22527 = x22526
-x22528 = x22527
-x22529 = x22528
-x22530 = x22529
-x22531 = x22530
-x22532 = x22531
-x22533 = x22532
-x22534 = x22533
-x22535 = x22534
-x22536 = x22535
-x22537 = x22536
-x22538 = x22537
-x22539 = x22538
-x22540 = x22539
-x22541 = x22540
-x22542 = x22541
-x22543 = x22542
-x22544 = x22543
-x22545 = x22544
-x22546 = x22545
-x22547 = x22546
-x22548 = x22547
-x22549 = x22548
-x22550 = x22549
-x22551 = x22550
-x22552 = x22551
-x22553 = x22552
-x22554 = x22553
-x22555 = x22554
-x22556 = x22555
-x22557 = x22556
-x22558 = x22557
-x22559 = x22558
-x22560 = x22559
-x22561 = x22560
-x22562 = x22561
-x22563 = x22562
-x22564 = x22563
-x22565 = x22564
-x22566 = x22565
-x22567 = x22566
-x22568 = x22567
-x22569 = x22568
-x22570 = x22569
-x22571 = x22570
-x22572 = x22571
-x22573 = x22572
-x22574 = x22573
-x22575 = x22574
-x22576 = x22575
-x22577 = x22576
-x22578 = x22577
-x22579 = x22578
-x22580 = x22579
-x22581 = x22580
-x22582 = x22581
-x22583 = x22582
-x22584 = x22583
-x22585 = x22584
-x22586 = x22585
-x22587 = x22586
-x22588 = x22587
-x22589 = x22588
-x22590 = x22589
-x22591 = x22590
-x22592 = x22591
-x22593 = x22592
-x22594 = x22593
-x22595 = x22594
-x22596 = x22595
-x22597 = x22596
-x22598 = x22597
-x22599 = x22598
-x22600 = x22599
-x22601 = x22600
-x22602 = x22601
-x22603 = x22602
-x22604 = x22603
-x22605 = x22604
-x22606 = x22605
-x22607 = x22606
-x22608 = x22607
-x22609 = x22608
-x22610 = x22609
-x22611 = x22610
-x22612 = x22611
-x22613 = x22612
-x22614 = x22613
-x22615 = x22614
-x22616 = x22615
-x22617 = x22616
-x22618 = x22617
-x22619 = x22618
-x22620 = x22619
-x22621 = x22620
-x22622 = x22621
-x22623 = x22622
-x22624 = x22623
-x22625 = x22624
-x22626 = x22625
-x22627 = x22626
-x22628 = x22627
-x22629 = x22628
-x22630 = x22629
-x22631 = x22630
-x22632 = x22631
-x22633 = x22632
-x22634 = x22633
-x22635 = x22634
-x22636 = x22635
-x22637 = x22636
-x22638 = x22637
-x22639 = x22638
-x22640 = x22639
-x22641 = x22640
-x22642 = x22641
-x22643 = x22642
-x22644 = x22643
-x22645 = x22644
-x22646 = x22645
-x22647 = x22646
-x22648 = x22647
-x22649 = x22648
-x22650 = x22649
-x22651 = x22650
-x22652 = x22651
-x22653 = x22652
-x22654 = x22653
-x22655 = x22654
-x22656 = x22655
-x22657 = x22656
-x22658 = x22657
-x22659 = x22658
-x22660 = x22659
-x22661 = x22660
-x22662 = x22661
-x22663 = x22662
-x22664 = x22663
-x22665 = x22664
-x22666 = x22665
-x22667 = x22666
-x22668 = x22667
-x22669 = x22668
-x22670 = x22669
-x22671 = x22670
-x22672 = x22671
-x22673 = x22672
-x22674 = x22673
-x22675 = x22674
-x22676 = x22675
-x22677 = x22676
-x22678 = x22677
-x22679 = x22678
-x22680 = x22679
-x22681 = x22680
-x22682 = x22681
-x22683 = x22682
-x22684 = x22683
-x22685 = x22684
-x22686 = x22685
-x22687 = x22686
-x22688 = x22687
-x22689 = x22688
-x22690 = x22689
-x22691 = x22690
-x22692 = x22691
-x22693 = x22692
-x22694 = x22693
-x22695 = x22694
-x22696 = x22695
-x22697 = x22696
-x22698 = x22697
-x22699 = x22698
-x22700 = x22699
-x22701 = x22700
-x22702 = x22701
-x22703 = x22702
-x22704 = x22703
-x22705 = x22704
-x22706 = x22705
-x22707 = x22706
-x22708 = x22707
-x22709 = x22708
-x22710 = x22709
-x22711 = x22710
-x22712 = x22711
-x22713 = x22712
-x22714 = x22713
-x22715 = x22714
-x22716 = x22715
-x22717 = x22716
-x22718 = x22717
-x22719 = x22718
-x22720 = x22719
-x22721 = x22720
-x22722 = x22721
-x22723 = x22722
-x22724 = x22723
-x22725 = x22724
-x22726 = x22725
-x22727 = x22726
-x22728 = x22727
-x22729 = x22728
-x22730 = x22729
-x22731 = x22730
-x22732 = x22731
-x22733 = x22732
-x22734 = x22733
-x22735 = x22734
-x22736 = x22735
-x22737 = x22736
-x22738 = x22737
-x22739 = x22738
-x22740 = x22739
-x22741 = x22740
-x22742 = x22741
-x22743 = x22742
-x22744 = x22743
-x22745 = x22744
-x22746 = x22745
-x22747 = x22746
-x22748 = x22747
-x22749 = x22748
-x22750 = x22749
-x22751 = x22750
-x22752 = x22751
-x22753 = x22752
-x22754 = x22753
-x22755 = x22754
-x22756 = x22755
-x22757 = x22756
-x22758 = x22757
-x22759 = x22758
-x22760 = x22759
-x22761 = x22760
-x22762 = x22761
-x22763 = x22762
-x22764 = x22763
-x22765 = x22764
-x22766 = x22765
-x22767 = x22766
-x22768 = x22767
-x22769 = x22768
-x22770 = x22769
-x22771 = x22770
-x22772 = x22771
-x22773 = x22772
-x22774 = x22773
-x22775 = x22774
-x22776 = x22775
-x22777 = x22776
-x22778 = x22777
-x22779 = x22778
-x22780 = x22779
-x22781 = x22780
-x22782 = x22781
-x22783 = x22782
-x22784 = x22783
-x22785 = x22784
-x22786 = x22785
-x22787 = x22786
-x22788 = x22787
-x22789 = x22788
-x22790 = x22789
-x22791 = x22790
-x22792 = x22791
-x22793 = x22792
-x22794 = x22793
-x22795 = x22794
-x22796 = x22795
-x22797 = x22796
-x22798 = x22797
-x22799 = x22798
-x22800 = x22799
-x22801 = x22800
-x22802 = x22801
-x22803 = x22802
-x22804 = x22803
-x22805 = x22804
-x22806 = x22805
-x22807 = x22806
-x22808 = x22807
-x22809 = x22808
-x22810 = x22809
-x22811 = x22810
-x22812 = x22811
-x22813 = x22812
-x22814 = x22813
-x22815 = x22814
-x22816 = x22815
-x22817 = x22816
-x22818 = x22817
-x22819 = x22818
-x22820 = x22819
-x22821 = x22820
-x22822 = x22821
-x22823 = x22822
-x22824 = x22823
-x22825 = x22824
-x22826 = x22825
-x22827 = x22826
-x22828 = x22827
-x22829 = x22828
-x22830 = x22829
-x22831 = x22830
-x22832 = x22831
-x22833 = x22832
-x22834 = x22833
-x22835 = x22834
-x22836 = x22835
-x22837 = x22836
-x22838 = x22837
-x22839 = x22838
-x22840 = x22839
-x22841 = x22840
-x22842 = x22841
-x22843 = x22842
-x22844 = x22843
-x22845 = x22844
-x22846 = x22845
-x22847 = x22846
-x22848 = x22847
-x22849 = x22848
-x22850 = x22849
-x22851 = x22850
-x22852 = x22851
-x22853 = x22852
-x22854 = x22853
-x22855 = x22854
-x22856 = x22855
-x22857 = x22856
-x22858 = x22857
-x22859 = x22858
-x22860 = x22859
-x22861 = x22860
-x22862 = x22861
-x22863 = x22862
-x22864 = x22863
-x22865 = x22864
-x22866 = x22865
-x22867 = x22866
-x22868 = x22867
-x22869 = x22868
-x22870 = x22869
-x22871 = x22870
-x22872 = x22871
-x22873 = x22872
-x22874 = x22873
-x22875 = x22874
-x22876 = x22875
-x22877 = x22876
-x22878 = x22877
-x22879 = x22878
-x22880 = x22879
-x22881 = x22880
-x22882 = x22881
-x22883 = x22882
-x22884 = x22883
-x22885 = x22884
-x22886 = x22885
-x22887 = x22886
-x22888 = x22887
-x22889 = x22888
-x22890 = x22889
-x22891 = x22890
-x22892 = x22891
-x22893 = x22892
-x22894 = x22893
-x22895 = x22894
-x22896 = x22895
-x22897 = x22896
-x22898 = x22897
-x22899 = x22898
-x22900 = x22899
-x22901 = x22900
-x22902 = x22901
-x22903 = x22902
-x22904 = x22903
-x22905 = x22904
-x22906 = x22905
-x22907 = x22906
-x22908 = x22907
-x22909 = x22908
-x22910 = x22909
-x22911 = x22910
-x22912 = x22911
-x22913 = x22912
-x22914 = x22913
-x22915 = x22914
-x22916 = x22915
-x22917 = x22916
-x22918 = x22917
-x22919 = x22918
-x22920 = x22919
-x22921 = x22920
-x22922 = x22921
-x22923 = x22922
-x22924 = x22923
-x22925 = x22924
-x22926 = x22925
-x22927 = x22926
-x22928 = x22927
-x22929 = x22928
-x22930 = x22929
-x22931 = x22930
-x22932 = x22931
-x22933 = x22932
-x22934 = x22933
-x22935 = x22934
-x22936 = x22935
-x22937 = x22936
-x22938 = x22937
-x22939 = x22938
-x22940 = x22939
-x22941 = x22940
-x22942 = x22941
-x22943 = x22942
-x22944 = x22943
-x22945 = x22944
-x22946 = x22945
-x22947 = x22946
-x22948 = x22947
-x22949 = x22948
-x22950 = x22949
-x22951 = x22950
-x22952 = x22951
-x22953 = x22952
-x22954 = x22953
-x22955 = x22954
-x22956 = x22955
-x22957 = x22956
-x22958 = x22957
-x22959 = x22958
-x22960 = x22959
-x22961 = x22960
-x22962 = x22961
-x22963 = x22962
-x22964 = x22963
-x22965 = x22964
-x22966 = x22965
-x22967 = x22966
-x22968 = x22967
-x22969 = x22968
-x22970 = x22969
-x22971 = x22970
-x22972 = x22971
-x22973 = x22972
-x22974 = x22973
-x22975 = x22974
-x22976 = x22975
-x22977 = x22976
-x22978 = x22977
-x22979 = x22978
-x22980 = x22979
-x22981 = x22980
-x22982 = x22981
-x22983 = x22982
-x22984 = x22983
-x22985 = x22984
-x22986 = x22985
-x22987 = x22986
-x22988 = x22987
-x22989 = x22988
-x22990 = x22989
-x22991 = x22990
-x22992 = x22991
-x22993 = x22992
-x22994 = x22993
-x22995 = x22994
-x22996 = x22995
-x22997 = x22996
-x22998 = x22997
-x22999 = x22998
-x23000 = x22999
-x23001 = x23000
-x23002 = x23001
-x23003 = x23002
-x23004 = x23003
-x23005 = x23004
-x23006 = x23005
-x23007 = x23006
-x23008 = x23007
-x23009 = x23008
-x23010 = x23009
-x23011 = x23010
-x23012 = x23011
-x23013 = x23012
-x23014 = x23013
-x23015 = x23014
-x23016 = x23015
-x23017 = x23016
-x23018 = x23017
-x23019 = x23018
-x23020 = x23019
-x23021 = x23020
-x23022 = x23021
-x23023 = x23022
-x23024 = x23023
-x23025 = x23024
-x23026 = x23025
-x23027 = x23026
-x23028 = x23027
-x23029 = x23028
-x23030 = x23029
-x23031 = x23030
-x23032 = x23031
-x23033 = x23032
-x23034 = x23033
-x23035 = x23034
-x23036 = x23035
-x23037 = x23036
-x23038 = x23037
-x23039 = x23038
-x23040 = x23039
-x23041 = x23040
-x23042 = x23041
-x23043 = x23042
-x23044 = x23043
-x23045 = x23044
-x23046 = x23045
-x23047 = x23046
-x23048 = x23047
-x23049 = x23048
-x23050 = x23049
-x23051 = x23050
-x23052 = x23051
-x23053 = x23052
-x23054 = x23053
-x23055 = x23054
-x23056 = x23055
-x23057 = x23056
-x23058 = x23057
-x23059 = x23058
-x23060 = x23059
-x23061 = x23060
-x23062 = x23061
-x23063 = x23062
-x23064 = x23063
-x23065 = x23064
-x23066 = x23065
-x23067 = x23066
-x23068 = x23067
-x23069 = x23068
-x23070 = x23069
-x23071 = x23070
-x23072 = x23071
-x23073 = x23072
-x23074 = x23073
-x23075 = x23074
-x23076 = x23075
-x23077 = x23076
-x23078 = x23077
-x23079 = x23078
-x23080 = x23079
-x23081 = x23080
-x23082 = x23081
-x23083 = x23082
-x23084 = x23083
-x23085 = x23084
-x23086 = x23085
-x23087 = x23086
-x23088 = x23087
-x23089 = x23088
-x23090 = x23089
-x23091 = x23090
-x23092 = x23091
-x23093 = x23092
-x23094 = x23093
-x23095 = x23094
-x23096 = x23095
-x23097 = x23096
-x23098 = x23097
-x23099 = x23098
-x23100 = x23099
-x23101 = x23100
-x23102 = x23101
-x23103 = x23102
-x23104 = x23103
-x23105 = x23104
-x23106 = x23105
-x23107 = x23106
-x23108 = x23107
-x23109 = x23108
-x23110 = x23109
-x23111 = x23110
-x23112 = x23111
-x23113 = x23112
-x23114 = x23113
-x23115 = x23114
-x23116 = x23115
-x23117 = x23116
-x23118 = x23117
-x23119 = x23118
-x23120 = x23119
-x23121 = x23120
-x23122 = x23121
-x23123 = x23122
-x23124 = x23123
-x23125 = x23124
-x23126 = x23125
-x23127 = x23126
-x23128 = x23127
-x23129 = x23128
-x23130 = x23129
-x23131 = x23130
-x23132 = x23131
-x23133 = x23132
-x23134 = x23133
-x23135 = x23134
-x23136 = x23135
-x23137 = x23136
-x23138 = x23137
-x23139 = x23138
-x23140 = x23139
-x23141 = x23140
-x23142 = x23141
-x23143 = x23142
-x23144 = x23143
-x23145 = x23144
-x23146 = x23145
-x23147 = x23146
-x23148 = x23147
-x23149 = x23148
-x23150 = x23149
-x23151 = x23150
-x23152 = x23151
-x23153 = x23152
-x23154 = x23153
-x23155 = x23154
-x23156 = x23155
-x23157 = x23156
-x23158 = x23157
-x23159 = x23158
-x23160 = x23159
-x23161 = x23160
-x23162 = x23161
-x23163 = x23162
-x23164 = x23163
-x23165 = x23164
-x23166 = x23165
-x23167 = x23166
-x23168 = x23167
-x23169 = x23168
-x23170 = x23169
-x23171 = x23170
-x23172 = x23171
-x23173 = x23172
-x23174 = x23173
-x23175 = x23174
-x23176 = x23175
-x23177 = x23176
-x23178 = x23177
-x23179 = x23178
-x23180 = x23179
-x23181 = x23180
-x23182 = x23181
-x23183 = x23182
-x23184 = x23183
-x23185 = x23184
-x23186 = x23185
-x23187 = x23186
-x23188 = x23187
-x23189 = x23188
-x23190 = x23189
-x23191 = x23190
-x23192 = x23191
-x23193 = x23192
-x23194 = x23193
-x23195 = x23194
-x23196 = x23195
-x23197 = x23196
-x23198 = x23197
-x23199 = x23198
-x23200 = x23199
-x23201 = x23200
-x23202 = x23201
-x23203 = x23202
-x23204 = x23203
-x23205 = x23204
-x23206 = x23205
-x23207 = x23206
-x23208 = x23207
-x23209 = x23208
-x23210 = x23209
-x23211 = x23210
-x23212 = x23211
-x23213 = x23212
-x23214 = x23213
-x23215 = x23214
-x23216 = x23215
-x23217 = x23216
-x23218 = x23217
-x23219 = x23218
-x23220 = x23219
-x23221 = x23220
-x23222 = x23221
-x23223 = x23222
-x23224 = x23223
-x23225 = x23224
-x23226 = x23225
-x23227 = x23226
-x23228 = x23227
-x23229 = x23228
-x23230 = x23229
-x23231 = x23230
-x23232 = x23231
-x23233 = x23232
-x23234 = x23233
-x23235 = x23234
-x23236 = x23235
-x23237 = x23236
-x23238 = x23237
-x23239 = x23238
-x23240 = x23239
-x23241 = x23240
-x23242 = x23241
-x23243 = x23242
-x23244 = x23243
-x23245 = x23244
-x23246 = x23245
-x23247 = x23246
-x23248 = x23247
-x23249 = x23248
-x23250 = x23249
-x23251 = x23250
-x23252 = x23251
-x23253 = x23252
-x23254 = x23253
-x23255 = x23254
-x23256 = x23255
-x23257 = x23256
-x23258 = x23257
-x23259 = x23258
-x23260 = x23259
-x23261 = x23260
-x23262 = x23261
-x23263 = x23262
-x23264 = x23263
-x23265 = x23264
-x23266 = x23265
-x23267 = x23266
-x23268 = x23267
-x23269 = x23268
-x23270 = x23269
-x23271 = x23270
-x23272 = x23271
-x23273 = x23272
-x23274 = x23273
-x23275 = x23274
-x23276 = x23275
-x23277 = x23276
-x23278 = x23277
-x23279 = x23278
-x23280 = x23279
-x23281 = x23280
-x23282 = x23281
-x23283 = x23282
-x23284 = x23283
-x23285 = x23284
-x23286 = x23285
-x23287 = x23286
-x23288 = x23287
-x23289 = x23288
-x23290 = x23289
-x23291 = x23290
-x23292 = x23291
-x23293 = x23292
-x23294 = x23293
-x23295 = x23294
-x23296 = x23295
-x23297 = x23296
-x23298 = x23297
-x23299 = x23298
-x23300 = x23299
-x23301 = x23300
-x23302 = x23301
-x23303 = x23302
-x23304 = x23303
-x23305 = x23304
-x23306 = x23305
-x23307 = x23306
-x23308 = x23307
-x23309 = x23308
-x23310 = x23309
-x23311 = x23310
-x23312 = x23311
-x23313 = x23312
-x23314 = x23313
-x23315 = x23314
-x23316 = x23315
-x23317 = x23316
-x23318 = x23317
-x23319 = x23318
-x23320 = x23319
-x23321 = x23320
-x23322 = x23321
-x23323 = x23322
-x23324 = x23323
-x23325 = x23324
-x23326 = x23325
-x23327 = x23326
-x23328 = x23327
-x23329 = x23328
-x23330 = x23329
-x23331 = x23330
-x23332 = x23331
-x23333 = x23332
-x23334 = x23333
-x23335 = x23334
-x23336 = x23335
-x23337 = x23336
-x23338 = x23337
-x23339 = x23338
-x23340 = x23339
-x23341 = x23340
-x23342 = x23341
-x23343 = x23342
-x23344 = x23343
-x23345 = x23344
-x23346 = x23345
-x23347 = x23346
-x23348 = x23347
-x23349 = x23348
-x23350 = x23349
-x23351 = x23350
-x23352 = x23351
-x23353 = x23352
-x23354 = x23353
-x23355 = x23354
-x23356 = x23355
-x23357 = x23356
-x23358 = x23357
-x23359 = x23358
-x23360 = x23359
-x23361 = x23360
-x23362 = x23361
-x23363 = x23362
-x23364 = x23363
-x23365 = x23364
-x23366 = x23365
-x23367 = x23366
-x23368 = x23367
-x23369 = x23368
-x23370 = x23369
-x23371 = x23370
-x23372 = x23371
-x23373 = x23372
-x23374 = x23373
-x23375 = x23374
-x23376 = x23375
-x23377 = x23376
-x23378 = x23377
-x23379 = x23378
-x23380 = x23379
-x23381 = x23380
-x23382 = x23381
-x23383 = x23382
-x23384 = x23383
-x23385 = x23384
-x23386 = x23385
-x23387 = x23386
-x23388 = x23387
-x23389 = x23388
-x23390 = x23389
-x23391 = x23390
-x23392 = x23391
-x23393 = x23392
-x23394 = x23393
-x23395 = x23394
-x23396 = x23395
-x23397 = x23396
-x23398 = x23397
-x23399 = x23398
-x23400 = x23399
-x23401 = x23400
-x23402 = x23401
-x23403 = x23402
-x23404 = x23403
-x23405 = x23404
-x23406 = x23405
-x23407 = x23406
-x23408 = x23407
-x23409 = x23408
-x23410 = x23409
-x23411 = x23410
-x23412 = x23411
-x23413 = x23412
-x23414 = x23413
-x23415 = x23414
-x23416 = x23415
-x23417 = x23416
-x23418 = x23417
-x23419 = x23418
-x23420 = x23419
-x23421 = x23420
-x23422 = x23421
-x23423 = x23422
-x23424 = x23423
-x23425 = x23424
-x23426 = x23425
-x23427 = x23426
-x23428 = x23427
-x23429 = x23428
-x23430 = x23429
-x23431 = x23430
-x23432 = x23431
-x23433 = x23432
-x23434 = x23433
-x23435 = x23434
-x23436 = x23435
-x23437 = x23436
-x23438 = x23437
-x23439 = x23438
-x23440 = x23439
-x23441 = x23440
-x23442 = x23441
-x23443 = x23442
-x23444 = x23443
-x23445 = x23444
-x23446 = x23445
-x23447 = x23446
-x23448 = x23447
-x23449 = x23448
-x23450 = x23449
-x23451 = x23450
-x23452 = x23451
-x23453 = x23452
-x23454 = x23453
-x23455 = x23454
-x23456 = x23455
-x23457 = x23456
-x23458 = x23457
-x23459 = x23458
-x23460 = x23459
-x23461 = x23460
-x23462 = x23461
-x23463 = x23462
-x23464 = x23463
-x23465 = x23464
-x23466 = x23465
-x23467 = x23466
-x23468 = x23467
-x23469 = x23468
-x23470 = x23469
-x23471 = x23470
-x23472 = x23471
-x23473 = x23472
-x23474 = x23473
-x23475 = x23474
-x23476 = x23475
-x23477 = x23476
-x23478 = x23477
-x23479 = x23478
-x23480 = x23479
-x23481 = x23480
-x23482 = x23481
-x23483 = x23482
-x23484 = x23483
-x23485 = x23484
-x23486 = x23485
-x23487 = x23486
-x23488 = x23487
-x23489 = x23488
-x23490 = x23489
-x23491 = x23490
-x23492 = x23491
-x23493 = x23492
-x23494 = x23493
-x23495 = x23494
-x23496 = x23495
-x23497 = x23496
-x23498 = x23497
-x23499 = x23498
-x23500 = x23499
-x23501 = x23500
-x23502 = x23501
-x23503 = x23502
-x23504 = x23503
-x23505 = x23504
-x23506 = x23505
-x23507 = x23506
-x23508 = x23507
-x23509 = x23508
-x23510 = x23509
-x23511 = x23510
-x23512 = x23511
-x23513 = x23512
-x23514 = x23513
-x23515 = x23514
-x23516 = x23515
-x23517 = x23516
-x23518 = x23517
-x23519 = x23518
-x23520 = x23519
-x23521 = x23520
-x23522 = x23521
-x23523 = x23522
-x23524 = x23523
-x23525 = x23524
-x23526 = x23525
-x23527 = x23526
-x23528 = x23527
-x23529 = x23528
-x23530 = x23529
-x23531 = x23530
-x23532 = x23531
-x23533 = x23532
-x23534 = x23533
-x23535 = x23534
-x23536 = x23535
-x23537 = x23536
-x23538 = x23537
-x23539 = x23538
-x23540 = x23539
-x23541 = x23540
-x23542 = x23541
-x23543 = x23542
-x23544 = x23543
-x23545 = x23544
-x23546 = x23545
-x23547 = x23546
-x23548 = x23547
-x23549 = x23548
-x23550 = x23549
-x23551 = x23550
-x23552 = x23551
-x23553 = x23552
-x23554 = x23553
-x23555 = x23554
-x23556 = x23555
-x23557 = x23556
-x23558 = x23557
-x23559 = x23558
-x23560 = x23559
-x23561 = x23560
-x23562 = x23561
-x23563 = x23562
-x23564 = x23563
-x23565 = x23564
-x23566 = x23565
-x23567 = x23566
-x23568 = x23567
-x23569 = x23568
-x23570 = x23569
-x23571 = x23570
-x23572 = x23571
-x23573 = x23572
-x23574 = x23573
-x23575 = x23574
-x23576 = x23575
-x23577 = x23576
-x23578 = x23577
-x23579 = x23578
-x23580 = x23579
-x23581 = x23580
-x23582 = x23581
-x23583 = x23582
-x23584 = x23583
-x23585 = x23584
-x23586 = x23585
-x23587 = x23586
-x23588 = x23587
-x23589 = x23588
-x23590 = x23589
-x23591 = x23590
-x23592 = x23591
-x23593 = x23592
-x23594 = x23593
-x23595 = x23594
-x23596 = x23595
-x23597 = x23596
-x23598 = x23597
-x23599 = x23598
-x23600 = x23599
-x23601 = x23600
-x23602 = x23601
-x23603 = x23602
-x23604 = x23603
-x23605 = x23604
-x23606 = x23605
-x23607 = x23606
-x23608 = x23607
-x23609 = x23608
-x23610 = x23609
-x23611 = x23610
-x23612 = x23611
-x23613 = x23612
-x23614 = x23613
-x23615 = x23614
-x23616 = x23615
-x23617 = x23616
-x23618 = x23617
-x23619 = x23618
-x23620 = x23619
-x23621 = x23620
-x23622 = x23621
-x23623 = x23622
-x23624 = x23623
-x23625 = x23624
-x23626 = x23625
-x23627 = x23626
-x23628 = x23627
-x23629 = x23628
-x23630 = x23629
-x23631 = x23630
-x23632 = x23631
-x23633 = x23632
-x23634 = x23633
-x23635 = x23634
-x23636 = x23635
-x23637 = x23636
-x23638 = x23637
-x23639 = x23638
-x23640 = x23639
-x23641 = x23640
-x23642 = x23641
-x23643 = x23642
-x23644 = x23643
-x23645 = x23644
-x23646 = x23645
-x23647 = x23646
-x23648 = x23647
-x23649 = x23648
-x23650 = x23649
-x23651 = x23650
-x23652 = x23651
-x23653 = x23652
-x23654 = x23653
-x23655 = x23654
-x23656 = x23655
-x23657 = x23656
-x23658 = x23657
-x23659 = x23658
-x23660 = x23659
-x23661 = x23660
-x23662 = x23661
-x23663 = x23662
-x23664 = x23663
-x23665 = x23664
-x23666 = x23665
-x23667 = x23666
-x23668 = x23667
-x23669 = x23668
-x23670 = x23669
-x23671 = x23670
-x23672 = x23671
-x23673 = x23672
-x23674 = x23673
-x23675 = x23674
-x23676 = x23675
-x23677 = x23676
-x23678 = x23677
-x23679 = x23678
-x23680 = x23679
-x23681 = x23680
-x23682 = x23681
-x23683 = x23682
-x23684 = x23683
-x23685 = x23684
-x23686 = x23685
-x23687 = x23686
-x23688 = x23687
-x23689 = x23688
-x23690 = x23689
-x23691 = x23690
-x23692 = x23691
-x23693 = x23692
-x23694 = x23693
-x23695 = x23694
-x23696 = x23695
-x23697 = x23696
-x23698 = x23697
-x23699 = x23698
-x23700 = x23699
-x23701 = x23700
-x23702 = x23701
-x23703 = x23702
-x23704 = x23703
-x23705 = x23704
-x23706 = x23705
-x23707 = x23706
-x23708 = x23707
-x23709 = x23708
-x23710 = x23709
-x23711 = x23710
-x23712 = x23711
-x23713 = x23712
-x23714 = x23713
-x23715 = x23714
-x23716 = x23715
-x23717 = x23716
-x23718 = x23717
-x23719 = x23718
-x23720 = x23719
-x23721 = x23720
-x23722 = x23721
-x23723 = x23722
-x23724 = x23723
-x23725 = x23724
-x23726 = x23725
-x23727 = x23726
-x23728 = x23727
-x23729 = x23728
-x23730 = x23729
-x23731 = x23730
-x23732 = x23731
-x23733 = x23732
-x23734 = x23733
-x23735 = x23734
-x23736 = x23735
-x23737 = x23736
-x23738 = x23737
-x23739 = x23738
-x23740 = x23739
-x23741 = x23740
-x23742 = x23741
-x23743 = x23742
-x23744 = x23743
-x23745 = x23744
-x23746 = x23745
-x23747 = x23746
-x23748 = x23747
-x23749 = x23748
-x23750 = x23749
-x23751 = x23750
-x23752 = x23751
-x23753 = x23752
-x23754 = x23753
-x23755 = x23754
-x23756 = x23755
-x23757 = x23756
-x23758 = x23757
-x23759 = x23758
-x23760 = x23759
-x23761 = x23760
-x23762 = x23761
-x23763 = x23762
-x23764 = x23763
-x23765 = x23764
-x23766 = x23765
-x23767 = x23766
-x23768 = x23767
-x23769 = x23768
-x23770 = x23769
-x23771 = x23770
-x23772 = x23771
-x23773 = x23772
-x23774 = x23773
-x23775 = x23774
-x23776 = x23775
-x23777 = x23776
-x23778 = x23777
-x23779 = x23778
-x23780 = x23779
-x23781 = x23780
-x23782 = x23781
-x23783 = x23782
-x23784 = x23783
-x23785 = x23784
-x23786 = x23785
-x23787 = x23786
-x23788 = x23787
-x23789 = x23788
-x23790 = x23789
-x23791 = x23790
-x23792 = x23791
-x23793 = x23792
-x23794 = x23793
-x23795 = x23794
-x23796 = x23795
-x23797 = x23796
-x23798 = x23797
-x23799 = x23798
-x23800 = x23799
-x23801 = x23800
-x23802 = x23801
-x23803 = x23802
-x23804 = x23803
-x23805 = x23804
-x23806 = x23805
-x23807 = x23806
-x23808 = x23807
-x23809 = x23808
-x23810 = x23809
-x23811 = x23810
-x23812 = x23811
-x23813 = x23812
-x23814 = x23813
-x23815 = x23814
-x23816 = x23815
-x23817 = x23816
-x23818 = x23817
-x23819 = x23818
-x23820 = x23819
-x23821 = x23820
-x23822 = x23821
-x23823 = x23822
-x23824 = x23823
-x23825 = x23824
-x23826 = x23825
-x23827 = x23826
-x23828 = x23827
-x23829 = x23828
-x23830 = x23829
-x23831 = x23830
-x23832 = x23831
-x23833 = x23832
-x23834 = x23833
-x23835 = x23834
-x23836 = x23835
-x23837 = x23836
-x23838 = x23837
-x23839 = x23838
-x23840 = x23839
-x23841 = x23840
-x23842 = x23841
-x23843 = x23842
-x23844 = x23843
-x23845 = x23844
-x23846 = x23845
-x23847 = x23846
-x23848 = x23847
-x23849 = x23848
-x23850 = x23849
-x23851 = x23850
-x23852 = x23851
-x23853 = x23852
-x23854 = x23853
-x23855 = x23854
-x23856 = x23855
-x23857 = x23856
-x23858 = x23857
-x23859 = x23858
-x23860 = x23859
-x23861 = x23860
-x23862 = x23861
-x23863 = x23862
-x23864 = x23863
-x23865 = x23864
-x23866 = x23865
-x23867 = x23866
-x23868 = x23867
-x23869 = x23868
-x23870 = x23869
-x23871 = x23870
-x23872 = x23871
-x23873 = x23872
-x23874 = x23873
-x23875 = x23874
-x23876 = x23875
-x23877 = x23876
-x23878 = x23877
-x23879 = x23878
-x23880 = x23879
-x23881 = x23880
-x23882 = x23881
-x23883 = x23882
-x23884 = x23883
-x23885 = x23884
-x23886 = x23885
-x23887 = x23886
-x23888 = x23887
-x23889 = x23888
-x23890 = x23889
-x23891 = x23890
-x23892 = x23891
-x23893 = x23892
-x23894 = x23893
-x23895 = x23894
-x23896 = x23895
-x23897 = x23896
-x23898 = x23897
-x23899 = x23898
-x23900 = x23899
-x23901 = x23900
-x23902 = x23901
-x23903 = x23902
-x23904 = x23903
-x23905 = x23904
-x23906 = x23905
-x23907 = x23906
-x23908 = x23907
-x23909 = x23908
-x23910 = x23909
-x23911 = x23910
-x23912 = x23911
-x23913 = x23912
-x23914 = x23913
-x23915 = x23914
-x23916 = x23915
-x23917 = x23916
-x23918 = x23917
-x23919 = x23918
-x23920 = x23919
-x23921 = x23920
-x23922 = x23921
-x23923 = x23922
-x23924 = x23923
-x23925 = x23924
-x23926 = x23925
-x23927 = x23926
-x23928 = x23927
-x23929 = x23928
-x23930 = x23929
-x23931 = x23930
-x23932 = x23931
-x23933 = x23932
-x23934 = x23933
-x23935 = x23934
-x23936 = x23935
-x23937 = x23936
-x23938 = x23937
-x23939 = x23938
-x23940 = x23939
-x23941 = x23940
-x23942 = x23941
-x23943 = x23942
-x23944 = x23943
-x23945 = x23944
-x23946 = x23945
-x23947 = x23946
-x23948 = x23947
-x23949 = x23948
-x23950 = x23949
-x23951 = x23950
-x23952 = x23951
-x23953 = x23952
-x23954 = x23953
-x23955 = x23954
-x23956 = x23955
-x23957 = x23956
-x23958 = x23957
-x23959 = x23958
-x23960 = x23959
-x23961 = x23960
-x23962 = x23961
-x23963 = x23962
-x23964 = x23963
-x23965 = x23964
-x23966 = x23965
-x23967 = x23966
-x23968 = x23967
-x23969 = x23968
-x23970 = x23969
-x23971 = x23970
-x23972 = x23971
-x23973 = x23972
-x23974 = x23973
-x23975 = x23974
-x23976 = x23975
-x23977 = x23976
-x23978 = x23977
-x23979 = x23978
-x23980 = x23979
-x23981 = x23980
-x23982 = x23981
-x23983 = x23982
-x23984 = x23983
-x23985 = x23984
-x23986 = x23985
-x23987 = x23986
-x23988 = x23987
-x23989 = x23988
-x23990 = x23989
-x23991 = x23990
-x23992 = x23991
-x23993 = x23992
-x23994 = x23993
-x23995 = x23994
-x23996 = x23995
-x23997 = x23996
-x23998 = x23997
-x23999 = x23998
-x24000 = x23999
-x24001 = x24000
-x24002 = x24001
-x24003 = x24002
-x24004 = x24003
-x24005 = x24004
-x24006 = x24005
-x24007 = x24006
-x24008 = x24007
-x24009 = x24008
-x24010 = x24009
-x24011 = x24010
-x24012 = x24011
-x24013 = x24012
-x24014 = x24013
-x24015 = x24014
-x24016 = x24015
-x24017 = x24016
-x24018 = x24017
-x24019 = x24018
-x24020 = x24019
-x24021 = x24020
-x24022 = x24021
-x24023 = x24022
-x24024 = x24023
-x24025 = x24024
-x24026 = x24025
-x24027 = x24026
-x24028 = x24027
-x24029 = x24028
-x24030 = x24029
-x24031 = x24030
-x24032 = x24031
-x24033 = x24032
-x24034 = x24033
-x24035 = x24034
-x24036 = x24035
-x24037 = x24036
-x24038 = x24037
-x24039 = x24038
-x24040 = x24039
-x24041 = x24040
-x24042 = x24041
-x24043 = x24042
-x24044 = x24043
-x24045 = x24044
-x24046 = x24045
-x24047 = x24046
-x24048 = x24047
-x24049 = x24048
-x24050 = x24049
-x24051 = x24050
-x24052 = x24051
-x24053 = x24052
-x24054 = x24053
-x24055 = x24054
-x24056 = x24055
-x24057 = x24056
-x24058 = x24057
-x24059 = x24058
-x24060 = x24059
-x24061 = x24060
-x24062 = x24061
-x24063 = x24062
-x24064 = x24063
-x24065 = x24064
-x24066 = x24065
-x24067 = x24066
-x24068 = x24067
-x24069 = x24068
-x24070 = x24069
-x24071 = x24070
-x24072 = x24071
-x24073 = x24072
-x24074 = x24073
-x24075 = x24074
-x24076 = x24075
-x24077 = x24076
-x24078 = x24077
-x24079 = x24078
-x24080 = x24079
-x24081 = x24080
-x24082 = x24081
-x24083 = x24082
-x24084 = x24083
-x24085 = x24084
-x24086 = x24085
-x24087 = x24086
-x24088 = x24087
-x24089 = x24088
-x24090 = x24089
-x24091 = x24090
-x24092 = x24091
-x24093 = x24092
-x24094 = x24093
-x24095 = x24094
-x24096 = x24095
-x24097 = x24096
-x24098 = x24097
-x24099 = x24098
-x24100 = x24099
-x24101 = x24100
-x24102 = x24101
-x24103 = x24102
-x24104 = x24103
-x24105 = x24104
-x24106 = x24105
-x24107 = x24106
-x24108 = x24107
-x24109 = x24108
-x24110 = x24109
-x24111 = x24110
-x24112 = x24111
-x24113 = x24112
-x24114 = x24113
-x24115 = x24114
-x24116 = x24115
-x24117 = x24116
-x24118 = x24117
-x24119 = x24118
-x24120 = x24119
-x24121 = x24120
-x24122 = x24121
-x24123 = x24122
-x24124 = x24123
-x24125 = x24124
-x24126 = x24125
-x24127 = x24126
-x24128 = x24127
-x24129 = x24128
-x24130 = x24129
-x24131 = x24130
-x24132 = x24131
-x24133 = x24132
-x24134 = x24133
-x24135 = x24134
-x24136 = x24135
-x24137 = x24136
-x24138 = x24137
-x24139 = x24138
-x24140 = x24139
-x24141 = x24140
-x24142 = x24141
-x24143 = x24142
-x24144 = x24143
-x24145 = x24144
-x24146 = x24145
-x24147 = x24146
-x24148 = x24147
-x24149 = x24148
-x24150 = x24149
-x24151 = x24150
-x24152 = x24151
-x24153 = x24152
-x24154 = x24153
-x24155 = x24154
-x24156 = x24155
-x24157 = x24156
-x24158 = x24157
-x24159 = x24158
-x24160 = x24159
-x24161 = x24160
-x24162 = x24161
-x24163 = x24162
-x24164 = x24163
-x24165 = x24164
-x24166 = x24165
-x24167 = x24166
-x24168 = x24167
-x24169 = x24168
-x24170 = x24169
-x24171 = x24170
-x24172 = x24171
-x24173 = x24172
-x24174 = x24173
-x24175 = x24174
-x24176 = x24175
-x24177 = x24176
-x24178 = x24177
-x24179 = x24178
-x24180 = x24179
-x24181 = x24180
-x24182 = x24181
-x24183 = x24182
-x24184 = x24183
-x24185 = x24184
-x24186 = x24185
-x24187 = x24186
-x24188 = x24187
-x24189 = x24188
-x24190 = x24189
-x24191 = x24190
-x24192 = x24191
-x24193 = x24192
-x24194 = x24193
-x24195 = x24194
-x24196 = x24195
-x24197 = x24196
-x24198 = x24197
-x24199 = x24198
-x24200 = x24199
-x24201 = x24200
-x24202 = x24201
-x24203 = x24202
-x24204 = x24203
-x24205 = x24204
-x24206 = x24205
-x24207 = x24206
-x24208 = x24207
-x24209 = x24208
-x24210 = x24209
-x24211 = x24210
-x24212 = x24211
-x24213 = x24212
-x24214 = x24213
-x24215 = x24214
-x24216 = x24215
-x24217 = x24216
-x24218 = x24217
-x24219 = x24218
-x24220 = x24219
-x24221 = x24220
-x24222 = x24221
-x24223 = x24222
-x24224 = x24223
-x24225 = x24224
-x24226 = x24225
-x24227 = x24226
-x24228 = x24227
-x24229 = x24228
-x24230 = x24229
-x24231 = x24230
-x24232 = x24231
-x24233 = x24232
-x24234 = x24233
-x24235 = x24234
-x24236 = x24235
-x24237 = x24236
-x24238 = x24237
-x24239 = x24238
-x24240 = x24239
-x24241 = x24240
-x24242 = x24241
-x24243 = x24242
-x24244 = x24243
-x24245 = x24244
-x24246 = x24245
-x24247 = x24246
-x24248 = x24247
-x24249 = x24248
-x24250 = x24249
-x24251 = x24250
-x24252 = x24251
-x24253 = x24252
-x24254 = x24253
-x24255 = x24254
-x24256 = x24255
-x24257 = x24256
-x24258 = x24257
-x24259 = x24258
-x24260 = x24259
-x24261 = x24260
-x24262 = x24261
-x24263 = x24262
-x24264 = x24263
-x24265 = x24264
-x24266 = x24265
-x24267 = x24266
-x24268 = x24267
-x24269 = x24268
-x24270 = x24269
-x24271 = x24270
-x24272 = x24271
-x24273 = x24272
-x24274 = x24273
-x24275 = x24274
-x24276 = x24275
-x24277 = x24276
-x24278 = x24277
-x24279 = x24278
-x24280 = x24279
-x24281 = x24280
-x24282 = x24281
-x24283 = x24282
-x24284 = x24283
-x24285 = x24284
-x24286 = x24285
-x24287 = x24286
-x24288 = x24287
-x24289 = x24288
-x24290 = x24289
-x24291 = x24290
-x24292 = x24291
-x24293 = x24292
-x24294 = x24293
-x24295 = x24294
-x24296 = x24295
-x24297 = x24296
-x24298 = x24297
-x24299 = x24298
-x24300 = x24299
-x24301 = x24300
-x24302 = x24301
-x24303 = x24302
-x24304 = x24303
-x24305 = x24304
-x24306 = x24305
-x24307 = x24306
-x24308 = x24307
-x24309 = x24308
-x24310 = x24309
-x24311 = x24310
-x24312 = x24311
-x24313 = x24312
-x24314 = x24313
-x24315 = x24314
-x24316 = x24315
-x24317 = x24316
-x24318 = x24317
-x24319 = x24318
-x24320 = x24319
-x24321 = x24320
-x24322 = x24321
-x24323 = x24322
-x24324 = x24323
-x24325 = x24324
-x24326 = x24325
-x24327 = x24326
-x24328 = x24327
-x24329 = x24328
-x24330 = x24329
-x24331 = x24330
-x24332 = x24331
-x24333 = x24332
-x24334 = x24333
-x24335 = x24334
-x24336 = x24335
-x24337 = x24336
-x24338 = x24337
-x24339 = x24338
-x24340 = x24339
-x24341 = x24340
-x24342 = x24341
-x24343 = x24342
-x24344 = x24343
-x24345 = x24344
-x24346 = x24345
-x24347 = x24346
-x24348 = x24347
-x24349 = x24348
-x24350 = x24349
-x24351 = x24350
-x24352 = x24351
-x24353 = x24352
-x24354 = x24353
-x24355 = x24354
-x24356 = x24355
-x24357 = x24356
-x24358 = x24357
-x24359 = x24358
-x24360 = x24359
-x24361 = x24360
-x24362 = x24361
-x24363 = x24362
-x24364 = x24363
-x24365 = x24364
-x24366 = x24365
-x24367 = x24366
-x24368 = x24367
-x24369 = x24368
-x24370 = x24369
-x24371 = x24370
-x24372 = x24371
-x24373 = x24372
-x24374 = x24373
-x24375 = x24374
-x24376 = x24375
-x24377 = x24376
-x24378 = x24377
-x24379 = x24378
-x24380 = x24379
-x24381 = x24380
-x24382 = x24381
-x24383 = x24382
-x24384 = x24383
-x24385 = x24384
-x24386 = x24385
-x24387 = x24386
-x24388 = x24387
-x24389 = x24388
-x24390 = x24389
-x24391 = x24390
-x24392 = x24391
-x24393 = x24392
-x24394 = x24393
-x24395 = x24394
-x24396 = x24395
-x24397 = x24396
-x24398 = x24397
-x24399 = x24398
-x24400 = x24399
-x24401 = x24400
-x24402 = x24401
-x24403 = x24402
-x24404 = x24403
-x24405 = x24404
-x24406 = x24405
-x24407 = x24406
-x24408 = x24407
-x24409 = x24408
-x24410 = x24409
-x24411 = x24410
-x24412 = x24411
-x24413 = x24412
-x24414 = x24413
-x24415 = x24414
-x24416 = x24415
-x24417 = x24416
-x24418 = x24417
-x24419 = x24418
-x24420 = x24419
-x24421 = x24420
-x24422 = x24421
-x24423 = x24422
-x24424 = x24423
-x24425 = x24424
-x24426 = x24425
-x24427 = x24426
-x24428 = x24427
-x24429 = x24428
-x24430 = x24429
-x24431 = x24430
-x24432 = x24431
-x24433 = x24432
-x24434 = x24433
-x24435 = x24434
-x24436 = x24435
-x24437 = x24436
-x24438 = x24437
-x24439 = x24438
-x24440 = x24439
-x24441 = x24440
-x24442 = x24441
-x24443 = x24442
-x24444 = x24443
-x24445 = x24444
-x24446 = x24445
-x24447 = x24446
-x24448 = x24447
-x24449 = x24448
-x24450 = x24449
-x24451 = x24450
-x24452 = x24451
-x24453 = x24452
-x24454 = x24453
-x24455 = x24454
-x24456 = x24455
-x24457 = x24456
-x24458 = x24457
-x24459 = x24458
-x24460 = x24459
-x24461 = x24460
-x24462 = x24461
-x24463 = x24462
-x24464 = x24463
-x24465 = x24464
-x24466 = x24465
-x24467 = x24466
-x24468 = x24467
-x24469 = x24468
-x24470 = x24469
-x24471 = x24470
-x24472 = x24471
-x24473 = x24472
-x24474 = x24473
-x24475 = x24474
-x24476 = x24475
-x24477 = x24476
-x24478 = x24477
-x24479 = x24478
-x24480 = x24479
-x24481 = x24480
-x24482 = x24481
-x24483 = x24482
-x24484 = x24483
-x24485 = x24484
-x24486 = x24485
-x24487 = x24486
-x24488 = x24487
-x24489 = x24488
-x24490 = x24489
-x24491 = x24490
-x24492 = x24491
-x24493 = x24492
-x24494 = x24493
-x24495 = x24494
-x24496 = x24495
-x24497 = x24496
-x24498 = x24497
-x24499 = x24498
-x24500 = x24499
-x24501 = x24500
-x24502 = x24501
-x24503 = x24502
-x24504 = x24503
-x24505 = x24504
-x24506 = x24505
-x24507 = x24506
-x24508 = x24507
-x24509 = x24508
-x24510 = x24509
-x24511 = x24510
-x24512 = x24511
-x24513 = x24512
-x24514 = x24513
-x24515 = x24514
-x24516 = x24515
-x24517 = x24516
-x24518 = x24517
-x24519 = x24518
-x24520 = x24519
-x24521 = x24520
-x24522 = x24521
-x24523 = x24522
-x24524 = x24523
-x24525 = x24524
-x24526 = x24525
-x24527 = x24526
-x24528 = x24527
-x24529 = x24528
-x24530 = x24529
-x24531 = x24530
-x24532 = x24531
-x24533 = x24532
-x24534 = x24533
-x24535 = x24534
-x24536 = x24535
-x24537 = x24536
-x24538 = x24537
-x24539 = x24538
-x24540 = x24539
-x24541 = x24540
-x24542 = x24541
-x24543 = x24542
-x24544 = x24543
-x24545 = x24544
-x24546 = x24545
-x24547 = x24546
-x24548 = x24547
-x24549 = x24548
-x24550 = x24549
-x24551 = x24550
-x24552 = x24551
-x24553 = x24552
-x24554 = x24553
-x24555 = x24554
-x24556 = x24555
-x24557 = x24556
-x24558 = x24557
-x24559 = x24558
-x24560 = x24559
-x24561 = x24560
-x24562 = x24561
-x24563 = x24562
-x24564 = x24563
-x24565 = x24564
-x24566 = x24565
-x24567 = x24566
-x24568 = x24567
-x24569 = x24568
-x24570 = x24569
-x24571 = x24570
-x24572 = x24571
-x24573 = x24572
-x24574 = x24573
-x24575 = x24574
-x24576 = x24575
-x24577 = x24576
-x24578 = x24577
-x24579 = x24578
-x24580 = x24579
-x24581 = x24580
-x24582 = x24581
-x24583 = x24582
-x24584 = x24583
-x24585 = x24584
-x24586 = x24585
-x24587 = x24586
-x24588 = x24587
-x24589 = x24588
-x24590 = x24589
-x24591 = x24590
-x24592 = x24591
-x24593 = x24592
-x24594 = x24593
-x24595 = x24594
-x24596 = x24595
-x24597 = x24596
-x24598 = x24597
-x24599 = x24598
-x24600 = x24599
-x24601 = x24600
-x24602 = x24601
-x24603 = x24602
-x24604 = x24603
-x24605 = x24604
-x24606 = x24605
-x24607 = x24606
-x24608 = x24607
-x24609 = x24608
-x24610 = x24609
-x24611 = x24610
-x24612 = x24611
-x24613 = x24612
-x24614 = x24613
-x24615 = x24614
-x24616 = x24615
-x24617 = x24616
-x24618 = x24617
-x24619 = x24618
-x24620 = x24619
-x24621 = x24620
-x24622 = x24621
-x24623 = x24622
-x24624 = x24623
-x24625 = x24624
-x24626 = x24625
-x24627 = x24626
-x24628 = x24627
-x24629 = x24628
-x24630 = x24629
-x24631 = x24630
-x24632 = x24631
-x24633 = x24632
-x24634 = x24633
-x24635 = x24634
-x24636 = x24635
-x24637 = x24636
-x24638 = x24637
-x24639 = x24638
-x24640 = x24639
-x24641 = x24640
-x24642 = x24641
-x24643 = x24642
-x24644 = x24643
-x24645 = x24644
-x24646 = x24645
-x24647 = x24646
-x24648 = x24647
-x24649 = x24648
-x24650 = x24649
-x24651 = x24650
-x24652 = x24651
-x24653 = x24652
-x24654 = x24653
-x24655 = x24654
-x24656 = x24655
-x24657 = x24656
-x24658 = x24657
-x24659 = x24658
-x24660 = x24659
-x24661 = x24660
-x24662 = x24661
-x24663 = x24662
-x24664 = x24663
-x24665 = x24664
-x24666 = x24665
-x24667 = x24666
-x24668 = x24667
-x24669 = x24668
-x24670 = x24669
-x24671 = x24670
-x24672 = x24671
-x24673 = x24672
-x24674 = x24673
-x24675 = x24674
-x24676 = x24675
-x24677 = x24676
-x24678 = x24677
-x24679 = x24678
-x24680 = x24679
-x24681 = x24680
-x24682 = x24681
-x24683 = x24682
-x24684 = x24683
-x24685 = x24684
-x24686 = x24685
-x24687 = x24686
-x24688 = x24687
-x24689 = x24688
-x24690 = x24689
-x24691 = x24690
-x24692 = x24691
-x24693 = x24692
-x24694 = x24693
-x24695 = x24694
-x24696 = x24695
-x24697 = x24696
-x24698 = x24697
-x24699 = x24698
-x24700 = x24699
-x24701 = x24700
-x24702 = x24701
-x24703 = x24702
-x24704 = x24703
-x24705 = x24704
-x24706 = x24705
-x24707 = x24706
-x24708 = x24707
-x24709 = x24708
-x24710 = x24709
-x24711 = x24710
-x24712 = x24711
-x24713 = x24712
-x24714 = x24713
-x24715 = x24714
-x24716 = x24715
-x24717 = x24716
-x24718 = x24717
-x24719 = x24718
-x24720 = x24719
-x24721 = x24720
-x24722 = x24721
-x24723 = x24722
-x24724 = x24723
-x24725 = x24724
-x24726 = x24725
-x24727 = x24726
-x24728 = x24727
-x24729 = x24728
-x24730 = x24729
-x24731 = x24730
-x24732 = x24731
-x24733 = x24732
-x24734 = x24733
-x24735 = x24734
-x24736 = x24735
-x24737 = x24736
-x24738 = x24737
-x24739 = x24738
-x24740 = x24739
-x24741 = x24740
-x24742 = x24741
-x24743 = x24742
-x24744 = x24743
-x24745 = x24744
-x24746 = x24745
-x24747 = x24746
-x24748 = x24747
-x24749 = x24748
-x24750 = x24749
-x24751 = x24750
-x24752 = x24751
-x24753 = x24752
-x24754 = x24753
-x24755 = x24754
-x24756 = x24755
-x24757 = x24756
-x24758 = x24757
-x24759 = x24758
-x24760 = x24759
-x24761 = x24760
-x24762 = x24761
-x24763 = x24762
-x24764 = x24763
-x24765 = x24764
-x24766 = x24765
-x24767 = x24766
-x24768 = x24767
-x24769 = x24768
-x24770 = x24769
-x24771 = x24770
-x24772 = x24771
-x24773 = x24772
-x24774 = x24773
-x24775 = x24774
-x24776 = x24775
-x24777 = x24776
-x24778 = x24777
-x24779 = x24778
-x24780 = x24779
-x24781 = x24780
-x24782 = x24781
-x24783 = x24782
-x24784 = x24783
-x24785 = x24784
-x24786 = x24785
-x24787 = x24786
-x24788 = x24787
-x24789 = x24788
-x24790 = x24789
-x24791 = x24790
-x24792 = x24791
-x24793 = x24792
-x24794 = x24793
-x24795 = x24794
-x24796 = x24795
-x24797 = x24796
-x24798 = x24797
-x24799 = x24798
-x24800 = x24799
-x24801 = x24800
-x24802 = x24801
-x24803 = x24802
-x24804 = x24803
-x24805 = x24804
-x24806 = x24805
-x24807 = x24806
-x24808 = x24807
-x24809 = x24808
-x24810 = x24809
-x24811 = x24810
-x24812 = x24811
-x24813 = x24812
-x24814 = x24813
-x24815 = x24814
-x24816 = x24815
-x24817 = x24816
-x24818 = x24817
-x24819 = x24818
-x24820 = x24819
-x24821 = x24820
-x24822 = x24821
-x24823 = x24822
-x24824 = x24823
-x24825 = x24824
-x24826 = x24825
-x24827 = x24826
-x24828 = x24827
-x24829 = x24828
-x24830 = x24829
-x24831 = x24830
-x24832 = x24831
-x24833 = x24832
-x24834 = x24833
-x24835 = x24834
-x24836 = x24835
-x24837 = x24836
-x24838 = x24837
-x24839 = x24838
-x24840 = x24839
-x24841 = x24840
-x24842 = x24841
-x24843 = x24842
-x24844 = x24843
-x24845 = x24844
-x24846 = x24845
-x24847 = x24846
-x24848 = x24847
-x24849 = x24848
-x24850 = x24849
-x24851 = x24850
-x24852 = x24851
-x24853 = x24852
-x24854 = x24853
-x24855 = x24854
-x24856 = x24855
-x24857 = x24856
-x24858 = x24857
-x24859 = x24858
-x24860 = x24859
-x24861 = x24860
-x24862 = x24861
-x24863 = x24862
-x24864 = x24863
-x24865 = x24864
-x24866 = x24865
-x24867 = x24866
-x24868 = x24867
-x24869 = x24868
-x24870 = x24869
-x24871 = x24870
-x24872 = x24871
-x24873 = x24872
-x24874 = x24873
-x24875 = x24874
-x24876 = x24875
-x24877 = x24876
-x24878 = x24877
-x24879 = x24878
-x24880 = x24879
-x24881 = x24880
-x24882 = x24881
-x24883 = x24882
-x24884 = x24883
-x24885 = x24884
-x24886 = x24885
-x24887 = x24886
-x24888 = x24887
-x24889 = x24888
-x24890 = x24889
-x24891 = x24890
-x24892 = x24891
-x24893 = x24892
-x24894 = x24893
-x24895 = x24894
-x24896 = x24895
-x24897 = x24896
-x24898 = x24897
-x24899 = x24898
-x24900 = x24899
-x24901 = x24900
-x24902 = x24901
-x24903 = x24902
-x24904 = x24903
-x24905 = x24904
-x24906 = x24905
-x24907 = x24906
-x24908 = x24907
-x24909 = x24908
-x24910 = x24909
-x24911 = x24910
-x24912 = x24911
-x24913 = x24912
-x24914 = x24913
-x24915 = x24914
-x24916 = x24915
-x24917 = x24916
-x24918 = x24917
-x24919 = x24918
-x24920 = x24919
-x24921 = x24920
-x24922 = x24921
-x24923 = x24922
-x24924 = x24923
-x24925 = x24924
-x24926 = x24925
-x24927 = x24926
-x24928 = x24927
-x24929 = x24928
-x24930 = x24929
-x24931 = x24930
-x24932 = x24931
-x24933 = x24932
-x24934 = x24933
-x24935 = x24934
-x24936 = x24935
-x24937 = x24936
-x24938 = x24937
-x24939 = x24938
-x24940 = x24939
-x24941 = x24940
-x24942 = x24941
-x24943 = x24942
-x24944 = x24943
-x24945 = x24944
-x24946 = x24945
-x24947 = x24946
-x24948 = x24947
-x24949 = x24948
-x24950 = x24949
-x24951 = x24950
-x24952 = x24951
-x24953 = x24952
-x24954 = x24953
-x24955 = x24954
-x24956 = x24955
-x24957 = x24956
-x24958 = x24957
-x24959 = x24958
-x24960 = x24959
-x24961 = x24960
-x24962 = x24961
-x24963 = x24962
-x24964 = x24963
-x24965 = x24964
-x24966 = x24965
-x24967 = x24966
-x24968 = x24967
-x24969 = x24968
-x24970 = x24969
-x24971 = x24970
-x24972 = x24971
-x24973 = x24972
-x24974 = x24973
-x24975 = x24974
-x24976 = x24975
-x24977 = x24976
-x24978 = x24977
-x24979 = x24978
-x24980 = x24979
-x24981 = x24980
-x24982 = x24981
-x24983 = x24982
-x24984 = x24983
-x24985 = x24984
-x24986 = x24985
-x24987 = x24986
-x24988 = x24987
-x24989 = x24988
-x24990 = x24989
-x24991 = x24990
-x24992 = x24991
-x24993 = x24992
-x24994 = x24993
-x24995 = x24994
-x24996 = x24995
-x24997 = x24996
-x24998 = x24997
-x24999 = x24998
-x25000 = x24999
-x25001 = x25000
-x25002 = x25001
-x25003 = x25002
-x25004 = x25003
-x25005 = x25004
-x25006 = x25005
-x25007 = x25006
-x25008 = x25007
-x25009 = x25008
-x25010 = x25009
-x25011 = x25010
-x25012 = x25011
-x25013 = x25012
-x25014 = x25013
-x25015 = x25014
-x25016 = x25015
-x25017 = x25016
-x25018 = x25017
-x25019 = x25018
-x25020 = x25019
-x25021 = x25020
-x25022 = x25021
-x25023 = x25022
-x25024 = x25023
-x25025 = x25024
-x25026 = x25025
-x25027 = x25026
-x25028 = x25027
-x25029 = x25028
-x25030 = x25029
-x25031 = x25030
-x25032 = x25031
-x25033 = x25032
-x25034 = x25033
-x25035 = x25034
-x25036 = x25035
-x25037 = x25036
-x25038 = x25037
-x25039 = x25038
-x25040 = x25039
-x25041 = x25040
-x25042 = x25041
-x25043 = x25042
-x25044 = x25043
-x25045 = x25044
-x25046 = x25045
-x25047 = x25046
-x25048 = x25047
-x25049 = x25048
-x25050 = x25049
-x25051 = x25050
-x25052 = x25051
-x25053 = x25052
-x25054 = x25053
-x25055 = x25054
-x25056 = x25055
-x25057 = x25056
-x25058 = x25057
-x25059 = x25058
-x25060 = x25059
-x25061 = x25060
-x25062 = x25061
-x25063 = x25062
-x25064 = x25063
-x25065 = x25064
-x25066 = x25065
-x25067 = x25066
-x25068 = x25067
-x25069 = x25068
-x25070 = x25069
-x25071 = x25070
-x25072 = x25071
-x25073 = x25072
-x25074 = x25073
-x25075 = x25074
-x25076 = x25075
-x25077 = x25076
-x25078 = x25077
-x25079 = x25078
-x25080 = x25079
-x25081 = x25080
-x25082 = x25081
-x25083 = x25082
-x25084 = x25083
-x25085 = x25084
-x25086 = x25085
-x25087 = x25086
-x25088 = x25087
-x25089 = x25088
-x25090 = x25089
-x25091 = x25090
-x25092 = x25091
-x25093 = x25092
-x25094 = x25093
-x25095 = x25094
-x25096 = x25095
-x25097 = x25096
-x25098 = x25097
-x25099 = x25098
-x25100 = x25099
-x25101 = x25100
-x25102 = x25101
-x25103 = x25102
-x25104 = x25103
-x25105 = x25104
-x25106 = x25105
-x25107 = x25106
-x25108 = x25107
-x25109 = x25108
-x25110 = x25109
-x25111 = x25110
-x25112 = x25111
-x25113 = x25112
-x25114 = x25113
-x25115 = x25114
-x25116 = x25115
-x25117 = x25116
-x25118 = x25117
-x25119 = x25118
-x25120 = x25119
-x25121 = x25120
-x25122 = x25121
-x25123 = x25122
-x25124 = x25123
-x25125 = x25124
-x25126 = x25125
-x25127 = x25126
-x25128 = x25127
-x25129 = x25128
-x25130 = x25129
-x25131 = x25130
-x25132 = x25131
-x25133 = x25132
-x25134 = x25133
-x25135 = x25134
-x25136 = x25135
-x25137 = x25136
-x25138 = x25137
-x25139 = x25138
-x25140 = x25139
-x25141 = x25140
-x25142 = x25141
-x25143 = x25142
-x25144 = x25143
-x25145 = x25144
-x25146 = x25145
-x25147 = x25146
-x25148 = x25147
-x25149 = x25148
-x25150 = x25149
-x25151 = x25150
-x25152 = x25151
-x25153 = x25152
-x25154 = x25153
-x25155 = x25154
-x25156 = x25155
-x25157 = x25156
-x25158 = x25157
-x25159 = x25158
-x25160 = x25159
-x25161 = x25160
-x25162 = x25161
-x25163 = x25162
-x25164 = x25163
-x25165 = x25164
-x25166 = x25165
-x25167 = x25166
-x25168 = x25167
-x25169 = x25168
-x25170 = x25169
-x25171 = x25170
-x25172 = x25171
-x25173 = x25172
-x25174 = x25173
-x25175 = x25174
-x25176 = x25175
-x25177 = x25176
-x25178 = x25177
-x25179 = x25178
-x25180 = x25179
-x25181 = x25180
-x25182 = x25181
-x25183 = x25182
-x25184 = x25183
-x25185 = x25184
-x25186 = x25185
-x25187 = x25186
-x25188 = x25187
-x25189 = x25188
-x25190 = x25189
-x25191 = x25190
-x25192 = x25191
-x25193 = x25192
-x25194 = x25193
-x25195 = x25194
-x25196 = x25195
-x25197 = x25196
-x25198 = x25197
-x25199 = x25198
-x25200 = x25199
-x25201 = x25200
-x25202 = x25201
-x25203 = x25202
-x25204 = x25203
-x25205 = x25204
-x25206 = x25205
-x25207 = x25206
-x25208 = x25207
-x25209 = x25208
-x25210 = x25209
-x25211 = x25210
-x25212 = x25211
-x25213 = x25212
-x25214 = x25213
-x25215 = x25214
-x25216 = x25215
-x25217 = x25216
-x25218 = x25217
-x25219 = x25218
-x25220 = x25219
-x25221 = x25220
-x25222 = x25221
-x25223 = x25222
-x25224 = x25223
-x25225 = x25224
-x25226 = x25225
-x25227 = x25226
-x25228 = x25227
-x25229 = x25228
-x25230 = x25229
-x25231 = x25230
-x25232 = x25231
-x25233 = x25232
-x25234 = x25233
-x25235 = x25234
-x25236 = x25235
-x25237 = x25236
-x25238 = x25237
-x25239 = x25238
-x25240 = x25239
-x25241 = x25240
-x25242 = x25241
-x25243 = x25242
-x25244 = x25243
-x25245 = x25244
-x25246 = x25245
-x25247 = x25246
-x25248 = x25247
-x25249 = x25248
-x25250 = x25249
-x25251 = x25250
-x25252 = x25251
-x25253 = x25252
-x25254 = x25253
-x25255 = x25254
-x25256 = x25255
-x25257 = x25256
-x25258 = x25257
-x25259 = x25258
-x25260 = x25259
-x25261 = x25260
-x25262 = x25261
-x25263 = x25262
-x25264 = x25263
-x25265 = x25264
-x25266 = x25265
-x25267 = x25266
-x25268 = x25267
-x25269 = x25268
-x25270 = x25269
-x25271 = x25270
-x25272 = x25271
-x25273 = x25272
-x25274 = x25273
-x25275 = x25274
-x25276 = x25275
-x25277 = x25276
-x25278 = x25277
-x25279 = x25278
-x25280 = x25279
-x25281 = x25280
-x25282 = x25281
-x25283 = x25282
-x25284 = x25283
-x25285 = x25284
-x25286 = x25285
-x25287 = x25286
-x25288 = x25287
-x25289 = x25288
-x25290 = x25289
-x25291 = x25290
-x25292 = x25291
-x25293 = x25292
-x25294 = x25293
-x25295 = x25294
-x25296 = x25295
-x25297 = x25296
-x25298 = x25297
-x25299 = x25298
-x25300 = x25299
-x25301 = x25300
-x25302 = x25301
-x25303 = x25302
-x25304 = x25303
-x25305 = x25304
-x25306 = x25305
-x25307 = x25306
-x25308 = x25307
-x25309 = x25308
-x25310 = x25309
-x25311 = x25310
-x25312 = x25311
-x25313 = x25312
-x25314 = x25313
-x25315 = x25314
-x25316 = x25315
-x25317 = x25316
-x25318 = x25317
-x25319 = x25318
-x25320 = x25319
-x25321 = x25320
-x25322 = x25321
-x25323 = x25322
-x25324 = x25323
-x25325 = x25324
-x25326 = x25325
-x25327 = x25326
-x25328 = x25327
-x25329 = x25328
-x25330 = x25329
-x25331 = x25330
-x25332 = x25331
-x25333 = x25332
-x25334 = x25333
-x25335 = x25334
-x25336 = x25335
-x25337 = x25336
-x25338 = x25337
-x25339 = x25338
-x25340 = x25339
-x25341 = x25340
-x25342 = x25341
-x25343 = x25342
-x25344 = x25343
-x25345 = x25344
-x25346 = x25345
-x25347 = x25346
-x25348 = x25347
-x25349 = x25348
-x25350 = x25349
-x25351 = x25350
-x25352 = x25351
-x25353 = x25352
-x25354 = x25353
-x25355 = x25354
-x25356 = x25355
-x25357 = x25356
-x25358 = x25357
-x25359 = x25358
-x25360 = x25359
-x25361 = x25360
-x25362 = x25361
-x25363 = x25362
-x25364 = x25363
-x25365 = x25364
-x25366 = x25365
-x25367 = x25366
-x25368 = x25367
-x25369 = x25368
-x25370 = x25369
-x25371 = x25370
-x25372 = x25371
-x25373 = x25372
-x25374 = x25373
-x25375 = x25374
-x25376 = x25375
-x25377 = x25376
-x25378 = x25377
-x25379 = x25378
-x25380 = x25379
-x25381 = x25380
-x25382 = x25381
-x25383 = x25382
-x25384 = x25383
-x25385 = x25384
-x25386 = x25385
-x25387 = x25386
-x25388 = x25387
-x25389 = x25388
-x25390 = x25389
-x25391 = x25390
-x25392 = x25391
-x25393 = x25392
-x25394 = x25393
-x25395 = x25394
-x25396 = x25395
-x25397 = x25396
-x25398 = x25397
-x25399 = x25398
-x25400 = x25399
-x25401 = x25400
-x25402 = x25401
-x25403 = x25402
-x25404 = x25403
-x25405 = x25404
-x25406 = x25405
-x25407 = x25406
-x25408 = x25407
-x25409 = x25408
-x25410 = x25409
-x25411 = x25410
-x25412 = x25411
-x25413 = x25412
-x25414 = x25413
-x25415 = x25414
-x25416 = x25415
-x25417 = x25416
-x25418 = x25417
-x25419 = x25418
-x25420 = x25419
-x25421 = x25420
-x25422 = x25421
-x25423 = x25422
-x25424 = x25423
-x25425 = x25424
-x25426 = x25425
-x25427 = x25426
-x25428 = x25427
-x25429 = x25428
-x25430 = x25429
-x25431 = x25430
-x25432 = x25431
-x25433 = x25432
-x25434 = x25433
-x25435 = x25434
-x25436 = x25435
-x25437 = x25436
-x25438 = x25437
-x25439 = x25438
-x25440 = x25439
-x25441 = x25440
-x25442 = x25441
-x25443 = x25442
-x25444 = x25443
-x25445 = x25444
-x25446 = x25445
-x25447 = x25446
-x25448 = x25447
-x25449 = x25448
-x25450 = x25449
-x25451 = x25450
-x25452 = x25451
-x25453 = x25452
-x25454 = x25453
-x25455 = x25454
-x25456 = x25455
-x25457 = x25456
-x25458 = x25457
-x25459 = x25458
-x25460 = x25459
-x25461 = x25460
-x25462 = x25461
-x25463 = x25462
-x25464 = x25463
-x25465 = x25464
-x25466 = x25465
-x25467 = x25466
-x25468 = x25467
-x25469 = x25468
-x25470 = x25469
-x25471 = x25470
-x25472 = x25471
-x25473 = x25472
-x25474 = x25473
-x25475 = x25474
-x25476 = x25475
-x25477 = x25476
-x25478 = x25477
-x25479 = x25478
-x25480 = x25479
-x25481 = x25480
-x25482 = x25481
-x25483 = x25482
-x25484 = x25483
-x25485 = x25484
-x25486 = x25485
-x25487 = x25486
-x25488 = x25487
-x25489 = x25488
-x25490 = x25489
-x25491 = x25490
-x25492 = x25491
-x25493 = x25492
-x25494 = x25493
-x25495 = x25494
-x25496 = x25495
-x25497 = x25496
-x25498 = x25497
-x25499 = x25498
-x25500 = x25499
-x25501 = x25500
-x25502 = x25501
-x25503 = x25502
-x25504 = x25503
-x25505 = x25504
-x25506 = x25505
-x25507 = x25506
-x25508 = x25507
-x25509 = x25508
-x25510 = x25509
-x25511 = x25510
-x25512 = x25511
-x25513 = x25512
-x25514 = x25513
-x25515 = x25514
-x25516 = x25515
-x25517 = x25516
-x25518 = x25517
-x25519 = x25518
-x25520 = x25519
-x25521 = x25520
-x25522 = x25521
-x25523 = x25522
-x25524 = x25523
-x25525 = x25524
-x25526 = x25525
-x25527 = x25526
-x25528 = x25527
-x25529 = x25528
-x25530 = x25529
-x25531 = x25530
-x25532 = x25531
-x25533 = x25532
-x25534 = x25533
-x25535 = x25534
-x25536 = x25535
-x25537 = x25536
-x25538 = x25537
-x25539 = x25538
-x25540 = x25539
-x25541 = x25540
-x25542 = x25541
-x25543 = x25542
-x25544 = x25543
-x25545 = x25544
-x25546 = x25545
-x25547 = x25546
-x25548 = x25547
-x25549 = x25548
-x25550 = x25549
-x25551 = x25550
-x25552 = x25551
-x25553 = x25552
-x25554 = x25553
-x25555 = x25554
-x25556 = x25555
-x25557 = x25556
-x25558 = x25557
-x25559 = x25558
-x25560 = x25559
-x25561 = x25560
-x25562 = x25561
-x25563 = x25562
-x25564 = x25563
-x25565 = x25564
-x25566 = x25565
-x25567 = x25566
-x25568 = x25567
-x25569 = x25568
-x25570 = x25569
-x25571 = x25570
-x25572 = x25571
-x25573 = x25572
-x25574 = x25573
-x25575 = x25574
-x25576 = x25575
-x25577 = x25576
-x25578 = x25577
-x25579 = x25578
-x25580 = x25579
-x25581 = x25580
-x25582 = x25581
-x25583 = x25582
-x25584 = x25583
-x25585 = x25584
-x25586 = x25585
-x25587 = x25586
-x25588 = x25587
-x25589 = x25588
-x25590 = x25589
-x25591 = x25590
-x25592 = x25591
-x25593 = x25592
-x25594 = x25593
-x25595 = x25594
-x25596 = x25595
-x25597 = x25596
-x25598 = x25597
-x25599 = x25598
-x25600 = x25599
-x25601 = x25600
-x25602 = x25601
-x25603 = x25602
-x25604 = x25603
-x25605 = x25604
-x25606 = x25605
-x25607 = x25606
-x25608 = x25607
-x25609 = x25608
-x25610 = x25609
-x25611 = x25610
-x25612 = x25611
-x25613 = x25612
-x25614 = x25613
-x25615 = x25614
-x25616 = x25615
-x25617 = x25616
-x25618 = x25617
-x25619 = x25618
-x25620 = x25619
-x25621 = x25620
-x25622 = x25621
-x25623 = x25622
-x25624 = x25623
-x25625 = x25624
-x25626 = x25625
-x25627 = x25626
-x25628 = x25627
-x25629 = x25628
-x25630 = x25629
-x25631 = x25630
-x25632 = x25631
-x25633 = x25632
-x25634 = x25633
-x25635 = x25634
-x25636 = x25635
-x25637 = x25636
-x25638 = x25637
-x25639 = x25638
-x25640 = x25639
-x25641 = x25640
-x25642 = x25641
-x25643 = x25642
-x25644 = x25643
-x25645 = x25644
-x25646 = x25645
-x25647 = x25646
-x25648 = x25647
-x25649 = x25648
-x25650 = x25649
-x25651 = x25650
-x25652 = x25651
-x25653 = x25652
-x25654 = x25653
-x25655 = x25654
-x25656 = x25655
-x25657 = x25656
-x25658 = x25657
-x25659 = x25658
-x25660 = x25659
-x25661 = x25660
-x25662 = x25661
-x25663 = x25662
-x25664 = x25663
-x25665 = x25664
-x25666 = x25665
-x25667 = x25666
-x25668 = x25667
-x25669 = x25668
-x25670 = x25669
-x25671 = x25670
-x25672 = x25671
-x25673 = x25672
-x25674 = x25673
-x25675 = x25674
-x25676 = x25675
-x25677 = x25676
-x25678 = x25677
-x25679 = x25678
-x25680 = x25679
-x25681 = x25680
-x25682 = x25681
-x25683 = x25682
-x25684 = x25683
-x25685 = x25684
-x25686 = x25685
-x25687 = x25686
-x25688 = x25687
-x25689 = x25688
-x25690 = x25689
-x25691 = x25690
-x25692 = x25691
-x25693 = x25692
-x25694 = x25693
-x25695 = x25694
-x25696 = x25695
-x25697 = x25696
-x25698 = x25697
-x25699 = x25698
-x25700 = x25699
-x25701 = x25700
-x25702 = x25701
-x25703 = x25702
-x25704 = x25703
-x25705 = x25704
-x25706 = x25705
-x25707 = x25706
-x25708 = x25707
-x25709 = x25708
-x25710 = x25709
-x25711 = x25710
-x25712 = x25711
-x25713 = x25712
-x25714 = x25713
-x25715 = x25714
-x25716 = x25715
-x25717 = x25716
-x25718 = x25717
-x25719 = x25718
-x25720 = x25719
-x25721 = x25720
-x25722 = x25721
-x25723 = x25722
-x25724 = x25723
-x25725 = x25724
-x25726 = x25725
-x25727 = x25726
-x25728 = x25727
-x25729 = x25728
-x25730 = x25729
-x25731 = x25730
-x25732 = x25731
-x25733 = x25732
-x25734 = x25733
-x25735 = x25734
-x25736 = x25735
-x25737 = x25736
-x25738 = x25737
-x25739 = x25738
-x25740 = x25739
-x25741 = x25740
-x25742 = x25741
-x25743 = x25742
-x25744 = x25743
-x25745 = x25744
-x25746 = x25745
-x25747 = x25746
-x25748 = x25747
-x25749 = x25748
-x25750 = x25749
-x25751 = x25750
-x25752 = x25751
-x25753 = x25752
-x25754 = x25753
-x25755 = x25754
-x25756 = x25755
-x25757 = x25756
-x25758 = x25757
-x25759 = x25758
-x25760 = x25759
-x25761 = x25760
-x25762 = x25761
-x25763 = x25762
-x25764 = x25763
-x25765 = x25764
-x25766 = x25765
-x25767 = x25766
-x25768 = x25767
-x25769 = x25768
-x25770 = x25769
-x25771 = x25770
-x25772 = x25771
-x25773 = x25772
-x25774 = x25773
-x25775 = x25774
-x25776 = x25775
-x25777 = x25776
-x25778 = x25777
-x25779 = x25778
-x25780 = x25779
-x25781 = x25780
-x25782 = x25781
-x25783 = x25782
-x25784 = x25783
-x25785 = x25784
-x25786 = x25785
-x25787 = x25786
-x25788 = x25787
-x25789 = x25788
-x25790 = x25789
-x25791 = x25790
-x25792 = x25791
-x25793 = x25792
-x25794 = x25793
-x25795 = x25794
-x25796 = x25795
-x25797 = x25796
-x25798 = x25797
-x25799 = x25798
-x25800 = x25799
-x25801 = x25800
-x25802 = x25801
-x25803 = x25802
-x25804 = x25803
-x25805 = x25804
-x25806 = x25805
-x25807 = x25806
-x25808 = x25807
-x25809 = x25808
-x25810 = x25809
-x25811 = x25810
-x25812 = x25811
-x25813 = x25812
-x25814 = x25813
-x25815 = x25814
-x25816 = x25815
-x25817 = x25816
-x25818 = x25817
-x25819 = x25818
-x25820 = x25819
-x25821 = x25820
-x25822 = x25821
-x25823 = x25822
-x25824 = x25823
-x25825 = x25824
-x25826 = x25825
-x25827 = x25826
-x25828 = x25827
-x25829 = x25828
-x25830 = x25829
-x25831 = x25830
-x25832 = x25831
-x25833 = x25832
-x25834 = x25833
-x25835 = x25834
-x25836 = x25835
-x25837 = x25836
-x25838 = x25837
-x25839 = x25838
-x25840 = x25839
-x25841 = x25840
-x25842 = x25841
-x25843 = x25842
-x25844 = x25843
-x25845 = x25844
-x25846 = x25845
-x25847 = x25846
-x25848 = x25847
-x25849 = x25848
-x25850 = x25849
-x25851 = x25850
-x25852 = x25851
-x25853 = x25852
-x25854 = x25853
-x25855 = x25854
-x25856 = x25855
-x25857 = x25856
-x25858 = x25857
-x25859 = x25858
-x25860 = x25859
-x25861 = x25860
-x25862 = x25861
-x25863 = x25862
-x25864 = x25863
-x25865 = x25864
-x25866 = x25865
-x25867 = x25866
-x25868 = x25867
-x25869 = x25868
-x25870 = x25869
-x25871 = x25870
-x25872 = x25871
-x25873 = x25872
-x25874 = x25873
-x25875 = x25874
-x25876 = x25875
-x25877 = x25876
-x25878 = x25877
-x25879 = x25878
-x25880 = x25879
-x25881 = x25880
-x25882 = x25881
-x25883 = x25882
-x25884 = x25883
-x25885 = x25884
-x25886 = x25885
-x25887 = x25886
-x25888 = x25887
-x25889 = x25888
-x25890 = x25889
-x25891 = x25890
-x25892 = x25891
-x25893 = x25892
-x25894 = x25893
-x25895 = x25894
-x25896 = x25895
-x25897 = x25896
-x25898 = x25897
-x25899 = x25898
-x25900 = x25899
-x25901 = x25900
-x25902 = x25901
-x25903 = x25902
-x25904 = x25903
-x25905 = x25904
-x25906 = x25905
-x25907 = x25906
-x25908 = x25907
-x25909 = x25908
-x25910 = x25909
-x25911 = x25910
-x25912 = x25911
-x25913 = x25912
-x25914 = x25913
-x25915 = x25914
-x25916 = x25915
-x25917 = x25916
-x25918 = x25917
-x25919 = x25918
-x25920 = x25919
-x25921 = x25920
-x25922 = x25921
-x25923 = x25922
-x25924 = x25923
-x25925 = x25924
-x25926 = x25925
-x25927 = x25926
-x25928 = x25927
-x25929 = x25928
-x25930 = x25929
-x25931 = x25930
-x25932 = x25931
-x25933 = x25932
-x25934 = x25933
-x25935 = x25934
-x25936 = x25935
-x25937 = x25936
-x25938 = x25937
-x25939 = x25938
-x25940 = x25939
-x25941 = x25940
-x25942 = x25941
-x25943 = x25942
-x25944 = x25943
-x25945 = x25944
-x25946 = x25945
-x25947 = x25946
-x25948 = x25947
-x25949 = x25948
-x25950 = x25949
-x25951 = x25950
-x25952 = x25951
-x25953 = x25952
-x25954 = x25953
-x25955 = x25954
-x25956 = x25955
-x25957 = x25956
-x25958 = x25957
-x25959 = x25958
-x25960 = x25959
-x25961 = x25960
-x25962 = x25961
-x25963 = x25962
-x25964 = x25963
-x25965 = x25964
-x25966 = x25965
-x25967 = x25966
-x25968 = x25967
-x25969 = x25968
-x25970 = x25969
-x25971 = x25970
-x25972 = x25971
-x25973 = x25972
-x25974 = x25973
-x25975 = x25974
-x25976 = x25975
-x25977 = x25976
-x25978 = x25977
-x25979 = x25978
-x25980 = x25979
-x25981 = x25980
-x25982 = x25981
-x25983 = x25982
-x25984 = x25983
-x25985 = x25984
-x25986 = x25985
-x25987 = x25986
-x25988 = x25987
-x25989 = x25988
-x25990 = x25989
-x25991 = x25990
-x25992 = x25991
-x25993 = x25992
-x25994 = x25993
-x25995 = x25994
-x25996 = x25995
-x25997 = x25996
-x25998 = x25997
-x25999 = x25998
-x26000 = x25999
-x26001 = x26000
-x26002 = x26001
-x26003 = x26002
-x26004 = x26003
-x26005 = x26004
-x26006 = x26005
-x26007 = x26006
-x26008 = x26007
-x26009 = x26008
-x26010 = x26009
-x26011 = x26010
-x26012 = x26011
-x26013 = x26012
-x26014 = x26013
-x26015 = x26014
-x26016 = x26015
-x26017 = x26016
-x26018 = x26017
-x26019 = x26018
-x26020 = x26019
-x26021 = x26020
-x26022 = x26021
-x26023 = x26022
-x26024 = x26023
-x26025 = x26024
-x26026 = x26025
-x26027 = x26026
-x26028 = x26027
-x26029 = x26028
-x26030 = x26029
-x26031 = x26030
-x26032 = x26031
-x26033 = x26032
-x26034 = x26033
-x26035 = x26034
-x26036 = x26035
-x26037 = x26036
-x26038 = x26037
-x26039 = x26038
-x26040 = x26039
-x26041 = x26040
-x26042 = x26041
-x26043 = x26042
-x26044 = x26043
-x26045 = x26044
-x26046 = x26045
-x26047 = x26046
-x26048 = x26047
-x26049 = x26048
-x26050 = x26049
-x26051 = x26050
-x26052 = x26051
-x26053 = x26052
-x26054 = x26053
-x26055 = x26054
-x26056 = x26055
-x26057 = x26056
-x26058 = x26057
-x26059 = x26058
-x26060 = x26059
-x26061 = x26060
-x26062 = x26061
-x26063 = x26062
-x26064 = x26063
-x26065 = x26064
-x26066 = x26065
-x26067 = x26066
-x26068 = x26067
-x26069 = x26068
-x26070 = x26069
-x26071 = x26070
-x26072 = x26071
-x26073 = x26072
-x26074 = x26073
-x26075 = x26074
-x26076 = x26075
-x26077 = x26076
-x26078 = x26077
-x26079 = x26078
-x26080 = x26079
-x26081 = x26080
-x26082 = x26081
-x26083 = x26082
-x26084 = x26083
-x26085 = x26084
-x26086 = x26085
-x26087 = x26086
-x26088 = x26087
-x26089 = x26088
-x26090 = x26089
-x26091 = x26090
-x26092 = x26091
-x26093 = x26092
-x26094 = x26093
-x26095 = x26094
-x26096 = x26095
-x26097 = x26096
-x26098 = x26097
-x26099 = x26098
-x26100 = x26099
-x26101 = x26100
-x26102 = x26101
-x26103 = x26102
-x26104 = x26103
-x26105 = x26104
-x26106 = x26105
-x26107 = x26106
-x26108 = x26107
-x26109 = x26108
-x26110 = x26109
-x26111 = x26110
-x26112 = x26111
-x26113 = x26112
-x26114 = x26113
-x26115 = x26114
-x26116 = x26115
-x26117 = x26116
-x26118 = x26117
-x26119 = x26118
-x26120 = x26119
-x26121 = x26120
-x26122 = x26121
-x26123 = x26122
-x26124 = x26123
-x26125 = x26124
-x26126 = x26125
-x26127 = x26126
-x26128 = x26127
-x26129 = x26128
-x26130 = x26129
-x26131 = x26130
-x26132 = x26131
-x26133 = x26132
-x26134 = x26133
-x26135 = x26134
-x26136 = x26135
-x26137 = x26136
-x26138 = x26137
-x26139 = x26138
-x26140 = x26139
-x26141 = x26140
-x26142 = x26141
-x26143 = x26142
-x26144 = x26143
-x26145 = x26144
-x26146 = x26145
-x26147 = x26146
-x26148 = x26147
-x26149 = x26148
-x26150 = x26149
-x26151 = x26150
-x26152 = x26151
-x26153 = x26152
-x26154 = x26153
-x26155 = x26154
-x26156 = x26155
-x26157 = x26156
-x26158 = x26157
-x26159 = x26158
-x26160 = x26159
-x26161 = x26160
-x26162 = x26161
-x26163 = x26162
-x26164 = x26163
-x26165 = x26164
-x26166 = x26165
-x26167 = x26166
-x26168 = x26167
-x26169 = x26168
-x26170 = x26169
-x26171 = x26170
-x26172 = x26171
-x26173 = x26172
-x26174 = x26173
-x26175 = x26174
-x26176 = x26175
-x26177 = x26176
-x26178 = x26177
-x26179 = x26178
-x26180 = x26179
-x26181 = x26180
-x26182 = x26181
-x26183 = x26182
-x26184 = x26183
-x26185 = x26184
-x26186 = x26185
-x26187 = x26186
-x26188 = x26187
-x26189 = x26188
-x26190 = x26189
-x26191 = x26190
-x26192 = x26191
-x26193 = x26192
-x26194 = x26193
-x26195 = x26194
-x26196 = x26195
-x26197 = x26196
-x26198 = x26197
-x26199 = x26198
-x26200 = x26199
-x26201 = x26200
-x26202 = x26201
-x26203 = x26202
-x26204 = x26203
-x26205 = x26204
-x26206 = x26205
-x26207 = x26206
-x26208 = x26207
-x26209 = x26208
-x26210 = x26209
-x26211 = x26210
-x26212 = x26211
-x26213 = x26212
-x26214 = x26213
-x26215 = x26214
-x26216 = x26215
-x26217 = x26216
-x26218 = x26217
-x26219 = x26218
-x26220 = x26219
-x26221 = x26220
-x26222 = x26221
-x26223 = x26222
-x26224 = x26223
-x26225 = x26224
-x26226 = x26225
-x26227 = x26226
-x26228 = x26227
-x26229 = x26228
-x26230 = x26229
-x26231 = x26230
-x26232 = x26231
-x26233 = x26232
-x26234 = x26233
-x26235 = x26234
-x26236 = x26235
-x26237 = x26236
-x26238 = x26237
-x26239 = x26238
-x26240 = x26239
-x26241 = x26240
-x26242 = x26241
-x26243 = x26242
-x26244 = x26243
-x26245 = x26244
-x26246 = x26245
-x26247 = x26246
-x26248 = x26247
-x26249 = x26248
-x26250 = x26249
-x26251 = x26250
-x26252 = x26251
-x26253 = x26252
-x26254 = x26253
-x26255 = x26254
-x26256 = x26255
-x26257 = x26256
-x26258 = x26257
-x26259 = x26258
-x26260 = x26259
-x26261 = x26260
-x26262 = x26261
-x26263 = x26262
-x26264 = x26263
-x26265 = x26264
-x26266 = x26265
-x26267 = x26266
-x26268 = x26267
-x26269 = x26268
-x26270 = x26269
-x26271 = x26270
-x26272 = x26271
-x26273 = x26272
-x26274 = x26273
-x26275 = x26274
-x26276 = x26275
-x26277 = x26276
-x26278 = x26277
-x26279 = x26278
-x26280 = x26279
-x26281 = x26280
-x26282 = x26281
-x26283 = x26282
-x26284 = x26283
-x26285 = x26284
-x26286 = x26285
-x26287 = x26286
-x26288 = x26287
-x26289 = x26288
-x26290 = x26289
-x26291 = x26290
-x26292 = x26291
-x26293 = x26292
-x26294 = x26293
-x26295 = x26294
-x26296 = x26295
-x26297 = x26296
-x26298 = x26297
-x26299 = x26298
-x26300 = x26299
-x26301 = x26300
-x26302 = x26301
-x26303 = x26302
-x26304 = x26303
-x26305 = x26304
-x26306 = x26305
-x26307 = x26306
-x26308 = x26307
-x26309 = x26308
-x26310 = x26309
-x26311 = x26310
-x26312 = x26311
-x26313 = x26312
-x26314 = x26313
-x26315 = x26314
-x26316 = x26315
-x26317 = x26316
-x26318 = x26317
-x26319 = x26318
-x26320 = x26319
-x26321 = x26320
-x26322 = x26321
-x26323 = x26322
-x26324 = x26323
-x26325 = x26324
-x26326 = x26325
-x26327 = x26326
-x26328 = x26327
-x26329 = x26328
-x26330 = x26329
-x26331 = x26330
-x26332 = x26331
-x26333 = x26332
-x26334 = x26333
-x26335 = x26334
-x26336 = x26335
-x26337 = x26336
-x26338 = x26337
-x26339 = x26338
-x26340 = x26339
-x26341 = x26340
-x26342 = x26341
-x26343 = x26342
-x26344 = x26343
-x26345 = x26344
-x26346 = x26345
-x26347 = x26346
-x26348 = x26347
-x26349 = x26348
-x26350 = x26349
-x26351 = x26350
-x26352 = x26351
-x26353 = x26352
-x26354 = x26353
-x26355 = x26354
-x26356 = x26355
-x26357 = x26356
-x26358 = x26357
-x26359 = x26358
-x26360 = x26359
-x26361 = x26360
-x26362 = x26361
-x26363 = x26362
-x26364 = x26363
-x26365 = x26364
-x26366 = x26365
-x26367 = x26366
-x26368 = x26367
-x26369 = x26368
-x26370 = x26369
-x26371 = x26370
-x26372 = x26371
-x26373 = x26372
-x26374 = x26373
-x26375 = x26374
-x26376 = x26375
-x26377 = x26376
-x26378 = x26377
-x26379 = x26378
-x26380 = x26379
-x26381 = x26380
-x26382 = x26381
-x26383 = x26382
-x26384 = x26383
-x26385 = x26384
-x26386 = x26385
-x26387 = x26386
-x26388 = x26387
-x26389 = x26388
-x26390 = x26389
-x26391 = x26390
-x26392 = x26391
-x26393 = x26392
-x26394 = x26393
-x26395 = x26394
-x26396 = x26395
-x26397 = x26396
-x26398 = x26397
-x26399 = x26398
-x26400 = x26399
-x26401 = x26400
-x26402 = x26401
-x26403 = x26402
-x26404 = x26403
-x26405 = x26404
-x26406 = x26405
-x26407 = x26406
-x26408 = x26407
-x26409 = x26408
-x26410 = x26409
-x26411 = x26410
-x26412 = x26411
-x26413 = x26412
-x26414 = x26413
-x26415 = x26414
-x26416 = x26415
-x26417 = x26416
-x26418 = x26417
-x26419 = x26418
-x26420 = x26419
-x26421 = x26420
-x26422 = x26421
-x26423 = x26422
-x26424 = x26423
-x26425 = x26424
-x26426 = x26425
-x26427 = x26426
-x26428 = x26427
-x26429 = x26428
-x26430 = x26429
-x26431 = x26430
-x26432 = x26431
-x26433 = x26432
-x26434 = x26433
-x26435 = x26434
-x26436 = x26435
-x26437 = x26436
-x26438 = x26437
-x26439 = x26438
-x26440 = x26439
-x26441 = x26440
-x26442 = x26441
-x26443 = x26442
-x26444 = x26443
-x26445 = x26444
-x26446 = x26445
-x26447 = x26446
-x26448 = x26447
-x26449 = x26448
-x26450 = x26449
-x26451 = x26450
-x26452 = x26451
-x26453 = x26452
-x26454 = x26453
-x26455 = x26454
-x26456 = x26455
-x26457 = x26456
-x26458 = x26457
-x26459 = x26458
-x26460 = x26459
-x26461 = x26460
-x26462 = x26461
-x26463 = x26462
-x26464 = x26463
-x26465 = x26464
-x26466 = x26465
-x26467 = x26466
-x26468 = x26467
-x26469 = x26468
-x26470 = x26469
-x26471 = x26470
-x26472 = x26471
-x26473 = x26472
-x26474 = x26473
-x26475 = x26474
-x26476 = x26475
-x26477 = x26476
-x26478 = x26477
-x26479 = x26478
-x26480 = x26479
-x26481 = x26480
-x26482 = x26481
-x26483 = x26482
-x26484 = x26483
-x26485 = x26484
-x26486 = x26485
-x26487 = x26486
-x26488 = x26487
-x26489 = x26488
-x26490 = x26489
-x26491 = x26490
-x26492 = x26491
-x26493 = x26492
-x26494 = x26493
-x26495 = x26494
-x26496 = x26495
-x26497 = x26496
-x26498 = x26497
-x26499 = x26498
-x26500 = x26499
-x26501 = x26500
-x26502 = x26501
-x26503 = x26502
-x26504 = x26503
-x26505 = x26504
-x26506 = x26505
-x26507 = x26506
-x26508 = x26507
-x26509 = x26508
-x26510 = x26509
-x26511 = x26510
-x26512 = x26511
-x26513 = x26512
-x26514 = x26513
-x26515 = x26514
-x26516 = x26515
-x26517 = x26516
-x26518 = x26517
-x26519 = x26518
-x26520 = x26519
-x26521 = x26520
-x26522 = x26521
-x26523 = x26522
-x26524 = x26523
-x26525 = x26524
-x26526 = x26525
-x26527 = x26526
-x26528 = x26527
-x26529 = x26528
-x26530 = x26529
-x26531 = x26530
-x26532 = x26531
-x26533 = x26532
-x26534 = x26533
-x26535 = x26534
-x26536 = x26535
-x26537 = x26536
-x26538 = x26537
-x26539 = x26538
-x26540 = x26539
-x26541 = x26540
-x26542 = x26541
-x26543 = x26542
-x26544 = x26543
-x26545 = x26544
-x26546 = x26545
-x26547 = x26546
-x26548 = x26547
-x26549 = x26548
-x26550 = x26549
-x26551 = x26550
-x26552 = x26551
-x26553 = x26552
-x26554 = x26553
-x26555 = x26554
-x26556 = x26555
-x26557 = x26556
-x26558 = x26557
-x26559 = x26558
-x26560 = x26559
-x26561 = x26560
-x26562 = x26561
-x26563 = x26562
-x26564 = x26563
-x26565 = x26564
-x26566 = x26565
-x26567 = x26566
-x26568 = x26567
-x26569 = x26568
-x26570 = x26569
-x26571 = x26570
-x26572 = x26571
-x26573 = x26572
-x26574 = x26573
-x26575 = x26574
-x26576 = x26575
-x26577 = x26576
-x26578 = x26577
-x26579 = x26578
-x26580 = x26579
-x26581 = x26580
-x26582 = x26581
-x26583 = x26582
-x26584 = x26583
-x26585 = x26584
-x26586 = x26585
-x26587 = x26586
-x26588 = x26587
-x26589 = x26588
-x26590 = x26589
-x26591 = x26590
-x26592 = x26591
-x26593 = x26592
-x26594 = x26593
-x26595 = x26594
-x26596 = x26595
-x26597 = x26596
-x26598 = x26597
-x26599 = x26598
-x26600 = x26599
-x26601 = x26600
-x26602 = x26601
-x26603 = x26602
-x26604 = x26603
-x26605 = x26604
-x26606 = x26605
-x26607 = x26606
-x26608 = x26607
-x26609 = x26608
-x26610 = x26609
-x26611 = x26610
-x26612 = x26611
-x26613 = x26612
-x26614 = x26613
-x26615 = x26614
-x26616 = x26615
-x26617 = x26616
-x26618 = x26617
-x26619 = x26618
-x26620 = x26619
-x26621 = x26620
-x26622 = x26621
-x26623 = x26622
-x26624 = x26623
-x26625 = x26624
-x26626 = x26625
-x26627 = x26626
-x26628 = x26627
-x26629 = x26628
-x26630 = x26629
-x26631 = x26630
-x26632 = x26631
-x26633 = x26632
-x26634 = x26633
-x26635 = x26634
-x26636 = x26635
-x26637 = x26636
-x26638 = x26637
-x26639 = x26638
-x26640 = x26639
-x26641 = x26640
-x26642 = x26641
-x26643 = x26642
-x26644 = x26643
-x26645 = x26644
-x26646 = x26645
-x26647 = x26646
-x26648 = x26647
-x26649 = x26648
-x26650 = x26649
-x26651 = x26650
-x26652 = x26651
-x26653 = x26652
-x26654 = x26653
-x26655 = x26654
-x26656 = x26655
-x26657 = x26656
-x26658 = x26657
-x26659 = x26658
-x26660 = x26659
-x26661 = x26660
-x26662 = x26661
-x26663 = x26662
-x26664 = x26663
-x26665 = x26664
-x26666 = x26665
-x26667 = x26666
-x26668 = x26667
-x26669 = x26668
-x26670 = x26669
-x26671 = x26670
-x26672 = x26671
-x26673 = x26672
-x26674 = x26673
-x26675 = x26674
-x26676 = x26675
-x26677 = x26676
-x26678 = x26677
-x26679 = x26678
-x26680 = x26679
-x26681 = x26680
-x26682 = x26681
-x26683 = x26682
-x26684 = x26683
-x26685 = x26684
-x26686 = x26685
-x26687 = x26686
-x26688 = x26687
-x26689 = x26688
-x26690 = x26689
-x26691 = x26690
-x26692 = x26691
-x26693 = x26692
-x26694 = x26693
-x26695 = x26694
-x26696 = x26695
-x26697 = x26696
-x26698 = x26697
-x26699 = x26698
-x26700 = x26699
-x26701 = x26700
-x26702 = x26701
-x26703 = x26702
-x26704 = x26703
-x26705 = x26704
-x26706 = x26705
-x26707 = x26706
-x26708 = x26707
-x26709 = x26708
-x26710 = x26709
-x26711 = x26710
-x26712 = x26711
-x26713 = x26712
-x26714 = x26713
-x26715 = x26714
-x26716 = x26715
-x26717 = x26716
-x26718 = x26717
-x26719 = x26718
-x26720 = x26719
-x26721 = x26720
-x26722 = x26721
-x26723 = x26722
-x26724 = x26723
-x26725 = x26724
-x26726 = x26725
-x26727 = x26726
-x26728 = x26727
-x26729 = x26728
-x26730 = x26729
-x26731 = x26730
-x26732 = x26731
-x26733 = x26732
-x26734 = x26733
-x26735 = x26734
-x26736 = x26735
-x26737 = x26736
-x26738 = x26737
-x26739 = x26738
-x26740 = x26739
-x26741 = x26740
-x26742 = x26741
-x26743 = x26742
-x26744 = x26743
-x26745 = x26744
-x26746 = x26745
-x26747 = x26746
-x26748 = x26747
-x26749 = x26748
-x26750 = x26749
-x26751 = x26750
-x26752 = x26751
-x26753 = x26752
-x26754 = x26753
-x26755 = x26754
-x26756 = x26755
-x26757 = x26756
-x26758 = x26757
-x26759 = x26758
-x26760 = x26759
-x26761 = x26760
-x26762 = x26761
-x26763 = x26762
-x26764 = x26763
-x26765 = x26764
-x26766 = x26765
-x26767 = x26766
-x26768 = x26767
-x26769 = x26768
-x26770 = x26769
-x26771 = x26770
-x26772 = x26771
-x26773 = x26772
-x26774 = x26773
-x26775 = x26774
-x26776 = x26775
-x26777 = x26776
-x26778 = x26777
-x26779 = x26778
-x26780 = x26779
-x26781 = x26780
-x26782 = x26781
-x26783 = x26782
-x26784 = x26783
-x26785 = x26784
-x26786 = x26785
-x26787 = x26786
-x26788 = x26787
-x26789 = x26788
-x26790 = x26789
-x26791 = x26790
-x26792 = x26791
-x26793 = x26792
-x26794 = x26793
-x26795 = x26794
-x26796 = x26795
-x26797 = x26796
-x26798 = x26797
-x26799 = x26798
-x26800 = x26799
-x26801 = x26800
-x26802 = x26801
-x26803 = x26802
-x26804 = x26803
-x26805 = x26804
-x26806 = x26805
-x26807 = x26806
-x26808 = x26807
-x26809 = x26808
-x26810 = x26809
-x26811 = x26810
-x26812 = x26811
-x26813 = x26812
-x26814 = x26813
-x26815 = x26814
-x26816 = x26815
-x26817 = x26816
-x26818 = x26817
-x26819 = x26818
-x26820 = x26819
-x26821 = x26820
-x26822 = x26821
-x26823 = x26822
-x26824 = x26823
-x26825 = x26824
-x26826 = x26825
-x26827 = x26826
-x26828 = x26827
-x26829 = x26828
-x26830 = x26829
-x26831 = x26830
-x26832 = x26831
-x26833 = x26832
-x26834 = x26833
-x26835 = x26834
-x26836 = x26835
-x26837 = x26836
-x26838 = x26837
-x26839 = x26838
-x26840 = x26839
-x26841 = x26840
-x26842 = x26841
-x26843 = x26842
-x26844 = x26843
-x26845 = x26844
-x26846 = x26845
-x26847 = x26846
-x26848 = x26847
-x26849 = x26848
-x26850 = x26849
-x26851 = x26850
-x26852 = x26851
-x26853 = x26852
-x26854 = x26853
-x26855 = x26854
-x26856 = x26855
-x26857 = x26856
-x26858 = x26857
-x26859 = x26858
-x26860 = x26859
-x26861 = x26860
-x26862 = x26861
-x26863 = x26862
-x26864 = x26863
-x26865 = x26864
-x26866 = x26865
-x26867 = x26866
-x26868 = x26867
-x26869 = x26868
-x26870 = x26869
-x26871 = x26870
-x26872 = x26871
-x26873 = x26872
-x26874 = x26873
-x26875 = x26874
-x26876 = x26875
-x26877 = x26876
-x26878 = x26877
-x26879 = x26878
-x26880 = x26879
-x26881 = x26880
-x26882 = x26881
-x26883 = x26882
-x26884 = x26883
-x26885 = x26884
-x26886 = x26885
-x26887 = x26886
-x26888 = x26887
-x26889 = x26888
-x26890 = x26889
-x26891 = x26890
-x26892 = x26891
-x26893 = x26892
-x26894 = x26893
-x26895 = x26894
-x26896 = x26895
-x26897 = x26896
-x26898 = x26897
-x26899 = x26898
-x26900 = x26899
-x26901 = x26900
-x26902 = x26901
-x26903 = x26902
-x26904 = x26903
-x26905 = x26904
-x26906 = x26905
-x26907 = x26906
-x26908 = x26907
-x26909 = x26908
-x26910 = x26909
-x26911 = x26910
-x26912 = x26911
-x26913 = x26912
-x26914 = x26913
-x26915 = x26914
-x26916 = x26915
-x26917 = x26916
-x26918 = x26917
-x26919 = x26918
-x26920 = x26919
-x26921 = x26920
-x26922 = x26921
-x26923 = x26922
-x26924 = x26923
-x26925 = x26924
-x26926 = x26925
-x26927 = x26926
-x26928 = x26927
-x26929 = x26928
-x26930 = x26929
-x26931 = x26930
-x26932 = x26931
-x26933 = x26932
-x26934 = x26933
-x26935 = x26934
-x26936 = x26935
-x26937 = x26936
-x26938 = x26937
-x26939 = x26938
-x26940 = x26939
-x26941 = x26940
-x26942 = x26941
-x26943 = x26942
-x26944 = x26943
-x26945 = x26944
-x26946 = x26945
-x26947 = x26946
-x26948 = x26947
-x26949 = x26948
-x26950 = x26949
-x26951 = x26950
-x26952 = x26951
-x26953 = x26952
-x26954 = x26953
-x26955 = x26954
-x26956 = x26955
-x26957 = x26956
-x26958 = x26957
-x26959 = x26958
-x26960 = x26959
-x26961 = x26960
-x26962 = x26961
-x26963 = x26962
-x26964 = x26963
-x26965 = x26964
-x26966 = x26965
-x26967 = x26966
-x26968 = x26967
-x26969 = x26968
-x26970 = x26969
-x26971 = x26970
-x26972 = x26971
-x26973 = x26972
-x26974 = x26973
-x26975 = x26974
-x26976 = x26975
-x26977 = x26976
-x26978 = x26977
-x26979 = x26978
-x26980 = x26979
-x26981 = x26980
-x26982 = x26981
-x26983 = x26982
-x26984 = x26983
-x26985 = x26984
-x26986 = x26985
-x26987 = x26986
-x26988 = x26987
-x26989 = x26988
-x26990 = x26989
-x26991 = x26990
-x26992 = x26991
-x26993 = x26992
-x26994 = x26993
-x26995 = x26994
-x26996 = x26995
-x26997 = x26996
-x26998 = x26997
-x26999 = x26998
-x27000 = x26999
-x27001 = x27000
-x27002 = x27001
-x27003 = x27002
-x27004 = x27003
-x27005 = x27004
-x27006 = x27005
-x27007 = x27006
-x27008 = x27007
-x27009 = x27008
-x27010 = x27009
-x27011 = x27010
-x27012 = x27011
-x27013 = x27012
-x27014 = x27013
-x27015 = x27014
-x27016 = x27015
-x27017 = x27016
-x27018 = x27017
-x27019 = x27018
-x27020 = x27019
-x27021 = x27020
-x27022 = x27021
-x27023 = x27022
-x27024 = x27023
-x27025 = x27024
-x27026 = x27025
-x27027 = x27026
-x27028 = x27027
-x27029 = x27028
-x27030 = x27029
-x27031 = x27030
-x27032 = x27031
-x27033 = x27032
-x27034 = x27033
-x27035 = x27034
-x27036 = x27035
-x27037 = x27036
-x27038 = x27037
-x27039 = x27038
-x27040 = x27039
-x27041 = x27040
-x27042 = x27041
-x27043 = x27042
-x27044 = x27043
-x27045 = x27044
-x27046 = x27045
-x27047 = x27046
-x27048 = x27047
-x27049 = x27048
-x27050 = x27049
-x27051 = x27050
-x27052 = x27051
-x27053 = x27052
-x27054 = x27053
-x27055 = x27054
-x27056 = x27055
-x27057 = x27056
-x27058 = x27057
-x27059 = x27058
-x27060 = x27059
-x27061 = x27060
-x27062 = x27061
-x27063 = x27062
-x27064 = x27063
-x27065 = x27064
-x27066 = x27065
-x27067 = x27066
-x27068 = x27067
-x27069 = x27068
-x27070 = x27069
-x27071 = x27070
-x27072 = x27071
-x27073 = x27072
-x27074 = x27073
-x27075 = x27074
-x27076 = x27075
-x27077 = x27076
-x27078 = x27077
-x27079 = x27078
-x27080 = x27079
-x27081 = x27080
-x27082 = x27081
-x27083 = x27082
-x27084 = x27083
-x27085 = x27084
-x27086 = x27085
-x27087 = x27086
-x27088 = x27087
-x27089 = x27088
-x27090 = x27089
-x27091 = x27090
-x27092 = x27091
-x27093 = x27092
-x27094 = x27093
-x27095 = x27094
-x27096 = x27095
-x27097 = x27096
-x27098 = x27097
-x27099 = x27098
-x27100 = x27099
-x27101 = x27100
-x27102 = x27101
-x27103 = x27102
-x27104 = x27103
-x27105 = x27104
-x27106 = x27105
-x27107 = x27106
-x27108 = x27107
-x27109 = x27108
-x27110 = x27109
-x27111 = x27110
-x27112 = x27111
-x27113 = x27112
-x27114 = x27113
-x27115 = x27114
-x27116 = x27115
-x27117 = x27116
-x27118 = x27117
-x27119 = x27118
-x27120 = x27119
-x27121 = x27120
-x27122 = x27121
-x27123 = x27122
-x27124 = x27123
-x27125 = x27124
-x27126 = x27125
-x27127 = x27126
-x27128 = x27127
-x27129 = x27128
-x27130 = x27129
-x27131 = x27130
-x27132 = x27131
-x27133 = x27132
-x27134 = x27133
-x27135 = x27134
-x27136 = x27135
-x27137 = x27136
-x27138 = x27137
-x27139 = x27138
-x27140 = x27139
-x27141 = x27140
-x27142 = x27141
-x27143 = x27142
-x27144 = x27143
-x27145 = x27144
-x27146 = x27145
-x27147 = x27146
-x27148 = x27147
-x27149 = x27148
-x27150 = x27149
-x27151 = x27150
-x27152 = x27151
-x27153 = x27152
-x27154 = x27153
-x27155 = x27154
-x27156 = x27155
-x27157 = x27156
-x27158 = x27157
-x27159 = x27158
-x27160 = x27159
-x27161 = x27160
-x27162 = x27161
-x27163 = x27162
-x27164 = x27163
-x27165 = x27164
-x27166 = x27165
-x27167 = x27166
-x27168 = x27167
-x27169 = x27168
-x27170 = x27169
-x27171 = x27170
-x27172 = x27171
-x27173 = x27172
-x27174 = x27173
-x27175 = x27174
-x27176 = x27175
-x27177 = x27176
-x27178 = x27177
-x27179 = x27178
-x27180 = x27179
-x27181 = x27180
-x27182 = x27181
-x27183 = x27182
-x27184 = x27183
-x27185 = x27184
-x27186 = x27185
-x27187 = x27186
-x27188 = x27187
-x27189 = x27188
-x27190 = x27189
-x27191 = x27190
-x27192 = x27191
-x27193 = x27192
-x27194 = x27193
-x27195 = x27194
-x27196 = x27195
-x27197 = x27196
-x27198 = x27197
-x27199 = x27198
-x27200 = x27199
-x27201 = x27200
-x27202 = x27201
-x27203 = x27202
-x27204 = x27203
-x27205 = x27204
-x27206 = x27205
-x27207 = x27206
-x27208 = x27207
-x27209 = x27208
-x27210 = x27209
-x27211 = x27210
-x27212 = x27211
-x27213 = x27212
-x27214 = x27213
-x27215 = x27214
-x27216 = x27215
-x27217 = x27216
-x27218 = x27217
-x27219 = x27218
-x27220 = x27219
-x27221 = x27220
-x27222 = x27221
-x27223 = x27222
-x27224 = x27223
-x27225 = x27224
-x27226 = x27225
-x27227 = x27226
-x27228 = x27227
-x27229 = x27228
-x27230 = x27229
-x27231 = x27230
-x27232 = x27231
-x27233 = x27232
-x27234 = x27233
-x27235 = x27234
-x27236 = x27235
-x27237 = x27236
-x27238 = x27237
-x27239 = x27238
-x27240 = x27239
-x27241 = x27240
-x27242 = x27241
-x27243 = x27242
-x27244 = x27243
-x27245 = x27244
-x27246 = x27245
-x27247 = x27246
-x27248 = x27247
-x27249 = x27248
-x27250 = x27249
-x27251 = x27250
-x27252 = x27251
-x27253 = x27252
-x27254 = x27253
-x27255 = x27254
-x27256 = x27255
-x27257 = x27256
-x27258 = x27257
-x27259 = x27258
-x27260 = x27259
-x27261 = x27260
-x27262 = x27261
-x27263 = x27262
-x27264 = x27263
-x27265 = x27264
-x27266 = x27265
-x27267 = x27266
-x27268 = x27267
-x27269 = x27268
-x27270 = x27269
-x27271 = x27270
-x27272 = x27271
-x27273 = x27272
-x27274 = x27273
-x27275 = x27274
-x27276 = x27275
-x27277 = x27276
-x27278 = x27277
-x27279 = x27278
-x27280 = x27279
-x27281 = x27280
-x27282 = x27281
-x27283 = x27282
-x27284 = x27283
-x27285 = x27284
-x27286 = x27285
-x27287 = x27286
-x27288 = x27287
-x27289 = x27288
-x27290 = x27289
-x27291 = x27290
-x27292 = x27291
-x27293 = x27292
-x27294 = x27293
-x27295 = x27294
-x27296 = x27295
-x27297 = x27296
-x27298 = x27297
-x27299 = x27298
-x27300 = x27299
-x27301 = x27300
-x27302 = x27301
-x27303 = x27302
-x27304 = x27303
-x27305 = x27304
-x27306 = x27305
-x27307 = x27306
-x27308 = x27307
-x27309 = x27308
-x27310 = x27309
-x27311 = x27310
-x27312 = x27311
-x27313 = x27312
-x27314 = x27313
-x27315 = x27314
-x27316 = x27315
-x27317 = x27316
-x27318 = x27317
-x27319 = x27318
-x27320 = x27319
-x27321 = x27320
-x27322 = x27321
-x27323 = x27322
-x27324 = x27323
-x27325 = x27324
-x27326 = x27325
-x27327 = x27326
-x27328 = x27327
-x27329 = x27328
-x27330 = x27329
-x27331 = x27330
-x27332 = x27331
-x27333 = x27332
-x27334 = x27333
-x27335 = x27334
-x27336 = x27335
-x27337 = x27336
-x27338 = x27337
-x27339 = x27338
-x27340 = x27339
-x27341 = x27340
-x27342 = x27341
-x27343 = x27342
-x27344 = x27343
-x27345 = x27344
-x27346 = x27345
-x27347 = x27346
-x27348 = x27347
-x27349 = x27348
-x27350 = x27349
-x27351 = x27350
-x27352 = x27351
-x27353 = x27352
-x27354 = x27353
-x27355 = x27354
-x27356 = x27355
-x27357 = x27356
-x27358 = x27357
-x27359 = x27358
-x27360 = x27359
-x27361 = x27360
-x27362 = x27361
-x27363 = x27362
-x27364 = x27363
-x27365 = x27364
-x27366 = x27365
-x27367 = x27366
-x27368 = x27367
-x27369 = x27368
-x27370 = x27369
-x27371 = x27370
-x27372 = x27371
-x27373 = x27372
-x27374 = x27373
-x27375 = x27374
-x27376 = x27375
-x27377 = x27376
-x27378 = x27377
-x27379 = x27378
-x27380 = x27379
-x27381 = x27380
-x27382 = x27381
-x27383 = x27382
-x27384 = x27383
-x27385 = x27384
-x27386 = x27385
-x27387 = x27386
-x27388 = x27387
-x27389 = x27388
-x27390 = x27389
-x27391 = x27390
-x27392 = x27391
-x27393 = x27392
-x27394 = x27393
-x27395 = x27394
-x27396 = x27395
-x27397 = x27396
-x27398 = x27397
-x27399 = x27398
-x27400 = x27399
-x27401 = x27400
-x27402 = x27401
-x27403 = x27402
-x27404 = x27403
-x27405 = x27404
-x27406 = x27405
-x27407 = x27406
-x27408 = x27407
-x27409 = x27408
-x27410 = x27409
-x27411 = x27410
-x27412 = x27411
-x27413 = x27412
-x27414 = x27413
-x27415 = x27414
-x27416 = x27415
-x27417 = x27416
-x27418 = x27417
-x27419 = x27418
-x27420 = x27419
-x27421 = x27420
-x27422 = x27421
-x27423 = x27422
-x27424 = x27423
-x27425 = x27424
-x27426 = x27425
-x27427 = x27426
-x27428 = x27427
-x27429 = x27428
-x27430 = x27429
-x27431 = x27430
-x27432 = x27431
-x27433 = x27432
-x27434 = x27433
-x27435 = x27434
-x27436 = x27435
-x27437 = x27436
-x27438 = x27437
-x27439 = x27438
-x27440 = x27439
-x27441 = x27440
-x27442 = x27441
-x27443 = x27442
-x27444 = x27443
-x27445 = x27444
-x27446 = x27445
-x27447 = x27446
-x27448 = x27447
-x27449 = x27448
-x27450 = x27449
-x27451 = x27450
-x27452 = x27451
-x27453 = x27452
-x27454 = x27453
-x27455 = x27454
-x27456 = x27455
-x27457 = x27456
-x27458 = x27457
-x27459 = x27458
-x27460 = x27459
-x27461 = x27460
-x27462 = x27461
-x27463 = x27462
-x27464 = x27463
-x27465 = x27464
-x27466 = x27465
-x27467 = x27466
-x27468 = x27467
-x27469 = x27468
-x27470 = x27469
-x27471 = x27470
-x27472 = x27471
-x27473 = x27472
-x27474 = x27473
-x27475 = x27474
-x27476 = x27475
-x27477 = x27476
-x27478 = x27477
-x27479 = x27478
-x27480 = x27479
-x27481 = x27480
-x27482 = x27481
-x27483 = x27482
-x27484 = x27483
-x27485 = x27484
-x27486 = x27485
-x27487 = x27486
-x27488 = x27487
-x27489 = x27488
-x27490 = x27489
-x27491 = x27490
-x27492 = x27491
-x27493 = x27492
-x27494 = x27493
-x27495 = x27494
-x27496 = x27495
-x27497 = x27496
-x27498 = x27497
-x27499 = x27498
-x27500 = x27499
-x27501 = x27500
-x27502 = x27501
-x27503 = x27502
-x27504 = x27503
-x27505 = x27504
-x27506 = x27505
-x27507 = x27506
-x27508 = x27507
-x27509 = x27508
-x27510 = x27509
-x27511 = x27510
-x27512 = x27511
-x27513 = x27512
-x27514 = x27513
-x27515 = x27514
-x27516 = x27515
-x27517 = x27516
-x27518 = x27517
-x27519 = x27518
-x27520 = x27519
-x27521 = x27520
-x27522 = x27521
-x27523 = x27522
-x27524 = x27523
-x27525 = x27524
-x27526 = x27525
-x27527 = x27526
-x27528 = x27527
-x27529 = x27528
-x27530 = x27529
-x27531 = x27530
-x27532 = x27531
-x27533 = x27532
-x27534 = x27533
-x27535 = x27534
-x27536 = x27535
-x27537 = x27536
-x27538 = x27537
-x27539 = x27538
-x27540 = x27539
-x27541 = x27540
-x27542 = x27541
-x27543 = x27542
-x27544 = x27543
-x27545 = x27544
-x27546 = x27545
-x27547 = x27546
-x27548 = x27547
-x27549 = x27548
-x27550 = x27549
-x27551 = x27550
-x27552 = x27551
-x27553 = x27552
-x27554 = x27553
-x27555 = x27554
-x27556 = x27555
-x27557 = x27556
-x27558 = x27557
-x27559 = x27558
-x27560 = x27559
-x27561 = x27560
-x27562 = x27561
-x27563 = x27562
-x27564 = x27563
-x27565 = x27564
-x27566 = x27565
-x27567 = x27566
-x27568 = x27567
-x27569 = x27568
-x27570 = x27569
-x27571 = x27570
-x27572 = x27571
-x27573 = x27572
-x27574 = x27573
-x27575 = x27574
-x27576 = x27575
-x27577 = x27576
-x27578 = x27577
-x27579 = x27578
-x27580 = x27579
-x27581 = x27580
-x27582 = x27581
-x27583 = x27582
-x27584 = x27583
-x27585 = x27584
-x27586 = x27585
-x27587 = x27586
-x27588 = x27587
-x27589 = x27588
-x27590 = x27589
-x27591 = x27590
-x27592 = x27591
-x27593 = x27592
-x27594 = x27593
-x27595 = x27594
-x27596 = x27595
-x27597 = x27596
-x27598 = x27597
-x27599 = x27598
-x27600 = x27599
-x27601 = x27600
-x27602 = x27601
-x27603 = x27602
-x27604 = x27603
-x27605 = x27604
-x27606 = x27605
-x27607 = x27606
-x27608 = x27607
-x27609 = x27608
-x27610 = x27609
-x27611 = x27610
-x27612 = x27611
-x27613 = x27612
-x27614 = x27613
-x27615 = x27614
-x27616 = x27615
-x27617 = x27616
-x27618 = x27617
-x27619 = x27618
-x27620 = x27619
-x27621 = x27620
-x27622 = x27621
-x27623 = x27622
-x27624 = x27623
-x27625 = x27624
-x27626 = x27625
-x27627 = x27626
-x27628 = x27627
-x27629 = x27628
-x27630 = x27629
-x27631 = x27630
-x27632 = x27631
-x27633 = x27632
-x27634 = x27633
-x27635 = x27634
-x27636 = x27635
-x27637 = x27636
-x27638 = x27637
-x27639 = x27638
-x27640 = x27639
-x27641 = x27640
-x27642 = x27641
-x27643 = x27642
-x27644 = x27643
-x27645 = x27644
-x27646 = x27645
-x27647 = x27646
-x27648 = x27647
-x27649 = x27648
-x27650 = x27649
-x27651 = x27650
-x27652 = x27651
-x27653 = x27652
-x27654 = x27653
-x27655 = x27654
-x27656 = x27655
-x27657 = x27656
-x27658 = x27657
-x27659 = x27658
-x27660 = x27659
-x27661 = x27660
-x27662 = x27661
-x27663 = x27662
-x27664 = x27663
-x27665 = x27664
-x27666 = x27665
-x27667 = x27666
-x27668 = x27667
-x27669 = x27668
-x27670 = x27669
-x27671 = x27670
-x27672 = x27671
-x27673 = x27672
-x27674 = x27673
-x27675 = x27674
-x27676 = x27675
-x27677 = x27676
-x27678 = x27677
-x27679 = x27678
-x27680 = x27679
-x27681 = x27680
-x27682 = x27681
-x27683 = x27682
-x27684 = x27683
-x27685 = x27684
-x27686 = x27685
-x27687 = x27686
-x27688 = x27687
-x27689 = x27688
-x27690 = x27689
-x27691 = x27690
-x27692 = x27691
-x27693 = x27692
-x27694 = x27693
-x27695 = x27694
-x27696 = x27695
-x27697 = x27696
-x27698 = x27697
-x27699 = x27698
-x27700 = x27699
-x27701 = x27700
-x27702 = x27701
-x27703 = x27702
-x27704 = x27703
-x27705 = x27704
-x27706 = x27705
-x27707 = x27706
-x27708 = x27707
-x27709 = x27708
-x27710 = x27709
-x27711 = x27710
-x27712 = x27711
-x27713 = x27712
-x27714 = x27713
-x27715 = x27714
-x27716 = x27715
-x27717 = x27716
-x27718 = x27717
-x27719 = x27718
-x27720 = x27719
-x27721 = x27720
-x27722 = x27721
-x27723 = x27722
-x27724 = x27723
-x27725 = x27724
-x27726 = x27725
-x27727 = x27726
-x27728 = x27727
-x27729 = x27728
-x27730 = x27729
-x27731 = x27730
-x27732 = x27731
-x27733 = x27732
-x27734 = x27733
-x27735 = x27734
-x27736 = x27735
-x27737 = x27736
-x27738 = x27737
-x27739 = x27738
-x27740 = x27739
-x27741 = x27740
-x27742 = x27741
-x27743 = x27742
-x27744 = x27743
-x27745 = x27744
-x27746 = x27745
-x27747 = x27746
-x27748 = x27747
-x27749 = x27748
-x27750 = x27749
-x27751 = x27750
-x27752 = x27751
-x27753 = x27752
-x27754 = x27753
-x27755 = x27754
-x27756 = x27755
-x27757 = x27756
-x27758 = x27757
-x27759 = x27758
-x27760 = x27759
-x27761 = x27760
-x27762 = x27761
-x27763 = x27762
-x27764 = x27763
-x27765 = x27764
-x27766 = x27765
-x27767 = x27766
-x27768 = x27767
-x27769 = x27768
-x27770 = x27769
-x27771 = x27770
-x27772 = x27771
-x27773 = x27772
-x27774 = x27773
-x27775 = x27774
-x27776 = x27775
-x27777 = x27776
-x27778 = x27777
-x27779 = x27778
-x27780 = x27779
-x27781 = x27780
-x27782 = x27781
-x27783 = x27782
-x27784 = x27783
-x27785 = x27784
-x27786 = x27785
-x27787 = x27786
-x27788 = x27787
-x27789 = x27788
-x27790 = x27789
-x27791 = x27790
-x27792 = x27791
-x27793 = x27792
-x27794 = x27793
-x27795 = x27794
-x27796 = x27795
-x27797 = x27796
-x27798 = x27797
-x27799 = x27798
-x27800 = x27799
-x27801 = x27800
-x27802 = x27801
-x27803 = x27802
-x27804 = x27803
-x27805 = x27804
-x27806 = x27805
-x27807 = x27806
-x27808 = x27807
-x27809 = x27808
-x27810 = x27809
-x27811 = x27810
-x27812 = x27811
-x27813 = x27812
-x27814 = x27813
-x27815 = x27814
-x27816 = x27815
-x27817 = x27816
-x27818 = x27817
-x27819 = x27818
-x27820 = x27819
-x27821 = x27820
-x27822 = x27821
-x27823 = x27822
-x27824 = x27823
-x27825 = x27824
-x27826 = x27825
-x27827 = x27826
-x27828 = x27827
-x27829 = x27828
-x27830 = x27829
-x27831 = x27830
-x27832 = x27831
-x27833 = x27832
-x27834 = x27833
-x27835 = x27834
-x27836 = x27835
-x27837 = x27836
-x27838 = x27837
-x27839 = x27838
-x27840 = x27839
-x27841 = x27840
-x27842 = x27841
-x27843 = x27842
-x27844 = x27843
-x27845 = x27844
-x27846 = x27845
-x27847 = x27846
-x27848 = x27847
-x27849 = x27848
-x27850 = x27849
-x27851 = x27850
-x27852 = x27851
-x27853 = x27852
-x27854 = x27853
-x27855 = x27854
-x27856 = x27855
-x27857 = x27856
-x27858 = x27857
-x27859 = x27858
-x27860 = x27859
-x27861 = x27860
-x27862 = x27861
-x27863 = x27862
-x27864 = x27863
-x27865 = x27864
-x27866 = x27865
-x27867 = x27866
-x27868 = x27867
-x27869 = x27868
-x27870 = x27869
-x27871 = x27870
-x27872 = x27871
-x27873 = x27872
-x27874 = x27873
-x27875 = x27874
-x27876 = x27875
-x27877 = x27876
-x27878 = x27877
-x27879 = x27878
-x27880 = x27879
-x27881 = x27880
-x27882 = x27881
-x27883 = x27882
-x27884 = x27883
-x27885 = x27884
-x27886 = x27885
-x27887 = x27886
-x27888 = x27887
-x27889 = x27888
-x27890 = x27889
-x27891 = x27890
-x27892 = x27891
-x27893 = x27892
-x27894 = x27893
-x27895 = x27894
-x27896 = x27895
-x27897 = x27896
-x27898 = x27897
-x27899 = x27898
-x27900 = x27899
-x27901 = x27900
-x27902 = x27901
-x27903 = x27902
-x27904 = x27903
-x27905 = x27904
-x27906 = x27905
-x27907 = x27906
-x27908 = x27907
-x27909 = x27908
-x27910 = x27909
-x27911 = x27910
-x27912 = x27911
-x27913 = x27912
-x27914 = x27913
-x27915 = x27914
-x27916 = x27915
-x27917 = x27916
-x27918 = x27917
-x27919 = x27918
-x27920 = x27919
-x27921 = x27920
-x27922 = x27921
-x27923 = x27922
-x27924 = x27923
-x27925 = x27924
-x27926 = x27925
-x27927 = x27926
-x27928 = x27927
-x27929 = x27928
-x27930 = x27929
-x27931 = x27930
-x27932 = x27931
-x27933 = x27932
-x27934 = x27933
-x27935 = x27934
-x27936 = x27935
-x27937 = x27936
-x27938 = x27937
-x27939 = x27938
-x27940 = x27939
-x27941 = x27940
-x27942 = x27941
-x27943 = x27942
-x27944 = x27943
-x27945 = x27944
-x27946 = x27945
-x27947 = x27946
-x27948 = x27947
-x27949 = x27948
-x27950 = x27949
-x27951 = x27950
-x27952 = x27951
-x27953 = x27952
-x27954 = x27953
-x27955 = x27954
-x27956 = x27955
-x27957 = x27956
-x27958 = x27957
-x27959 = x27958
-x27960 = x27959
-x27961 = x27960
-x27962 = x27961
-x27963 = x27962
-x27964 = x27963
-x27965 = x27964
-x27966 = x27965
-x27967 = x27966
-x27968 = x27967
-x27969 = x27968
-x27970 = x27969
-x27971 = x27970
-x27972 = x27971
-x27973 = x27972
-x27974 = x27973
-x27975 = x27974
-x27976 = x27975
-x27977 = x27976
-x27978 = x27977
-x27979 = x27978
-x27980 = x27979
-x27981 = x27980
-x27982 = x27981
-x27983 = x27982
-x27984 = x27983
-x27985 = x27984
-x27986 = x27985
-x27987 = x27986
-x27988 = x27987
-x27989 = x27988
-x27990 = x27989
-x27991 = x27990
-x27992 = x27991
-x27993 = x27992
-x27994 = x27993
-x27995 = x27994
-x27996 = x27995
-x27997 = x27996
-x27998 = x27997
-x27999 = x27998
-x28000 = x27999
-x28001 = x28000
-x28002 = x28001
-x28003 = x28002
-x28004 = x28003
-x28005 = x28004
-x28006 = x28005
-x28007 = x28006
-x28008 = x28007
-x28009 = x28008
-x28010 = x28009
-x28011 = x28010
-x28012 = x28011
-x28013 = x28012
-x28014 = x28013
-x28015 = x28014
-x28016 = x28015
-x28017 = x28016
-x28018 = x28017
-x28019 = x28018
-x28020 = x28019
-x28021 = x28020
-x28022 = x28021
-x28023 = x28022
-x28024 = x28023
-x28025 = x28024
-x28026 = x28025
-x28027 = x28026
-x28028 = x28027
-x28029 = x28028
-x28030 = x28029
-x28031 = x28030
-x28032 = x28031
-x28033 = x28032
-x28034 = x28033
-x28035 = x28034
-x28036 = x28035
-x28037 = x28036
-x28038 = x28037
-x28039 = x28038
-x28040 = x28039
-x28041 = x28040
-x28042 = x28041
-x28043 = x28042
-x28044 = x28043
-x28045 = x28044
-x28046 = x28045
-x28047 = x28046
-x28048 = x28047
-x28049 = x28048
-x28050 = x28049
-x28051 = x28050
-x28052 = x28051
-x28053 = x28052
-x28054 = x28053
-x28055 = x28054
-x28056 = x28055
-x28057 = x28056
-x28058 = x28057
-x28059 = x28058
-x28060 = x28059
-x28061 = x28060
-x28062 = x28061
-x28063 = x28062
-x28064 = x28063
-x28065 = x28064
-x28066 = x28065
-x28067 = x28066
-x28068 = x28067
-x28069 = x28068
-x28070 = x28069
-x28071 = x28070
-x28072 = x28071
-x28073 = x28072
-x28074 = x28073
-x28075 = x28074
-x28076 = x28075
-x28077 = x28076
-x28078 = x28077
-x28079 = x28078
-x28080 = x28079
-x28081 = x28080
-x28082 = x28081
-x28083 = x28082
-x28084 = x28083
-x28085 = x28084
-x28086 = x28085
-x28087 = x28086
-x28088 = x28087
-x28089 = x28088
-x28090 = x28089
-x28091 = x28090
-x28092 = x28091
-x28093 = x28092
-x28094 = x28093
-x28095 = x28094
-x28096 = x28095
-x28097 = x28096
-x28098 = x28097
-x28099 = x28098
-x28100 = x28099
-x28101 = x28100
-x28102 = x28101
-x28103 = x28102
-x28104 = x28103
-x28105 = x28104
-x28106 = x28105
-x28107 = x28106
-x28108 = x28107
-x28109 = x28108
-x28110 = x28109
-x28111 = x28110
-x28112 = x28111
-x28113 = x28112
-x28114 = x28113
-x28115 = x28114
-x28116 = x28115
-x28117 = x28116
-x28118 = x28117
-x28119 = x28118
-x28120 = x28119
-x28121 = x28120
-x28122 = x28121
-x28123 = x28122
-x28124 = x28123
-x28125 = x28124
-x28126 = x28125
-x28127 = x28126
-x28128 = x28127
-x28129 = x28128
-x28130 = x28129
-x28131 = x28130
-x28132 = x28131
-x28133 = x28132
-x28134 = x28133
-x28135 = x28134
-x28136 = x28135
-x28137 = x28136
-x28138 = x28137
-x28139 = x28138
-x28140 = x28139
-x28141 = x28140
-x28142 = x28141
-x28143 = x28142
-x28144 = x28143
-x28145 = x28144
-x28146 = x28145
-x28147 = x28146
-x28148 = x28147
-x28149 = x28148
-x28150 = x28149
-x28151 = x28150
-x28152 = x28151
-x28153 = x28152
-x28154 = x28153
-x28155 = x28154
-x28156 = x28155
-x28157 = x28156
-x28158 = x28157
-x28159 = x28158
-x28160 = x28159
-x28161 = x28160
-x28162 = x28161
-x28163 = x28162
-x28164 = x28163
-x28165 = x28164
-x28166 = x28165
-x28167 = x28166
-x28168 = x28167
-x28169 = x28168
-x28170 = x28169
-x28171 = x28170
-x28172 = x28171
-x28173 = x28172
-x28174 = x28173
-x28175 = x28174
-x28176 = x28175
-x28177 = x28176
-x28178 = x28177
-x28179 = x28178
-x28180 = x28179
-x28181 = x28180
-x28182 = x28181
-x28183 = x28182
-x28184 = x28183
-x28185 = x28184
-x28186 = x28185
-x28187 = x28186
-x28188 = x28187
-x28189 = x28188
-x28190 = x28189
-x28191 = x28190
-x28192 = x28191
-x28193 = x28192
-x28194 = x28193
-x28195 = x28194
-x28196 = x28195
-x28197 = x28196
-x28198 = x28197
-x28199 = x28198
-x28200 = x28199
-x28201 = x28200
-x28202 = x28201
-x28203 = x28202
-x28204 = x28203
-x28205 = x28204
-x28206 = x28205
-x28207 = x28206
-x28208 = x28207
-x28209 = x28208
-x28210 = x28209
-x28211 = x28210
-x28212 = x28211
-x28213 = x28212
-x28214 = x28213
-x28215 = x28214
-x28216 = x28215
-x28217 = x28216
-x28218 = x28217
-x28219 = x28218
-x28220 = x28219
-x28221 = x28220
-x28222 = x28221
-x28223 = x28222
-x28224 = x28223
-x28225 = x28224
-x28226 = x28225
-x28227 = x28226
-x28228 = x28227
-x28229 = x28228
-x28230 = x28229
-x28231 = x28230
-x28232 = x28231
-x28233 = x28232
-x28234 = x28233
-x28235 = x28234
-x28236 = x28235
-x28237 = x28236
-x28238 = x28237
-x28239 = x28238
-x28240 = x28239
-x28241 = x28240
-x28242 = x28241
-x28243 = x28242
-x28244 = x28243
-x28245 = x28244
-x28246 = x28245
-x28247 = x28246
-x28248 = x28247
-x28249 = x28248
-x28250 = x28249
-x28251 = x28250
-x28252 = x28251
-x28253 = x28252
-x28254 = x28253
-x28255 = x28254
-x28256 = x28255
-x28257 = x28256
-x28258 = x28257
-x28259 = x28258
-x28260 = x28259
-x28261 = x28260
-x28262 = x28261
-x28263 = x28262
-x28264 = x28263
-x28265 = x28264
-x28266 = x28265
-x28267 = x28266
-x28268 = x28267
-x28269 = x28268
-x28270 = x28269
-x28271 = x28270
-x28272 = x28271
-x28273 = x28272
-x28274 = x28273
-x28275 = x28274
-x28276 = x28275
-x28277 = x28276
-x28278 = x28277
-x28279 = x28278
-x28280 = x28279
-x28281 = x28280
-x28282 = x28281
-x28283 = x28282
-x28284 = x28283
-x28285 = x28284
-x28286 = x28285
-x28287 = x28286
-x28288 = x28287
-x28289 = x28288
-x28290 = x28289
-x28291 = x28290
-x28292 = x28291
-x28293 = x28292
-x28294 = x28293
-x28295 = x28294
-x28296 = x28295
-x28297 = x28296
-x28298 = x28297
-x28299 = x28298
-x28300 = x28299
-x28301 = x28300
-x28302 = x28301
-x28303 = x28302
-x28304 = x28303
-x28305 = x28304
-x28306 = x28305
-x28307 = x28306
-x28308 = x28307
-x28309 = x28308
-x28310 = x28309
-x28311 = x28310
-x28312 = x28311
-x28313 = x28312
-x28314 = x28313
-x28315 = x28314
-x28316 = x28315
-x28317 = x28316
-x28318 = x28317
-x28319 = x28318
-x28320 = x28319
-x28321 = x28320
-x28322 = x28321
-x28323 = x28322
-x28324 = x28323
-x28325 = x28324
-x28326 = x28325
-x28327 = x28326
-x28328 = x28327
-x28329 = x28328
-x28330 = x28329
-x28331 = x28330
-x28332 = x28331
-x28333 = x28332
-x28334 = x28333
-x28335 = x28334
-x28336 = x28335
-x28337 = x28336
-x28338 = x28337
-x28339 = x28338
-x28340 = x28339
-x28341 = x28340
-x28342 = x28341
-x28343 = x28342
-x28344 = x28343
-x28345 = x28344
-x28346 = x28345
-x28347 = x28346
-x28348 = x28347
-x28349 = x28348
-x28350 = x28349
-x28351 = x28350
-x28352 = x28351
-x28353 = x28352
-x28354 = x28353
-x28355 = x28354
-x28356 = x28355
-x28357 = x28356
-x28358 = x28357
-x28359 = x28358
-x28360 = x28359
-x28361 = x28360
-x28362 = x28361
-x28363 = x28362
-x28364 = x28363
-x28365 = x28364
-x28366 = x28365
-x28367 = x28366
-x28368 = x28367
-x28369 = x28368
-x28370 = x28369
-x28371 = x28370
-x28372 = x28371
-x28373 = x28372
-x28374 = x28373
-x28375 = x28374
-x28376 = x28375
-x28377 = x28376
-x28378 = x28377
-x28379 = x28378
-x28380 = x28379
-x28381 = x28380
-x28382 = x28381
-x28383 = x28382
-x28384 = x28383
-x28385 = x28384
-x28386 = x28385
-x28387 = x28386
-x28388 = x28387
-x28389 = x28388
-x28390 = x28389
-x28391 = x28390
-x28392 = x28391
-x28393 = x28392
-x28394 = x28393
-x28395 = x28394
-x28396 = x28395
-x28397 = x28396
-x28398 = x28397
-x28399 = x28398
-x28400 = x28399
-x28401 = x28400
-x28402 = x28401
-x28403 = x28402
-x28404 = x28403
-x28405 = x28404
-x28406 = x28405
-x28407 = x28406
-x28408 = x28407
-x28409 = x28408
-x28410 = x28409
-x28411 = x28410
-x28412 = x28411
-x28413 = x28412
-x28414 = x28413
-x28415 = x28414
-x28416 = x28415
-x28417 = x28416
-x28418 = x28417
-x28419 = x28418
-x28420 = x28419
-x28421 = x28420
-x28422 = x28421
-x28423 = x28422
-x28424 = x28423
-x28425 = x28424
-x28426 = x28425
-x28427 = x28426
-x28428 = x28427
-x28429 = x28428
-x28430 = x28429
-x28431 = x28430
-x28432 = x28431
-x28433 = x28432
-x28434 = x28433
-x28435 = x28434
-x28436 = x28435
-x28437 = x28436
-x28438 = x28437
-x28439 = x28438
-x28440 = x28439
-x28441 = x28440
-x28442 = x28441
-x28443 = x28442
-x28444 = x28443
-x28445 = x28444
-x28446 = x28445
-x28447 = x28446
-x28448 = x28447
-x28449 = x28448
-x28450 = x28449
-x28451 = x28450
-x28452 = x28451
-x28453 = x28452
-x28454 = x28453
-x28455 = x28454
-x28456 = x28455
-x28457 = x28456
-x28458 = x28457
-x28459 = x28458
-x28460 = x28459
-x28461 = x28460
-x28462 = x28461
-x28463 = x28462
-x28464 = x28463
-x28465 = x28464
-x28466 = x28465
-x28467 = x28466
-x28468 = x28467
-x28469 = x28468
-x28470 = x28469
-x28471 = x28470
-x28472 = x28471
-x28473 = x28472
-x28474 = x28473
-x28475 = x28474
-x28476 = x28475
-x28477 = x28476
-x28478 = x28477
-x28479 = x28478
-x28480 = x28479
-x28481 = x28480
-x28482 = x28481
-x28483 = x28482
-x28484 = x28483
-x28485 = x28484
-x28486 = x28485
-x28487 = x28486
-x28488 = x28487
-x28489 = x28488
-x28490 = x28489
-x28491 = x28490
-x28492 = x28491
-x28493 = x28492
-x28494 = x28493
-x28495 = x28494
-x28496 = x28495
-x28497 = x28496
-x28498 = x28497
-x28499 = x28498
-x28500 = x28499
-x28501 = x28500
-x28502 = x28501
-x28503 = x28502
-x28504 = x28503
-x28505 = x28504
-x28506 = x28505
-x28507 = x28506
-x28508 = x28507
-x28509 = x28508
-x28510 = x28509
-x28511 = x28510
-x28512 = x28511
-x28513 = x28512
-x28514 = x28513
-x28515 = x28514
-x28516 = x28515
-x28517 = x28516
-x28518 = x28517
-x28519 = x28518
-x28520 = x28519
-x28521 = x28520
-x28522 = x28521
-x28523 = x28522
-x28524 = x28523
-x28525 = x28524
-x28526 = x28525
-x28527 = x28526
-x28528 = x28527
-x28529 = x28528
-x28530 = x28529
-x28531 = x28530
-x28532 = x28531
-x28533 = x28532
-x28534 = x28533
-x28535 = x28534
-x28536 = x28535
-x28537 = x28536
-x28538 = x28537
-x28539 = x28538
-x28540 = x28539
-x28541 = x28540
-x28542 = x28541
-x28543 = x28542
-x28544 = x28543
-x28545 = x28544
-x28546 = x28545
-x28547 = x28546
-x28548 = x28547
-x28549 = x28548
-x28550 = x28549
-x28551 = x28550
-x28552 = x28551
-x28553 = x28552
-x28554 = x28553
-x28555 = x28554
-x28556 = x28555
-x28557 = x28556
-x28558 = x28557
-x28559 = x28558
-x28560 = x28559
-x28561 = x28560
-x28562 = x28561
-x28563 = x28562
-x28564 = x28563
-x28565 = x28564
-x28566 = x28565
-x28567 = x28566
-x28568 = x28567
-x28569 = x28568
-x28570 = x28569
-x28571 = x28570
-x28572 = x28571
-x28573 = x28572
-x28574 = x28573
-x28575 = x28574
-x28576 = x28575
-x28577 = x28576
-x28578 = x28577
-x28579 = x28578
-x28580 = x28579
-x28581 = x28580
-x28582 = x28581
-x28583 = x28582
-x28584 = x28583
-x28585 = x28584
-x28586 = x28585
-x28587 = x28586
-x28588 = x28587
-x28589 = x28588
-x28590 = x28589
-x28591 = x28590
-x28592 = x28591
-x28593 = x28592
-x28594 = x28593
-x28595 = x28594
-x28596 = x28595
-x28597 = x28596
-x28598 = x28597
-x28599 = x28598
-x28600 = x28599
-x28601 = x28600
-x28602 = x28601
-x28603 = x28602
-x28604 = x28603
-x28605 = x28604
-x28606 = x28605
-x28607 = x28606
-x28608 = x28607
-x28609 = x28608
-x28610 = x28609
-x28611 = x28610
-x28612 = x28611
-x28613 = x28612
-x28614 = x28613
-x28615 = x28614
-x28616 = x28615
-x28617 = x28616
-x28618 = x28617
-x28619 = x28618
-x28620 = x28619
-x28621 = x28620
-x28622 = x28621
-x28623 = x28622
-x28624 = x28623
-x28625 = x28624
-x28626 = x28625
-x28627 = x28626
-x28628 = x28627
-x28629 = x28628
-x28630 = x28629
-x28631 = x28630
-x28632 = x28631
-x28633 = x28632
-x28634 = x28633
-x28635 = x28634
-x28636 = x28635
-x28637 = x28636
-x28638 = x28637
-x28639 = x28638
-x28640 = x28639
-x28641 = x28640
-x28642 = x28641
-x28643 = x28642
-x28644 = x28643
-x28645 = x28644
-x28646 = x28645
-x28647 = x28646
-x28648 = x28647
-x28649 = x28648
-x28650 = x28649
-x28651 = x28650
-x28652 = x28651
-x28653 = x28652
-x28654 = x28653
-x28655 = x28654
-x28656 = x28655
-x28657 = x28656
-x28658 = x28657
-x28659 = x28658
-x28660 = x28659
-x28661 = x28660
-x28662 = x28661
-x28663 = x28662
-x28664 = x28663
-x28665 = x28664
-x28666 = x28665
-x28667 = x28666
-x28668 = x28667
-x28669 = x28668
-x28670 = x28669
-x28671 = x28670
-x28672 = x28671
-x28673 = x28672
-x28674 = x28673
-x28675 = x28674
-x28676 = x28675
-x28677 = x28676
-x28678 = x28677
-x28679 = x28678
-x28680 = x28679
-x28681 = x28680
-x28682 = x28681
-x28683 = x28682
-x28684 = x28683
-x28685 = x28684
-x28686 = x28685
-x28687 = x28686
-x28688 = x28687
-x28689 = x28688
-x28690 = x28689
-x28691 = x28690
-x28692 = x28691
-x28693 = x28692
-x28694 = x28693
-x28695 = x28694
-x28696 = x28695
-x28697 = x28696
-x28698 = x28697
-x28699 = x28698
-x28700 = x28699
-x28701 = x28700
-x28702 = x28701
-x28703 = x28702
-x28704 = x28703
-x28705 = x28704
-x28706 = x28705
-x28707 = x28706
-x28708 = x28707
-x28709 = x28708
-x28710 = x28709
-x28711 = x28710
-x28712 = x28711
-x28713 = x28712
-x28714 = x28713
-x28715 = x28714
-x28716 = x28715
-x28717 = x28716
-x28718 = x28717
-x28719 = x28718
-x28720 = x28719
-x28721 = x28720
-x28722 = x28721
-x28723 = x28722
-x28724 = x28723
-x28725 = x28724
-x28726 = x28725
-x28727 = x28726
-x28728 = x28727
-x28729 = x28728
-x28730 = x28729
-x28731 = x28730
-x28732 = x28731
-x28733 = x28732
-x28734 = x28733
-x28735 = x28734
-x28736 = x28735
-x28737 = x28736
-x28738 = x28737
-x28739 = x28738
-x28740 = x28739
-x28741 = x28740
-x28742 = x28741
-x28743 = x28742
-x28744 = x28743
-x28745 = x28744
-x28746 = x28745
-x28747 = x28746
-x28748 = x28747
-x28749 = x28748
-x28750 = x28749
-x28751 = x28750
-x28752 = x28751
-x28753 = x28752
-x28754 = x28753
-x28755 = x28754
-x28756 = x28755
-x28757 = x28756
-x28758 = x28757
-x28759 = x28758
-x28760 = x28759
-x28761 = x28760
-x28762 = x28761
-x28763 = x28762
-x28764 = x28763
-x28765 = x28764
-x28766 = x28765
-x28767 = x28766
-x28768 = x28767
-x28769 = x28768
-x28770 = x28769
-x28771 = x28770
-x28772 = x28771
-x28773 = x28772
-x28774 = x28773
-x28775 = x28774
-x28776 = x28775
-x28777 = x28776
-x28778 = x28777
-x28779 = x28778
-x28780 = x28779
-x28781 = x28780
-x28782 = x28781
-x28783 = x28782
-x28784 = x28783
-x28785 = x28784
-x28786 = x28785
-x28787 = x28786
-x28788 = x28787
-x28789 = x28788
-x28790 = x28789
-x28791 = x28790
-x28792 = x28791
-x28793 = x28792
-x28794 = x28793
-x28795 = x28794
-x28796 = x28795
-x28797 = x28796
-x28798 = x28797
-x28799 = x28798
-x28800 = x28799
-x28801 = x28800
-x28802 = x28801
-x28803 = x28802
-x28804 = x28803
-x28805 = x28804
-x28806 = x28805
-x28807 = x28806
-x28808 = x28807
-x28809 = x28808
-x28810 = x28809
-x28811 = x28810
-x28812 = x28811
-x28813 = x28812
-x28814 = x28813
-x28815 = x28814
-x28816 = x28815
-x28817 = x28816
-x28818 = x28817
-x28819 = x28818
-x28820 = x28819
-x28821 = x28820
-x28822 = x28821
-x28823 = x28822
-x28824 = x28823
-x28825 = x28824
-x28826 = x28825
-x28827 = x28826
-x28828 = x28827
-x28829 = x28828
-x28830 = x28829
-x28831 = x28830
-x28832 = x28831
-x28833 = x28832
-x28834 = x28833
-x28835 = x28834
-x28836 = x28835
-x28837 = x28836
-x28838 = x28837
-x28839 = x28838
-x28840 = x28839
-x28841 = x28840
-x28842 = x28841
-x28843 = x28842
-x28844 = x28843
-x28845 = x28844
-x28846 = x28845
-x28847 = x28846
-x28848 = x28847
-x28849 = x28848
-x28850 = x28849
-x28851 = x28850
-x28852 = x28851
-x28853 = x28852
-x28854 = x28853
-x28855 = x28854
-x28856 = x28855
-x28857 = x28856
-x28858 = x28857
-x28859 = x28858
-x28860 = x28859
-x28861 = x28860
-x28862 = x28861
-x28863 = x28862
-x28864 = x28863
-x28865 = x28864
-x28866 = x28865
-x28867 = x28866
-x28868 = x28867
-x28869 = x28868
-x28870 = x28869
-x28871 = x28870
-x28872 = x28871
-x28873 = x28872
-x28874 = x28873
-x28875 = x28874
-x28876 = x28875
-x28877 = x28876
-x28878 = x28877
-x28879 = x28878
-x28880 = x28879
-x28881 = x28880
-x28882 = x28881
-x28883 = x28882
-x28884 = x28883
-x28885 = x28884
-x28886 = x28885
-x28887 = x28886
-x28888 = x28887
-x28889 = x28888
-x28890 = x28889
-x28891 = x28890
-x28892 = x28891
-x28893 = x28892
-x28894 = x28893
-x28895 = x28894
-x28896 = x28895
-x28897 = x28896
-x28898 = x28897
-x28899 = x28898
-x28900 = x28899
-x28901 = x28900
-x28902 = x28901
-x28903 = x28902
-x28904 = x28903
-x28905 = x28904
-x28906 = x28905
-x28907 = x28906
-x28908 = x28907
-x28909 = x28908
-x28910 = x28909
-x28911 = x28910
-x28912 = x28911
-x28913 = x28912
-x28914 = x28913
-x28915 = x28914
-x28916 = x28915
-x28917 = x28916
-x28918 = x28917
-x28919 = x28918
-x28920 = x28919
-x28921 = x28920
-x28922 = x28921
-x28923 = x28922
-x28924 = x28923
-x28925 = x28924
-x28926 = x28925
-x28927 = x28926
-x28928 = x28927
-x28929 = x28928
-x28930 = x28929
-x28931 = x28930
-x28932 = x28931
-x28933 = x28932
-x28934 = x28933
-x28935 = x28934
-x28936 = x28935
-x28937 = x28936
-x28938 = x28937
-x28939 = x28938
-x28940 = x28939
-x28941 = x28940
-x28942 = x28941
-x28943 = x28942
-x28944 = x28943
-x28945 = x28944
-x28946 = x28945
-x28947 = x28946
-x28948 = x28947
-x28949 = x28948
-x28950 = x28949
-x28951 = x28950
-x28952 = x28951
-x28953 = x28952
-x28954 = x28953
-x28955 = x28954
-x28956 = x28955
-x28957 = x28956
-x28958 = x28957
-x28959 = x28958
-x28960 = x28959
-x28961 = x28960
-x28962 = x28961
-x28963 = x28962
-x28964 = x28963
-x28965 = x28964
-x28966 = x28965
-x28967 = x28966
-x28968 = x28967
-x28969 = x28968
-x28970 = x28969
-x28971 = x28970
-x28972 = x28971
-x28973 = x28972
-x28974 = x28973
-x28975 = x28974
-x28976 = x28975
-x28977 = x28976
-x28978 = x28977
-x28979 = x28978
-x28980 = x28979
-x28981 = x28980
-x28982 = x28981
-x28983 = x28982
-x28984 = x28983
-x28985 = x28984
-x28986 = x28985
-x28987 = x28986
-x28988 = x28987
-x28989 = x28988
-x28990 = x28989
-x28991 = x28990
-x28992 = x28991
-x28993 = x28992
-x28994 = x28993
-x28995 = x28994
-x28996 = x28995
-x28997 = x28996
-x28998 = x28997
-x28999 = x28998
-x29000 = x28999
-x29001 = x29000
-x29002 = x29001
-x29003 = x29002
-x29004 = x29003
-x29005 = x29004
-x29006 = x29005
-x29007 = x29006
-x29008 = x29007
-x29009 = x29008
-x29010 = x29009
-x29011 = x29010
-x29012 = x29011
-x29013 = x29012
-x29014 = x29013
-x29015 = x29014
-x29016 = x29015
-x29017 = x29016
-x29018 = x29017
-x29019 = x29018
-x29020 = x29019
-x29021 = x29020
-x29022 = x29021
-x29023 = x29022
-x29024 = x29023
-x29025 = x29024
-x29026 = x29025
-x29027 = x29026
-x29028 = x29027
-x29029 = x29028
-x29030 = x29029
-x29031 = x29030
-x29032 = x29031
-x29033 = x29032
-x29034 = x29033
-x29035 = x29034
-x29036 = x29035
-x29037 = x29036
-x29038 = x29037
-x29039 = x29038
-x29040 = x29039
-x29041 = x29040
-x29042 = x29041
-x29043 = x29042
-x29044 = x29043
-x29045 = x29044
-x29046 = x29045
-x29047 = x29046
-x29048 = x29047
-x29049 = x29048
-x29050 = x29049
-x29051 = x29050
-x29052 = x29051
-x29053 = x29052
-x29054 = x29053
-x29055 = x29054
-x29056 = x29055
-x29057 = x29056
-x29058 = x29057
-x29059 = x29058
-x29060 = x29059
-x29061 = x29060
-x29062 = x29061
-x29063 = x29062
-x29064 = x29063
-x29065 = x29064
-x29066 = x29065
-x29067 = x29066
-x29068 = x29067
-x29069 = x29068
-x29070 = x29069
-x29071 = x29070
-x29072 = x29071
-x29073 = x29072
-x29074 = x29073
-x29075 = x29074
-x29076 = x29075
-x29077 = x29076
-x29078 = x29077
-x29079 = x29078
-x29080 = x29079
-x29081 = x29080
-x29082 = x29081
-x29083 = x29082
-x29084 = x29083
-x29085 = x29084
-x29086 = x29085
-x29087 = x29086
-x29088 = x29087
-x29089 = x29088
-x29090 = x29089
-x29091 = x29090
-x29092 = x29091
-x29093 = x29092
-x29094 = x29093
-x29095 = x29094
-x29096 = x29095
-x29097 = x29096
-x29098 = x29097
-x29099 = x29098
-x29100 = x29099
-x29101 = x29100
-x29102 = x29101
-x29103 = x29102
-x29104 = x29103
-x29105 = x29104
-x29106 = x29105
-x29107 = x29106
-x29108 = x29107
-x29109 = x29108
-x29110 = x29109
-x29111 = x29110
-x29112 = x29111
-x29113 = x29112
-x29114 = x29113
-x29115 = x29114
-x29116 = x29115
-x29117 = x29116
-x29118 = x29117
-x29119 = x29118
-x29120 = x29119
-x29121 = x29120
-x29122 = x29121
-x29123 = x29122
-x29124 = x29123
-x29125 = x29124
-x29126 = x29125
-x29127 = x29126
-x29128 = x29127
-x29129 = x29128
-x29130 = x29129
-x29131 = x29130
-x29132 = x29131
-x29133 = x29132
-x29134 = x29133
-x29135 = x29134
-x29136 = x29135
-x29137 = x29136
-x29138 = x29137
-x29139 = x29138
-x29140 = x29139
-x29141 = x29140
-x29142 = x29141
-x29143 = x29142
-x29144 = x29143
-x29145 = x29144
-x29146 = x29145
-x29147 = x29146
-x29148 = x29147
-x29149 = x29148
-x29150 = x29149
-x29151 = x29150
-x29152 = x29151
-x29153 = x29152
-x29154 = x29153
-x29155 = x29154
-x29156 = x29155
-x29157 = x29156
-x29158 = x29157
-x29159 = x29158
-x29160 = x29159
-x29161 = x29160
-x29162 = x29161
-x29163 = x29162
-x29164 = x29163
-x29165 = x29164
-x29166 = x29165
-x29167 = x29166
-x29168 = x29167
-x29169 = x29168
-x29170 = x29169
-x29171 = x29170
-x29172 = x29171
-x29173 = x29172
-x29174 = x29173
-x29175 = x29174
-x29176 = x29175
-x29177 = x29176
-x29178 = x29177
-x29179 = x29178
-x29180 = x29179
-x29181 = x29180
-x29182 = x29181
-x29183 = x29182
-x29184 = x29183
-x29185 = x29184
-x29186 = x29185
-x29187 = x29186
-x29188 = x29187
-x29189 = x29188
-x29190 = x29189
-x29191 = x29190
-x29192 = x29191
-x29193 = x29192
-x29194 = x29193
-x29195 = x29194
-x29196 = x29195
-x29197 = x29196
-x29198 = x29197
-x29199 = x29198
-x29200 = x29199
-x29201 = x29200
-x29202 = x29201
-x29203 = x29202
-x29204 = x29203
-x29205 = x29204
-x29206 = x29205
-x29207 = x29206
-x29208 = x29207
-x29209 = x29208
-x29210 = x29209
-x29211 = x29210
-x29212 = x29211
-x29213 = x29212
-x29214 = x29213
-x29215 = x29214
-x29216 = x29215
-x29217 = x29216
-x29218 = x29217
-x29219 = x29218
-x29220 = x29219
-x29221 = x29220
-x29222 = x29221
-x29223 = x29222
-x29224 = x29223
-x29225 = x29224
-x29226 = x29225
-x29227 = x29226
-x29228 = x29227
-x29229 = x29228
-x29230 = x29229
-x29231 = x29230
-x29232 = x29231
-x29233 = x29232
-x29234 = x29233
-x29235 = x29234
-x29236 = x29235
-x29237 = x29236
-x29238 = x29237
-x29239 = x29238
-x29240 = x29239
-x29241 = x29240
-x29242 = x29241
-x29243 = x29242
-x29244 = x29243
-x29245 = x29244
-x29246 = x29245
-x29247 = x29246
-x29248 = x29247
-x29249 = x29248
-x29250 = x29249
-x29251 = x29250
-x29252 = x29251
-x29253 = x29252
-x29254 = x29253
-x29255 = x29254
-x29256 = x29255
-x29257 = x29256
-x29258 = x29257
-x29259 = x29258
-x29260 = x29259
-x29261 = x29260
-x29262 = x29261
-x29263 = x29262
-x29264 = x29263
-x29265 = x29264
-x29266 = x29265
-x29267 = x29266
-x29268 = x29267
-x29269 = x29268
-x29270 = x29269
-x29271 = x29270
-x29272 = x29271
-x29273 = x29272
-x29274 = x29273
-x29275 = x29274
-x29276 = x29275
-x29277 = x29276
-x29278 = x29277
-x29279 = x29278
-x29280 = x29279
-x29281 = x29280
-x29282 = x29281
-x29283 = x29282
-x29284 = x29283
-x29285 = x29284
-x29286 = x29285
-x29287 = x29286
-x29288 = x29287
-x29289 = x29288
-x29290 = x29289
-x29291 = x29290
-x29292 = x29291
-x29293 = x29292
-x29294 = x29293
-x29295 = x29294
-x29296 = x29295
-x29297 = x29296
-x29298 = x29297
-x29299 = x29298
-x29300 = x29299
-x29301 = x29300
-x29302 = x29301
-x29303 = x29302
-x29304 = x29303
-x29305 = x29304
-x29306 = x29305
-x29307 = x29306
-x29308 = x29307
-x29309 = x29308
-x29310 = x29309
-x29311 = x29310
-x29312 = x29311
-x29313 = x29312
-x29314 = x29313
-x29315 = x29314
-x29316 = x29315
-x29317 = x29316
-x29318 = x29317
-x29319 = x29318
-x29320 = x29319
-x29321 = x29320
-x29322 = x29321
-x29323 = x29322
-x29324 = x29323
-x29325 = x29324
-x29326 = x29325
-x29327 = x29326
-x29328 = x29327
-x29329 = x29328
-x29330 = x29329
-x29331 = x29330
-x29332 = x29331
-x29333 = x29332
-x29334 = x29333
-x29335 = x29334
-x29336 = x29335
-x29337 = x29336
-x29338 = x29337
-x29339 = x29338
-x29340 = x29339
-x29341 = x29340
-x29342 = x29341
-x29343 = x29342
-x29344 = x29343
-x29345 = x29344
-x29346 = x29345
-x29347 = x29346
-x29348 = x29347
-x29349 = x29348
-x29350 = x29349
-x29351 = x29350
-x29352 = x29351
-x29353 = x29352
-x29354 = x29353
-x29355 = x29354
-x29356 = x29355
-x29357 = x29356
-x29358 = x29357
-x29359 = x29358
-x29360 = x29359
-x29361 = x29360
-x29362 = x29361
-x29363 = x29362
-x29364 = x29363
-x29365 = x29364
-x29366 = x29365
-x29367 = x29366
-x29368 = x29367
-x29369 = x29368
-x29370 = x29369
-x29371 = x29370
-x29372 = x29371
-x29373 = x29372
-x29374 = x29373
-x29375 = x29374
-x29376 = x29375
-x29377 = x29376
-x29378 = x29377
-x29379 = x29378
-x29380 = x29379
-x29381 = x29380
-x29382 = x29381
-x29383 = x29382
-x29384 = x29383
-x29385 = x29384
-x29386 = x29385
-x29387 = x29386
-x29388 = x29387
-x29389 = x29388
-x29390 = x29389
-x29391 = x29390
-x29392 = x29391
-x29393 = x29392
-x29394 = x29393
-x29395 = x29394
-x29396 = x29395
-x29397 = x29396
-x29398 = x29397
-x29399 = x29398
-x29400 = x29399
-x29401 = x29400
-x29402 = x29401
-x29403 = x29402
-x29404 = x29403
-x29405 = x29404
-x29406 = x29405
-x29407 = x29406
-x29408 = x29407
-x29409 = x29408
-x29410 = x29409
-x29411 = x29410
-x29412 = x29411
-x29413 = x29412
-x29414 = x29413
-x29415 = x29414
-x29416 = x29415
-x29417 = x29416
-x29418 = x29417
-x29419 = x29418
-x29420 = x29419
-x29421 = x29420
-x29422 = x29421
-x29423 = x29422
-x29424 = x29423
-x29425 = x29424
-x29426 = x29425
-x29427 = x29426
-x29428 = x29427
-x29429 = x29428
-x29430 = x29429
-x29431 = x29430
-x29432 = x29431
-x29433 = x29432
-x29434 = x29433
-x29435 = x29434
-x29436 = x29435
-x29437 = x29436
-x29438 = x29437
-x29439 = x29438
-x29440 = x29439
-x29441 = x29440
-x29442 = x29441
-x29443 = x29442
-x29444 = x29443
-x29445 = x29444
-x29446 = x29445
-x29447 = x29446
-x29448 = x29447
-x29449 = x29448
-x29450 = x29449
-x29451 = x29450
-x29452 = x29451
-x29453 = x29452
-x29454 = x29453
-x29455 = x29454
-x29456 = x29455
-x29457 = x29456
-x29458 = x29457
-x29459 = x29458
-x29460 = x29459
-x29461 = x29460
-x29462 = x29461
-x29463 = x29462
-x29464 = x29463
-x29465 = x29464
-x29466 = x29465
-x29467 = x29466
-x29468 = x29467
-x29469 = x29468
-x29470 = x29469
-x29471 = x29470
-x29472 = x29471
-x29473 = x29472
-x29474 = x29473
-x29475 = x29474
-x29476 = x29475
-x29477 = x29476
-x29478 = x29477
-x29479 = x29478
-x29480 = x29479
-x29481 = x29480
-x29482 = x29481
-x29483 = x29482
-x29484 = x29483
-x29485 = x29484
-x29486 = x29485
-x29487 = x29486
-x29488 = x29487
-x29489 = x29488
-x29490 = x29489
-x29491 = x29490
-x29492 = x29491
-x29493 = x29492
-x29494 = x29493
-x29495 = x29494
-x29496 = x29495
-x29497 = x29496
-x29498 = x29497
-x29499 = x29498
-x29500 = x29499
-x29501 = x29500
-x29502 = x29501
-x29503 = x29502
-x29504 = x29503
-x29505 = x29504
-x29506 = x29505
-x29507 = x29506
-x29508 = x29507
-x29509 = x29508
-x29510 = x29509
-x29511 = x29510
-x29512 = x29511
-x29513 = x29512
-x29514 = x29513
-x29515 = x29514
-x29516 = x29515
-x29517 = x29516
-x29518 = x29517
-x29519 = x29518
-x29520 = x29519
-x29521 = x29520
-x29522 = x29521
-x29523 = x29522
-x29524 = x29523
-x29525 = x29524
-x29526 = x29525
-x29527 = x29526
-x29528 = x29527
-x29529 = x29528
-x29530 = x29529
-x29531 = x29530
-x29532 = x29531
-x29533 = x29532
-x29534 = x29533
-x29535 = x29534
-x29536 = x29535
-x29537 = x29536
-x29538 = x29537
-x29539 = x29538
-x29540 = x29539
-x29541 = x29540
-x29542 = x29541
-x29543 = x29542
-x29544 = x29543
-x29545 = x29544
-x29546 = x29545
-x29547 = x29546
-x29548 = x29547
-x29549 = x29548
-x29550 = x29549
-x29551 = x29550
-x29552 = x29551
-x29553 = x29552
-x29554 = x29553
-x29555 = x29554
-x29556 = x29555
-x29557 = x29556
-x29558 = x29557
-x29559 = x29558
-x29560 = x29559
-x29561 = x29560
-x29562 = x29561
-x29563 = x29562
-x29564 = x29563
-x29565 = x29564
-x29566 = x29565
-x29567 = x29566
-x29568 = x29567
-x29569 = x29568
-x29570 = x29569
-x29571 = x29570
-x29572 = x29571
-x29573 = x29572
-x29574 = x29573
-x29575 = x29574
-x29576 = x29575
-x29577 = x29576
-x29578 = x29577
-x29579 = x29578
-x29580 = x29579
-x29581 = x29580
-x29582 = x29581
-x29583 = x29582
-x29584 = x29583
-x29585 = x29584
-x29586 = x29585
-x29587 = x29586
-x29588 = x29587
-x29589 = x29588
-x29590 = x29589
-x29591 = x29590
-x29592 = x29591
-x29593 = x29592
-x29594 = x29593
-x29595 = x29594
-x29596 = x29595
-x29597 = x29596
-x29598 = x29597
-x29599 = x29598
-x29600 = x29599
-x29601 = x29600
-x29602 = x29601
-x29603 = x29602
-x29604 = x29603
-x29605 = x29604
-x29606 = x29605
-x29607 = x29606
-x29608 = x29607
-x29609 = x29608
-x29610 = x29609
-x29611 = x29610
-x29612 = x29611
-x29613 = x29612
-x29614 = x29613
-x29615 = x29614
-x29616 = x29615
-x29617 = x29616
-x29618 = x29617
-x29619 = x29618
-x29620 = x29619
-x29621 = x29620
-x29622 = x29621
-x29623 = x29622
-x29624 = x29623
-x29625 = x29624
-x29626 = x29625
-x29627 = x29626
-x29628 = x29627
-x29629 = x29628
-x29630 = x29629
-x29631 = x29630
-x29632 = x29631
-x29633 = x29632
-x29634 = x29633
-x29635 = x29634
-x29636 = x29635
-x29637 = x29636
-x29638 = x29637
-x29639 = x29638
-x29640 = x29639
-x29641 = x29640
-x29642 = x29641
-x29643 = x29642
-x29644 = x29643
-x29645 = x29644
-x29646 = x29645
-x29647 = x29646
-x29648 = x29647
-x29649 = x29648
-x29650 = x29649
-x29651 = x29650
-x29652 = x29651
-x29653 = x29652
-x29654 = x29653
-x29655 = x29654
-x29656 = x29655
-x29657 = x29656
-x29658 = x29657
-x29659 = x29658
-x29660 = x29659
-x29661 = x29660
-x29662 = x29661
-x29663 = x29662
-x29664 = x29663
-x29665 = x29664
-x29666 = x29665
-x29667 = x29666
-x29668 = x29667
-x29669 = x29668
-x29670 = x29669
-x29671 = x29670
-x29672 = x29671
-x29673 = x29672
-x29674 = x29673
-x29675 = x29674
-x29676 = x29675
-x29677 = x29676
-x29678 = x29677
-x29679 = x29678
-x29680 = x29679
-x29681 = x29680
-x29682 = x29681
-x29683 = x29682
-x29684 = x29683
-x29685 = x29684
-x29686 = x29685
-x29687 = x29686
-x29688 = x29687
-x29689 = x29688
-x29690 = x29689
-x29691 = x29690
-x29692 = x29691
-x29693 = x29692
-x29694 = x29693
-x29695 = x29694
-x29696 = x29695
-x29697 = x29696
-x29698 = x29697
-x29699 = x29698
-x29700 = x29699
-x29701 = x29700
-x29702 = x29701
-x29703 = x29702
-x29704 = x29703
-x29705 = x29704
-x29706 = x29705
-x29707 = x29706
-x29708 = x29707
-x29709 = x29708
-x29710 = x29709
-x29711 = x29710
-x29712 = x29711
-x29713 = x29712
-x29714 = x29713
-x29715 = x29714
-x29716 = x29715
-x29717 = x29716
-x29718 = x29717
-x29719 = x29718
-x29720 = x29719
-x29721 = x29720
-x29722 = x29721
-x29723 = x29722
-x29724 = x29723
-x29725 = x29724
-x29726 = x29725
-x29727 = x29726
-x29728 = x29727
-x29729 = x29728
-x29730 = x29729
-x29731 = x29730
-x29732 = x29731
-x29733 = x29732
-x29734 = x29733
-x29735 = x29734
-x29736 = x29735
-x29737 = x29736
-x29738 = x29737
-x29739 = x29738
-x29740 = x29739
-x29741 = x29740
-x29742 = x29741
-x29743 = x29742
-x29744 = x29743
-x29745 = x29744
-x29746 = x29745
-x29747 = x29746
-x29748 = x29747
-x29749 = x29748
-x29750 = x29749
-x29751 = x29750
-x29752 = x29751
-x29753 = x29752
-x29754 = x29753
-x29755 = x29754
-x29756 = x29755
-x29757 = x29756
-x29758 = x29757
-x29759 = x29758
-x29760 = x29759
-x29761 = x29760
-x29762 = x29761
-x29763 = x29762
-x29764 = x29763
-x29765 = x29764
-x29766 = x29765
-x29767 = x29766
-x29768 = x29767
-x29769 = x29768
-x29770 = x29769
-x29771 = x29770
-x29772 = x29771
-x29773 = x29772
-x29774 = x29773
-x29775 = x29774
-x29776 = x29775
-x29777 = x29776
-x29778 = x29777
-x29779 = x29778
-x29780 = x29779
-x29781 = x29780
-x29782 = x29781
-x29783 = x29782
-x29784 = x29783
-x29785 = x29784
-x29786 = x29785
-x29787 = x29786
-x29788 = x29787
-x29789 = x29788
-x29790 = x29789
-x29791 = x29790
-x29792 = x29791
-x29793 = x29792
-x29794 = x29793
-x29795 = x29794
-x29796 = x29795
-x29797 = x29796
-x29798 = x29797
-x29799 = x29798
-x29800 = x29799
-x29801 = x29800
-x29802 = x29801
-x29803 = x29802
-x29804 = x29803
-x29805 = x29804
-x29806 = x29805
-x29807 = x29806
-x29808 = x29807
-x29809 = x29808
-x29810 = x29809
-x29811 = x29810
-x29812 = x29811
-x29813 = x29812
-x29814 = x29813
-x29815 = x29814
-x29816 = x29815
-x29817 = x29816
-x29818 = x29817
-x29819 = x29818
-x29820 = x29819
-x29821 = x29820
-x29822 = x29821
-x29823 = x29822
-x29824 = x29823
-x29825 = x29824
-x29826 = x29825
-x29827 = x29826
-x29828 = x29827
-x29829 = x29828
-x29830 = x29829
-x29831 = x29830
-x29832 = x29831
-x29833 = x29832
-x29834 = x29833
-x29835 = x29834
-x29836 = x29835
-x29837 = x29836
-x29838 = x29837
-x29839 = x29838
-x29840 = x29839
-x29841 = x29840
-x29842 = x29841
-x29843 = x29842
-x29844 = x29843
-x29845 = x29844
-x29846 = x29845
-x29847 = x29846
-x29848 = x29847
-x29849 = x29848
-x29850 = x29849
-x29851 = x29850
-x29852 = x29851
-x29853 = x29852
-x29854 = x29853
-x29855 = x29854
-x29856 = x29855
-x29857 = x29856
-x29858 = x29857
-x29859 = x29858
-x29860 = x29859
-x29861 = x29860
-x29862 = x29861
-x29863 = x29862
-x29864 = x29863
-x29865 = x29864
-x29866 = x29865
-x29867 = x29866
-x29868 = x29867
-x29869 = x29868
-x29870 = x29869
-x29871 = x29870
-x29872 = x29871
-x29873 = x29872
-x29874 = x29873
-x29875 = x29874
-x29876 = x29875
-x29877 = x29876
-x29878 = x29877
-x29879 = x29878
-x29880 = x29879
-x29881 = x29880
-x29882 = x29881
-x29883 = x29882
-x29884 = x29883
-x29885 = x29884
-x29886 = x29885
-x29887 = x29886
-x29888 = x29887
-x29889 = x29888
-x29890 = x29889
-x29891 = x29890
-x29892 = x29891
-x29893 = x29892
-x29894 = x29893
-x29895 = x29894
-x29896 = x29895
-x29897 = x29896
-x29898 = x29897
-x29899 = x29898
-x29900 = x29899
-x29901 = x29900
-x29902 = x29901
-x29903 = x29902
-x29904 = x29903
-x29905 = x29904
-x29906 = x29905
-x29907 = x29906
-x29908 = x29907
-x29909 = x29908
-x29910 = x29909
-x29911 = x29910
-x29912 = x29911
-x29913 = x29912
-x29914 = x29913
-x29915 = x29914
-x29916 = x29915
-x29917 = x29916
-x29918 = x29917
-x29919 = x29918
-x29920 = x29919
-x29921 = x29920
-x29922 = x29921
-x29923 = x29922
-x29924 = x29923
-x29925 = x29924
-x29926 = x29925
-x29927 = x29926
-x29928 = x29927
-x29929 = x29928
-x29930 = x29929
-x29931 = x29930
-x29932 = x29931
-x29933 = x29932
-x29934 = x29933
-x29935 = x29934
-x29936 = x29935
-x29937 = x29936
-x29938 = x29937
-x29939 = x29938
-x29940 = x29939
-x29941 = x29940
-x29942 = x29941
-x29943 = x29942
-x29944 = x29943
-x29945 = x29944
-x29946 = x29945
-x29947 = x29946
-x29948 = x29947
-x29949 = x29948
-x29950 = x29949
-x29951 = x29950
-x29952 = x29951
-x29953 = x29952
-x29954 = x29953
-x29955 = x29954
-x29956 = x29955
-x29957 = x29956
-x29958 = x29957
-x29959 = x29958
-x29960 = x29959
-x29961 = x29960
-x29962 = x29961
-x29963 = x29962
-x29964 = x29963
-x29965 = x29964
-x29966 = x29965
-x29967 = x29966
-x29968 = x29967
-x29969 = x29968
-x29970 = x29969
-x29971 = x29970
-x29972 = x29971
-x29973 = x29972
-x29974 = x29973
-x29975 = x29974
-x29976 = x29975
-x29977 = x29976
-x29978 = x29977
-x29979 = x29978
-x29980 = x29979
-x29981 = x29980
-x29982 = x29981
-x29983 = x29982
-x29984 = x29983
-x29985 = x29984
-x29986 = x29985
-x29987 = x29986
-x29988 = x29987
-x29989 = x29988
-x29990 = x29989
-x29991 = x29990
-x29992 = x29991
-x29993 = x29992
-x29994 = x29993
-x29995 = x29994
-x29996 = x29995
-x29997 = x29996
-x29998 = x29997
-x29999 = x29998
-x30000 = x29999
-x30001 = x30000
-x30002 = x30001
-x30003 = x30002
-x30004 = x30003
-x30005 = x30004
-x30006 = x30005
-x30007 = x30006
-x30008 = x30007
-x30009 = x30008
-x30010 = x30009
-x30011 = x30010
-x30012 = x30011
-x30013 = x30012
-x30014 = x30013
-x30015 = x30014
-x30016 = x30015
-x30017 = x30016
-x30018 = x30017
-x30019 = x30018
-x30020 = x30019
-x30021 = x30020
-x30022 = x30021
-x30023 = x30022
-x30024 = x30023
-x30025 = x30024
-x30026 = x30025
-x30027 = x30026
-x30028 = x30027
-x30029 = x30028
-x30030 = x30029
-x30031 = x30030
-x30032 = x30031
-x30033 = x30032
-x30034 = x30033
-x30035 = x30034
-x30036 = x30035
-x30037 = x30036
-x30038 = x30037
-x30039 = x30038
-x30040 = x30039
-x30041 = x30040
-x30042 = x30041
-x30043 = x30042
-x30044 = x30043
-x30045 = x30044
-x30046 = x30045
-x30047 = x30046
-x30048 = x30047
-x30049 = x30048
-x30050 = x30049
-x30051 = x30050
-x30052 = x30051
-x30053 = x30052
-x30054 = x30053
-x30055 = x30054
-x30056 = x30055
-x30057 = x30056
-x30058 = x30057
-x30059 = x30058
-x30060 = x30059
-x30061 = x30060
-x30062 = x30061
-x30063 = x30062
-x30064 = x30063
-x30065 = x30064
-x30066 = x30065
-x30067 = x30066
-x30068 = x30067
-x30069 = x30068
-x30070 = x30069
-x30071 = x30070
-x30072 = x30071
-x30073 = x30072
-x30074 = x30073
-x30075 = x30074
-x30076 = x30075
-x30077 = x30076
-x30078 = x30077
-x30079 = x30078
-x30080 = x30079
-x30081 = x30080
-x30082 = x30081
-x30083 = x30082
-x30084 = x30083
-x30085 = x30084
-x30086 = x30085
-x30087 = x30086
-x30088 = x30087
-x30089 = x30088
-x30090 = x30089
-x30091 = x30090
-x30092 = x30091
-x30093 = x30092
-x30094 = x30093
-x30095 = x30094
-x30096 = x30095
-x30097 = x30096
-x30098 = x30097
-x30099 = x30098
-x30100 = x30099
-x30101 = x30100
-x30102 = x30101
-x30103 = x30102
-x30104 = x30103
-x30105 = x30104
-x30106 = x30105
-x30107 = x30106
-x30108 = x30107
-x30109 = x30108
-x30110 = x30109
-x30111 = x30110
-x30112 = x30111
-x30113 = x30112
-x30114 = x30113
-x30115 = x30114
-x30116 = x30115
-x30117 = x30116
-x30118 = x30117
-x30119 = x30118
-x30120 = x30119
-x30121 = x30120
-x30122 = x30121
-x30123 = x30122
-x30124 = x30123
-x30125 = x30124
-x30126 = x30125
-x30127 = x30126
-x30128 = x30127
-x30129 = x30128
-x30130 = x30129
-x30131 = x30130
-x30132 = x30131
-x30133 = x30132
-x30134 = x30133
-x30135 = x30134
-x30136 = x30135
-x30137 = x30136
-x30138 = x30137
-x30139 = x30138
-x30140 = x30139
-x30141 = x30140
-x30142 = x30141
-x30143 = x30142
-x30144 = x30143
-x30145 = x30144
-x30146 = x30145
-x30147 = x30146
-x30148 = x30147
-x30149 = x30148
-x30150 = x30149
-x30151 = x30150
-x30152 = x30151
-x30153 = x30152
-x30154 = x30153
-x30155 = x30154
-x30156 = x30155
-x30157 = x30156
-x30158 = x30157
-x30159 = x30158
-x30160 = x30159
-x30161 = x30160
-x30162 = x30161
-x30163 = x30162
-x30164 = x30163
-x30165 = x30164
-x30166 = x30165
-x30167 = x30166
-x30168 = x30167
-x30169 = x30168
-x30170 = x30169
-x30171 = x30170
-x30172 = x30171
-x30173 = x30172
-x30174 = x30173
-x30175 = x30174
-x30176 = x30175
-x30177 = x30176
-x30178 = x30177
-x30179 = x30178
-x30180 = x30179
-x30181 = x30180
-x30182 = x30181
-x30183 = x30182
-x30184 = x30183
-x30185 = x30184
-x30186 = x30185
-x30187 = x30186
-x30188 = x30187
-x30189 = x30188
-x30190 = x30189
-x30191 = x30190
-x30192 = x30191
-x30193 = x30192
-x30194 = x30193
-x30195 = x30194
-x30196 = x30195
-x30197 = x30196
-x30198 = x30197
-x30199 = x30198
-x30200 = x30199
-x30201 = x30200
-x30202 = x30201
-x30203 = x30202
-x30204 = x30203
-x30205 = x30204
-x30206 = x30205
-x30207 = x30206
-x30208 = x30207
-x30209 = x30208
-x30210 = x30209
-x30211 = x30210
-x30212 = x30211
-x30213 = x30212
-x30214 = x30213
-x30215 = x30214
-x30216 = x30215
-x30217 = x30216
-x30218 = x30217
-x30219 = x30218
-x30220 = x30219
-x30221 = x30220
-x30222 = x30221
-x30223 = x30222
-x30224 = x30223
-x30225 = x30224
-x30226 = x30225
-x30227 = x30226
-x30228 = x30227
-x30229 = x30228
-x30230 = x30229
-x30231 = x30230
-x30232 = x30231
-x30233 = x30232
-x30234 = x30233
-x30235 = x30234
-x30236 = x30235
-x30237 = x30236
-x30238 = x30237
-x30239 = x30238
-x30240 = x30239
-x30241 = x30240
-x30242 = x30241
-x30243 = x30242
-x30244 = x30243
-x30245 = x30244
-x30246 = x30245
-x30247 = x30246
-x30248 = x30247
-x30249 = x30248
-x30250 = x30249
-x30251 = x30250
-x30252 = x30251
-x30253 = x30252
-x30254 = x30253
-x30255 = x30254
-x30256 = x30255
-x30257 = x30256
-x30258 = x30257
-x30259 = x30258
-x30260 = x30259
-x30261 = x30260
-x30262 = x30261
-x30263 = x30262
-x30264 = x30263
-x30265 = x30264
-x30266 = x30265
-x30267 = x30266
-x30268 = x30267
-x30269 = x30268
-x30270 = x30269
-x30271 = x30270
-x30272 = x30271
-x30273 = x30272
-x30274 = x30273
-x30275 = x30274
-x30276 = x30275
-x30277 = x30276
-x30278 = x30277
-x30279 = x30278
-x30280 = x30279
-x30281 = x30280
-x30282 = x30281
-x30283 = x30282
-x30284 = x30283
-x30285 = x30284
-x30286 = x30285
-x30287 = x30286
-x30288 = x30287
-x30289 = x30288
-x30290 = x30289
-x30291 = x30290
-x30292 = x30291
-x30293 = x30292
-x30294 = x30293
-x30295 = x30294
-x30296 = x30295
-x30297 = x30296
-x30298 = x30297
-x30299 = x30298
-x30300 = x30299
-x30301 = x30300
-x30302 = x30301
-x30303 = x30302
-x30304 = x30303
-x30305 = x30304
-x30306 = x30305
-x30307 = x30306
-x30308 = x30307
-x30309 = x30308
-x30310 = x30309
-x30311 = x30310
-x30312 = x30311
-x30313 = x30312
-x30314 = x30313
-x30315 = x30314
-x30316 = x30315
-x30317 = x30316
-x30318 = x30317
-x30319 = x30318
-x30320 = x30319
-x30321 = x30320
-x30322 = x30321
-x30323 = x30322
-x30324 = x30323
-x30325 = x30324
-x30326 = x30325
-x30327 = x30326
-x30328 = x30327
-x30329 = x30328
-x30330 = x30329
-x30331 = x30330
-x30332 = x30331
-x30333 = x30332
-x30334 = x30333
-x30335 = x30334
-x30336 = x30335
-x30337 = x30336
-x30338 = x30337
-x30339 = x30338
-x30340 = x30339
-x30341 = x30340
-x30342 = x30341
-x30343 = x30342
-x30344 = x30343
-x30345 = x30344
-x30346 = x30345
-x30347 = x30346
-x30348 = x30347
-x30349 = x30348
-x30350 = x30349
-x30351 = x30350
-x30352 = x30351
-x30353 = x30352
-x30354 = x30353
-x30355 = x30354
-x30356 = x30355
-x30357 = x30356
-x30358 = x30357
-x30359 = x30358
-x30360 = x30359
-x30361 = x30360
-x30362 = x30361
-x30363 = x30362
-x30364 = x30363
-x30365 = x30364
-x30366 = x30365
-x30367 = x30366
-x30368 = x30367
-x30369 = x30368
-x30370 = x30369
-x30371 = x30370
-x30372 = x30371
-x30373 = x30372
-x30374 = x30373
-x30375 = x30374
-x30376 = x30375
-x30377 = x30376
-x30378 = x30377
-x30379 = x30378
-x30380 = x30379
-x30381 = x30380
-x30382 = x30381
-x30383 = x30382
-x30384 = x30383
-x30385 = x30384
-x30386 = x30385
-x30387 = x30386
-x30388 = x30387
-x30389 = x30388
-x30390 = x30389
-x30391 = x30390
-x30392 = x30391
-x30393 = x30392
-x30394 = x30393
-x30395 = x30394
-x30396 = x30395
-x30397 = x30396
-x30398 = x30397
-x30399 = x30398
-x30400 = x30399
-x30401 = x30400
-x30402 = x30401
-x30403 = x30402
-x30404 = x30403
-x30405 = x30404
-x30406 = x30405
-x30407 = x30406
-x30408 = x30407
-x30409 = x30408
-x30410 = x30409
-x30411 = x30410
-x30412 = x30411
-x30413 = x30412
-x30414 = x30413
-x30415 = x30414
-x30416 = x30415
-x30417 = x30416
-x30418 = x30417
-x30419 = x30418
-x30420 = x30419
-x30421 = x30420
-x30422 = x30421
-x30423 = x30422
-x30424 = x30423
-x30425 = x30424
-x30426 = x30425
-x30427 = x30426
-x30428 = x30427
-x30429 = x30428
-x30430 = x30429
-x30431 = x30430
-x30432 = x30431
-x30433 = x30432
-x30434 = x30433
-x30435 = x30434
-x30436 = x30435
-x30437 = x30436
-x30438 = x30437
-x30439 = x30438
-x30440 = x30439
-x30441 = x30440
-x30442 = x30441
-x30443 = x30442
-x30444 = x30443
-x30445 = x30444
-x30446 = x30445
-x30447 = x30446
-x30448 = x30447
-x30449 = x30448
-x30450 = x30449
-x30451 = x30450
-x30452 = x30451
-x30453 = x30452
-x30454 = x30453
-x30455 = x30454
-x30456 = x30455
-x30457 = x30456
-x30458 = x30457
-x30459 = x30458
-x30460 = x30459
-x30461 = x30460
-x30462 = x30461
-x30463 = x30462
-x30464 = x30463
-x30465 = x30464
-x30466 = x30465
-x30467 = x30466
-x30468 = x30467
-x30469 = x30468
-x30470 = x30469
-x30471 = x30470
-x30472 = x30471
-x30473 = x30472
-x30474 = x30473
-x30475 = x30474
-x30476 = x30475
-x30477 = x30476
-x30478 = x30477
-x30479 = x30478
-x30480 = x30479
-x30481 = x30480
-x30482 = x30481
-x30483 = x30482
-x30484 = x30483
-x30485 = x30484
-x30486 = x30485
-x30487 = x30486
-x30488 = x30487
-x30489 = x30488
-x30490 = x30489
-x30491 = x30490
-x30492 = x30491
-x30493 = x30492
-x30494 = x30493
-x30495 = x30494
-x30496 = x30495
-x30497 = x30496
-x30498 = x30497
-x30499 = x30498
-x30500 = x30499
-x30501 = x30500
-x30502 = x30501
-x30503 = x30502
-x30504 = x30503
-x30505 = x30504
-x30506 = x30505
-x30507 = x30506
-x30508 = x30507
-x30509 = x30508
-x30510 = x30509
-x30511 = x30510
-x30512 = x30511
-x30513 = x30512
-x30514 = x30513
-x30515 = x30514
-x30516 = x30515
-x30517 = x30516
-x30518 = x30517
-x30519 = x30518
-x30520 = x30519
-x30521 = x30520
-x30522 = x30521
-x30523 = x30522
-x30524 = x30523
-x30525 = x30524
-x30526 = x30525
-x30527 = x30526
-x30528 = x30527
-x30529 = x30528
-x30530 = x30529
-x30531 = x30530
-x30532 = x30531
-x30533 = x30532
-x30534 = x30533
-x30535 = x30534
-x30536 = x30535
-x30537 = x30536
-x30538 = x30537
-x30539 = x30538
-x30540 = x30539
-x30541 = x30540
-x30542 = x30541
-x30543 = x30542
-x30544 = x30543
-x30545 = x30544
-x30546 = x30545
-x30547 = x30546
-x30548 = x30547
-x30549 = x30548
-x30550 = x30549
-x30551 = x30550
-x30552 = x30551
-x30553 = x30552
-x30554 = x30553
-x30555 = x30554
-x30556 = x30555
-x30557 = x30556
-x30558 = x30557
-x30559 = x30558
-x30560 = x30559
-x30561 = x30560
-x30562 = x30561
-x30563 = x30562
-x30564 = x30563
-x30565 = x30564
-x30566 = x30565
-x30567 = x30566
-x30568 = x30567
-x30569 = x30568
-x30570 = x30569
-x30571 = x30570
-x30572 = x30571
-x30573 = x30572
-x30574 = x30573
-x30575 = x30574
-x30576 = x30575
-x30577 = x30576
-x30578 = x30577
-x30579 = x30578
-x30580 = x30579
-x30581 = x30580
-x30582 = x30581
-x30583 = x30582
-x30584 = x30583
-x30585 = x30584
-x30586 = x30585
-x30587 = x30586
-x30588 = x30587
-x30589 = x30588
-x30590 = x30589
-x30591 = x30590
-x30592 = x30591
-x30593 = x30592
-x30594 = x30593
-x30595 = x30594
-x30596 = x30595
-x30597 = x30596
-x30598 = x30597
-x30599 = x30598
-x30600 = x30599
-x30601 = x30600
-x30602 = x30601
-x30603 = x30602
-x30604 = x30603
-x30605 = x30604
-x30606 = x30605
-x30607 = x30606
-x30608 = x30607
-x30609 = x30608
-x30610 = x30609
-x30611 = x30610
-x30612 = x30611
-x30613 = x30612
-x30614 = x30613
-x30615 = x30614
-x30616 = x30615
-x30617 = x30616
-x30618 = x30617
-x30619 = x30618
-x30620 = x30619
-x30621 = x30620
-x30622 = x30621
-x30623 = x30622
-x30624 = x30623
-x30625 = x30624
-x30626 = x30625
-x30627 = x30626
-x30628 = x30627
-x30629 = x30628
-x30630 = x30629
-x30631 = x30630
-x30632 = x30631
-x30633 = x30632
-x30634 = x30633
-x30635 = x30634
-x30636 = x30635
-x30637 = x30636
-x30638 = x30637
-x30639 = x30638
-x30640 = x30639
-x30641 = x30640
-x30642 = x30641
-x30643 = x30642
-x30644 = x30643
-x30645 = x30644
-x30646 = x30645
-x30647 = x30646
-x30648 = x30647
-x30649 = x30648
-x30650 = x30649
-x30651 = x30650
-x30652 = x30651
-x30653 = x30652
-x30654 = x30653
-x30655 = x30654
-x30656 = x30655
-x30657 = x30656
-x30658 = x30657
-x30659 = x30658
-x30660 = x30659
-x30661 = x30660
-x30662 = x30661
-x30663 = x30662
-x30664 = x30663
-x30665 = x30664
-x30666 = x30665
-x30667 = x30666
-x30668 = x30667
-x30669 = x30668
-x30670 = x30669
-x30671 = x30670
-x30672 = x30671
-x30673 = x30672
-x30674 = x30673
-x30675 = x30674
-x30676 = x30675
-x30677 = x30676
-x30678 = x30677
-x30679 = x30678
-x30680 = x30679
-x30681 = x30680
-x30682 = x30681
-x30683 = x30682
-x30684 = x30683
-x30685 = x30684
-x30686 = x30685
-x30687 = x30686
-x30688 = x30687
-x30689 = x30688
-x30690 = x30689
-x30691 = x30690
-x30692 = x30691
-x30693 = x30692
-x30694 = x30693
-x30695 = x30694
-x30696 = x30695
-x30697 = x30696
-x30698 = x30697
-x30699 = x30698
-x30700 = x30699
-x30701 = x30700
-x30702 = x30701
-x30703 = x30702
-x30704 = x30703
-x30705 = x30704
-x30706 = x30705
-x30707 = x30706
-x30708 = x30707
-x30709 = x30708
-x30710 = x30709
-x30711 = x30710
-x30712 = x30711
-x30713 = x30712
-x30714 = x30713
-x30715 = x30714
-x30716 = x30715
-x30717 = x30716
-x30718 = x30717
-x30719 = x30718
-x30720 = x30719
-x30721 = x30720
-x30722 = x30721
-x30723 = x30722
-x30724 = x30723
-x30725 = x30724
-x30726 = x30725
-x30727 = x30726
-x30728 = x30727
-x30729 = x30728
-x30730 = x30729
-x30731 = x30730
-x30732 = x30731
-x30733 = x30732
-x30734 = x30733
-x30735 = x30734
-x30736 = x30735
-x30737 = x30736
-x30738 = x30737
-x30739 = x30738
-x30740 = x30739
-x30741 = x30740
-x30742 = x30741
-x30743 = x30742
-x30744 = x30743
-x30745 = x30744
-x30746 = x30745
-x30747 = x30746
-x30748 = x30747
-x30749 = x30748
-x30750 = x30749
-x30751 = x30750
-x30752 = x30751
-x30753 = x30752
-x30754 = x30753
-x30755 = x30754
-x30756 = x30755
-x30757 = x30756
-x30758 = x30757
-x30759 = x30758
-x30760 = x30759
-x30761 = x30760
-x30762 = x30761
-x30763 = x30762
-x30764 = x30763
-x30765 = x30764
-x30766 = x30765
-x30767 = x30766
-x30768 = x30767
-x30769 = x30768
-x30770 = x30769
-x30771 = x30770
-x30772 = x30771
-x30773 = x30772
-x30774 = x30773
-x30775 = x30774
-x30776 = x30775
-x30777 = x30776
-x30778 = x30777
-x30779 = x30778
-x30780 = x30779
-x30781 = x30780
-x30782 = x30781
-x30783 = x30782
-x30784 = x30783
-x30785 = x30784
-x30786 = x30785
-x30787 = x30786
-x30788 = x30787
-x30789 = x30788
-x30790 = x30789
-x30791 = x30790
-x30792 = x30791
-x30793 = x30792
-x30794 = x30793
-x30795 = x30794
-x30796 = x30795
-x30797 = x30796
-x30798 = x30797
-x30799 = x30798
-x30800 = x30799
-x30801 = x30800
-x30802 = x30801
-x30803 = x30802
-x30804 = x30803
-x30805 = x30804
-x30806 = x30805
-x30807 = x30806
-x30808 = x30807
-x30809 = x30808
-x30810 = x30809
-x30811 = x30810
-x30812 = x30811
-x30813 = x30812
-x30814 = x30813
-x30815 = x30814
-x30816 = x30815
-x30817 = x30816
-x30818 = x30817
-x30819 = x30818
-x30820 = x30819
-x30821 = x30820
-x30822 = x30821
-x30823 = x30822
-x30824 = x30823
-x30825 = x30824
-x30826 = x30825
-x30827 = x30826
-x30828 = x30827
-x30829 = x30828
-x30830 = x30829
-x30831 = x30830
-x30832 = x30831
-x30833 = x30832
-x30834 = x30833
-x30835 = x30834
-x30836 = x30835
-x30837 = x30836
-x30838 = x30837
-x30839 = x30838
-x30840 = x30839
-x30841 = x30840
-x30842 = x30841
-x30843 = x30842
-x30844 = x30843
-x30845 = x30844
-x30846 = x30845
-x30847 = x30846
-x30848 = x30847
-x30849 = x30848
-x30850 = x30849
-x30851 = x30850
-x30852 = x30851
-x30853 = x30852
-x30854 = x30853
-x30855 = x30854
-x30856 = x30855
-x30857 = x30856
-x30858 = x30857
-x30859 = x30858
-x30860 = x30859
-x30861 = x30860
-x30862 = x30861
-x30863 = x30862
-x30864 = x30863
-x30865 = x30864
-x30866 = x30865
-x30867 = x30866
-x30868 = x30867
-x30869 = x30868
-x30870 = x30869
-x30871 = x30870
-x30872 = x30871
-x30873 = x30872
-x30874 = x30873
-x30875 = x30874
-x30876 = x30875
-x30877 = x30876
-x30878 = x30877
-x30879 = x30878
-x30880 = x30879
-x30881 = x30880
-x30882 = x30881
-x30883 = x30882
-x30884 = x30883
-x30885 = x30884
-x30886 = x30885
-x30887 = x30886
-x30888 = x30887
-x30889 = x30888
-x30890 = x30889
-x30891 = x30890
-x30892 = x30891
-x30893 = x30892
-x30894 = x30893
-x30895 = x30894
-x30896 = x30895
-x30897 = x30896
-x30898 = x30897
-x30899 = x30898
-x30900 = x30899
-x30901 = x30900
-x30902 = x30901
-x30903 = x30902
-x30904 = x30903
-x30905 = x30904
-x30906 = x30905
-x30907 = x30906
-x30908 = x30907
-x30909 = x30908
-x30910 = x30909
-x30911 = x30910
-x30912 = x30911
-x30913 = x30912
-x30914 = x30913
-x30915 = x30914
-x30916 = x30915
-x30917 = x30916
-x30918 = x30917
-x30919 = x30918
-x30920 = x30919
-x30921 = x30920
-x30922 = x30921
-x30923 = x30922
-x30924 = x30923
-x30925 = x30924
-x30926 = x30925
-x30927 = x30926
-x30928 = x30927
-x30929 = x30928
-x30930 = x30929
-x30931 = x30930
-x30932 = x30931
-x30933 = x30932
-x30934 = x30933
-x30935 = x30934
-x30936 = x30935
-x30937 = x30936
-x30938 = x30937
-x30939 = x30938
-x30940 = x30939
-x30941 = x30940
-x30942 = x30941
-x30943 = x30942
-x30944 = x30943
-x30945 = x30944
-x30946 = x30945
-x30947 = x30946
-x30948 = x30947
-x30949 = x30948
-x30950 = x30949
-x30951 = x30950
-x30952 = x30951
-x30953 = x30952
-x30954 = x30953
-x30955 = x30954
-x30956 = x30955
-x30957 = x30956
-x30958 = x30957
-x30959 = x30958
-x30960 = x30959
-x30961 = x30960
-x30962 = x30961
-x30963 = x30962
-x30964 = x30963
-x30965 = x30964
-x30966 = x30965
-x30967 = x30966
-x30968 = x30967
-x30969 = x30968
-x30970 = x30969
-x30971 = x30970
-x30972 = x30971
-x30973 = x30972
-x30974 = x30973
-x30975 = x30974
-x30976 = x30975
-x30977 = x30976
-x30978 = x30977
-x30979 = x30978
-x30980 = x30979
-x30981 = x30980
-x30982 = x30981
-x30983 = x30982
-x30984 = x30983
-x30985 = x30984
-x30986 = x30985
-x30987 = x30986
-x30988 = x30987
-x30989 = x30988
-x30990 = x30989
-x30991 = x30990
-x30992 = x30991
-x30993 = x30992
-x30994 = x30993
-x30995 = x30994
-x30996 = x30995
-x30997 = x30996
-x30998 = x30997
-x30999 = x30998
-x31000 = x30999
-x31001 = x31000
-x31002 = x31001
-x31003 = x31002
-x31004 = x31003
-x31005 = x31004
-x31006 = x31005
-x31007 = x31006
-x31008 = x31007
-x31009 = x31008
-x31010 = x31009
-x31011 = x31010
-x31012 = x31011
-x31013 = x31012
-x31014 = x31013
-x31015 = x31014
-x31016 = x31015
-x31017 = x31016
-x31018 = x31017
-x31019 = x31018
-x31020 = x31019
-x31021 = x31020
-x31022 = x31021
-x31023 = x31022
-x31024 = x31023
-x31025 = x31024
-x31026 = x31025
-x31027 = x31026
-x31028 = x31027
-x31029 = x31028
-x31030 = x31029
-x31031 = x31030
-x31032 = x31031
-x31033 = x31032
-x31034 = x31033
-x31035 = x31034
-x31036 = x31035
-x31037 = x31036
-x31038 = x31037
-x31039 = x31038
-x31040 = x31039
-x31041 = x31040
-x31042 = x31041
-x31043 = x31042
-x31044 = x31043
-x31045 = x31044
-x31046 = x31045
-x31047 = x31046
-x31048 = x31047
-x31049 = x31048
-x31050 = x31049
-x31051 = x31050
-x31052 = x31051
-x31053 = x31052
-x31054 = x31053
-x31055 = x31054
-x31056 = x31055
-x31057 = x31056
-x31058 = x31057
-x31059 = x31058
-x31060 = x31059
-x31061 = x31060
-x31062 = x31061
-x31063 = x31062
-x31064 = x31063
-x31065 = x31064
-x31066 = x31065
-x31067 = x31066
-x31068 = x31067
-x31069 = x31068
-x31070 = x31069
-x31071 = x31070
-x31072 = x31071
-x31073 = x31072
-x31074 = x31073
-x31075 = x31074
-x31076 = x31075
-x31077 = x31076
-x31078 = x31077
-x31079 = x31078
-x31080 = x31079
-x31081 = x31080
-x31082 = x31081
-x31083 = x31082
-x31084 = x31083
-x31085 = x31084
-x31086 = x31085
-x31087 = x31086
-x31088 = x31087
-x31089 = x31088
-x31090 = x31089
-x31091 = x31090
-x31092 = x31091
-x31093 = x31092
-x31094 = x31093
-x31095 = x31094
-x31096 = x31095
-x31097 = x31096
-x31098 = x31097
-x31099 = x31098
-x31100 = x31099
-x31101 = x31100
-x31102 = x31101
-x31103 = x31102
-x31104 = x31103
-x31105 = x31104
-x31106 = x31105
-x31107 = x31106
-x31108 = x31107
-x31109 = x31108
-x31110 = x31109
-x31111 = x31110
-x31112 = x31111
-x31113 = x31112
-x31114 = x31113
-x31115 = x31114
-x31116 = x31115
-x31117 = x31116
-x31118 = x31117
-x31119 = x31118
-x31120 = x31119
-x31121 = x31120
-x31122 = x31121
-x31123 = x31122
-x31124 = x31123
-x31125 = x31124
-x31126 = x31125
-x31127 = x31126
-x31128 = x31127
-x31129 = x31128
-x31130 = x31129
-x31131 = x31130
-x31132 = x31131
-x31133 = x31132
-x31134 = x31133
-x31135 = x31134
-x31136 = x31135
-x31137 = x31136
-x31138 = x31137
-x31139 = x31138
-x31140 = x31139
-x31141 = x31140
-x31142 = x31141
-x31143 = x31142
-x31144 = x31143
-x31145 = x31144
-x31146 = x31145
-x31147 = x31146
-x31148 = x31147
-x31149 = x31148
-x31150 = x31149
-x31151 = x31150
-x31152 = x31151
-x31153 = x31152
-x31154 = x31153
-x31155 = x31154
-x31156 = x31155
-x31157 = x31156
-x31158 = x31157
-x31159 = x31158
-x31160 = x31159
-x31161 = x31160
-x31162 = x31161
-x31163 = x31162
-x31164 = x31163
-x31165 = x31164
-x31166 = x31165
-x31167 = x31166
-x31168 = x31167
-x31169 = x31168
-x31170 = x31169
-x31171 = x31170
-x31172 = x31171
-x31173 = x31172
-x31174 = x31173
-x31175 = x31174
-x31176 = x31175
-x31177 = x31176
-x31178 = x31177
-x31179 = x31178
-x31180 = x31179
-x31181 = x31180
-x31182 = x31181
-x31183 = x31182
-x31184 = x31183
-x31185 = x31184
-x31186 = x31185
-x31187 = x31186
-x31188 = x31187
-x31189 = x31188
-x31190 = x31189
-x31191 = x31190
-x31192 = x31191
-x31193 = x31192
-x31194 = x31193
-x31195 = x31194
-x31196 = x31195
-x31197 = x31196
-x31198 = x31197
-x31199 = x31198
-x31200 = x31199
-x31201 = x31200
-x31202 = x31201
-x31203 = x31202
-x31204 = x31203
-x31205 = x31204
-x31206 = x31205
-x31207 = x31206
-x31208 = x31207
-x31209 = x31208
-x31210 = x31209
-x31211 = x31210
-x31212 = x31211
-x31213 = x31212
-x31214 = x31213
-x31215 = x31214
-x31216 = x31215
-x31217 = x31216
-x31218 = x31217
-x31219 = x31218
-x31220 = x31219
-x31221 = x31220
-x31222 = x31221
-x31223 = x31222
-x31224 = x31223
-x31225 = x31224
-x31226 = x31225
-x31227 = x31226
-x31228 = x31227
-x31229 = x31228
-x31230 = x31229
-x31231 = x31230
-x31232 = x31231
-x31233 = x31232
-x31234 = x31233
-x31235 = x31234
-x31236 = x31235
-x31237 = x31236
-x31238 = x31237
-x31239 = x31238
-x31240 = x31239
-x31241 = x31240
-x31242 = x31241
-x31243 = x31242
-x31244 = x31243
-x31245 = x31244
-x31246 = x31245
-x31247 = x31246
-x31248 = x31247
-x31249 = x31248
-x31250 = x31249
-x31251 = x31250
-x31252 = x31251
-x31253 = x31252
-x31254 = x31253
-x31255 = x31254
-x31256 = x31255
-x31257 = x31256
-x31258 = x31257
-x31259 = x31258
-x31260 = x31259
-x31261 = x31260
-x31262 = x31261
-x31263 = x31262
-x31264 = x31263
-x31265 = x31264
-x31266 = x31265
-x31267 = x31266
-x31268 = x31267
-x31269 = x31268
-x31270 = x31269
-x31271 = x31270
-x31272 = x31271
-x31273 = x31272
-x31274 = x31273
-x31275 = x31274
-x31276 = x31275
-x31277 = x31276
-x31278 = x31277
-x31279 = x31278
-x31280 = x31279
-x31281 = x31280
-x31282 = x31281
-x31283 = x31282
-x31284 = x31283
-x31285 = x31284
-x31286 = x31285
-x31287 = x31286
-x31288 = x31287
-x31289 = x31288
-x31290 = x31289
-x31291 = x31290
-x31292 = x31291
-x31293 = x31292
-x31294 = x31293
-x31295 = x31294
-x31296 = x31295
-x31297 = x31296
-x31298 = x31297
-x31299 = x31298
-x31300 = x31299
-x31301 = x31300
-x31302 = x31301
-x31303 = x31302
-x31304 = x31303
-x31305 = x31304
-x31306 = x31305
-x31307 = x31306
-x31308 = x31307
-x31309 = x31308
-x31310 = x31309
-x31311 = x31310
-x31312 = x31311
-x31313 = x31312
-x31314 = x31313
-x31315 = x31314
-x31316 = x31315
-x31317 = x31316
-x31318 = x31317
-x31319 = x31318
-x31320 = x31319
-x31321 = x31320
-x31322 = x31321
-x31323 = x31322
-x31324 = x31323
-x31325 = x31324
-x31326 = x31325
-x31327 = x31326
-x31328 = x31327
-x31329 = x31328
-x31330 = x31329
-x31331 = x31330
-x31332 = x31331
-x31333 = x31332
-x31334 = x31333
-x31335 = x31334
-x31336 = x31335
-x31337 = x31336
-x31338 = x31337
-x31339 = x31338
-x31340 = x31339
-x31341 = x31340
-x31342 = x31341
-x31343 = x31342
-x31344 = x31343
-x31345 = x31344
-x31346 = x31345
-x31347 = x31346
-x31348 = x31347
-x31349 = x31348
-x31350 = x31349
-x31351 = x31350
-x31352 = x31351
-x31353 = x31352
-x31354 = x31353
-x31355 = x31354
-x31356 = x31355
-x31357 = x31356
-x31358 = x31357
-x31359 = x31358
-x31360 = x31359
-x31361 = x31360
-x31362 = x31361
-x31363 = x31362
-x31364 = x31363
-x31365 = x31364
-x31366 = x31365
-x31367 = x31366
-x31368 = x31367
-x31369 = x31368
-x31370 = x31369
-x31371 = x31370
-x31372 = x31371
-x31373 = x31372
-x31374 = x31373
-x31375 = x31374
-x31376 = x31375
-x31377 = x31376
-x31378 = x31377
-x31379 = x31378
-x31380 = x31379
-x31381 = x31380
-x31382 = x31381
-x31383 = x31382
-x31384 = x31383
-x31385 = x31384
-x31386 = x31385
-x31387 = x31386
-x31388 = x31387
-x31389 = x31388
-x31390 = x31389
-x31391 = x31390
-x31392 = x31391
-x31393 = x31392
-x31394 = x31393
-x31395 = x31394
-x31396 = x31395
-x31397 = x31396
-x31398 = x31397
-x31399 = x31398
-x31400 = x31399
-x31401 = x31400
-x31402 = x31401
-x31403 = x31402
-x31404 = x31403
-x31405 = x31404
-x31406 = x31405
-x31407 = x31406
-x31408 = x31407
-x31409 = x31408
-x31410 = x31409
-x31411 = x31410
-x31412 = x31411
-x31413 = x31412
-x31414 = x31413
-x31415 = x31414
-x31416 = x31415
-x31417 = x31416
-x31418 = x31417
-x31419 = x31418
-x31420 = x31419
-x31421 = x31420
-x31422 = x31421
-x31423 = x31422
-x31424 = x31423
-x31425 = x31424
-x31426 = x31425
-x31427 = x31426
-x31428 = x31427
-x31429 = x31428
-x31430 = x31429
-x31431 = x31430
-x31432 = x31431
-x31433 = x31432
-x31434 = x31433
-x31435 = x31434
-x31436 = x31435
-x31437 = x31436
-x31438 = x31437
-x31439 = x31438
-x31440 = x31439
-x31441 = x31440
-x31442 = x31441
-x31443 = x31442
-x31444 = x31443
-x31445 = x31444
-x31446 = x31445
-x31447 = x31446
-x31448 = x31447
-x31449 = x31448
-x31450 = x31449
-x31451 = x31450
-x31452 = x31451
-x31453 = x31452
-x31454 = x31453
-x31455 = x31454
-x31456 = x31455
-x31457 = x31456
-x31458 = x31457
-x31459 = x31458
-x31460 = x31459
-x31461 = x31460
-x31462 = x31461
-x31463 = x31462
-x31464 = x31463
-x31465 = x31464
-x31466 = x31465
-x31467 = x31466
-x31468 = x31467
-x31469 = x31468
-x31470 = x31469
-x31471 = x31470
-x31472 = x31471
-x31473 = x31472
-x31474 = x31473
-x31475 = x31474
-x31476 = x31475
-x31477 = x31476
-x31478 = x31477
-x31479 = x31478
-x31480 = x31479
-x31481 = x31480
-x31482 = x31481
-x31483 = x31482
-x31484 = x31483
-x31485 = x31484
-x31486 = x31485
-x31487 = x31486
-x31488 = x31487
-x31489 = x31488
-x31490 = x31489
-x31491 = x31490
-x31492 = x31491
-x31493 = x31492
-x31494 = x31493
-x31495 = x31494
-x31496 = x31495
-x31497 = x31496
-x31498 = x31497
-x31499 = x31498
-x31500 = x31499
-x31501 = x31500
-x31502 = x31501
-x31503 = x31502
-x31504 = x31503
-x31505 = x31504
-x31506 = x31505
-x31507 = x31506
-x31508 = x31507
-x31509 = x31508
-x31510 = x31509
-x31511 = x31510
-x31512 = x31511
-x31513 = x31512
-x31514 = x31513
-x31515 = x31514
-x31516 = x31515
-x31517 = x31516
-x31518 = x31517
-x31519 = x31518
-x31520 = x31519
-x31521 = x31520
-x31522 = x31521
-x31523 = x31522
-x31524 = x31523
-x31525 = x31524
-x31526 = x31525
-x31527 = x31526
-x31528 = x31527
-x31529 = x31528
-x31530 = x31529
-x31531 = x31530
-x31532 = x31531
-x31533 = x31532
-x31534 = x31533
-x31535 = x31534
-x31536 = x31535
-x31537 = x31536
-x31538 = x31537
-x31539 = x31538
-x31540 = x31539
-x31541 = x31540
-x31542 = x31541
-x31543 = x31542
-x31544 = x31543
-x31545 = x31544
-x31546 = x31545
-x31547 = x31546
-x31548 = x31547
-x31549 = x31548
-x31550 = x31549
-x31551 = x31550
-x31552 = x31551
-x31553 = x31552
-x31554 = x31553
-x31555 = x31554
-x31556 = x31555
-x31557 = x31556
-x31558 = x31557
-x31559 = x31558
-x31560 = x31559
-x31561 = x31560
-x31562 = x31561
-x31563 = x31562
-x31564 = x31563
-x31565 = x31564
-x31566 = x31565
-x31567 = x31566
-x31568 = x31567
-x31569 = x31568
-x31570 = x31569
-x31571 = x31570
-x31572 = x31571
-x31573 = x31572
-x31574 = x31573
-x31575 = x31574
-x31576 = x31575
-x31577 = x31576
-x31578 = x31577
-x31579 = x31578
-x31580 = x31579
-x31581 = x31580
-x31582 = x31581
-x31583 = x31582
-x31584 = x31583
-x31585 = x31584
-x31586 = x31585
-x31587 = x31586
-x31588 = x31587
-x31589 = x31588
-x31590 = x31589
-x31591 = x31590
-x31592 = x31591
-x31593 = x31592
-x31594 = x31593
-x31595 = x31594
-x31596 = x31595
-x31597 = x31596
-x31598 = x31597
-x31599 = x31598
-x31600 = x31599
-x31601 = x31600
-x31602 = x31601
-x31603 = x31602
-x31604 = x31603
-x31605 = x31604
-x31606 = x31605
-x31607 = x31606
-x31608 = x31607
-x31609 = x31608
-x31610 = x31609
-x31611 = x31610
-x31612 = x31611
-x31613 = x31612
-x31614 = x31613
-x31615 = x31614
-x31616 = x31615
-x31617 = x31616
-x31618 = x31617
-x31619 = x31618
-x31620 = x31619
-x31621 = x31620
-x31622 = x31621
-x31623 = x31622
-x31624 = x31623
-x31625 = x31624
-x31626 = x31625
-x31627 = x31626
-x31628 = x31627
-x31629 = x31628
-x31630 = x31629
-x31631 = x31630
-x31632 = x31631
-x31633 = x31632
-x31634 = x31633
-x31635 = x31634
-x31636 = x31635
-x31637 = x31636
-x31638 = x31637
-x31639 = x31638
-x31640 = x31639
-x31641 = x31640
-x31642 = x31641
-x31643 = x31642
-x31644 = x31643
-x31645 = x31644
-x31646 = x31645
-x31647 = x31646
-x31648 = x31647
-x31649 = x31648
-x31650 = x31649
-x31651 = x31650
-x31652 = x31651
-x31653 = x31652
-x31654 = x31653
-x31655 = x31654
-x31656 = x31655
-x31657 = x31656
-x31658 = x31657
-x31659 = x31658
-x31660 = x31659
-x31661 = x31660
-x31662 = x31661
-x31663 = x31662
-x31664 = x31663
-x31665 = x31664
-x31666 = x31665
-x31667 = x31666
-x31668 = x31667
-x31669 = x31668
-x31670 = x31669
-x31671 = x31670
-x31672 = x31671
-x31673 = x31672
-x31674 = x31673
-x31675 = x31674
-x31676 = x31675
-x31677 = x31676
-x31678 = x31677
-x31679 = x31678
-x31680 = x31679
-x31681 = x31680
-x31682 = x31681
-x31683 = x31682
-x31684 = x31683
-x31685 = x31684
-x31686 = x31685
-x31687 = x31686
-x31688 = x31687
-x31689 = x31688
-x31690 = x31689
-x31691 = x31690
-x31692 = x31691
-x31693 = x31692
-x31694 = x31693
-x31695 = x31694
-x31696 = x31695
-x31697 = x31696
-x31698 = x31697
-x31699 = x31698
-x31700 = x31699
-x31701 = x31700
-x31702 = x31701
-x31703 = x31702
-x31704 = x31703
-x31705 = x31704
-x31706 = x31705
-x31707 = x31706
-x31708 = x31707
-x31709 = x31708
-x31710 = x31709
-x31711 = x31710
-x31712 = x31711
-x31713 = x31712
-x31714 = x31713
-x31715 = x31714
-x31716 = x31715
-x31717 = x31716
-x31718 = x31717
-x31719 = x31718
-x31720 = x31719
-x31721 = x31720
-x31722 = x31721
-x31723 = x31722
-x31724 = x31723
-x31725 = x31724
-x31726 = x31725
-x31727 = x31726
-x31728 = x31727
-x31729 = x31728
-x31730 = x31729
-x31731 = x31730
-x31732 = x31731
-x31733 = x31732
-x31734 = x31733
-x31735 = x31734
-x31736 = x31735
-x31737 = x31736
-x31738 = x31737
-x31739 = x31738
-x31740 = x31739
-x31741 = x31740
-x31742 = x31741
-x31743 = x31742
-x31744 = x31743
-x31745 = x31744
-x31746 = x31745
-x31747 = x31746
-x31748 = x31747
-x31749 = x31748
-x31750 = x31749
-x31751 = x31750
-x31752 = x31751
-x31753 = x31752
-x31754 = x31753
-x31755 = x31754
-x31756 = x31755
-x31757 = x31756
-x31758 = x31757
-x31759 = x31758
-x31760 = x31759
-x31761 = x31760
-x31762 = x31761
-x31763 = x31762
-x31764 = x31763
-x31765 = x31764
-x31766 = x31765
-x31767 = x31766
-x31768 = x31767
-x31769 = x31768
-x31770 = x31769
-x31771 = x31770
-x31772 = x31771
-x31773 = x31772
-x31774 = x31773
-x31775 = x31774
-x31776 = x31775
-x31777 = x31776
-x31778 = x31777
-x31779 = x31778
-x31780 = x31779
-x31781 = x31780
-x31782 = x31781
-x31783 = x31782
-x31784 = x31783
-x31785 = x31784
-x31786 = x31785
-x31787 = x31786
-x31788 = x31787
-x31789 = x31788
-x31790 = x31789
-x31791 = x31790
-x31792 = x31791
-x31793 = x31792
-x31794 = x31793
-x31795 = x31794
-x31796 = x31795
-x31797 = x31796
-x31798 = x31797
-x31799 = x31798
-x31800 = x31799
-x31801 = x31800
-x31802 = x31801
-x31803 = x31802
-x31804 = x31803
-x31805 = x31804
-x31806 = x31805
-x31807 = x31806
-x31808 = x31807
-x31809 = x31808
-x31810 = x31809
-x31811 = x31810
-x31812 = x31811
-x31813 = x31812
-x31814 = x31813
-x31815 = x31814
-x31816 = x31815
-x31817 = x31816
-x31818 = x31817
-x31819 = x31818
-x31820 = x31819
-x31821 = x31820
-x31822 = x31821
-x31823 = x31822
-x31824 = x31823
-x31825 = x31824
-x31826 = x31825
-x31827 = x31826
-x31828 = x31827
-x31829 = x31828
-x31830 = x31829
-x31831 = x31830
-x31832 = x31831
-x31833 = x31832
-x31834 = x31833
-x31835 = x31834
-x31836 = x31835
-x31837 = x31836
-x31838 = x31837
-x31839 = x31838
-x31840 = x31839
-x31841 = x31840
-x31842 = x31841
-x31843 = x31842
-x31844 = x31843
-x31845 = x31844
-x31846 = x31845
-x31847 = x31846
-x31848 = x31847
-x31849 = x31848
-x31850 = x31849
-x31851 = x31850
-x31852 = x31851
-x31853 = x31852
-x31854 = x31853
-x31855 = x31854
-x31856 = x31855
-x31857 = x31856
-x31858 = x31857
-x31859 = x31858
-x31860 = x31859
-x31861 = x31860
-x31862 = x31861
-x31863 = x31862
-x31864 = x31863
-x31865 = x31864
-x31866 = x31865
-x31867 = x31866
-x31868 = x31867
-x31869 = x31868
-x31870 = x31869
-x31871 = x31870
-x31872 = x31871
-x31873 = x31872
-x31874 = x31873
-x31875 = x31874
-x31876 = x31875
-x31877 = x31876
-x31878 = x31877
-x31879 = x31878
-x31880 = x31879
-x31881 = x31880
-x31882 = x31881
-x31883 = x31882
-x31884 = x31883
-x31885 = x31884
-x31886 = x31885
-x31887 = x31886
-x31888 = x31887
-x31889 = x31888
-x31890 = x31889
-x31891 = x31890
-x31892 = x31891
-x31893 = x31892
-x31894 = x31893
-x31895 = x31894
-x31896 = x31895
-x31897 = x31896
-x31898 = x31897
-x31899 = x31898
-x31900 = x31899
-x31901 = x31900
-x31902 = x31901
-x31903 = x31902
-x31904 = x31903
-x31905 = x31904
-x31906 = x31905
-x31907 = x31906
-x31908 = x31907
-x31909 = x31908
-x31910 = x31909
-x31911 = x31910
-x31912 = x31911
-x31913 = x31912
-x31914 = x31913
-x31915 = x31914
-x31916 = x31915
-x31917 = x31916
-x31918 = x31917
-x31919 = x31918
-x31920 = x31919
-x31921 = x31920
-x31922 = x31921
-x31923 = x31922
-x31924 = x31923
-x31925 = x31924
-x31926 = x31925
-x31927 = x31926
-x31928 = x31927
-x31929 = x31928
-x31930 = x31929
-x31931 = x31930
-x31932 = x31931
-x31933 = x31932
-x31934 = x31933
-x31935 = x31934
-x31936 = x31935
-x31937 = x31936
-x31938 = x31937
-x31939 = x31938
-x31940 = x31939
-x31941 = x31940
-x31942 = x31941
-x31943 = x31942
-x31944 = x31943
-x31945 = x31944
-x31946 = x31945
-x31947 = x31946
-x31948 = x31947
-x31949 = x31948
-x31950 = x31949
-x31951 = x31950
-x31952 = x31951
-x31953 = x31952
-x31954 = x31953
-x31955 = x31954
-x31956 = x31955
-x31957 = x31956
-x31958 = x31957
-x31959 = x31958
-x31960 = x31959
-x31961 = x31960
-x31962 = x31961
-x31963 = x31962
-x31964 = x31963
-x31965 = x31964
-x31966 = x31965
-x31967 = x31966
-x31968 = x31967
-x31969 = x31968
-x31970 = x31969
-x31971 = x31970
-x31972 = x31971
-x31973 = x31972
-x31974 = x31973
-x31975 = x31974
-x31976 = x31975
-x31977 = x31976
-x31978 = x31977
-x31979 = x31978
-x31980 = x31979
-x31981 = x31980
-x31982 = x31981
-x31983 = x31982
-x31984 = x31983
-x31985 = x31984
-x31986 = x31985
-x31987 = x31986
-x31988 = x31987
-x31989 = x31988
-x31990 = x31989
-x31991 = x31990
-x31992 = x31991
-x31993 = x31992
-x31994 = x31993
-x31995 = x31994
-x31996 = x31995
-x31997 = x31996
-x31998 = x31997
-x31999 = x31998
-x32000 = x31999
-x32001 = x32000
-x32002 = x32001
-x32003 = x32002
-x32004 = x32003
-x32005 = x32004
-x32006 = x32005
-x32007 = x32006
-x32008 = x32007
-x32009 = x32008
-x32010 = x32009
-x32011 = x32010
-x32012 = x32011
-x32013 = x32012
-x32014 = x32013
-x32015 = x32014
-x32016 = x32015
-x32017 = x32016
-x32018 = x32017
-x32019 = x32018
-x32020 = x32019
-x32021 = x32020
-x32022 = x32021
-x32023 = x32022
-x32024 = x32023
-x32025 = x32024
-x32026 = x32025
-x32027 = x32026
-x32028 = x32027
-x32029 = x32028
-x32030 = x32029
-x32031 = x32030
-x32032 = x32031
-x32033 = x32032
-x32034 = x32033
-x32035 = x32034
-x32036 = x32035
-x32037 = x32036
-x32038 = x32037
-x32039 = x32038
-x32040 = x32039
-x32041 = x32040
-x32042 = x32041
-x32043 = x32042
-x32044 = x32043
-x32045 = x32044
-x32046 = x32045
-x32047 = x32046
-x32048 = x32047
-x32049 = x32048
-x32050 = x32049
-x32051 = x32050
-x32052 = x32051
-x32053 = x32052
-x32054 = x32053
-x32055 = x32054
-x32056 = x32055
-x32057 = x32056
-x32058 = x32057
-x32059 = x32058
-x32060 = x32059
-x32061 = x32060
-x32062 = x32061
-x32063 = x32062
-x32064 = x32063
-x32065 = x32064
-x32066 = x32065
-x32067 = x32066
-x32068 = x32067
-x32069 = x32068
-x32070 = x32069
-x32071 = x32070
-x32072 = x32071
-x32073 = x32072
-x32074 = x32073
-x32075 = x32074
-x32076 = x32075
-x32077 = x32076
-x32078 = x32077
-x32079 = x32078
-x32080 = x32079
-x32081 = x32080
-x32082 = x32081
-x32083 = x32082
-x32084 = x32083
-x32085 = x32084
-x32086 = x32085
-x32087 = x32086
-x32088 = x32087
-x32089 = x32088
-x32090 = x32089
-x32091 = x32090
-x32092 = x32091
-x32093 = x32092
-x32094 = x32093
-x32095 = x32094
-x32096 = x32095
-x32097 = x32096
-x32098 = x32097
-x32099 = x32098
-x32100 = x32099
-x32101 = x32100
-x32102 = x32101
-x32103 = x32102
-x32104 = x32103
-x32105 = x32104
-x32106 = x32105
-x32107 = x32106
-x32108 = x32107
-x32109 = x32108
-x32110 = x32109
-x32111 = x32110
-x32112 = x32111
-x32113 = x32112
-x32114 = x32113
-x32115 = x32114
-x32116 = x32115
-x32117 = x32116
-x32118 = x32117
-x32119 = x32118
-x32120 = x32119
-x32121 = x32120
-x32122 = x32121
-x32123 = x32122
-x32124 = x32123
-x32125 = x32124
-x32126 = x32125
-x32127 = x32126
-x32128 = x32127
-x32129 = x32128
-x32130 = x32129
-x32131 = x32130
-x32132 = x32131
-x32133 = x32132
-x32134 = x32133
-x32135 = x32134
-x32136 = x32135
-x32137 = x32136
-x32138 = x32137
-x32139 = x32138
-x32140 = x32139
-x32141 = x32140
-x32142 = x32141
-x32143 = x32142
-x32144 = x32143
-x32145 = x32144
-x32146 = x32145
-x32147 = x32146
-x32148 = x32147
-x32149 = x32148
-x32150 = x32149
-x32151 = x32150
-x32152 = x32151
-x32153 = x32152
-x32154 = x32153
-x32155 = x32154
-x32156 = x32155
-x32157 = x32156
-x32158 = x32157
-x32159 = x32158
-x32160 = x32159
-x32161 = x32160
-x32162 = x32161
-x32163 = x32162
-x32164 = x32163
-x32165 = x32164
-x32166 = x32165
-x32167 = x32166
-x32168 = x32167
-x32169 = x32168
-x32170 = x32169
-x32171 = x32170
-x32172 = x32171
-x32173 = x32172
-x32174 = x32173
-x32175 = x32174
-x32176 = x32175
-x32177 = x32176
-x32178 = x32177
-x32179 = x32178
-x32180 = x32179
-x32181 = x32180
-x32182 = x32181
-x32183 = x32182
-x32184 = x32183
-x32185 = x32184
-x32186 = x32185
-x32187 = x32186
-x32188 = x32187
-x32189 = x32188
-x32190 = x32189
-x32191 = x32190
-x32192 = x32191
-x32193 = x32192
-x32194 = x32193
-x32195 = x32194
-x32196 = x32195
-x32197 = x32196
-x32198 = x32197
-x32199 = x32198
-x32200 = x32199
-x32201 = x32200
-x32202 = x32201
-x32203 = x32202
-x32204 = x32203
-x32205 = x32204
-x32206 = x32205
-x32207 = x32206
-x32208 = x32207
-x32209 = x32208
-x32210 = x32209
-x32211 = x32210
-x32212 = x32211
-x32213 = x32212
-x32214 = x32213
-x32215 = x32214
-x32216 = x32215
-x32217 = x32216
-x32218 = x32217
-x32219 = x32218
-x32220 = x32219
-x32221 = x32220
-x32222 = x32221
-x32223 = x32222
-x32224 = x32223
-x32225 = x32224
-x32226 = x32225
-x32227 = x32226
-x32228 = x32227
-x32229 = x32228
-x32230 = x32229
-x32231 = x32230
-x32232 = x32231
-x32233 = x32232
-x32234 = x32233
-x32235 = x32234
-x32236 = x32235
-x32237 = x32236
-x32238 = x32237
-x32239 = x32238
-x32240 = x32239
-x32241 = x32240
-x32242 = x32241
-x32243 = x32242
-x32244 = x32243
-x32245 = x32244
-x32246 = x32245
-x32247 = x32246
-x32248 = x32247
-x32249 = x32248
-x32250 = x32249
-x32251 = x32250
-x32252 = x32251
-x32253 = x32252
-x32254 = x32253
-x32255 = x32254
-x32256 = x32255
-x32257 = x32256
-x32258 = x32257
-x32259 = x32258
-x32260 = x32259
-x32261 = x32260
-x32262 = x32261
-x32263 = x32262
-x32264 = x32263
-x32265 = x32264
-x32266 = x32265
-x32267 = x32266
-x32268 = x32267
-x32269 = x32268
-x32270 = x32269
-x32271 = x32270
-x32272 = x32271
-x32273 = x32272
-x32274 = x32273
-x32275 = x32274
-x32276 = x32275
-x32277 = x32276
-x32278 = x32277
-x32279 = x32278
-x32280 = x32279
-x32281 = x32280
-x32282 = x32281
-x32283 = x32282
-x32284 = x32283
-x32285 = x32284
-x32286 = x32285
-x32287 = x32286
-x32288 = x32287
-x32289 = x32288
-x32290 = x32289
-x32291 = x32290
-x32292 = x32291
-x32293 = x32292
-x32294 = x32293
-x32295 = x32294
-x32296 = x32295
-x32297 = x32296
-x32298 = x32297
-x32299 = x32298
-x32300 = x32299
-x32301 = x32300
-x32302 = x32301
-x32303 = x32302
-x32304 = x32303
-x32305 = x32304
-x32306 = x32305
-x32307 = x32306
-x32308 = x32307
-x32309 = x32308
-x32310 = x32309
-x32311 = x32310
-x32312 = x32311
-x32313 = x32312
-x32314 = x32313
-x32315 = x32314
-x32316 = x32315
-x32317 = x32316
-x32318 = x32317
-x32319 = x32318
-x32320 = x32319
-x32321 = x32320
-x32322 = x32321
-x32323 = x32322
-x32324 = x32323
-x32325 = x32324
-x32326 = x32325
-x32327 = x32326
-x32328 = x32327
-x32329 = x32328
-x32330 = x32329
-x32331 = x32330
-x32332 = x32331
-x32333 = x32332
-x32334 = x32333
-x32335 = x32334
-x32336 = x32335
-x32337 = x32336
-x32338 = x32337
-x32339 = x32338
-x32340 = x32339
-x32341 = x32340
-x32342 = x32341
-x32343 = x32342
-x32344 = x32343
-x32345 = x32344
-x32346 = x32345
-x32347 = x32346
-x32348 = x32347
-x32349 = x32348
-x32350 = x32349
-x32351 = x32350
-x32352 = x32351
-x32353 = x32352
-x32354 = x32353
-x32355 = x32354
-x32356 = x32355
-x32357 = x32356
-x32358 = x32357
-x32359 = x32358
-x32360 = x32359
-x32361 = x32360
-x32362 = x32361
-x32363 = x32362
-x32364 = x32363
-x32365 = x32364
-x32366 = x32365
-x32367 = x32366
-x32368 = x32367
-x32369 = x32368
-x32370 = x32369
-x32371 = x32370
-x32372 = x32371
-x32373 = x32372
-x32374 = x32373
-x32375 = x32374
-x32376 = x32375
-x32377 = x32376
-x32378 = x32377
-x32379 = x32378
-x32380 = x32379
-x32381 = x32380
-x32382 = x32381
-x32383 = x32382
-x32384 = x32383
-x32385 = x32384
-x32386 = x32385
-x32387 = x32386
-x32388 = x32387
-x32389 = x32388
-x32390 = x32389
-x32391 = x32390
-x32392 = x32391
-x32393 = x32392
-x32394 = x32393
-x32395 = x32394
-x32396 = x32395
-x32397 = x32396
-x32398 = x32397
-x32399 = x32398
-x32400 = x32399
-x32401 = x32400
-x32402 = x32401
-x32403 = x32402
-x32404 = x32403
-x32405 = x32404
-x32406 = x32405
-x32407 = x32406
-x32408 = x32407
-x32409 = x32408
-x32410 = x32409
-x32411 = x32410
-x32412 = x32411
-x32413 = x32412
-x32414 = x32413
-x32415 = x32414
-x32416 = x32415
-x32417 = x32416
-x32418 = x32417
-x32419 = x32418
-x32420 = x32419
-x32421 = x32420
-x32422 = x32421
-x32423 = x32422
-x32424 = x32423
-x32425 = x32424
-x32426 = x32425
-x32427 = x32426
-x32428 = x32427
-x32429 = x32428
-x32430 = x32429
-x32431 = x32430
-x32432 = x32431
-x32433 = x32432
-x32434 = x32433
-x32435 = x32434
-x32436 = x32435
-x32437 = x32436
-x32438 = x32437
-x32439 = x32438
-x32440 = x32439
-x32441 = x32440
-x32442 = x32441
-x32443 = x32442
-x32444 = x32443
-x32445 = x32444
-x32446 = x32445
-x32447 = x32446
-x32448 = x32447
-x32449 = x32448
-x32450 = x32449
-x32451 = x32450
-x32452 = x32451
-x32453 = x32452
-x32454 = x32453
-x32455 = x32454
-x32456 = x32455
-x32457 = x32456
-x32458 = x32457
-x32459 = x32458
-x32460 = x32459
-x32461 = x32460
-x32462 = x32461
-x32463 = x32462
-x32464 = x32463
-x32465 = x32464
-x32466 = x32465
-x32467 = x32466
-x32468 = x32467
-x32469 = x32468
-x32470 = x32469
-x32471 = x32470
-x32472 = x32471
-x32473 = x32472
-x32474 = x32473
-x32475 = x32474
-x32476 = x32475
-x32477 = x32476
-x32478 = x32477
-x32479 = x32478
-x32480 = x32479
-x32481 = x32480
-x32482 = x32481
-x32483 = x32482
-x32484 = x32483
-x32485 = x32484
-x32486 = x32485
-x32487 = x32486
-x32488 = x32487
-x32489 = x32488
-x32490 = x32489
-x32491 = x32490
-x32492 = x32491
-x32493 = x32492
-x32494 = x32493
-x32495 = x32494
-x32496 = x32495
-x32497 = x32496
-x32498 = x32497
-x32499 = x32498
-x32500 = x32499
-x32501 = x32500
-x32502 = x32501
-x32503 = x32502
-x32504 = x32503
-x32505 = x32504
-x32506 = x32505
-x32507 = x32506
-x32508 = x32507
-x32509 = x32508
-x32510 = x32509
-x32511 = x32510
-x32512 = x32511
-x32513 = x32512
-x32514 = x32513
-x32515 = x32514
-x32516 = x32515
-x32517 = x32516
-x32518 = x32517
-x32519 = x32518
-x32520 = x32519
-x32521 = x32520
-x32522 = x32521
-x32523 = x32522
-x32524 = x32523
-x32525 = x32524
-x32526 = x32525
-x32527 = x32526
-x32528 = x32527
-x32529 = x32528
-x32530 = x32529
-x32531 = x32530
-x32532 = x32531
-x32533 = x32532
-x32534 = x32533
-x32535 = x32534
-x32536 = x32535
-x32537 = x32536
-x32538 = x32537
-x32539 = x32538
-x32540 = x32539
-x32541 = x32540
-x32542 = x32541
-x32543 = x32542
-x32544 = x32543
-x32545 = x32544
-x32546 = x32545
-x32547 = x32546
-x32548 = x32547
-x32549 = x32548
-x32550 = x32549
-x32551 = x32550
-x32552 = x32551
-x32553 = x32552
-x32554 = x32553
-x32555 = x32554
-x32556 = x32555
-x32557 = x32556
-x32558 = x32557
-x32559 = x32558
-x32560 = x32559
-x32561 = x32560
-x32562 = x32561
-x32563 = x32562
-x32564 = x32563
-x32565 = x32564
-x32566 = x32565
-x32567 = x32566
-x32568 = x32567
-x32569 = x32568
-x32570 = x32569
-x32571 = x32570
-x32572 = x32571
-x32573 = x32572
-x32574 = x32573
-x32575 = x32574
-x32576 = x32575
-x32577 = x32576
-x32578 = x32577
-x32579 = x32578
-x32580 = x32579
-x32581 = x32580
-x32582 = x32581
-x32583 = x32582
-x32584 = x32583
-x32585 = x32584
-x32586 = x32585
-x32587 = x32586
-x32588 = x32587
-x32589 = x32588
-x32590 = x32589
-x32591 = x32590
-x32592 = x32591
-x32593 = x32592
-x32594 = x32593
-x32595 = x32594
-x32596 = x32595
-x32597 = x32596
-x32598 = x32597
-x32599 = x32598
-x32600 = x32599
-x32601 = x32600
-x32602 = x32601
-x32603 = x32602
-x32604 = x32603
-x32605 = x32604
-x32606 = x32605
-x32607 = x32606
-x32608 = x32607
-x32609 = x32608
-x32610 = x32609
-x32611 = x32610
-x32612 = x32611
-x32613 = x32612
-x32614 = x32613
-x32615 = x32614
-x32616 = x32615
-x32617 = x32616
-x32618 = x32617
-x32619 = x32618
-x32620 = x32619
-x32621 = x32620
-x32622 = x32621
-x32623 = x32622
-x32624 = x32623
-x32625 = x32624
-x32626 = x32625
-x32627 = x32626
-x32628 = x32627
-x32629 = x32628
-x32630 = x32629
-x32631 = x32630
-x32632 = x32631
-x32633 = x32632
-x32634 = x32633
-x32635 = x32634
-x32636 = x32635
-x32637 = x32636
-x32638 = x32637
-x32639 = x32638
-x32640 = x32639
-x32641 = x32640
-x32642 = x32641
-x32643 = x32642
-x32644 = x32643
-x32645 = x32644
-x32646 = x32645
-x32647 = x32646
-x32648 = x32647
-x32649 = x32648
-x32650 = x32649
-x32651 = x32650
-x32652 = x32651
-x32653 = x32652
-x32654 = x32653
-x32655 = x32654
-x32656 = x32655
-x32657 = x32656
-x32658 = x32657
-x32659 = x32658
-x32660 = x32659
-x32661 = x32660
-x32662 = x32661
-x32663 = x32662
-x32664 = x32663
-x32665 = x32664
-x32666 = x32665
-x32667 = x32666
-x32668 = x32667
-x32669 = x32668
-x32670 = x32669
-x32671 = x32670
-x32672 = x32671
-x32673 = x32672
-x32674 = x32673
-x32675 = x32674
-x32676 = x32675
-x32677 = x32676
-x32678 = x32677
-x32679 = x32678
-x32680 = x32679
-x32681 = x32680
-x32682 = x32681
-x32683 = x32682
-x32684 = x32683
-x32685 = x32684
-x32686 = x32685
-x32687 = x32686
-x32688 = x32687
-x32689 = x32688
-x32690 = x32689
-x32691 = x32690
-x32692 = x32691
-x32693 = x32692
-x32694 = x32693
-x32695 = x32694
-x32696 = x32695
-x32697 = x32696
-x32698 = x32697
-x32699 = x32698
-x32700 = x32699
-x32701 = x32700
-x32702 = x32701
-x32703 = x32702
-x32704 = x32703
-x32705 = x32704
-x32706 = x32705
-x32707 = x32706
-x32708 = x32707
-x32709 = x32708
-x32710 = x32709
-x32711 = x32710
-x32712 = x32711
-x32713 = x32712
-x32714 = x32713
-x32715 = x32714
-x32716 = x32715
-x32717 = x32716
-x32718 = x32717
-x32719 = x32718
-x32720 = x32719
-x32721 = x32720
-x32722 = x32721
-x32723 = x32722
-x32724 = x32723
-x32725 = x32724
-x32726 = x32725
-x32727 = x32726
-x32728 = x32727
-x32729 = x32728
-x32730 = x32729
-x32731 = x32730
-x32732 = x32731
-x32733 = x32732
-x32734 = x32733
-x32735 = x32734
-x32736 = x32735
-x32737 = x32736
-x32738 = x32737
-x32739 = x32738
-x32740 = x32739
-x32741 = x32740
-x32742 = x32741
-x32743 = x32742
-x32744 = x32743
-x32745 = x32744
-x32746 = x32745
-x32747 = x32746
-x32748 = x32747
-x32749 = x32748
-x32750 = x32749
-x32751 = x32750
-x32752 = x32751
-x32753 = x32752
-x32754 = x32753
-x32755 = x32754
-x32756 = x32755
-x32757 = x32756
-x32758 = x32757
-x32759 = x32758
-x32760 = x32759
-x32761 = x32760
-x32762 = x32761
-x32763 = x32762
-x32764 = x32763
-x32765 = x32764
-x32766 = x32765
-x32767 = x32766
-x32768 = x32767
-x32769 = x32768
-x32770 = x32769
-x32771 = x32770
-x32772 = x32771
-x32773 = x32772
-x32774 = x32773
-x32775 = x32774
-x32776 = x32775
-x32777 = x32776
-x32778 = x32777
-x32779 = x32778
-x32780 = x32779
-x32781 = x32780
-x32782 = x32781
-x32783 = x32782
-x32784 = x32783
-x32785 = x32784
-x32786 = x32785
-x32787 = x32786
-x32788 = x32787
-x32789 = x32788
-x32790 = x32789
-x32791 = x32790
-x32792 = x32791
-x32793 = x32792
-x32794 = x32793
-x32795 = x32794
-x32796 = x32795
-x32797 = x32796
-x32798 = x32797
-x32799 = x32798
-x32800 = x32799
-x32801 = x32800
-x32802 = x32801
-x32803 = x32802
-x32804 = x32803
-x32805 = x32804
-x32806 = x32805
-x32807 = x32806
-x32808 = x32807
-x32809 = x32808
-x32810 = x32809
-x32811 = x32810
-x32812 = x32811
-x32813 = x32812
-x32814 = x32813
-x32815 = x32814
-x32816 = x32815
-x32817 = x32816
-x32818 = x32817
-x32819 = x32818
-x32820 = x32819
-x32821 = x32820
-x32822 = x32821
-x32823 = x32822
-x32824 = x32823
-x32825 = x32824
-x32826 = x32825
-x32827 = x32826
-x32828 = x32827
-x32829 = x32828
-x32830 = x32829
-x32831 = x32830
-x32832 = x32831
-x32833 = x32832
-x32834 = x32833
-x32835 = x32834
-x32836 = x32835
-x32837 = x32836
-x32838 = x32837
-x32839 = x32838
-x32840 = x32839
-x32841 = x32840
-x32842 = x32841
-x32843 = x32842
-x32844 = x32843
-x32845 = x32844
-x32846 = x32845
-x32847 = x32846
-x32848 = x32847
-x32849 = x32848
-x32850 = x32849
-x32851 = x32850
-x32852 = x32851
-x32853 = x32852
-x32854 = x32853
-x32855 = x32854
-x32856 = x32855
-x32857 = x32856
-x32858 = x32857
-x32859 = x32858
-x32860 = x32859
-x32861 = x32860
-x32862 = x32861
-x32863 = x32862
-x32864 = x32863
-x32865 = x32864
-x32866 = x32865
-x32867 = x32866
-x32868 = x32867
-x32869 = x32868
-x32870 = x32869
-x32871 = x32870
-x32872 = x32871
-x32873 = x32872
-x32874 = x32873
-x32875 = x32874
-x32876 = x32875
-x32877 = x32876
-x32878 = x32877
-x32879 = x32878
-x32880 = x32879
-x32881 = x32880
-x32882 = x32881
-x32883 = x32882
-x32884 = x32883
-x32885 = x32884
-x32886 = x32885
-x32887 = x32886
-x32888 = x32887
-x32889 = x32888
-x32890 = x32889
-x32891 = x32890
-x32892 = x32891
-x32893 = x32892
-x32894 = x32893
-x32895 = x32894
-x32896 = x32895
-x32897 = x32896
-x32898 = x32897
-x32899 = x32898
-x32900 = x32899
-x32901 = x32900
-x32902 = x32901
-x32903 = x32902
-x32904 = x32903
-x32905 = x32904
-x32906 = x32905
-x32907 = x32906
-x32908 = x32907
-x32909 = x32908
-x32910 = x32909
-x32911 = x32910
-x32912 = x32911
-x32913 = x32912
-x32914 = x32913
-x32915 = x32914
-x32916 = x32915
-x32917 = x32916
-x32918 = x32917
-x32919 = x32918
-x32920 = x32919
-x32921 = x32920
-x32922 = x32921
-x32923 = x32922
-x32924 = x32923
-x32925 = x32924
-x32926 = x32925
-x32927 = x32926
-x32928 = x32927
-x32929 = x32928
-x32930 = x32929
-x32931 = x32930
-x32932 = x32931
-x32933 = x32932
-x32934 = x32933
-x32935 = x32934
-x32936 = x32935
-x32937 = x32936
-x32938 = x32937
-x32939 = x32938
-x32940 = x32939
-x32941 = x32940
-x32942 = x32941
-x32943 = x32942
-x32944 = x32943
-x32945 = x32944
-x32946 = x32945
-x32947 = x32946
-x32948 = x32947
-x32949 = x32948
-x32950 = x32949
-x32951 = x32950
-x32952 = x32951
-x32953 = x32952
-x32954 = x32953
-x32955 = x32954
-x32956 = x32955
-x32957 = x32956
-x32958 = x32957
-x32959 = x32958
-x32960 = x32959
-x32961 = x32960
-x32962 = x32961
-x32963 = x32962
-x32964 = x32963
-x32965 = x32964
-x32966 = x32965
-x32967 = x32966
-x32968 = x32967
-x32969 = x32968
-x32970 = x32969
-x32971 = x32970
-x32972 = x32971
-x32973 = x32972
-x32974 = x32973
-x32975 = x32974
-x32976 = x32975
-x32977 = x32976
-x32978 = x32977
-x32979 = x32978
-x32980 = x32979
-x32981 = x32980
-x32982 = x32981
-x32983 = x32982
-x32984 = x32983
-x32985 = x32984
-x32986 = x32985
-x32987 = x32986
-x32988 = x32987
-x32989 = x32988
-x32990 = x32989
-x32991 = x32990
-x32992 = x32991
-x32993 = x32992
-x32994 = x32993
-x32995 = x32994
-x32996 = x32995
-x32997 = x32996
-x32998 = x32997
-x32999 = x32998
-x33000 = x32999
-x33001 = x33000
-x33002 = x33001
-x33003 = x33002
-x33004 = x33003
-x33005 = x33004
-x33006 = x33005
-x33007 = x33006
-x33008 = x33007
-x33009 = x33008
-x33010 = x33009
-x33011 = x33010
-x33012 = x33011
-x33013 = x33012
-x33014 = x33013
-x33015 = x33014
-x33016 = x33015
-x33017 = x33016
-x33018 = x33017
-x33019 = x33018
-x33020 = x33019
-x33021 = x33020
-x33022 = x33021
-x33023 = x33022
-x33024 = x33023
-x33025 = x33024
-x33026 = x33025
-x33027 = x33026
-x33028 = x33027
-x33029 = x33028
-x33030 = x33029
-x33031 = x33030
-x33032 = x33031
-x33033 = x33032
-x33034 = x33033
-x33035 = x33034
-x33036 = x33035
-x33037 = x33036
-x33038 = x33037
-x33039 = x33038
-x33040 = x33039
-x33041 = x33040
-x33042 = x33041
-x33043 = x33042
-x33044 = x33043
-x33045 = x33044
-x33046 = x33045
-x33047 = x33046
-x33048 = x33047
-x33049 = x33048
-x33050 = x33049
-x33051 = x33050
-x33052 = x33051
-x33053 = x33052
-x33054 = x33053
-x33055 = x33054
-x33056 = x33055
-x33057 = x33056
-x33058 = x33057
-x33059 = x33058
-x33060 = x33059
-x33061 = x33060
-x33062 = x33061
-x33063 = x33062
-x33064 = x33063
-x33065 = x33064
-x33066 = x33065
-x33067 = x33066
-x33068 = x33067
-x33069 = x33068
-x33070 = x33069
-x33071 = x33070
-x33072 = x33071
-x33073 = x33072
-x33074 = x33073
-x33075 = x33074
-x33076 = x33075
-x33077 = x33076
-x33078 = x33077
-x33079 = x33078
-x33080 = x33079
-x33081 = x33080
-x33082 = x33081
-x33083 = x33082
-x33084 = x33083
-x33085 = x33084
-x33086 = x33085
-x33087 = x33086
-x33088 = x33087
-x33089 = x33088
-x33090 = x33089
-x33091 = x33090
-x33092 = x33091
-x33093 = x33092
-x33094 = x33093
-x33095 = x33094
-x33096 = x33095
-x33097 = x33096
-x33098 = x33097
-x33099 = x33098
-x33100 = x33099
-x33101 = x33100
-x33102 = x33101
-x33103 = x33102
-x33104 = x33103
-x33105 = x33104
-x33106 = x33105
-x33107 = x33106
-x33108 = x33107
-x33109 = x33108
-x33110 = x33109
-x33111 = x33110
-x33112 = x33111
-x33113 = x33112
-x33114 = x33113
-x33115 = x33114
-x33116 = x33115
-x33117 = x33116
-x33118 = x33117
-x33119 = x33118
-x33120 = x33119
-x33121 = x33120
-x33122 = x33121
-x33123 = x33122
-x33124 = x33123
-x33125 = x33124
-x33126 = x33125
-x33127 = x33126
-x33128 = x33127
-x33129 = x33128
-x33130 = x33129
-x33131 = x33130
-x33132 = x33131
-x33133 = x33132
-x33134 = x33133
-x33135 = x33134
-x33136 = x33135
-x33137 = x33136
-x33138 = x33137
-x33139 = x33138
-x33140 = x33139
-x33141 = x33140
-x33142 = x33141
-x33143 = x33142
-x33144 = x33143
-x33145 = x33144
-x33146 = x33145
-x33147 = x33146
-x33148 = x33147
-x33149 = x33148
-x33150 = x33149
-x33151 = x33150
-x33152 = x33151
-x33153 = x33152
-x33154 = x33153
-x33155 = x33154
-x33156 = x33155
-x33157 = x33156
-x33158 = x33157
-x33159 = x33158
-x33160 = x33159
-x33161 = x33160
-x33162 = x33161
-x33163 = x33162
-x33164 = x33163
-x33165 = x33164
-x33166 = x33165
-x33167 = x33166
-x33168 = x33167
-x33169 = x33168
-x33170 = x33169
-x33171 = x33170
-x33172 = x33171
-x33173 = x33172
-x33174 = x33173
-x33175 = x33174
-x33176 = x33175
-x33177 = x33176
-x33178 = x33177
-x33179 = x33178
-x33180 = x33179
-x33181 = x33180
-x33182 = x33181
-x33183 = x33182
-x33184 = x33183
-x33185 = x33184
-x33186 = x33185
-x33187 = x33186
-x33188 = x33187
-x33189 = x33188
-x33190 = x33189
-x33191 = x33190
-x33192 = x33191
-x33193 = x33192
-x33194 = x33193
-x33195 = x33194
-x33196 = x33195
-x33197 = x33196
-x33198 = x33197
-x33199 = x33198
-x33200 = x33199
-x33201 = x33200
-x33202 = x33201
-x33203 = x33202
-x33204 = x33203
-x33205 = x33204
-x33206 = x33205
-x33207 = x33206
-x33208 = x33207
-x33209 = x33208
-x33210 = x33209
-x33211 = x33210
-x33212 = x33211
-x33213 = x33212
-x33214 = x33213
-x33215 = x33214
-x33216 = x33215
-x33217 = x33216
-x33218 = x33217
-x33219 = x33218
-x33220 = x33219
-x33221 = x33220
-x33222 = x33221
-x33223 = x33222
-x33224 = x33223
-x33225 = x33224
-x33226 = x33225
-x33227 = x33226
-x33228 = x33227
-x33229 = x33228
-x33230 = x33229
-x33231 = x33230
-x33232 = x33231
-x33233 = x33232
-x33234 = x33233
-x33235 = x33234
-x33236 = x33235
-x33237 = x33236
-x33238 = x33237
-x33239 = x33238
-x33240 = x33239
-x33241 = x33240
-x33242 = x33241
-x33243 = x33242
-x33244 = x33243
-x33245 = x33244
-x33246 = x33245
-x33247 = x33246
-x33248 = x33247
-x33249 = x33248
-x33250 = x33249
-x33251 = x33250
-x33252 = x33251
-x33253 = x33252
-x33254 = x33253
-x33255 = x33254
-x33256 = x33255
-x33257 = x33256
-x33258 = x33257
-x33259 = x33258
-x33260 = x33259
-x33261 = x33260
-x33262 = x33261
-x33263 = x33262
-x33264 = x33263
-x33265 = x33264
-x33266 = x33265
-x33267 = x33266
-x33268 = x33267
-x33269 = x33268
-x33270 = x33269
-x33271 = x33270
-x33272 = x33271
-x33273 = x33272
-x33274 = x33273
-x33275 = x33274
-x33276 = x33275
-x33277 = x33276
-x33278 = x33277
-x33279 = x33278
-x33280 = x33279
-x33281 = x33280
-x33282 = x33281
-x33283 = x33282
-x33284 = x33283
-x33285 = x33284
-x33286 = x33285
-x33287 = x33286
-x33288 = x33287
-x33289 = x33288
-x33290 = x33289
-x33291 = x33290
-x33292 = x33291
-x33293 = x33292
-x33294 = x33293
-x33295 = x33294
-x33296 = x33295
-x33297 = x33296
-x33298 = x33297
-x33299 = x33298
-x33300 = x33299
-x33301 = x33300
-x33302 = x33301
-x33303 = x33302
-x33304 = x33303
-x33305 = x33304
-x33306 = x33305
-x33307 = x33306
-x33308 = x33307
-x33309 = x33308
-x33310 = x33309
-x33311 = x33310
-x33312 = x33311
-x33313 = x33312
-x33314 = x33313
-x33315 = x33314
-x33316 = x33315
-x33317 = x33316
-x33318 = x33317
-x33319 = x33318
-x33320 = x33319
-x33321 = x33320
-x33322 = x33321
-x33323 = x33322
-x33324 = x33323
-x33325 = x33324
-x33326 = x33325
-x33327 = x33326
-x33328 = x33327
-x33329 = x33328
-x33330 = x33329
-x33331 = x33330
-x33332 = x33331
-x33333 = x33332
-x33334 = x33333
-x33335 = x33334
-x33336 = x33335
-x33337 = x33336
-x33338 = x33337
-x33339 = x33338
-x33340 = x33339
-x33341 = x33340
-x33342 = x33341
-x33343 = x33342
-x33344 = x33343
-x33345 = x33344
-x33346 = x33345
-x33347 = x33346
-x33348 = x33347
-x33349 = x33348
-x33350 = x33349
-x33351 = x33350
-x33352 = x33351
-x33353 = x33352
-x33354 = x33353
-x33355 = x33354
-x33356 = x33355
-x33357 = x33356
-x33358 = x33357
-x33359 = x33358
-x33360 = x33359
-x33361 = x33360
-x33362 = x33361
-x33363 = x33362
-x33364 = x33363
-x33365 = x33364
-x33366 = x33365
-x33367 = x33366
-x33368 = x33367
-x33369 = x33368
-x33370 = x33369
-x33371 = x33370
-x33372 = x33371
-x33373 = x33372
-x33374 = x33373
-x33375 = x33374
-x33376 = x33375
-x33377 = x33376
-x33378 = x33377
-x33379 = x33378
-x33380 = x33379
-x33381 = x33380
-x33382 = x33381
-x33383 = x33382
-x33384 = x33383
-x33385 = x33384
-x33386 = x33385
-x33387 = x33386
-x33388 = x33387
-x33389 = x33388
-x33390 = x33389
-x33391 = x33390
-x33392 = x33391
-x33393 = x33392
-x33394 = x33393
-x33395 = x33394
-x33396 = x33395
-x33397 = x33396
-x33398 = x33397
-x33399 = x33398
-x33400 = x33399
-x33401 = x33400
-x33402 = x33401
-x33403 = x33402
-x33404 = x33403
-x33405 = x33404
-x33406 = x33405
-x33407 = x33406
-x33408 = x33407
-x33409 = x33408
-x33410 = x33409
-x33411 = x33410
-x33412 = x33411
-x33413 = x33412
-x33414 = x33413
-x33415 = x33414
-x33416 = x33415
-x33417 = x33416
-x33418 = x33417
-x33419 = x33418
-x33420 = x33419
-x33421 = x33420
-x33422 = x33421
-x33423 = x33422
-x33424 = x33423
-x33425 = x33424
-x33426 = x33425
-x33427 = x33426
-x33428 = x33427
-x33429 = x33428
-x33430 = x33429
-x33431 = x33430
-x33432 = x33431
-x33433 = x33432
-x33434 = x33433
-x33435 = x33434
-x33436 = x33435
-x33437 = x33436
-x33438 = x33437
-x33439 = x33438
-x33440 = x33439
-x33441 = x33440
-x33442 = x33441
-x33443 = x33442
-x33444 = x33443
-x33445 = x33444
-x33446 = x33445
-x33447 = x33446
-x33448 = x33447
-x33449 = x33448
-x33450 = x33449
-x33451 = x33450
-x33452 = x33451
-x33453 = x33452
-x33454 = x33453
-x33455 = x33454
-x33456 = x33455
-x33457 = x33456
-x33458 = x33457
-x33459 = x33458
-x33460 = x33459
-x33461 = x33460
-x33462 = x33461
-x33463 = x33462
-x33464 = x33463
-x33465 = x33464
-x33466 = x33465
-x33467 = x33466
-x33468 = x33467
-x33469 = x33468
-x33470 = x33469
-x33471 = x33470
-x33472 = x33471
-x33473 = x33472
-x33474 = x33473
-x33475 = x33474
-x33476 = x33475
-x33477 = x33476
-x33478 = x33477
-x33479 = x33478
-x33480 = x33479
-x33481 = x33480
-x33482 = x33481
-x33483 = x33482
-x33484 = x33483
-x33485 = x33484
-x33486 = x33485
-x33487 = x33486
-x33488 = x33487
-x33489 = x33488
-x33490 = x33489
-x33491 = x33490
-x33492 = x33491
-x33493 = x33492
-x33494 = x33493
-x33495 = x33494
-x33496 = x33495
-x33497 = x33496
-x33498 = x33497
-x33499 = x33498
-x33500 = x33499
-x33501 = x33500
-x33502 = x33501
-x33503 = x33502
-x33504 = x33503
-x33505 = x33504
-x33506 = x33505
-x33507 = x33506
-x33508 = x33507
-x33509 = x33508
-x33510 = x33509
-x33511 = x33510
-x33512 = x33511
-x33513 = x33512
-x33514 = x33513
-x33515 = x33514
-x33516 = x33515
-x33517 = x33516
-x33518 = x33517
-x33519 = x33518
-x33520 = x33519
-x33521 = x33520
-x33522 = x33521
-x33523 = x33522
-x33524 = x33523
-x33525 = x33524
-x33526 = x33525
-x33527 = x33526
-x33528 = x33527
-x33529 = x33528
-x33530 = x33529
-x33531 = x33530
-x33532 = x33531
-x33533 = x33532
-x33534 = x33533
-x33535 = x33534
-x33536 = x33535
-x33537 = x33536
-x33538 = x33537
-x33539 = x33538
-x33540 = x33539
-x33541 = x33540
-x33542 = x33541
-x33543 = x33542
-x33544 = x33543
-x33545 = x33544
-x33546 = x33545
-x33547 = x33546
-x33548 = x33547
-x33549 = x33548
-x33550 = x33549
-x33551 = x33550
-x33552 = x33551
-x33553 = x33552
-x33554 = x33553
-x33555 = x33554
-x33556 = x33555
-x33557 = x33556
-x33558 = x33557
-x33559 = x33558
-x33560 = x33559
-x33561 = x33560
-x33562 = x33561
-x33563 = x33562
-x33564 = x33563
-x33565 = x33564
-x33566 = x33565
-x33567 = x33566
-x33568 = x33567
-x33569 = x33568
-x33570 = x33569
-x33571 = x33570
-x33572 = x33571
-x33573 = x33572
-x33574 = x33573
-x33575 = x33574
-x33576 = x33575
-x33577 = x33576
-x33578 = x33577
-x33579 = x33578
-x33580 = x33579
-x33581 = x33580
-x33582 = x33581
-x33583 = x33582
-x33584 = x33583
-x33585 = x33584
-x33586 = x33585
-x33587 = x33586
-x33588 = x33587
-x33589 = x33588
-x33590 = x33589
-x33591 = x33590
-x33592 = x33591
-x33593 = x33592
-x33594 = x33593
-x33595 = x33594
-x33596 = x33595
-x33597 = x33596
-x33598 = x33597
-x33599 = x33598
-x33600 = x33599
-x33601 = x33600
-x33602 = x33601
-x33603 = x33602
-x33604 = x33603
-x33605 = x33604
-x33606 = x33605
-x33607 = x33606
-x33608 = x33607
-x33609 = x33608
-x33610 = x33609
-x33611 = x33610
-x33612 = x33611
-x33613 = x33612
-x33614 = x33613
-x33615 = x33614
-x33616 = x33615
-x33617 = x33616
-x33618 = x33617
-x33619 = x33618
-x33620 = x33619
-x33621 = x33620
-x33622 = x33621
-x33623 = x33622
-x33624 = x33623
-x33625 = x33624
-x33626 = x33625
-x33627 = x33626
-x33628 = x33627
-x33629 = x33628
-x33630 = x33629
-x33631 = x33630
-x33632 = x33631
-x33633 = x33632
-x33634 = x33633
-x33635 = x33634
-x33636 = x33635
-x33637 = x33636
-x33638 = x33637
-x33639 = x33638
-x33640 = x33639
-x33641 = x33640
-x33642 = x33641
-x33643 = x33642
-x33644 = x33643
-x33645 = x33644
-x33646 = x33645
-x33647 = x33646
-x33648 = x33647
-x33649 = x33648
-x33650 = x33649
-x33651 = x33650
-x33652 = x33651
-x33653 = x33652
-x33654 = x33653
-x33655 = x33654
-x33656 = x33655
-x33657 = x33656
-x33658 = x33657
-x33659 = x33658
-x33660 = x33659
-x33661 = x33660
-x33662 = x33661
-x33663 = x33662
-x33664 = x33663
-x33665 = x33664
-x33666 = x33665
-x33667 = x33666
-x33668 = x33667
-x33669 = x33668
-x33670 = x33669
-x33671 = x33670
-x33672 = x33671
-x33673 = x33672
-x33674 = x33673
-x33675 = x33674
-x33676 = x33675
-x33677 = x33676
-x33678 = x33677
-x33679 = x33678
-x33680 = x33679
-x33681 = x33680
-x33682 = x33681
-x33683 = x33682
-x33684 = x33683
-x33685 = x33684
-x33686 = x33685
-x33687 = x33686
-x33688 = x33687
-x33689 = x33688
-x33690 = x33689
-x33691 = x33690
-x33692 = x33691
-x33693 = x33692
-x33694 = x33693
-x33695 = x33694
-x33696 = x33695
-x33697 = x33696
-x33698 = x33697
-x33699 = x33698
-x33700 = x33699
-x33701 = x33700
-x33702 = x33701
-x33703 = x33702
-x33704 = x33703
-x33705 = x33704
-x33706 = x33705
-x33707 = x33706
-x33708 = x33707
-x33709 = x33708
-x33710 = x33709
-x33711 = x33710
-x33712 = x33711
-x33713 = x33712
-x33714 = x33713
-x33715 = x33714
-x33716 = x33715
-x33717 = x33716
-x33718 = x33717
-x33719 = x33718
-x33720 = x33719
-x33721 = x33720
-x33722 = x33721
-x33723 = x33722
-x33724 = x33723
-x33725 = x33724
-x33726 = x33725
-x33727 = x33726
-x33728 = x33727
-x33729 = x33728
-x33730 = x33729
-x33731 = x33730
-x33732 = x33731
-x33733 = x33732
-x33734 = x33733
-x33735 = x33734
-x33736 = x33735
-x33737 = x33736
-x33738 = x33737
-x33739 = x33738
-x33740 = x33739
-x33741 = x33740
-x33742 = x33741
-x33743 = x33742
-x33744 = x33743
-x33745 = x33744
-x33746 = x33745
-x33747 = x33746
-x33748 = x33747
-x33749 = x33748
-x33750 = x33749
-x33751 = x33750
-x33752 = x33751
-x33753 = x33752
-x33754 = x33753
-x33755 = x33754
-x33756 = x33755
-x33757 = x33756
-x33758 = x33757
-x33759 = x33758
-x33760 = x33759
-x33761 = x33760
-x33762 = x33761
-x33763 = x33762
-x33764 = x33763
-x33765 = x33764
-x33766 = x33765
-x33767 = x33766
-x33768 = x33767
-x33769 = x33768
-x33770 = x33769
-x33771 = x33770
-x33772 = x33771
-x33773 = x33772
-x33774 = x33773
-x33775 = x33774
-x33776 = x33775
-x33777 = x33776
-x33778 = x33777
-x33779 = x33778
-x33780 = x33779
-x33781 = x33780
-x33782 = x33781
-x33783 = x33782
-x33784 = x33783
-x33785 = x33784
-x33786 = x33785
-x33787 = x33786
-x33788 = x33787
-x33789 = x33788
-x33790 = x33789
-x33791 = x33790
-x33792 = x33791
-x33793 = x33792
-x33794 = x33793
-x33795 = x33794
-x33796 = x33795
-x33797 = x33796
-x33798 = x33797
-x33799 = x33798
-x33800 = x33799
-x33801 = x33800
-x33802 = x33801
-x33803 = x33802
-x33804 = x33803
-x33805 = x33804
-x33806 = x33805
-x33807 = x33806
-x33808 = x33807
-x33809 = x33808
-x33810 = x33809
-x33811 = x33810
-x33812 = x33811
-x33813 = x33812
-x33814 = x33813
-x33815 = x33814
-x33816 = x33815
-x33817 = x33816
-x33818 = x33817
-x33819 = x33818
-x33820 = x33819
-x33821 = x33820
-x33822 = x33821
-x33823 = x33822
-x33824 = x33823
-x33825 = x33824
-x33826 = x33825
-x33827 = x33826
-x33828 = x33827
-x33829 = x33828
-x33830 = x33829
-x33831 = x33830
-x33832 = x33831
-x33833 = x33832
-x33834 = x33833
-x33835 = x33834
-x33836 = x33835
-x33837 = x33836
-x33838 = x33837
-x33839 = x33838
-x33840 = x33839
-x33841 = x33840
-x33842 = x33841
-x33843 = x33842
-x33844 = x33843
-x33845 = x33844
-x33846 = x33845
-x33847 = x33846
-x33848 = x33847
-x33849 = x33848
-x33850 = x33849
-x33851 = x33850
-x33852 = x33851
-x33853 = x33852
-x33854 = x33853
-x33855 = x33854
-x33856 = x33855
-x33857 = x33856
-x33858 = x33857
-x33859 = x33858
-x33860 = x33859
-x33861 = x33860
-x33862 = x33861
-x33863 = x33862
-x33864 = x33863
-x33865 = x33864
-x33866 = x33865
-x33867 = x33866
-x33868 = x33867
-x33869 = x33868
-x33870 = x33869
-x33871 = x33870
-x33872 = x33871
-x33873 = x33872
-x33874 = x33873
-x33875 = x33874
-x33876 = x33875
-x33877 = x33876
-x33878 = x33877
-x33879 = x33878
-x33880 = x33879
-x33881 = x33880
-x33882 = x33881
-x33883 = x33882
-x33884 = x33883
-x33885 = x33884
-x33886 = x33885
-x33887 = x33886
-x33888 = x33887
-x33889 = x33888
-x33890 = x33889
-x33891 = x33890
-x33892 = x33891
-x33893 = x33892
-x33894 = x33893
-x33895 = x33894
-x33896 = x33895
-x33897 = x33896
-x33898 = x33897
-x33899 = x33898
-x33900 = x33899
-x33901 = x33900
-x33902 = x33901
-x33903 = x33902
-x33904 = x33903
-x33905 = x33904
-x33906 = x33905
-x33907 = x33906
-x33908 = x33907
-x33909 = x33908
-x33910 = x33909
-x33911 = x33910
-x33912 = x33911
-x33913 = x33912
-x33914 = x33913
-x33915 = x33914
-x33916 = x33915
-x33917 = x33916
-x33918 = x33917
-x33919 = x33918
-x33920 = x33919
-x33921 = x33920
-x33922 = x33921
-x33923 = x33922
-x33924 = x33923
-x33925 = x33924
-x33926 = x33925
-x33927 = x33926
-x33928 = x33927
-x33929 = x33928
-x33930 = x33929
-x33931 = x33930
-x33932 = x33931
-x33933 = x33932
-x33934 = x33933
-x33935 = x33934
-x33936 = x33935
-x33937 = x33936
-x33938 = x33937
-x33939 = x33938
-x33940 = x33939
-x33941 = x33940
-x33942 = x33941
-x33943 = x33942
-x33944 = x33943
-x33945 = x33944
-x33946 = x33945
-x33947 = x33946
-x33948 = x33947
-x33949 = x33948
-x33950 = x33949
-x33951 = x33950
-x33952 = x33951
-x33953 = x33952
-x33954 = x33953
-x33955 = x33954
-x33956 = x33955
-x33957 = x33956
-x33958 = x33957
-x33959 = x33958
-x33960 = x33959
-x33961 = x33960
-x33962 = x33961
-x33963 = x33962
-x33964 = x33963
-x33965 = x33964
-x33966 = x33965
-x33967 = x33966
-x33968 = x33967
-x33969 = x33968
-x33970 = x33969
-x33971 = x33970
-x33972 = x33971
-x33973 = x33972
-x33974 = x33973
-x33975 = x33974
-x33976 = x33975
-x33977 = x33976
-x33978 = x33977
-x33979 = x33978
-x33980 = x33979
-x33981 = x33980
-x33982 = x33981
-x33983 = x33982
-x33984 = x33983
-x33985 = x33984
-x33986 = x33985
-x33987 = x33986
-x33988 = x33987
-x33989 = x33988
-x33990 = x33989
-x33991 = x33990
-x33992 = x33991
-x33993 = x33992
-x33994 = x33993
-x33995 = x33994
-x33996 = x33995
-x33997 = x33996
-x33998 = x33997
-x33999 = x33998
-x34000 = x33999
-x34001 = x34000
-x34002 = x34001
-x34003 = x34002
-x34004 = x34003
-x34005 = x34004
-x34006 = x34005
-x34007 = x34006
-x34008 = x34007
-x34009 = x34008
-x34010 = x34009
-x34011 = x34010
-x34012 = x34011
-x34013 = x34012
-x34014 = x34013
-x34015 = x34014
-x34016 = x34015
-x34017 = x34016
-x34018 = x34017
-x34019 = x34018
-x34020 = x34019
-x34021 = x34020
-x34022 = x34021
-x34023 = x34022
-x34024 = x34023
-x34025 = x34024
-x34026 = x34025
-x34027 = x34026
-x34028 = x34027
-x34029 = x34028
-x34030 = x34029
-x34031 = x34030
-x34032 = x34031
-x34033 = x34032
-x34034 = x34033
-x34035 = x34034
-x34036 = x34035
-x34037 = x34036
-x34038 = x34037
-x34039 = x34038
-x34040 = x34039
-x34041 = x34040
-x34042 = x34041
-x34043 = x34042
-x34044 = x34043
-x34045 = x34044
-x34046 = x34045
-x34047 = x34046
-x34048 = x34047
-x34049 = x34048
-x34050 = x34049
-x34051 = x34050
-x34052 = x34051
-x34053 = x34052
-x34054 = x34053
-x34055 = x34054
-x34056 = x34055
-x34057 = x34056
-x34058 = x34057
-x34059 = x34058
-x34060 = x34059
-x34061 = x34060
-x34062 = x34061
-x34063 = x34062
-x34064 = x34063
-x34065 = x34064
-x34066 = x34065
-x34067 = x34066
-x34068 = x34067
-x34069 = x34068
-x34070 = x34069
-x34071 = x34070
-x34072 = x34071
-x34073 = x34072
-x34074 = x34073
-x34075 = x34074
-x34076 = x34075
-x34077 = x34076
-x34078 = x34077
-x34079 = x34078
-x34080 = x34079
-x34081 = x34080
-x34082 = x34081
-x34083 = x34082
-x34084 = x34083
-x34085 = x34084
-x34086 = x34085
-x34087 = x34086
-x34088 = x34087
-x34089 = x34088
-x34090 = x34089
-x34091 = x34090
-x34092 = x34091
-x34093 = x34092
-x34094 = x34093
-x34095 = x34094
-x34096 = x34095
-x34097 = x34096
-x34098 = x34097
-x34099 = x34098
-x34100 = x34099
-x34101 = x34100
-x34102 = x34101
-x34103 = x34102
-x34104 = x34103
-x34105 = x34104
-x34106 = x34105
-x34107 = x34106
-x34108 = x34107
-x34109 = x34108
-x34110 = x34109
-x34111 = x34110
-x34112 = x34111
-x34113 = x34112
-x34114 = x34113
-x34115 = x34114
-x34116 = x34115
-x34117 = x34116
-x34118 = x34117
-x34119 = x34118
-x34120 = x34119
-x34121 = x34120
-x34122 = x34121
-x34123 = x34122
-x34124 = x34123
-x34125 = x34124
-x34126 = x34125
-x34127 = x34126
-x34128 = x34127
-x34129 = x34128
-x34130 = x34129
-x34131 = x34130
-x34132 = x34131
-x34133 = x34132
-x34134 = x34133
-x34135 = x34134
-x34136 = x34135
-x34137 = x34136
-x34138 = x34137
-x34139 = x34138
-x34140 = x34139
-x34141 = x34140
-x34142 = x34141
-x34143 = x34142
-x34144 = x34143
-x34145 = x34144
-x34146 = x34145
-x34147 = x34146
-x34148 = x34147
-x34149 = x34148
-x34150 = x34149
-x34151 = x34150
-x34152 = x34151
-x34153 = x34152
-x34154 = x34153
-x34155 = x34154
-x34156 = x34155
-x34157 = x34156
-x34158 = x34157
-x34159 = x34158
-x34160 = x34159
-x34161 = x34160
-x34162 = x34161
-x34163 = x34162
-x34164 = x34163
-x34165 = x34164
-x34166 = x34165
-x34167 = x34166
-x34168 = x34167
-x34169 = x34168
-x34170 = x34169
-x34171 = x34170
-x34172 = x34171
-x34173 = x34172
-x34174 = x34173
-x34175 = x34174
-x34176 = x34175
-x34177 = x34176
-x34178 = x34177
-x34179 = x34178
-x34180 = x34179
-x34181 = x34180
-x34182 = x34181
-x34183 = x34182
-x34184 = x34183
-x34185 = x34184
-x34186 = x34185
-x34187 = x34186
-x34188 = x34187
-x34189 = x34188
-x34190 = x34189
-x34191 = x34190
-x34192 = x34191
-x34193 = x34192
-x34194 = x34193
-x34195 = x34194
-x34196 = x34195
-x34197 = x34196
-x34198 = x34197
-x34199 = x34198
-x34200 = x34199
-x34201 = x34200
-x34202 = x34201
-x34203 = x34202
-x34204 = x34203
-x34205 = x34204
-x34206 = x34205
-x34207 = x34206
-x34208 = x34207
-x34209 = x34208
-x34210 = x34209
-x34211 = x34210
-x34212 = x34211
-x34213 = x34212
-x34214 = x34213
-x34215 = x34214
-x34216 = x34215
-x34217 = x34216
-x34218 = x34217
-x34219 = x34218
-x34220 = x34219
-x34221 = x34220
-x34222 = x34221
-x34223 = x34222
-x34224 = x34223
-x34225 = x34224
-x34226 = x34225
-x34227 = x34226
-x34228 = x34227
-x34229 = x34228
-x34230 = x34229
-x34231 = x34230
-x34232 = x34231
-x34233 = x34232
-x34234 = x34233
-x34235 = x34234
-x34236 = x34235
-x34237 = x34236
-x34238 = x34237
-x34239 = x34238
-x34240 = x34239
-x34241 = x34240
-x34242 = x34241
-x34243 = x34242
-x34244 = x34243
-x34245 = x34244
-x34246 = x34245
-x34247 = x34246
-x34248 = x34247
-x34249 = x34248
-x34250 = x34249
-x34251 = x34250
-x34252 = x34251
-x34253 = x34252
-x34254 = x34253
-x34255 = x34254
-x34256 = x34255
-x34257 = x34256
-x34258 = x34257
-x34259 = x34258
-x34260 = x34259
-x34261 = x34260
-x34262 = x34261
-x34263 = x34262
-x34264 = x34263
-x34265 = x34264
-x34266 = x34265
-x34267 = x34266
-x34268 = x34267
-x34269 = x34268
-x34270 = x34269
-x34271 = x34270
-x34272 = x34271
-x34273 = x34272
-x34274 = x34273
-x34275 = x34274
-x34276 = x34275
-x34277 = x34276
-x34278 = x34277
-x34279 = x34278
-x34280 = x34279
-x34281 = x34280
-x34282 = x34281
-x34283 = x34282
-x34284 = x34283
-x34285 = x34284
-x34286 = x34285
-x34287 = x34286
-x34288 = x34287
-x34289 = x34288
-x34290 = x34289
-x34291 = x34290
-x34292 = x34291
-x34293 = x34292
-x34294 = x34293
-x34295 = x34294
-x34296 = x34295
-x34297 = x34296
-x34298 = x34297
-x34299 = x34298
-x34300 = x34299
-x34301 = x34300
-x34302 = x34301
-x34303 = x34302
-x34304 = x34303
-x34305 = x34304
-x34306 = x34305
-x34307 = x34306
-x34308 = x34307
-x34309 = x34308
-x34310 = x34309
-x34311 = x34310
-x34312 = x34311
-x34313 = x34312
-x34314 = x34313
-x34315 = x34314
-x34316 = x34315
-x34317 = x34316
-x34318 = x34317
-x34319 = x34318
-x34320 = x34319
-x34321 = x34320
-x34322 = x34321
-x34323 = x34322
-x34324 = x34323
-x34325 = x34324
-x34326 = x34325
-x34327 = x34326
-x34328 = x34327
-x34329 = x34328
-x34330 = x34329
-x34331 = x34330
-x34332 = x34331
-x34333 = x34332
-x34334 = x34333
-x34335 = x34334
-x34336 = x34335
-x34337 = x34336
-x34338 = x34337
-x34339 = x34338
-x34340 = x34339
-x34341 = x34340
-x34342 = x34341
-x34343 = x34342
-x34344 = x34343
-x34345 = x34344
-x34346 = x34345
-x34347 = x34346
-x34348 = x34347
-x34349 = x34348
-x34350 = x34349
-x34351 = x34350
-x34352 = x34351
-x34353 = x34352
-x34354 = x34353
-x34355 = x34354
-x34356 = x34355
-x34357 = x34356
-x34358 = x34357
-x34359 = x34358
-x34360 = x34359
-x34361 = x34360
-x34362 = x34361
-x34363 = x34362
-x34364 = x34363
-x34365 = x34364
-x34366 = x34365
-x34367 = x34366
-x34368 = x34367
-x34369 = x34368
-x34370 = x34369
-x34371 = x34370
-x34372 = x34371
-x34373 = x34372
-x34374 = x34373
-x34375 = x34374
-x34376 = x34375
-x34377 = x34376
-x34378 = x34377
-x34379 = x34378
-x34380 = x34379
-x34381 = x34380
-x34382 = x34381
-x34383 = x34382
-x34384 = x34383
-x34385 = x34384
-x34386 = x34385
-x34387 = x34386
-x34388 = x34387
-x34389 = x34388
-x34390 = x34389
-x34391 = x34390
-x34392 = x34391
-x34393 = x34392
-x34394 = x34393
-x34395 = x34394
-x34396 = x34395
-x34397 = x34396
-x34398 = x34397
-x34399 = x34398
-x34400 = x34399
-x34401 = x34400
-x34402 = x34401
-x34403 = x34402
-x34404 = x34403
-x34405 = x34404
-x34406 = x34405
-x34407 = x34406
-x34408 = x34407
-x34409 = x34408
-x34410 = x34409
-x34411 = x34410
-x34412 = x34411
-x34413 = x34412
-x34414 = x34413
-x34415 = x34414
-x34416 = x34415
-x34417 = x34416
-x34418 = x34417
-x34419 = x34418
-x34420 = x34419
-x34421 = x34420
-x34422 = x34421
-x34423 = x34422
-x34424 = x34423
-x34425 = x34424
-x34426 = x34425
-x34427 = x34426
-x34428 = x34427
-x34429 = x34428
-x34430 = x34429
-x34431 = x34430
-x34432 = x34431
-x34433 = x34432
-x34434 = x34433
-x34435 = x34434
-x34436 = x34435
-x34437 = x34436
-x34438 = x34437
-x34439 = x34438
-x34440 = x34439
-x34441 = x34440
-x34442 = x34441
-x34443 = x34442
-x34444 = x34443
-x34445 = x34444
-x34446 = x34445
-x34447 = x34446
-x34448 = x34447
-x34449 = x34448
-x34450 = x34449
-x34451 = x34450
-x34452 = x34451
-x34453 = x34452
-x34454 = x34453
-x34455 = x34454
-x34456 = x34455
-x34457 = x34456
-x34458 = x34457
-x34459 = x34458
-x34460 = x34459
-x34461 = x34460
-x34462 = x34461
-x34463 = x34462
-x34464 = x34463
-x34465 = x34464
-x34466 = x34465
-x34467 = x34466
-x34468 = x34467
-x34469 = x34468
-x34470 = x34469
-x34471 = x34470
-x34472 = x34471
-x34473 = x34472
-x34474 = x34473
-x34475 = x34474
-x34476 = x34475
-x34477 = x34476
-x34478 = x34477
-x34479 = x34478
-x34480 = x34479
-x34481 = x34480
-x34482 = x34481
-x34483 = x34482
-x34484 = x34483
-x34485 = x34484
-x34486 = x34485
-x34487 = x34486
-x34488 = x34487
-x34489 = x34488
-x34490 = x34489
-x34491 = x34490
-x34492 = x34491
-x34493 = x34492
-x34494 = x34493
-x34495 = x34494
-x34496 = x34495
-x34497 = x34496
-x34498 = x34497
-x34499 = x34498
-x34500 = x34499
-x34501 = x34500
-x34502 = x34501
-x34503 = x34502
-x34504 = x34503
-x34505 = x34504
-x34506 = x34505
-x34507 = x34506
-x34508 = x34507
-x34509 = x34508
-x34510 = x34509
-x34511 = x34510
-x34512 = x34511
-x34513 = x34512
-x34514 = x34513
-x34515 = x34514
-x34516 = x34515
-x34517 = x34516
-x34518 = x34517
-x34519 = x34518
-x34520 = x34519
-x34521 = x34520
-x34522 = x34521
-x34523 = x34522
-x34524 = x34523
-x34525 = x34524
-x34526 = x34525
-x34527 = x34526
-x34528 = x34527
-x34529 = x34528
-x34530 = x34529
-x34531 = x34530
-x34532 = x34531
-x34533 = x34532
-x34534 = x34533
-x34535 = x34534
-x34536 = x34535
-x34537 = x34536
-x34538 = x34537
-x34539 = x34538
-x34540 = x34539
-x34541 = x34540
-x34542 = x34541
-x34543 = x34542
-x34544 = x34543
-x34545 = x34544
-x34546 = x34545
-x34547 = x34546
-x34548 = x34547
-x34549 = x34548
-x34550 = x34549
-x34551 = x34550
-x34552 = x34551
-x34553 = x34552
-x34554 = x34553
-x34555 = x34554
-x34556 = x34555
-x34557 = x34556
-x34558 = x34557
-x34559 = x34558
-x34560 = x34559
-x34561 = x34560
-x34562 = x34561
-x34563 = x34562
-x34564 = x34563
-x34565 = x34564
-x34566 = x34565
-x34567 = x34566
-x34568 = x34567
-x34569 = x34568
-x34570 = x34569
-x34571 = x34570
-x34572 = x34571
-x34573 = x34572
-x34574 = x34573
-x34575 = x34574
-x34576 = x34575
-x34577 = x34576
-x34578 = x34577
-x34579 = x34578
-x34580 = x34579
-x34581 = x34580
-x34582 = x34581
-x34583 = x34582
-x34584 = x34583
-x34585 = x34584
-x34586 = x34585
-x34587 = x34586
-x34588 = x34587
-x34589 = x34588
-x34590 = x34589
-x34591 = x34590
-x34592 = x34591
-x34593 = x34592
-x34594 = x34593
-x34595 = x34594
-x34596 = x34595
-x34597 = x34596
-x34598 = x34597
-x34599 = x34598
-x34600 = x34599
-x34601 = x34600
-x34602 = x34601
-x34603 = x34602
-x34604 = x34603
-x34605 = x34604
-x34606 = x34605
-x34607 = x34606
-x34608 = x34607
-x34609 = x34608
-x34610 = x34609
-x34611 = x34610
-x34612 = x34611
-x34613 = x34612
-x34614 = x34613
-x34615 = x34614
-x34616 = x34615
-x34617 = x34616
-x34618 = x34617
-x34619 = x34618
-x34620 = x34619
-x34621 = x34620
-x34622 = x34621
-x34623 = x34622
-x34624 = x34623
-x34625 = x34624
-x34626 = x34625
-x34627 = x34626
-x34628 = x34627
-x34629 = x34628
-x34630 = x34629
-x34631 = x34630
-x34632 = x34631
-x34633 = x34632
-x34634 = x34633
-x34635 = x34634
-x34636 = x34635
-x34637 = x34636
-x34638 = x34637
-x34639 = x34638
-x34640 = x34639
-x34641 = x34640
-x34642 = x34641
-x34643 = x34642
-x34644 = x34643
-x34645 = x34644
-x34646 = x34645
-x34647 = x34646
-x34648 = x34647
-x34649 = x34648
-x34650 = x34649
-x34651 = x34650
-x34652 = x34651
-x34653 = x34652
-x34654 = x34653
-x34655 = x34654
-x34656 = x34655
-x34657 = x34656
-x34658 = x34657
-x34659 = x34658
-x34660 = x34659
-x34661 = x34660
-x34662 = x34661
-x34663 = x34662
-x34664 = x34663
-x34665 = x34664
-x34666 = x34665
-x34667 = x34666
-x34668 = x34667
-x34669 = x34668
-x34670 = x34669
-x34671 = x34670
-x34672 = x34671
-x34673 = x34672
-x34674 = x34673
-x34675 = x34674
-x34676 = x34675
-x34677 = x34676
-x34678 = x34677
-x34679 = x34678
-x34680 = x34679
-x34681 = x34680
-x34682 = x34681
-x34683 = x34682
-x34684 = x34683
-x34685 = x34684
-x34686 = x34685
-x34687 = x34686
-x34688 = x34687
-x34689 = x34688
-x34690 = x34689
-x34691 = x34690
-x34692 = x34691
-x34693 = x34692
-x34694 = x34693
-x34695 = x34694
-x34696 = x34695
-x34697 = x34696
-x34698 = x34697
-x34699 = x34698
-x34700 = x34699
-x34701 = x34700
-x34702 = x34701
-x34703 = x34702
-x34704 = x34703
-x34705 = x34704
-x34706 = x34705
-x34707 = x34706
-x34708 = x34707
-x34709 = x34708
-x34710 = x34709
-x34711 = x34710
-x34712 = x34711
-x34713 = x34712
-x34714 = x34713
-x34715 = x34714
-x34716 = x34715
-x34717 = x34716
-x34718 = x34717
-x34719 = x34718
-x34720 = x34719
-x34721 = x34720
-x34722 = x34721
-x34723 = x34722
-x34724 = x34723
-x34725 = x34724
-x34726 = x34725
-x34727 = x34726
-x34728 = x34727
-x34729 = x34728
-x34730 = x34729
-x34731 = x34730
-x34732 = x34731
-x34733 = x34732
-x34734 = x34733
-x34735 = x34734
-x34736 = x34735
-x34737 = x34736
-x34738 = x34737
-x34739 = x34738
-x34740 = x34739
-x34741 = x34740
-x34742 = x34741
-x34743 = x34742
-x34744 = x34743
-x34745 = x34744
-x34746 = x34745
-x34747 = x34746
-x34748 = x34747
-x34749 = x34748
-x34750 = x34749
-x34751 = x34750
-x34752 = x34751
-x34753 = x34752
-x34754 = x34753
-x34755 = x34754
-x34756 = x34755
-x34757 = x34756
-x34758 = x34757
-x34759 = x34758
-x34760 = x34759
-x34761 = x34760
-x34762 = x34761
-x34763 = x34762
-x34764 = x34763
-x34765 = x34764
-x34766 = x34765
-x34767 = x34766
-x34768 = x34767
-x34769 = x34768
-x34770 = x34769
-x34771 = x34770
-x34772 = x34771
-x34773 = x34772
-x34774 = x34773
-x34775 = x34774
-x34776 = x34775
-x34777 = x34776
-x34778 = x34777
-x34779 = x34778
-x34780 = x34779
-x34781 = x34780
-x34782 = x34781
-x34783 = x34782
-x34784 = x34783
-x34785 = x34784
-x34786 = x34785
-x34787 = x34786
-x34788 = x34787
-x34789 = x34788
-x34790 = x34789
-x34791 = x34790
-x34792 = x34791
-x34793 = x34792
-x34794 = x34793
-x34795 = x34794
-x34796 = x34795
-x34797 = x34796
-x34798 = x34797
-x34799 = x34798
-x34800 = x34799
-x34801 = x34800
-x34802 = x34801
-x34803 = x34802
-x34804 = x34803
-x34805 = x34804
-x34806 = x34805
-x34807 = x34806
-x34808 = x34807
-x34809 = x34808
-x34810 = x34809
-x34811 = x34810
-x34812 = x34811
-x34813 = x34812
-x34814 = x34813
-x34815 = x34814
-x34816 = x34815
-x34817 = x34816
-x34818 = x34817
-x34819 = x34818
-x34820 = x34819
-x34821 = x34820
-x34822 = x34821
-x34823 = x34822
-x34824 = x34823
-x34825 = x34824
-x34826 = x34825
-x34827 = x34826
-x34828 = x34827
-x34829 = x34828
-x34830 = x34829
-x34831 = x34830
-x34832 = x34831
-x34833 = x34832
-x34834 = x34833
-x34835 = x34834
-x34836 = x34835
-x34837 = x34836
-x34838 = x34837
-x34839 = x34838
-x34840 = x34839
-x34841 = x34840
-x34842 = x34841
-x34843 = x34842
-x34844 = x34843
-x34845 = x34844
-x34846 = x34845
-x34847 = x34846
-x34848 = x34847
-x34849 = x34848
-x34850 = x34849
-x34851 = x34850
-x34852 = x34851
-x34853 = x34852
-x34854 = x34853
-x34855 = x34854
-x34856 = x34855
-x34857 = x34856
-x34858 = x34857
-x34859 = x34858
-x34860 = x34859
-x34861 = x34860
-x34862 = x34861
-x34863 = x34862
-x34864 = x34863
-x34865 = x34864
-x34866 = x34865
-x34867 = x34866
-x34868 = x34867
-x34869 = x34868
-x34870 = x34869
-x34871 = x34870
-x34872 = x34871
-x34873 = x34872
-x34874 = x34873
-x34875 = x34874
-x34876 = x34875
-x34877 = x34876
-x34878 = x34877
-x34879 = x34878
-x34880 = x34879
-x34881 = x34880
-x34882 = x34881
-x34883 = x34882
-x34884 = x34883
-x34885 = x34884
-x34886 = x34885
-x34887 = x34886
-x34888 = x34887
-x34889 = x34888
-x34890 = x34889
-x34891 = x34890
-x34892 = x34891
-x34893 = x34892
-x34894 = x34893
-x34895 = x34894
-x34896 = x34895
-x34897 = x34896
-x34898 = x34897
-x34899 = x34898
-x34900 = x34899
-x34901 = x34900
-x34902 = x34901
-x34903 = x34902
-x34904 = x34903
-x34905 = x34904
-x34906 = x34905
-x34907 = x34906
-x34908 = x34907
-x34909 = x34908
-x34910 = x34909
-x34911 = x34910
-x34912 = x34911
-x34913 = x34912
-x34914 = x34913
-x34915 = x34914
-x34916 = x34915
-x34917 = x34916
-x34918 = x34917
-x34919 = x34918
-x34920 = x34919
-x34921 = x34920
-x34922 = x34921
-x34923 = x34922
-x34924 = x34923
-x34925 = x34924
-x34926 = x34925
-x34927 = x34926
-x34928 = x34927
-x34929 = x34928
-x34930 = x34929
-x34931 = x34930
-x34932 = x34931
-x34933 = x34932
-x34934 = x34933
-x34935 = x34934
-x34936 = x34935
-x34937 = x34936
-x34938 = x34937
-x34939 = x34938
-x34940 = x34939
-x34941 = x34940
-x34942 = x34941
-x34943 = x34942
-x34944 = x34943
-x34945 = x34944
-x34946 = x34945
-x34947 = x34946
-x34948 = x34947
-x34949 = x34948
-x34950 = x34949
-x34951 = x34950
-x34952 = x34951
-x34953 = x34952
-x34954 = x34953
-x34955 = x34954
-x34956 = x34955
-x34957 = x34956
-x34958 = x34957
-x34959 = x34958
-x34960 = x34959
-x34961 = x34960
-x34962 = x34961
-x34963 = x34962
-x34964 = x34963
-x34965 = x34964
-x34966 = x34965
-x34967 = x34966
-x34968 = x34967
-x34969 = x34968
-x34970 = x34969
-x34971 = x34970
-x34972 = x34971
-x34973 = x34972
-x34974 = x34973
-x34975 = x34974
-x34976 = x34975
-x34977 = x34976
-x34978 = x34977
-x34979 = x34978
-x34980 = x34979
-x34981 = x34980
-x34982 = x34981
-x34983 = x34982
-x34984 = x34983
-x34985 = x34984
-x34986 = x34985
-x34987 = x34986
-x34988 = x34987
-x34989 = x34988
-x34990 = x34989
-x34991 = x34990
-x34992 = x34991
-x34993 = x34992
-x34994 = x34993
-x34995 = x34994
-x34996 = x34995
-x34997 = x34996
-x34998 = x34997
-x34999 = x34998
-x35000 = x34999
-x35001 = x35000
-x35002 = x35001
-x35003 = x35002
-x35004 = x35003
-x35005 = x35004
-x35006 = x35005
-x35007 = x35006
-x35008 = x35007
-x35009 = x35008
-x35010 = x35009
-x35011 = x35010
-x35012 = x35011
-x35013 = x35012
-x35014 = x35013
-x35015 = x35014
-x35016 = x35015
-x35017 = x35016
-x35018 = x35017
-x35019 = x35018
-x35020 = x35019
-x35021 = x35020
-x35022 = x35021
-x35023 = x35022
-x35024 = x35023
-x35025 = x35024
-x35026 = x35025
-x35027 = x35026
-x35028 = x35027
-x35029 = x35028
-x35030 = x35029
-x35031 = x35030
-x35032 = x35031
-x35033 = x35032
-x35034 = x35033
-x35035 = x35034
-x35036 = x35035
-x35037 = x35036
-x35038 = x35037
-x35039 = x35038
-x35040 = x35039
-x35041 = x35040
-x35042 = x35041
-x35043 = x35042
-x35044 = x35043
-x35045 = x35044
-x35046 = x35045
-x35047 = x35046
-x35048 = x35047
-x35049 = x35048
-x35050 = x35049
-x35051 = x35050
-x35052 = x35051
-x35053 = x35052
-x35054 = x35053
-x35055 = x35054
-x35056 = x35055
-x35057 = x35056
-x35058 = x35057
-x35059 = x35058
-x35060 = x35059
-x35061 = x35060
-x35062 = x35061
-x35063 = x35062
-x35064 = x35063
-x35065 = x35064
-x35066 = x35065
-x35067 = x35066
-x35068 = x35067
-x35069 = x35068
-x35070 = x35069
-x35071 = x35070
-x35072 = x35071
-x35073 = x35072
-x35074 = x35073
-x35075 = x35074
-x35076 = x35075
-x35077 = x35076
-x35078 = x35077
-x35079 = x35078
-x35080 = x35079
-x35081 = x35080
-x35082 = x35081
-x35083 = x35082
-x35084 = x35083
-x35085 = x35084
-x35086 = x35085
-x35087 = x35086
-x35088 = x35087
-x35089 = x35088
-x35090 = x35089
-x35091 = x35090
-x35092 = x35091
-x35093 = x35092
-x35094 = x35093
-x35095 = x35094
-x35096 = x35095
-x35097 = x35096
-x35098 = x35097
-x35099 = x35098
-x35100 = x35099
-x35101 = x35100
-x35102 = x35101
-x35103 = x35102
-x35104 = x35103
-x35105 = x35104
-x35106 = x35105
-x35107 = x35106
-x35108 = x35107
-x35109 = x35108
-x35110 = x35109
-x35111 = x35110
-x35112 = x35111
-x35113 = x35112
-x35114 = x35113
-x35115 = x35114
-x35116 = x35115
-x35117 = x35116
-x35118 = x35117
-x35119 = x35118
-x35120 = x35119
-x35121 = x35120
-x35122 = x35121
-x35123 = x35122
-x35124 = x35123
-x35125 = x35124
-x35126 = x35125
-x35127 = x35126
-x35128 = x35127
-x35129 = x35128
-x35130 = x35129
-x35131 = x35130
-x35132 = x35131
-x35133 = x35132
-x35134 = x35133
-x35135 = x35134
-x35136 = x35135
-x35137 = x35136
-x35138 = x35137
-x35139 = x35138
-x35140 = x35139
-x35141 = x35140
-x35142 = x35141
-x35143 = x35142
-x35144 = x35143
-x35145 = x35144
-x35146 = x35145
-x35147 = x35146
-x35148 = x35147
-x35149 = x35148
-x35150 = x35149
-x35151 = x35150
-x35152 = x35151
-x35153 = x35152
-x35154 = x35153
-x35155 = x35154
-x35156 = x35155
-x35157 = x35156
-x35158 = x35157
-x35159 = x35158
-x35160 = x35159
-x35161 = x35160
-x35162 = x35161
-x35163 = x35162
-x35164 = x35163
-x35165 = x35164
-x35166 = x35165
-x35167 = x35166
-x35168 = x35167
-x35169 = x35168
-x35170 = x35169
-x35171 = x35170
-x35172 = x35171
-x35173 = x35172
-x35174 = x35173
-x35175 = x35174
-x35176 = x35175
-x35177 = x35176
-x35178 = x35177
-x35179 = x35178
-x35180 = x35179
-x35181 = x35180
-x35182 = x35181
-x35183 = x35182
-x35184 = x35183
-x35185 = x35184
-x35186 = x35185
-x35187 = x35186
-x35188 = x35187
-x35189 = x35188
-x35190 = x35189
-x35191 = x35190
-x35192 = x35191
-x35193 = x35192
-x35194 = x35193
-x35195 = x35194
-x35196 = x35195
-x35197 = x35196
-x35198 = x35197
-x35199 = x35198
-x35200 = x35199
-x35201 = x35200
-x35202 = x35201
-x35203 = x35202
-x35204 = x35203
-x35205 = x35204
-x35206 = x35205
-x35207 = x35206
-x35208 = x35207
-x35209 = x35208
-x35210 = x35209
-x35211 = x35210
-x35212 = x35211
-x35213 = x35212
-x35214 = x35213
-x35215 = x35214
-x35216 = x35215
-x35217 = x35216
-x35218 = x35217
-x35219 = x35218
-x35220 = x35219
-x35221 = x35220
-x35222 = x35221
-x35223 = x35222
-x35224 = x35223
-x35225 = x35224
-x35226 = x35225
-x35227 = x35226
-x35228 = x35227
-x35229 = x35228
-x35230 = x35229
-x35231 = x35230
-x35232 = x35231
-x35233 = x35232
-x35234 = x35233
-x35235 = x35234
-x35236 = x35235
-x35237 = x35236
-x35238 = x35237
-x35239 = x35238
-x35240 = x35239
-x35241 = x35240
-x35242 = x35241
-x35243 = x35242
-x35244 = x35243
-x35245 = x35244
-x35246 = x35245
-x35247 = x35246
-x35248 = x35247
-x35249 = x35248
-x35250 = x35249
-x35251 = x35250
-x35252 = x35251
-x35253 = x35252
-x35254 = x35253
-x35255 = x35254
-x35256 = x35255
-x35257 = x35256
-x35258 = x35257
-x35259 = x35258
-x35260 = x35259
-x35261 = x35260
-x35262 = x35261
-x35263 = x35262
-x35264 = x35263
-x35265 = x35264
-x35266 = x35265
-x35267 = x35266
-x35268 = x35267
-x35269 = x35268
-x35270 = x35269
-x35271 = x35270
-x35272 = x35271
-x35273 = x35272
-x35274 = x35273
-x35275 = x35274
-x35276 = x35275
-x35277 = x35276
-x35278 = x35277
-x35279 = x35278
-x35280 = x35279
-x35281 = x35280
-x35282 = x35281
-x35283 = x35282
-x35284 = x35283
-x35285 = x35284
-x35286 = x35285
-x35287 = x35286
-x35288 = x35287
-x35289 = x35288
-x35290 = x35289
-x35291 = x35290
-x35292 = x35291
-x35293 = x35292
-x35294 = x35293
-x35295 = x35294
-x35296 = x35295
-x35297 = x35296
-x35298 = x35297
-x35299 = x35298
-x35300 = x35299
-x35301 = x35300
-x35302 = x35301
-x35303 = x35302
-x35304 = x35303
-x35305 = x35304
-x35306 = x35305
-x35307 = x35306
-x35308 = x35307
-x35309 = x35308
-x35310 = x35309
-x35311 = x35310
-x35312 = x35311
-x35313 = x35312
-x35314 = x35313
-x35315 = x35314
-x35316 = x35315
-x35317 = x35316
-x35318 = x35317
-x35319 = x35318
-x35320 = x35319
-x35321 = x35320
-x35322 = x35321
-x35323 = x35322
-x35324 = x35323
-x35325 = x35324
-x35326 = x35325
-x35327 = x35326
-x35328 = x35327
-x35329 = x35328
-x35330 = x35329
-x35331 = x35330
-x35332 = x35331
-x35333 = x35332
-x35334 = x35333
-x35335 = x35334
-x35336 = x35335
-x35337 = x35336
-x35338 = x35337
-x35339 = x35338
-x35340 = x35339
-x35341 = x35340
-x35342 = x35341
-x35343 = x35342
-x35344 = x35343
-x35345 = x35344
-x35346 = x35345
-x35347 = x35346
-x35348 = x35347
-x35349 = x35348
-x35350 = x35349
-x35351 = x35350
-x35352 = x35351
-x35353 = x35352
-x35354 = x35353
-x35355 = x35354
-x35356 = x35355
-x35357 = x35356
-x35358 = x35357
-x35359 = x35358
-x35360 = x35359
-x35361 = x35360
-x35362 = x35361
-x35363 = x35362
-x35364 = x35363
-x35365 = x35364
-x35366 = x35365
-x35367 = x35366
-x35368 = x35367
-x35369 = x35368
-x35370 = x35369
-x35371 = x35370
-x35372 = x35371
-x35373 = x35372
-x35374 = x35373
-x35375 = x35374
-x35376 = x35375
-x35377 = x35376
-x35378 = x35377
-x35379 = x35378
-x35380 = x35379
-x35381 = x35380
-x35382 = x35381
-x35383 = x35382
-x35384 = x35383
-x35385 = x35384
-x35386 = x35385
-x35387 = x35386
-x35388 = x35387
-x35389 = x35388
-x35390 = x35389
-x35391 = x35390
-x35392 = x35391
-x35393 = x35392
-x35394 = x35393
-x35395 = x35394
-x35396 = x35395
-x35397 = x35396
-x35398 = x35397
-x35399 = x35398
-x35400 = x35399
-x35401 = x35400
-x35402 = x35401
-x35403 = x35402
-x35404 = x35403
-x35405 = x35404
-x35406 = x35405
-x35407 = x35406
-x35408 = x35407
-x35409 = x35408
-x35410 = x35409
-x35411 = x35410
-x35412 = x35411
-x35413 = x35412
-x35414 = x35413
-x35415 = x35414
-x35416 = x35415
-x35417 = x35416
-x35418 = x35417
-x35419 = x35418
-x35420 = x35419
-x35421 = x35420
-x35422 = x35421
-x35423 = x35422
-x35424 = x35423
-x35425 = x35424
-x35426 = x35425
-x35427 = x35426
-x35428 = x35427
-x35429 = x35428
-x35430 = x35429
-x35431 = x35430
-x35432 = x35431
-x35433 = x35432
-x35434 = x35433
-x35435 = x35434
-x35436 = x35435
-x35437 = x35436
-x35438 = x35437
-x35439 = x35438
-x35440 = x35439
-x35441 = x35440
-x35442 = x35441
-x35443 = x35442
-x35444 = x35443
-x35445 = x35444
-x35446 = x35445
-x35447 = x35446
-x35448 = x35447
-x35449 = x35448
-x35450 = x35449
-x35451 = x35450
-x35452 = x35451
-x35453 = x35452
-x35454 = x35453
-x35455 = x35454
-x35456 = x35455
-x35457 = x35456
-x35458 = x35457
-x35459 = x35458
-x35460 = x35459
-x35461 = x35460
-x35462 = x35461
-x35463 = x35462
-x35464 = x35463
-x35465 = x35464
-x35466 = x35465
-x35467 = x35466
-x35468 = x35467
-x35469 = x35468
-x35470 = x35469
-x35471 = x35470
-x35472 = x35471
-x35473 = x35472
-x35474 = x35473
-x35475 = x35474
-x35476 = x35475
-x35477 = x35476
-x35478 = x35477
-x35479 = x35478
-x35480 = x35479
-x35481 = x35480
-x35482 = x35481
-x35483 = x35482
-x35484 = x35483
-x35485 = x35484
-x35486 = x35485
-x35487 = x35486
-x35488 = x35487
-x35489 = x35488
-x35490 = x35489
-x35491 = x35490
-x35492 = x35491
-x35493 = x35492
-x35494 = x35493
-x35495 = x35494
-x35496 = x35495
-x35497 = x35496
-x35498 = x35497
-x35499 = x35498
-x35500 = x35499
-x35501 = x35500
-x35502 = x35501
-x35503 = x35502
-x35504 = x35503
-x35505 = x35504
-x35506 = x35505
-x35507 = x35506
-x35508 = x35507
-x35509 = x35508
-x35510 = x35509
-x35511 = x35510
-x35512 = x35511
-x35513 = x35512
-x35514 = x35513
-x35515 = x35514
-x35516 = x35515
-x35517 = x35516
-x35518 = x35517
-x35519 = x35518
-x35520 = x35519
-x35521 = x35520
-x35522 = x35521
-x35523 = x35522
-x35524 = x35523
-x35525 = x35524
-x35526 = x35525
-x35527 = x35526
-x35528 = x35527
-x35529 = x35528
-x35530 = x35529
-x35531 = x35530
-x35532 = x35531
-x35533 = x35532
-x35534 = x35533
-x35535 = x35534
-x35536 = x35535
-x35537 = x35536
-x35538 = x35537
-x35539 = x35538
-x35540 = x35539
-x35541 = x35540
-x35542 = x35541
-x35543 = x35542
-x35544 = x35543
-x35545 = x35544
-x35546 = x35545
-x35547 = x35546
-x35548 = x35547
-x35549 = x35548
-x35550 = x35549
-x35551 = x35550
-x35552 = x35551
-x35553 = x35552
-x35554 = x35553
-x35555 = x35554
-x35556 = x35555
-x35557 = x35556
-x35558 = x35557
-x35559 = x35558
-x35560 = x35559
-x35561 = x35560
-x35562 = x35561
-x35563 = x35562
-x35564 = x35563
-x35565 = x35564
-x35566 = x35565
-x35567 = x35566
-x35568 = x35567
-x35569 = x35568
-x35570 = x35569
-x35571 = x35570
-x35572 = x35571
-x35573 = x35572
-x35574 = x35573
-x35575 = x35574
-x35576 = x35575
-x35577 = x35576
-x35578 = x35577
-x35579 = x35578
-x35580 = x35579
-x35581 = x35580
-x35582 = x35581
-x35583 = x35582
-x35584 = x35583
-x35585 = x35584
-x35586 = x35585
-x35587 = x35586
-x35588 = x35587
-x35589 = x35588
-x35590 = x35589
-x35591 = x35590
-x35592 = x35591
-x35593 = x35592
-x35594 = x35593
-x35595 = x35594
-x35596 = x35595
-x35597 = x35596
-x35598 = x35597
-x35599 = x35598
-x35600 = x35599
-x35601 = x35600
-x35602 = x35601
-x35603 = x35602
-x35604 = x35603
-x35605 = x35604
-x35606 = x35605
-x35607 = x35606
-x35608 = x35607
-x35609 = x35608
-x35610 = x35609
-x35611 = x35610
-x35612 = x35611
-x35613 = x35612
-x35614 = x35613
-x35615 = x35614
-x35616 = x35615
-x35617 = x35616
-x35618 = x35617
-x35619 = x35618
-x35620 = x35619
-x35621 = x35620
-x35622 = x35621
-x35623 = x35622
-x35624 = x35623
-x35625 = x35624
-x35626 = x35625
-x35627 = x35626
-x35628 = x35627
-x35629 = x35628
-x35630 = x35629
-x35631 = x35630
-x35632 = x35631
-x35633 = x35632
-x35634 = x35633
-x35635 = x35634
-x35636 = x35635
-x35637 = x35636
-x35638 = x35637
-x35639 = x35638
-x35640 = x35639
-x35641 = x35640
-x35642 = x35641
-x35643 = x35642
-x35644 = x35643
-x35645 = x35644
-x35646 = x35645
-x35647 = x35646
-x35648 = x35647
-x35649 = x35648
-x35650 = x35649
-x35651 = x35650
-x35652 = x35651
-x35653 = x35652
-x35654 = x35653
-x35655 = x35654
-x35656 = x35655
-x35657 = x35656
-x35658 = x35657
-x35659 = x35658
-x35660 = x35659
-x35661 = x35660
-x35662 = x35661
-x35663 = x35662
-x35664 = x35663
-x35665 = x35664
-x35666 = x35665
-x35667 = x35666
-x35668 = x35667
-x35669 = x35668
-x35670 = x35669
-x35671 = x35670
-x35672 = x35671
-x35673 = x35672
-x35674 = x35673
-x35675 = x35674
-x35676 = x35675
-x35677 = x35676
-x35678 = x35677
-x35679 = x35678
-x35680 = x35679
-x35681 = x35680
-x35682 = x35681
-x35683 = x35682
-x35684 = x35683
-x35685 = x35684
-x35686 = x35685
-x35687 = x35686
-x35688 = x35687
-x35689 = x35688
-x35690 = x35689
-x35691 = x35690
-x35692 = x35691
-x35693 = x35692
-x35694 = x35693
-x35695 = x35694
-x35696 = x35695
-x35697 = x35696
-x35698 = x35697
-x35699 = x35698
-x35700 = x35699
-x35701 = x35700
-x35702 = x35701
-x35703 = x35702
-x35704 = x35703
-x35705 = x35704
-x35706 = x35705
-x35707 = x35706
-x35708 = x35707
-x35709 = x35708
-x35710 = x35709
-x35711 = x35710
-x35712 = x35711
-x35713 = x35712
-x35714 = x35713
-x35715 = x35714
-x35716 = x35715
-x35717 = x35716
-x35718 = x35717
-x35719 = x35718
-x35720 = x35719
-x35721 = x35720
-x35722 = x35721
-x35723 = x35722
-x35724 = x35723
-x35725 = x35724
-x35726 = x35725
-x35727 = x35726
-x35728 = x35727
-x35729 = x35728
-x35730 = x35729
-x35731 = x35730
-x35732 = x35731
-x35733 = x35732
-x35734 = x35733
-x35735 = x35734
-x35736 = x35735
-x35737 = x35736
-x35738 = x35737
-x35739 = x35738
-x35740 = x35739
-x35741 = x35740
-x35742 = x35741
-x35743 = x35742
-x35744 = x35743
-x35745 = x35744
-x35746 = x35745
-x35747 = x35746
-x35748 = x35747
-x35749 = x35748
-x35750 = x35749
-x35751 = x35750
-x35752 = x35751
-x35753 = x35752
-x35754 = x35753
-x35755 = x35754
-x35756 = x35755
-x35757 = x35756
-x35758 = x35757
-x35759 = x35758
-x35760 = x35759
-x35761 = x35760
-x35762 = x35761
-x35763 = x35762
-x35764 = x35763
-x35765 = x35764
-x35766 = x35765
-x35767 = x35766
-x35768 = x35767
-x35769 = x35768
-x35770 = x35769
-x35771 = x35770
-x35772 = x35771
-x35773 = x35772
-x35774 = x35773
-x35775 = x35774
-x35776 = x35775
-x35777 = x35776
-x35778 = x35777
-x35779 = x35778
-x35780 = x35779
-x35781 = x35780
-x35782 = x35781
-x35783 = x35782
-x35784 = x35783
-x35785 = x35784
-x35786 = x35785
-x35787 = x35786
-x35788 = x35787
-x35789 = x35788
-x35790 = x35789
-x35791 = x35790
-x35792 = x35791
-x35793 = x35792
-x35794 = x35793
-x35795 = x35794
-x35796 = x35795
-x35797 = x35796
-x35798 = x35797
-x35799 = x35798
-x35800 = x35799
-x35801 = x35800
-x35802 = x35801
-x35803 = x35802
-x35804 = x35803
-x35805 = x35804
-x35806 = x35805
-x35807 = x35806
-x35808 = x35807
-x35809 = x35808
-x35810 = x35809
-x35811 = x35810
-x35812 = x35811
-x35813 = x35812
-x35814 = x35813
-x35815 = x35814
-x35816 = x35815
-x35817 = x35816
-x35818 = x35817
-x35819 = x35818
-x35820 = x35819
-x35821 = x35820
-x35822 = x35821
-x35823 = x35822
-x35824 = x35823
-x35825 = x35824
-x35826 = x35825
-x35827 = x35826
-x35828 = x35827
-x35829 = x35828
-x35830 = x35829
-x35831 = x35830
-x35832 = x35831
-x35833 = x35832
-x35834 = x35833
-x35835 = x35834
-x35836 = x35835
-x35837 = x35836
-x35838 = x35837
-x35839 = x35838
-x35840 = x35839
-x35841 = x35840
-x35842 = x35841
-x35843 = x35842
-x35844 = x35843
-x35845 = x35844
-x35846 = x35845
-x35847 = x35846
-x35848 = x35847
-x35849 = x35848
-x35850 = x35849
-x35851 = x35850
-x35852 = x35851
-x35853 = x35852
-x35854 = x35853
-x35855 = x35854
-x35856 = x35855
-x35857 = x35856
-x35858 = x35857
-x35859 = x35858
-x35860 = x35859
-x35861 = x35860
-x35862 = x35861
-x35863 = x35862
-x35864 = x35863
-x35865 = x35864
-x35866 = x35865
-x35867 = x35866
-x35868 = x35867
-x35869 = x35868
-x35870 = x35869
-x35871 = x35870
-x35872 = x35871
-x35873 = x35872
-x35874 = x35873
-x35875 = x35874
-x35876 = x35875
-x35877 = x35876
-x35878 = x35877
-x35879 = x35878
-x35880 = x35879
-x35881 = x35880
-x35882 = x35881
-x35883 = x35882
-x35884 = x35883
-x35885 = x35884
-x35886 = x35885
-x35887 = x35886
-x35888 = x35887
-x35889 = x35888
-x35890 = x35889
-x35891 = x35890
-x35892 = x35891
-x35893 = x35892
-x35894 = x35893
-x35895 = x35894
-x35896 = x35895
-x35897 = x35896
-x35898 = x35897
-x35899 = x35898
-x35900 = x35899
-x35901 = x35900
-x35902 = x35901
-x35903 = x35902
-x35904 = x35903
-x35905 = x35904
-x35906 = x35905
-x35907 = x35906
-x35908 = x35907
-x35909 = x35908
-x35910 = x35909
-x35911 = x35910
-x35912 = x35911
-x35913 = x35912
-x35914 = x35913
-x35915 = x35914
-x35916 = x35915
-x35917 = x35916
-x35918 = x35917
-x35919 = x35918
-x35920 = x35919
-x35921 = x35920
-x35922 = x35921
-x35923 = x35922
-x35924 = x35923
-x35925 = x35924
-x35926 = x35925
-x35927 = x35926
-x35928 = x35927
-x35929 = x35928
-x35930 = x35929
-x35931 = x35930
-x35932 = x35931
-x35933 = x35932
-x35934 = x35933
-x35935 = x35934
-x35936 = x35935
-x35937 = x35936
-x35938 = x35937
-x35939 = x35938
-x35940 = x35939
-x35941 = x35940
-x35942 = x35941
-x35943 = x35942
-x35944 = x35943
-x35945 = x35944
-x35946 = x35945
-x35947 = x35946
-x35948 = x35947
-x35949 = x35948
-x35950 = x35949
-x35951 = x35950
-x35952 = x35951
-x35953 = x35952
-x35954 = x35953
-x35955 = x35954
-x35956 = x35955
-x35957 = x35956
-x35958 = x35957
-x35959 = x35958
-x35960 = x35959
-x35961 = x35960
-x35962 = x35961
-x35963 = x35962
-x35964 = x35963
-x35965 = x35964
-x35966 = x35965
-x35967 = x35966
-x35968 = x35967
-x35969 = x35968
-x35970 = x35969
-x35971 = x35970
-x35972 = x35971
-x35973 = x35972
-x35974 = x35973
-x35975 = x35974
-x35976 = x35975
-x35977 = x35976
-x35978 = x35977
-x35979 = x35978
-x35980 = x35979
-x35981 = x35980
-x35982 = x35981
-x35983 = x35982
-x35984 = x35983
-x35985 = x35984
-x35986 = x35985
-x35987 = x35986
-x35988 = x35987
-x35989 = x35988
-x35990 = x35989
-x35991 = x35990
-x35992 = x35991
-x35993 = x35992
-x35994 = x35993
-x35995 = x35994
-x35996 = x35995
-x35997 = x35996
-x35998 = x35997
-x35999 = x35998
-x36000 = x35999
-x36001 = x36000
-x36002 = x36001
-x36003 = x36002
-x36004 = x36003
-x36005 = x36004
-x36006 = x36005
-x36007 = x36006
-x36008 = x36007
-x36009 = x36008
-x36010 = x36009
-x36011 = x36010
-x36012 = x36011
-x36013 = x36012
-x36014 = x36013
-x36015 = x36014
-x36016 = x36015
-x36017 = x36016
-x36018 = x36017
-x36019 = x36018
-x36020 = x36019
-x36021 = x36020
-x36022 = x36021
-x36023 = x36022
-x36024 = x36023
-x36025 = x36024
-x36026 = x36025
-x36027 = x36026
-x36028 = x36027
-x36029 = x36028
-x36030 = x36029
-x36031 = x36030
-x36032 = x36031
-x36033 = x36032
-x36034 = x36033
-x36035 = x36034
-x36036 = x36035
-x36037 = x36036
-x36038 = x36037
-x36039 = x36038
-x36040 = x36039
-x36041 = x36040
-x36042 = x36041
-x36043 = x36042
-x36044 = x36043
-x36045 = x36044
-x36046 = x36045
-x36047 = x36046
-x36048 = x36047
-x36049 = x36048
-x36050 = x36049
-x36051 = x36050
-x36052 = x36051
-x36053 = x36052
-x36054 = x36053
-x36055 = x36054
-x36056 = x36055
-x36057 = x36056
-x36058 = x36057
-x36059 = x36058
-x36060 = x36059
-x36061 = x36060
-x36062 = x36061
-x36063 = x36062
-x36064 = x36063
-x36065 = x36064
-x36066 = x36065
-x36067 = x36066
-x36068 = x36067
-x36069 = x36068
-x36070 = x36069
-x36071 = x36070
-x36072 = x36071
-x36073 = x36072
-x36074 = x36073
-x36075 = x36074
-x36076 = x36075
-x36077 = x36076
-x36078 = x36077
-x36079 = x36078
-x36080 = x36079
-x36081 = x36080
-x36082 = x36081
-x36083 = x36082
-x36084 = x36083
-x36085 = x36084
-x36086 = x36085
-x36087 = x36086
-x36088 = x36087
-x36089 = x36088
-x36090 = x36089
-x36091 = x36090
-x36092 = x36091
-x36093 = x36092
-x36094 = x36093
-x36095 = x36094
-x36096 = x36095
-x36097 = x36096
-x36098 = x36097
-x36099 = x36098
-x36100 = x36099
-x36101 = x36100
-x36102 = x36101
-x36103 = x36102
-x36104 = x36103
-x36105 = x36104
-x36106 = x36105
-x36107 = x36106
-x36108 = x36107
-x36109 = x36108
-x36110 = x36109
-x36111 = x36110
-x36112 = x36111
-x36113 = x36112
-x36114 = x36113
-x36115 = x36114
-x36116 = x36115
-x36117 = x36116
-x36118 = x36117
-x36119 = x36118
-x36120 = x36119
-x36121 = x36120
-x36122 = x36121
-x36123 = x36122
-x36124 = x36123
-x36125 = x36124
-x36126 = x36125
-x36127 = x36126
-x36128 = x36127
-x36129 = x36128
-x36130 = x36129
-x36131 = x36130
-x36132 = x36131
-x36133 = x36132
-x36134 = x36133
-x36135 = x36134
-x36136 = x36135
-x36137 = x36136
-x36138 = x36137
-x36139 = x36138
-x36140 = x36139
-x36141 = x36140
-x36142 = x36141
-x36143 = x36142
-x36144 = x36143
-x36145 = x36144
-x36146 = x36145
-x36147 = x36146
-x36148 = x36147
-x36149 = x36148
-x36150 = x36149
-x36151 = x36150
-x36152 = x36151
-x36153 = x36152
-x36154 = x36153
-x36155 = x36154
-x36156 = x36155
-x36157 = x36156
-x36158 = x36157
-x36159 = x36158
-x36160 = x36159
-x36161 = x36160
-x36162 = x36161
-x36163 = x36162
-x36164 = x36163
-x36165 = x36164
-x36166 = x36165
-x36167 = x36166
-x36168 = x36167
-x36169 = x36168
-x36170 = x36169
-x36171 = x36170
-x36172 = x36171
-x36173 = x36172
-x36174 = x36173
-x36175 = x36174
-x36176 = x36175
-x36177 = x36176
-x36178 = x36177
-x36179 = x36178
-x36180 = x36179
-x36181 = x36180
-x36182 = x36181
-x36183 = x36182
-x36184 = x36183
-x36185 = x36184
-x36186 = x36185
-x36187 = x36186
-x36188 = x36187
-x36189 = x36188
-x36190 = x36189
-x36191 = x36190
-x36192 = x36191
-x36193 = x36192
-x36194 = x36193
-x36195 = x36194
-x36196 = x36195
-x36197 = x36196
-x36198 = x36197
-x36199 = x36198
-x36200 = x36199
-x36201 = x36200
-x36202 = x36201
-x36203 = x36202
-x36204 = x36203
-x36205 = x36204
-x36206 = x36205
-x36207 = x36206
-x36208 = x36207
-x36209 = x36208
-x36210 = x36209
-x36211 = x36210
-x36212 = x36211
-x36213 = x36212
-x36214 = x36213
-x36215 = x36214
-x36216 = x36215
-x36217 = x36216
-x36218 = x36217
-x36219 = x36218
-x36220 = x36219
-x36221 = x36220
-x36222 = x36221
-x36223 = x36222
-x36224 = x36223
-x36225 = x36224
-x36226 = x36225
-x36227 = x36226
-x36228 = x36227
-x36229 = x36228
-x36230 = x36229
-x36231 = x36230
-x36232 = x36231
-x36233 = x36232
-x36234 = x36233
-x36235 = x36234
-x36236 = x36235
-x36237 = x36236
-x36238 = x36237
-x36239 = x36238
-x36240 = x36239
-x36241 = x36240
-x36242 = x36241
-x36243 = x36242
-x36244 = x36243
-x36245 = x36244
-x36246 = x36245
-x36247 = x36246
-x36248 = x36247
-x36249 = x36248
-x36250 = x36249
-x36251 = x36250
-x36252 = x36251
-x36253 = x36252
-x36254 = x36253
-x36255 = x36254
-x36256 = x36255
-x36257 = x36256
-x36258 = x36257
-x36259 = x36258
-x36260 = x36259
-x36261 = x36260
-x36262 = x36261
-x36263 = x36262
-x36264 = x36263
-x36265 = x36264
-x36266 = x36265
-x36267 = x36266
-x36268 = x36267
-x36269 = x36268
-x36270 = x36269
-x36271 = x36270
-x36272 = x36271
-x36273 = x36272
-x36274 = x36273
-x36275 = x36274
-x36276 = x36275
-x36277 = x36276
-x36278 = x36277
-x36279 = x36278
-x36280 = x36279
-x36281 = x36280
-x36282 = x36281
-x36283 = x36282
-x36284 = x36283
-x36285 = x36284
-x36286 = x36285
-x36287 = x36286
-x36288 = x36287
-x36289 = x36288
-x36290 = x36289
-x36291 = x36290
-x36292 = x36291
-x36293 = x36292
-x36294 = x36293
-x36295 = x36294
-x36296 = x36295
-x36297 = x36296
-x36298 = x36297
-x36299 = x36298
-x36300 = x36299
-x36301 = x36300
-x36302 = x36301
-x36303 = x36302
-x36304 = x36303
-x36305 = x36304
-x36306 = x36305
-x36307 = x36306
-x36308 = x36307
-x36309 = x36308
-x36310 = x36309
-x36311 = x36310
-x36312 = x36311
-x36313 = x36312
-x36314 = x36313
-x36315 = x36314
-x36316 = x36315
-x36317 = x36316
-x36318 = x36317
-x36319 = x36318
-x36320 = x36319
-x36321 = x36320
-x36322 = x36321
-x36323 = x36322
-x36324 = x36323
-x36325 = x36324
-x36326 = x36325
-x36327 = x36326
-x36328 = x36327
-x36329 = x36328
-x36330 = x36329
-x36331 = x36330
-x36332 = x36331
-x36333 = x36332
-x36334 = x36333
-x36335 = x36334
-x36336 = x36335
-x36337 = x36336
-x36338 = x36337
-x36339 = x36338
-x36340 = x36339
-x36341 = x36340
-x36342 = x36341
-x36343 = x36342
-x36344 = x36343
-x36345 = x36344
-x36346 = x36345
-x36347 = x36346
-x36348 = x36347
-x36349 = x36348
-x36350 = x36349
-x36351 = x36350
-x36352 = x36351
-x36353 = x36352
-x36354 = x36353
-x36355 = x36354
-x36356 = x36355
-x36357 = x36356
-x36358 = x36357
-x36359 = x36358
-x36360 = x36359
-x36361 = x36360
-x36362 = x36361
-x36363 = x36362
-x36364 = x36363
-x36365 = x36364
-x36366 = x36365
-x36367 = x36366
-x36368 = x36367
-x36369 = x36368
-x36370 = x36369
-x36371 = x36370
-x36372 = x36371
-x36373 = x36372
-x36374 = x36373
-x36375 = x36374
-x36376 = x36375
-x36377 = x36376
-x36378 = x36377
-x36379 = x36378
-x36380 = x36379
-x36381 = x36380
-x36382 = x36381
-x36383 = x36382
-x36384 = x36383
-x36385 = x36384
-x36386 = x36385
-x36387 = x36386
-x36388 = x36387
-x36389 = x36388
-x36390 = x36389
-x36391 = x36390
-x36392 = x36391
-x36393 = x36392
-x36394 = x36393
-x36395 = x36394
-x36396 = x36395
-x36397 = x36396
-x36398 = x36397
-x36399 = x36398
-x36400 = x36399
-x36401 = x36400
-x36402 = x36401
-x36403 = x36402
-x36404 = x36403
-x36405 = x36404
-x36406 = x36405
-x36407 = x36406
-x36408 = x36407
-x36409 = x36408
-x36410 = x36409
-x36411 = x36410
-x36412 = x36411
-x36413 = x36412
-x36414 = x36413
-x36415 = x36414
-x36416 = x36415
-x36417 = x36416
-x36418 = x36417
-x36419 = x36418
-x36420 = x36419
-x36421 = x36420
-x36422 = x36421
-x36423 = x36422
-x36424 = x36423
-x36425 = x36424
-x36426 = x36425
-x36427 = x36426
-x36428 = x36427
-x36429 = x36428
-x36430 = x36429
-x36431 = x36430
-x36432 = x36431
-x36433 = x36432
-x36434 = x36433
-x36435 = x36434
-x36436 = x36435
-x36437 = x36436
-x36438 = x36437
-x36439 = x36438
-x36440 = x36439
-x36441 = x36440
-x36442 = x36441
-x36443 = x36442
-x36444 = x36443
-x36445 = x36444
-x36446 = x36445
-x36447 = x36446
-x36448 = x36447
-x36449 = x36448
-x36450 = x36449
-x36451 = x36450
-x36452 = x36451
-x36453 = x36452
-x36454 = x36453
-x36455 = x36454
-x36456 = x36455
-x36457 = x36456
-x36458 = x36457
-x36459 = x36458
-x36460 = x36459
-x36461 = x36460
-x36462 = x36461
-x36463 = x36462
-x36464 = x36463
-x36465 = x36464
-x36466 = x36465
-x36467 = x36466
-x36468 = x36467
-x36469 = x36468
-x36470 = x36469
-x36471 = x36470
-x36472 = x36471
-x36473 = x36472
-x36474 = x36473
-x36475 = x36474
-x36476 = x36475
-x36477 = x36476
-x36478 = x36477
-x36479 = x36478
-x36480 = x36479
-x36481 = x36480
-x36482 = x36481
-x36483 = x36482
-x36484 = x36483
-x36485 = x36484
-x36486 = x36485
-x36487 = x36486
-x36488 = x36487
-x36489 = x36488
-x36490 = x36489
-x36491 = x36490
-x36492 = x36491
-x36493 = x36492
-x36494 = x36493
-x36495 = x36494
-x36496 = x36495
-x36497 = x36496
-x36498 = x36497
-x36499 = x36498
-x36500 = x36499
-x36501 = x36500
-x36502 = x36501
-x36503 = x36502
-x36504 = x36503
-x36505 = x36504
-x36506 = x36505
-x36507 = x36506
-x36508 = x36507
-x36509 = x36508
-x36510 = x36509
-x36511 = x36510
-x36512 = x36511
-x36513 = x36512
-x36514 = x36513
-x36515 = x36514
-x36516 = x36515
-x36517 = x36516
-x36518 = x36517
-x36519 = x36518
-x36520 = x36519
-x36521 = x36520
-x36522 = x36521
-x36523 = x36522
-x36524 = x36523
-x36525 = x36524
-x36526 = x36525
-x36527 = x36526
-x36528 = x36527
-x36529 = x36528
-x36530 = x36529
-x36531 = x36530
-x36532 = x36531
-x36533 = x36532
-x36534 = x36533
-x36535 = x36534
-x36536 = x36535
-x36537 = x36536
-x36538 = x36537
-x36539 = x36538
-x36540 = x36539
-x36541 = x36540
-x36542 = x36541
-x36543 = x36542
-x36544 = x36543
-x36545 = x36544
-x36546 = x36545
-x36547 = x36546
-x36548 = x36547
-x36549 = x36548
-x36550 = x36549
-x36551 = x36550
-x36552 = x36551
-x36553 = x36552
-x36554 = x36553
-x36555 = x36554
-x36556 = x36555
-x36557 = x36556
-x36558 = x36557
-x36559 = x36558
-x36560 = x36559
-x36561 = x36560
-x36562 = x36561
-x36563 = x36562
-x36564 = x36563
-x36565 = x36564
-x36566 = x36565
-x36567 = x36566
-x36568 = x36567
-x36569 = x36568
-x36570 = x36569
-x36571 = x36570
-x36572 = x36571
-x36573 = x36572
-x36574 = x36573
-x36575 = x36574
-x36576 = x36575
-x36577 = x36576
-x36578 = x36577
-x36579 = x36578
-x36580 = x36579
-x36581 = x36580
-x36582 = x36581
-x36583 = x36582
-x36584 = x36583
-x36585 = x36584
-x36586 = x36585
-x36587 = x36586
-x36588 = x36587
-x36589 = x36588
-x36590 = x36589
-x36591 = x36590
-x36592 = x36591
-x36593 = x36592
-x36594 = x36593
-x36595 = x36594
-x36596 = x36595
-x36597 = x36596
-x36598 = x36597
-x36599 = x36598
-x36600 = x36599
-x36601 = x36600
-x36602 = x36601
-x36603 = x36602
-x36604 = x36603
-x36605 = x36604
-x36606 = x36605
-x36607 = x36606
-x36608 = x36607
-x36609 = x36608
-x36610 = x36609
-x36611 = x36610
-x36612 = x36611
-x36613 = x36612
-x36614 = x36613
-x36615 = x36614
-x36616 = x36615
-x36617 = x36616
-x36618 = x36617
-x36619 = x36618
-x36620 = x36619
-x36621 = x36620
-x36622 = x36621
-x36623 = x36622
-x36624 = x36623
-x36625 = x36624
-x36626 = x36625
-x36627 = x36626
-x36628 = x36627
-x36629 = x36628
-x36630 = x36629
-x36631 = x36630
-x36632 = x36631
-x36633 = x36632
-x36634 = x36633
-x36635 = x36634
-x36636 = x36635
-x36637 = x36636
-x36638 = x36637
-x36639 = x36638
-x36640 = x36639
-x36641 = x36640
-x36642 = x36641
-x36643 = x36642
-x36644 = x36643
-x36645 = x36644
-x36646 = x36645
-x36647 = x36646
-x36648 = x36647
-x36649 = x36648
-x36650 = x36649
-x36651 = x36650
-x36652 = x36651
-x36653 = x36652
-x36654 = x36653
-x36655 = x36654
-x36656 = x36655
-x36657 = x36656
-x36658 = x36657
-x36659 = x36658
-x36660 = x36659
-x36661 = x36660
-x36662 = x36661
-x36663 = x36662
-x36664 = x36663
-x36665 = x36664
-x36666 = x36665
-x36667 = x36666
-x36668 = x36667
-x36669 = x36668
-x36670 = x36669
-x36671 = x36670
-x36672 = x36671
-x36673 = x36672
-x36674 = x36673
-x36675 = x36674
-x36676 = x36675
-x36677 = x36676
-x36678 = x36677
-x36679 = x36678
-x36680 = x36679
-x36681 = x36680
-x36682 = x36681
-x36683 = x36682
-x36684 = x36683
-x36685 = x36684
-x36686 = x36685
-x36687 = x36686
-x36688 = x36687
-x36689 = x36688
-x36690 = x36689
-x36691 = x36690
-x36692 = x36691
-x36693 = x36692
-x36694 = x36693
-x36695 = x36694
-x36696 = x36695
-x36697 = x36696
-x36698 = x36697
-x36699 = x36698
-x36700 = x36699
-x36701 = x36700
-x36702 = x36701
-x36703 = x36702
-x36704 = x36703
-x36705 = x36704
-x36706 = x36705
-x36707 = x36706
-x36708 = x36707
-x36709 = x36708
-x36710 = x36709
-x36711 = x36710
-x36712 = x36711
-x36713 = x36712
-x36714 = x36713
-x36715 = x36714
-x36716 = x36715
-x36717 = x36716
-x36718 = x36717
-x36719 = x36718
-x36720 = x36719
-x36721 = x36720
-x36722 = x36721
-x36723 = x36722
-x36724 = x36723
-x36725 = x36724
-x36726 = x36725
-x36727 = x36726
-x36728 = x36727
-x36729 = x36728
-x36730 = x36729
-x36731 = x36730
-x36732 = x36731
-x36733 = x36732
-x36734 = x36733
-x36735 = x36734
-x36736 = x36735
-x36737 = x36736
-x36738 = x36737
-x36739 = x36738
-x36740 = x36739
-x36741 = x36740
-x36742 = x36741
-x36743 = x36742
-x36744 = x36743
-x36745 = x36744
-x36746 = x36745
-x36747 = x36746
-x36748 = x36747
-x36749 = x36748
-x36750 = x36749
-x36751 = x36750
-x36752 = x36751
-x36753 = x36752
-x36754 = x36753
-x36755 = x36754
-x36756 = x36755
-x36757 = x36756
-x36758 = x36757
-x36759 = x36758
-x36760 = x36759
-x36761 = x36760
-x36762 = x36761
-x36763 = x36762
-x36764 = x36763
-x36765 = x36764
-x36766 = x36765
-x36767 = x36766
-x36768 = x36767
-x36769 = x36768
-x36770 = x36769
-x36771 = x36770
-x36772 = x36771
-x36773 = x36772
-x36774 = x36773
-x36775 = x36774
-x36776 = x36775
-x36777 = x36776
-x36778 = x36777
-x36779 = x36778
-x36780 = x36779
-x36781 = x36780
-x36782 = x36781
-x36783 = x36782
-x36784 = x36783
-x36785 = x36784
-x36786 = x36785
-x36787 = x36786
-x36788 = x36787
-x36789 = x36788
-x36790 = x36789
-x36791 = x36790
-x36792 = x36791
-x36793 = x36792
-x36794 = x36793
-x36795 = x36794
-x36796 = x36795
-x36797 = x36796
-x36798 = x36797
-x36799 = x36798
-x36800 = x36799
-x36801 = x36800
-x36802 = x36801
-x36803 = x36802
-x36804 = x36803
-x36805 = x36804
-x36806 = x36805
-x36807 = x36806
-x36808 = x36807
-x36809 = x36808
-x36810 = x36809
-x36811 = x36810
-x36812 = x36811
-x36813 = x36812
-x36814 = x36813
-x36815 = x36814
-x36816 = x36815
-x36817 = x36816
-x36818 = x36817
-x36819 = x36818
-x36820 = x36819
-x36821 = x36820
-x36822 = x36821
-x36823 = x36822
-x36824 = x36823
-x36825 = x36824
-x36826 = x36825
-x36827 = x36826
-x36828 = x36827
-x36829 = x36828
-x36830 = x36829
-x36831 = x36830
-x36832 = x36831
-x36833 = x36832
-x36834 = x36833
-x36835 = x36834
-x36836 = x36835
-x36837 = x36836
-x36838 = x36837
-x36839 = x36838
-x36840 = x36839
-x36841 = x36840
-x36842 = x36841
-x36843 = x36842
-x36844 = x36843
-x36845 = x36844
-x36846 = x36845
-x36847 = x36846
-x36848 = x36847
-x36849 = x36848
-x36850 = x36849
-x36851 = x36850
-x36852 = x36851
-x36853 = x36852
-x36854 = x36853
-x36855 = x36854
-x36856 = x36855
-x36857 = x36856
-x36858 = x36857
-x36859 = x36858
-x36860 = x36859
-x36861 = x36860
-x36862 = x36861
-x36863 = x36862
-x36864 = x36863
-x36865 = x36864
-x36866 = x36865
-x36867 = x36866
-x36868 = x36867
-x36869 = x36868
-x36870 = x36869
-x36871 = x36870
-x36872 = x36871
-x36873 = x36872
-x36874 = x36873
-x36875 = x36874
-x36876 = x36875
-x36877 = x36876
-x36878 = x36877
-x36879 = x36878
-x36880 = x36879
-x36881 = x36880
-x36882 = x36881
-x36883 = x36882
-x36884 = x36883
-x36885 = x36884
-x36886 = x36885
-x36887 = x36886
-x36888 = x36887
-x36889 = x36888
-x36890 = x36889
-x36891 = x36890
-x36892 = x36891
-x36893 = x36892
-x36894 = x36893
-x36895 = x36894
-x36896 = x36895
-x36897 = x36896
-x36898 = x36897
-x36899 = x36898
-x36900 = x36899
-x36901 = x36900
-x36902 = x36901
-x36903 = x36902
-x36904 = x36903
-x36905 = x36904
-x36906 = x36905
-x36907 = x36906
-x36908 = x36907
-x36909 = x36908
-x36910 = x36909
-x36911 = x36910
-x36912 = x36911
-x36913 = x36912
-x36914 = x36913
-x36915 = x36914
-x36916 = x36915
-x36917 = x36916
-x36918 = x36917
-x36919 = x36918
-x36920 = x36919
-x36921 = x36920
-x36922 = x36921
-x36923 = x36922
-x36924 = x36923
-x36925 = x36924
-x36926 = x36925
-x36927 = x36926
-x36928 = x36927
-x36929 = x36928
-x36930 = x36929
-x36931 = x36930
-x36932 = x36931
-x36933 = x36932
-x36934 = x36933
-x36935 = x36934
-x36936 = x36935
-x36937 = x36936
-x36938 = x36937
-x36939 = x36938
-x36940 = x36939
-x36941 = x36940
-x36942 = x36941
-x36943 = x36942
-x36944 = x36943
-x36945 = x36944
-x36946 = x36945
-x36947 = x36946
-x36948 = x36947
-x36949 = x36948
-x36950 = x36949
-x36951 = x36950
-x36952 = x36951
-x36953 = x36952
-x36954 = x36953
-x36955 = x36954
-x36956 = x36955
-x36957 = x36956
-x36958 = x36957
-x36959 = x36958
-x36960 = x36959
-x36961 = x36960
-x36962 = x36961
-x36963 = x36962
-x36964 = x36963
-x36965 = x36964
-x36966 = x36965
-x36967 = x36966
-x36968 = x36967
-x36969 = x36968
-x36970 = x36969
-x36971 = x36970
-x36972 = x36971
-x36973 = x36972
-x36974 = x36973
-x36975 = x36974
-x36976 = x36975
-x36977 = x36976
-x36978 = x36977
-x36979 = x36978
-x36980 = x36979
-x36981 = x36980
-x36982 = x36981
-x36983 = x36982
-x36984 = x36983
-x36985 = x36984
-x36986 = x36985
-x36987 = x36986
-x36988 = x36987
-x36989 = x36988
-x36990 = x36989
-x36991 = x36990
-x36992 = x36991
-x36993 = x36992
-x36994 = x36993
-x36995 = x36994
-x36996 = x36995
-x36997 = x36996
-x36998 = x36997
-x36999 = x36998
-x37000 = x36999
-x37001 = x37000
-x37002 = x37001
-x37003 = x37002
-x37004 = x37003
-x37005 = x37004
-x37006 = x37005
-x37007 = x37006
-x37008 = x37007
-x37009 = x37008
-x37010 = x37009
-x37011 = x37010
-x37012 = x37011
-x37013 = x37012
-x37014 = x37013
-x37015 = x37014
-x37016 = x37015
-x37017 = x37016
-x37018 = x37017
-x37019 = x37018
-x37020 = x37019
-x37021 = x37020
-x37022 = x37021
-x37023 = x37022
-x37024 = x37023
-x37025 = x37024
-x37026 = x37025
-x37027 = x37026
-x37028 = x37027
-x37029 = x37028
-x37030 = x37029
-x37031 = x37030
-x37032 = x37031
-x37033 = x37032
-x37034 = x37033
-x37035 = x37034
-x37036 = x37035
-x37037 = x37036
-x37038 = x37037
-x37039 = x37038
-x37040 = x37039
-x37041 = x37040
-x37042 = x37041
-x37043 = x37042
-x37044 = x37043
-x37045 = x37044
-x37046 = x37045
-x37047 = x37046
-x37048 = x37047
-x37049 = x37048
-x37050 = x37049
-x37051 = x37050
-x37052 = x37051
-x37053 = x37052
-x37054 = x37053
-x37055 = x37054
-x37056 = x37055
-x37057 = x37056
-x37058 = x37057
-x37059 = x37058
-x37060 = x37059
-x37061 = x37060
-x37062 = x37061
-x37063 = x37062
-x37064 = x37063
-x37065 = x37064
-x37066 = x37065
-x37067 = x37066
-x37068 = x37067
-x37069 = x37068
-x37070 = x37069
-x37071 = x37070
-x37072 = x37071
-x37073 = x37072
-x37074 = x37073
-x37075 = x37074
-x37076 = x37075
-x37077 = x37076
-x37078 = x37077
-x37079 = x37078
-x37080 = x37079
-x37081 = x37080
-x37082 = x37081
-x37083 = x37082
-x37084 = x37083
-x37085 = x37084
-x37086 = x37085
-x37087 = x37086
-x37088 = x37087
-x37089 = x37088
-x37090 = x37089
-x37091 = x37090
-x37092 = x37091
-x37093 = x37092
-x37094 = x37093
-x37095 = x37094
-x37096 = x37095
-x37097 = x37096
-x37098 = x37097
-x37099 = x37098
-x37100 = x37099
-x37101 = x37100
-x37102 = x37101
-x37103 = x37102
-x37104 = x37103
-x37105 = x37104
-x37106 = x37105
-x37107 = x37106
-x37108 = x37107
-x37109 = x37108
-x37110 = x37109
-x37111 = x37110
-x37112 = x37111
-x37113 = x37112
-x37114 = x37113
-x37115 = x37114
-x37116 = x37115
-x37117 = x37116
-x37118 = x37117
-x37119 = x37118
-x37120 = x37119
-x37121 = x37120
-x37122 = x37121
-x37123 = x37122
-x37124 = x37123
-x37125 = x37124
-x37126 = x37125
-x37127 = x37126
-x37128 = x37127
-x37129 = x37128
-x37130 = x37129
-x37131 = x37130
-x37132 = x37131
-x37133 = x37132
-x37134 = x37133
-x37135 = x37134
-x37136 = x37135
-x37137 = x37136
-x37138 = x37137
-x37139 = x37138
-x37140 = x37139
-x37141 = x37140
-x37142 = x37141
-x37143 = x37142
-x37144 = x37143
-x37145 = x37144
-x37146 = x37145
-x37147 = x37146
-x37148 = x37147
-x37149 = x37148
-x37150 = x37149
-x37151 = x37150
-x37152 = x37151
-x37153 = x37152
-x37154 = x37153
-x37155 = x37154
-x37156 = x37155
-x37157 = x37156
-x37158 = x37157
-x37159 = x37158
-x37160 = x37159
-x37161 = x37160
-x37162 = x37161
-x37163 = x37162
-x37164 = x37163
-x37165 = x37164
-x37166 = x37165
-x37167 = x37166
-x37168 = x37167
-x37169 = x37168
-x37170 = x37169
-x37171 = x37170
-x37172 = x37171
-x37173 = x37172
-x37174 = x37173
-x37175 = x37174
-x37176 = x37175
-x37177 = x37176
-x37178 = x37177
-x37179 = x37178
-x37180 = x37179
-x37181 = x37180
-x37182 = x37181
-x37183 = x37182
-x37184 = x37183
-x37185 = x37184
-x37186 = x37185
-x37187 = x37186
-x37188 = x37187
-x37189 = x37188
-x37190 = x37189
-x37191 = x37190
-x37192 = x37191
-x37193 = x37192
-x37194 = x37193
-x37195 = x37194
-x37196 = x37195
-x37197 = x37196
-x37198 = x37197
-x37199 = x37198
-x37200 = x37199
-x37201 = x37200
-x37202 = x37201
-x37203 = x37202
-x37204 = x37203
-x37205 = x37204
-x37206 = x37205
-x37207 = x37206
-x37208 = x37207
-x37209 = x37208
-x37210 = x37209
-x37211 = x37210
-x37212 = x37211
-x37213 = x37212
-x37214 = x37213
-x37215 = x37214
-x37216 = x37215
-x37217 = x37216
-x37218 = x37217
-x37219 = x37218
-x37220 = x37219
-x37221 = x37220
-x37222 = x37221
-x37223 = x37222
-x37224 = x37223
-x37225 = x37224
-x37226 = x37225
-x37227 = x37226
-x37228 = x37227
-x37229 = x37228
-x37230 = x37229
-x37231 = x37230
-x37232 = x37231
-x37233 = x37232
-x37234 = x37233
-x37235 = x37234
-x37236 = x37235
-x37237 = x37236
-x37238 = x37237
-x37239 = x37238
-x37240 = x37239
-x37241 = x37240
-x37242 = x37241
-x37243 = x37242
-x37244 = x37243
-x37245 = x37244
-x37246 = x37245
-x37247 = x37246
-x37248 = x37247
-x37249 = x37248
-x37250 = x37249
-x37251 = x37250
-x37252 = x37251
-x37253 = x37252
-x37254 = x37253
-x37255 = x37254
-x37256 = x37255
-x37257 = x37256
-x37258 = x37257
-x37259 = x37258
-x37260 = x37259
-x37261 = x37260
-x37262 = x37261
-x37263 = x37262
-x37264 = x37263
-x37265 = x37264
-x37266 = x37265
-x37267 = x37266
-x37268 = x37267
-x37269 = x37268
-x37270 = x37269
-x37271 = x37270
-x37272 = x37271
-x37273 = x37272
-x37274 = x37273
-x37275 = x37274
-x37276 = x37275
-x37277 = x37276
-x37278 = x37277
-x37279 = x37278
-x37280 = x37279
-x37281 = x37280
-x37282 = x37281
-x37283 = x37282
-x37284 = x37283
-x37285 = x37284
-x37286 = x37285
-x37287 = x37286
-x37288 = x37287
-x37289 = x37288
-x37290 = x37289
-x37291 = x37290
-x37292 = x37291
-x37293 = x37292
-x37294 = x37293
-x37295 = x37294
-x37296 = x37295
-x37297 = x37296
-x37298 = x37297
-x37299 = x37298
-x37300 = x37299
-x37301 = x37300
-x37302 = x37301
-x37303 = x37302
-x37304 = x37303
-x37305 = x37304
-x37306 = x37305
-x37307 = x37306
-x37308 = x37307
-x37309 = x37308
-x37310 = x37309
-x37311 = x37310
-x37312 = x37311
-x37313 = x37312
-x37314 = x37313
-x37315 = x37314
-x37316 = x37315
-x37317 = x37316
-x37318 = x37317
-x37319 = x37318
-x37320 = x37319
-x37321 = x37320
-x37322 = x37321
-x37323 = x37322
-x37324 = x37323
-x37325 = x37324
-x37326 = x37325
-x37327 = x37326
-x37328 = x37327
-x37329 = x37328
-x37330 = x37329
-x37331 = x37330
-x37332 = x37331
-x37333 = x37332
-x37334 = x37333
-x37335 = x37334
-x37336 = x37335
-x37337 = x37336
-x37338 = x37337
-x37339 = x37338
-x37340 = x37339
-x37341 = x37340
-x37342 = x37341
-x37343 = x37342
-x37344 = x37343
-x37345 = x37344
-x37346 = x37345
-x37347 = x37346
-x37348 = x37347
-x37349 = x37348
-x37350 = x37349
-x37351 = x37350
-x37352 = x37351
-x37353 = x37352
-x37354 = x37353
-x37355 = x37354
-x37356 = x37355
-x37357 = x37356
-x37358 = x37357
-x37359 = x37358
-x37360 = x37359
-x37361 = x37360
-x37362 = x37361
-x37363 = x37362
-x37364 = x37363
-x37365 = x37364
-x37366 = x37365
-x37367 = x37366
-x37368 = x37367
-x37369 = x37368
-x37370 = x37369
-x37371 = x37370
-x37372 = x37371
-x37373 = x37372
-x37374 = x37373
-x37375 = x37374
-x37376 = x37375
-x37377 = x37376
-x37378 = x37377
-x37379 = x37378
-x37380 = x37379
-x37381 = x37380
-x37382 = x37381
-x37383 = x37382
-x37384 = x37383
-x37385 = x37384
-x37386 = x37385
-x37387 = x37386
-x37388 = x37387
-x37389 = x37388
-x37390 = x37389
-x37391 = x37390
-x37392 = x37391
-x37393 = x37392
-x37394 = x37393
-x37395 = x37394
-x37396 = x37395
-x37397 = x37396
-x37398 = x37397
-x37399 = x37398
-x37400 = x37399
-x37401 = x37400
-x37402 = x37401
-x37403 = x37402
-x37404 = x37403
-x37405 = x37404
-x37406 = x37405
-x37407 = x37406
-x37408 = x37407
-x37409 = x37408
-x37410 = x37409
-x37411 = x37410
-x37412 = x37411
-x37413 = x37412
-x37414 = x37413
-x37415 = x37414
-x37416 = x37415
-x37417 = x37416
-x37418 = x37417
-x37419 = x37418
-x37420 = x37419
-x37421 = x37420
-x37422 = x37421
-x37423 = x37422
-x37424 = x37423
-x37425 = x37424
-x37426 = x37425
-x37427 = x37426
-x37428 = x37427
-x37429 = x37428
-x37430 = x37429
-x37431 = x37430
-x37432 = x37431
-x37433 = x37432
-x37434 = x37433
-x37435 = x37434
-x37436 = x37435
-x37437 = x37436
-x37438 = x37437
-x37439 = x37438
-x37440 = x37439
-x37441 = x37440
-x37442 = x37441
-x37443 = x37442
-x37444 = x37443
-x37445 = x37444
-x37446 = x37445
-x37447 = x37446
-x37448 = x37447
-x37449 = x37448
-x37450 = x37449
-x37451 = x37450
-x37452 = x37451
-x37453 = x37452
-x37454 = x37453
-x37455 = x37454
-x37456 = x37455
-x37457 = x37456
-x37458 = x37457
-x37459 = x37458
-x37460 = x37459
-x37461 = x37460
-x37462 = x37461
-x37463 = x37462
-x37464 = x37463
-x37465 = x37464
-x37466 = x37465
-x37467 = x37466
-x37468 = x37467
-x37469 = x37468
-x37470 = x37469
-x37471 = x37470
-x37472 = x37471
-x37473 = x37472
-x37474 = x37473
-x37475 = x37474
-x37476 = x37475
-x37477 = x37476
-x37478 = x37477
-x37479 = x37478
-x37480 = x37479
-x37481 = x37480
-x37482 = x37481
-x37483 = x37482
-x37484 = x37483
-x37485 = x37484
-x37486 = x37485
-x37487 = x37486
-x37488 = x37487
-x37489 = x37488
-x37490 = x37489
-x37491 = x37490
-x37492 = x37491
-x37493 = x37492
-x37494 = x37493
-x37495 = x37494
-x37496 = x37495
-x37497 = x37496
-x37498 = x37497
-x37499 = x37498
-x37500 = x37499
-x37501 = x37500
-x37502 = x37501
-x37503 = x37502
-x37504 = x37503
-x37505 = x37504
-x37506 = x37505
-x37507 = x37506
-x37508 = x37507
-x37509 = x37508
-x37510 = x37509
-x37511 = x37510
-x37512 = x37511
-x37513 = x37512
-x37514 = x37513
-x37515 = x37514
-x37516 = x37515
-x37517 = x37516
-x37518 = x37517
-x37519 = x37518
-x37520 = x37519
-x37521 = x37520
-x37522 = x37521
-x37523 = x37522
-x37524 = x37523
-x37525 = x37524
-x37526 = x37525
-x37527 = x37526
-x37528 = x37527
-x37529 = x37528
-x37530 = x37529
-x37531 = x37530
-x37532 = x37531
-x37533 = x37532
-x37534 = x37533
-x37535 = x37534
-x37536 = x37535
-x37537 = x37536
-x37538 = x37537
-x37539 = x37538
-x37540 = x37539
-x37541 = x37540
-x37542 = x37541
-x37543 = x37542
-x37544 = x37543
-x37545 = x37544
-x37546 = x37545
-x37547 = x37546
-x37548 = x37547
-x37549 = x37548
-x37550 = x37549
-x37551 = x37550
-x37552 = x37551
-x37553 = x37552
-x37554 = x37553
-x37555 = x37554
-x37556 = x37555
-x37557 = x37556
-x37558 = x37557
-x37559 = x37558
-x37560 = x37559
-x37561 = x37560
-x37562 = x37561
-x37563 = x37562
-x37564 = x37563
-x37565 = x37564
-x37566 = x37565
-x37567 = x37566
-x37568 = x37567
-x37569 = x37568
-x37570 = x37569
-x37571 = x37570
-x37572 = x37571
-x37573 = x37572
-x37574 = x37573
-x37575 = x37574
-x37576 = x37575
-x37577 = x37576
-x37578 = x37577
-x37579 = x37578
-x37580 = x37579
-x37581 = x37580
-x37582 = x37581
-x37583 = x37582
-x37584 = x37583
-x37585 = x37584
-x37586 = x37585
-x37587 = x37586
-x37588 = x37587
-x37589 = x37588
-x37590 = x37589
-x37591 = x37590
-x37592 = x37591
-x37593 = x37592
-x37594 = x37593
-x37595 = x37594
-x37596 = x37595
-x37597 = x37596
-x37598 = x37597
-x37599 = x37598
-x37600 = x37599
-x37601 = x37600
-x37602 = x37601
-x37603 = x37602
-x37604 = x37603
-x37605 = x37604
-x37606 = x37605
-x37607 = x37606
-x37608 = x37607
-x37609 = x37608
-x37610 = x37609
-x37611 = x37610
-x37612 = x37611
-x37613 = x37612
-x37614 = x37613
-x37615 = x37614
-x37616 = x37615
-x37617 = x37616
-x37618 = x37617
-x37619 = x37618
-x37620 = x37619
-x37621 = x37620
-x37622 = x37621
-x37623 = x37622
-x37624 = x37623
-x37625 = x37624
-x37626 = x37625
-x37627 = x37626
-x37628 = x37627
-x37629 = x37628
-x37630 = x37629
-x37631 = x37630
-x37632 = x37631
-x37633 = x37632
-x37634 = x37633
-x37635 = x37634
-x37636 = x37635
-x37637 = x37636
-x37638 = x37637
-x37639 = x37638
-x37640 = x37639
-x37641 = x37640
-x37642 = x37641
-x37643 = x37642
-x37644 = x37643
-x37645 = x37644
-x37646 = x37645
-x37647 = x37646
-x37648 = x37647
-x37649 = x37648
-x37650 = x37649
-x37651 = x37650
-x37652 = x37651
-x37653 = x37652
-x37654 = x37653
-x37655 = x37654
-x37656 = x37655
-x37657 = x37656
-x37658 = x37657
-x37659 = x37658
-x37660 = x37659
-x37661 = x37660
-x37662 = x37661
-x37663 = x37662
-x37664 = x37663
-x37665 = x37664
-x37666 = x37665
-x37667 = x37666
-x37668 = x37667
-x37669 = x37668
-x37670 = x37669
-x37671 = x37670
-x37672 = x37671
-x37673 = x37672
-x37674 = x37673
-x37675 = x37674
-x37676 = x37675
-x37677 = x37676
-x37678 = x37677
-x37679 = x37678
-x37680 = x37679
-x37681 = x37680
-x37682 = x37681
-x37683 = x37682
-x37684 = x37683
-x37685 = x37684
-x37686 = x37685
-x37687 = x37686
-x37688 = x37687
-x37689 = x37688
-x37690 = x37689
-x37691 = x37690
-x37692 = x37691
-x37693 = x37692
-x37694 = x37693
-x37695 = x37694
-x37696 = x37695
-x37697 = x37696
-x37698 = x37697
-x37699 = x37698
-x37700 = x37699
-x37701 = x37700
-x37702 = x37701
-x37703 = x37702
-x37704 = x37703
-x37705 = x37704
-x37706 = x37705
-x37707 = x37706
-x37708 = x37707
-x37709 = x37708
-x37710 = x37709
-x37711 = x37710
-x37712 = x37711
-x37713 = x37712
-x37714 = x37713
-x37715 = x37714
-x37716 = x37715
-x37717 = x37716
-x37718 = x37717
-x37719 = x37718
-x37720 = x37719
-x37721 = x37720
-x37722 = x37721
-x37723 = x37722
-x37724 = x37723
-x37725 = x37724
-x37726 = x37725
-x37727 = x37726
-x37728 = x37727
-x37729 = x37728
-x37730 = x37729
-x37731 = x37730
-x37732 = x37731
-x37733 = x37732
-x37734 = x37733
-x37735 = x37734
-x37736 = x37735
-x37737 = x37736
-x37738 = x37737
-x37739 = x37738
-x37740 = x37739
-x37741 = x37740
-x37742 = x37741
-x37743 = x37742
-x37744 = x37743
-x37745 = x37744
-x37746 = x37745
-x37747 = x37746
-x37748 = x37747
-x37749 = x37748
-x37750 = x37749
-x37751 = x37750
-x37752 = x37751
-x37753 = x37752
-x37754 = x37753
-x37755 = x37754
-x37756 = x37755
-x37757 = x37756
-x37758 = x37757
-x37759 = x37758
-x37760 = x37759
-x37761 = x37760
-x37762 = x37761
-x37763 = x37762
-x37764 = x37763
-x37765 = x37764
-x37766 = x37765
-x37767 = x37766
-x37768 = x37767
-x37769 = x37768
-x37770 = x37769
-x37771 = x37770
-x37772 = x37771
-x37773 = x37772
-x37774 = x37773
-x37775 = x37774
-x37776 = x37775
-x37777 = x37776
-x37778 = x37777
-x37779 = x37778
-x37780 = x37779
-x37781 = x37780
-x37782 = x37781
-x37783 = x37782
-x37784 = x37783
-x37785 = x37784
-x37786 = x37785
-x37787 = x37786
-x37788 = x37787
-x37789 = x37788
-x37790 = x37789
-x37791 = x37790
-x37792 = x37791
-x37793 = x37792
-x37794 = x37793
-x37795 = x37794
-x37796 = x37795
-x37797 = x37796
-x37798 = x37797
-x37799 = x37798
-x37800 = x37799
-x37801 = x37800
-x37802 = x37801
-x37803 = x37802
-x37804 = x37803
-x37805 = x37804
-x37806 = x37805
-x37807 = x37806
-x37808 = x37807
-x37809 = x37808
-x37810 = x37809
-x37811 = x37810
-x37812 = x37811
-x37813 = x37812
-x37814 = x37813
-x37815 = x37814
-x37816 = x37815
-x37817 = x37816
-x37818 = x37817
-x37819 = x37818
-x37820 = x37819
-x37821 = x37820
-x37822 = x37821
-x37823 = x37822
-x37824 = x37823
-x37825 = x37824
-x37826 = x37825
-x37827 = x37826
-x37828 = x37827
-x37829 = x37828
-x37830 = x37829
-x37831 = x37830
-x37832 = x37831
-x37833 = x37832
-x37834 = x37833
-x37835 = x37834
-x37836 = x37835
-x37837 = x37836
-x37838 = x37837
-x37839 = x37838
-x37840 = x37839
-x37841 = x37840
-x37842 = x37841
-x37843 = x37842
-x37844 = x37843
-x37845 = x37844
-x37846 = x37845
-x37847 = x37846
-x37848 = x37847
-x37849 = x37848
-x37850 = x37849
-x37851 = x37850
-x37852 = x37851
-x37853 = x37852
-x37854 = x37853
-x37855 = x37854
-x37856 = x37855
-x37857 = x37856
-x37858 = x37857
-x37859 = x37858
-x37860 = x37859
-x37861 = x37860
-x37862 = x37861
-x37863 = x37862
-x37864 = x37863
-x37865 = x37864
-x37866 = x37865
-x37867 = x37866
-x37868 = x37867
-x37869 = x37868
-x37870 = x37869
-x37871 = x37870
-x37872 = x37871
-x37873 = x37872
-x37874 = x37873
-x37875 = x37874
-x37876 = x37875
-x37877 = x37876
-x37878 = x37877
-x37879 = x37878
-x37880 = x37879
-x37881 = x37880
-x37882 = x37881
-x37883 = x37882
-x37884 = x37883
-x37885 = x37884
-x37886 = x37885
-x37887 = x37886
-x37888 = x37887
-x37889 = x37888
-x37890 = x37889
-x37891 = x37890
-x37892 = x37891
-x37893 = x37892
-x37894 = x37893
-x37895 = x37894
-x37896 = x37895
-x37897 = x37896
-x37898 = x37897
-x37899 = x37898
-x37900 = x37899
-x37901 = x37900
-x37902 = x37901
-x37903 = x37902
-x37904 = x37903
-x37905 = x37904
-x37906 = x37905
-x37907 = x37906
-x37908 = x37907
-x37909 = x37908
-x37910 = x37909
-x37911 = x37910
-x37912 = x37911
-x37913 = x37912
-x37914 = x37913
-x37915 = x37914
-x37916 = x37915
-x37917 = x37916
-x37918 = x37917
-x37919 = x37918
-x37920 = x37919
-x37921 = x37920
-x37922 = x37921
-x37923 = x37922
-x37924 = x37923
-x37925 = x37924
-x37926 = x37925
-x37927 = x37926
-x37928 = x37927
-x37929 = x37928
-x37930 = x37929
-x37931 = x37930
-x37932 = x37931
-x37933 = x37932
-x37934 = x37933
-x37935 = x37934
-x37936 = x37935
-x37937 = x37936
-x37938 = x37937
-x37939 = x37938
-x37940 = x37939
-x37941 = x37940
-x37942 = x37941
-x37943 = x37942
-x37944 = x37943
-x37945 = x37944
-x37946 = x37945
-x37947 = x37946
-x37948 = x37947
-x37949 = x37948
-x37950 = x37949
-x37951 = x37950
-x37952 = x37951
-x37953 = x37952
-x37954 = x37953
-x37955 = x37954
-x37956 = x37955
-x37957 = x37956
-x37958 = x37957
-x37959 = x37958
-x37960 = x37959
-x37961 = x37960
-x37962 = x37961
-x37963 = x37962
-x37964 = x37963
-x37965 = x37964
-x37966 = x37965
-x37967 = x37966
-x37968 = x37967
-x37969 = x37968
-x37970 = x37969
-x37971 = x37970
-x37972 = x37971
-x37973 = x37972
-x37974 = x37973
-x37975 = x37974
-x37976 = x37975
-x37977 = x37976
-x37978 = x37977
-x37979 = x37978
-x37980 = x37979
-x37981 = x37980
-x37982 = x37981
-x37983 = x37982
-x37984 = x37983
-x37985 = x37984
-x37986 = x37985
-x37987 = x37986
-x37988 = x37987
-x37989 = x37988
-x37990 = x37989
-x37991 = x37990
-x37992 = x37991
-x37993 = x37992
-x37994 = x37993
-x37995 = x37994
-x37996 = x37995
-x37997 = x37996
-x37998 = x37997
-x37999 = x37998
-x38000 = x37999
-x38001 = x38000
-x38002 = x38001
-x38003 = x38002
-x38004 = x38003
-x38005 = x38004
-x38006 = x38005
-x38007 = x38006
-x38008 = x38007
-x38009 = x38008
-x38010 = x38009
-x38011 = x38010
-x38012 = x38011
-x38013 = x38012
-x38014 = x38013
-x38015 = x38014
-x38016 = x38015
-x38017 = x38016
-x38018 = x38017
-x38019 = x38018
-x38020 = x38019
-x38021 = x38020
-x38022 = x38021
-x38023 = x38022
-x38024 = x38023
-x38025 = x38024
-x38026 = x38025
-x38027 = x38026
-x38028 = x38027
-x38029 = x38028
-x38030 = x38029
-x38031 = x38030
-x38032 = x38031
-x38033 = x38032
-x38034 = x38033
-x38035 = x38034
-x38036 = x38035
-x38037 = x38036
-x38038 = x38037
-x38039 = x38038
-x38040 = x38039
-x38041 = x38040
-x38042 = x38041
-x38043 = x38042
-x38044 = x38043
-x38045 = x38044
-x38046 = x38045
-x38047 = x38046
-x38048 = x38047
-x38049 = x38048
-x38050 = x38049
-x38051 = x38050
-x38052 = x38051
-x38053 = x38052
-x38054 = x38053
-x38055 = x38054
-x38056 = x38055
-x38057 = x38056
-x38058 = x38057
-x38059 = x38058
-x38060 = x38059
-x38061 = x38060
-x38062 = x38061
-x38063 = x38062
-x38064 = x38063
-x38065 = x38064
-x38066 = x38065
-x38067 = x38066
-x38068 = x38067
-x38069 = x38068
-x38070 = x38069
-x38071 = x38070
-x38072 = x38071
-x38073 = x38072
-x38074 = x38073
-x38075 = x38074
-x38076 = x38075
-x38077 = x38076
-x38078 = x38077
-x38079 = x38078
-x38080 = x38079
-x38081 = x38080
-x38082 = x38081
-x38083 = x38082
-x38084 = x38083
-x38085 = x38084
-x38086 = x38085
-x38087 = x38086
-x38088 = x38087
-x38089 = x38088
-x38090 = x38089
-x38091 = x38090
-x38092 = x38091
-x38093 = x38092
-x38094 = x38093
-x38095 = x38094
-x38096 = x38095
-x38097 = x38096
-x38098 = x38097
-x38099 = x38098
-x38100 = x38099
-x38101 = x38100
-x38102 = x38101
-x38103 = x38102
-x38104 = x38103
-x38105 = x38104
-x38106 = x38105
-x38107 = x38106
-x38108 = x38107
-x38109 = x38108
-x38110 = x38109
-x38111 = x38110
-x38112 = x38111
-x38113 = x38112
-x38114 = x38113
-x38115 = x38114
-x38116 = x38115
-x38117 = x38116
-x38118 = x38117
-x38119 = x38118
-x38120 = x38119
-x38121 = x38120
-x38122 = x38121
-x38123 = x38122
-x38124 = x38123
-x38125 = x38124
-x38126 = x38125
-x38127 = x38126
-x38128 = x38127
-x38129 = x38128
-x38130 = x38129
-x38131 = x38130
-x38132 = x38131
-x38133 = x38132
-x38134 = x38133
-x38135 = x38134
-x38136 = x38135
-x38137 = x38136
-x38138 = x38137
-x38139 = x38138
-x38140 = x38139
-x38141 = x38140
-x38142 = x38141
-x38143 = x38142
-x38144 = x38143
-x38145 = x38144
-x38146 = x38145
-x38147 = x38146
-x38148 = x38147
-x38149 = x38148
-x38150 = x38149
-x38151 = x38150
-x38152 = x38151
-x38153 = x38152
-x38154 = x38153
-x38155 = x38154
-x38156 = x38155
-x38157 = x38156
-x38158 = x38157
-x38159 = x38158
-x38160 = x38159
-x38161 = x38160
-x38162 = x38161
-x38163 = x38162
-x38164 = x38163
-x38165 = x38164
-x38166 = x38165
-x38167 = x38166
-x38168 = x38167
-x38169 = x38168
-x38170 = x38169
-x38171 = x38170
-x38172 = x38171
-x38173 = x38172
-x38174 = x38173
-x38175 = x38174
-x38176 = x38175
-x38177 = x38176
-x38178 = x38177
-x38179 = x38178
-x38180 = x38179
-x38181 = x38180
-x38182 = x38181
-x38183 = x38182
-x38184 = x38183
-x38185 = x38184
-x38186 = x38185
-x38187 = x38186
-x38188 = x38187
-x38189 = x38188
-x38190 = x38189
-x38191 = x38190
-x38192 = x38191
-x38193 = x38192
-x38194 = x38193
-x38195 = x38194
-x38196 = x38195
-x38197 = x38196
-x38198 = x38197
-x38199 = x38198
-x38200 = x38199
-x38201 = x38200
-x38202 = x38201
-x38203 = x38202
-x38204 = x38203
-x38205 = x38204
-x38206 = x38205
-x38207 = x38206
-x38208 = x38207
-x38209 = x38208
-x38210 = x38209
-x38211 = x38210
-x38212 = x38211
-x38213 = x38212
-x38214 = x38213
-x38215 = x38214
-x38216 = x38215
-x38217 = x38216
-x38218 = x38217
-x38219 = x38218
-x38220 = x38219
-x38221 = x38220
-x38222 = x38221
-x38223 = x38222
-x38224 = x38223
-x38225 = x38224
-x38226 = x38225
-x38227 = x38226
-x38228 = x38227
-x38229 = x38228
-x38230 = x38229
-x38231 = x38230
-x38232 = x38231
-x38233 = x38232
-x38234 = x38233
-x38235 = x38234
-x38236 = x38235
-x38237 = x38236
-x38238 = x38237
-x38239 = x38238
-x38240 = x38239
-x38241 = x38240
-x38242 = x38241
-x38243 = x38242
-x38244 = x38243
-x38245 = x38244
-x38246 = x38245
-x38247 = x38246
-x38248 = x38247
-x38249 = x38248
-x38250 = x38249
-x38251 = x38250
-x38252 = x38251
-x38253 = x38252
-x38254 = x38253
-x38255 = x38254
-x38256 = x38255
-x38257 = x38256
-x38258 = x38257
-x38259 = x38258
-x38260 = x38259
-x38261 = x38260
-x38262 = x38261
-x38263 = x38262
-x38264 = x38263
-x38265 = x38264
-x38266 = x38265
-x38267 = x38266
-x38268 = x38267
-x38269 = x38268
-x38270 = x38269
-x38271 = x38270
-x38272 = x38271
-x38273 = x38272
-x38274 = x38273
-x38275 = x38274
-x38276 = x38275
-x38277 = x38276
-x38278 = x38277
-x38279 = x38278
-x38280 = x38279
-x38281 = x38280
-x38282 = x38281
-x38283 = x38282
-x38284 = x38283
-x38285 = x38284
-x38286 = x38285
-x38287 = x38286
-x38288 = x38287
-x38289 = x38288
-x38290 = x38289
-x38291 = x38290
-x38292 = x38291
-x38293 = x38292
-x38294 = x38293
-x38295 = x38294
-x38296 = x38295
-x38297 = x38296
-x38298 = x38297
-x38299 = x38298
-x38300 = x38299
-x38301 = x38300
-x38302 = x38301
-x38303 = x38302
-x38304 = x38303
-x38305 = x38304
-x38306 = x38305
-x38307 = x38306
-x38308 = x38307
-x38309 = x38308
-x38310 = x38309
-x38311 = x38310
-x38312 = x38311
-x38313 = x38312
-x38314 = x38313
-x38315 = x38314
-x38316 = x38315
-x38317 = x38316
-x38318 = x38317
-x38319 = x38318
-x38320 = x38319
-x38321 = x38320
-x38322 = x38321
-x38323 = x38322
-x38324 = x38323
-x38325 = x38324
-x38326 = x38325
-x38327 = x38326
-x38328 = x38327
-x38329 = x38328
-x38330 = x38329
-x38331 = x38330
-x38332 = x38331
-x38333 = x38332
-x38334 = x38333
-x38335 = x38334
-x38336 = x38335
-x38337 = x38336
-x38338 = x38337
-x38339 = x38338
-x38340 = x38339
-x38341 = x38340
-x38342 = x38341
-x38343 = x38342
-x38344 = x38343
-x38345 = x38344
-x38346 = x38345
-x38347 = x38346
-x38348 = x38347
-x38349 = x38348
-x38350 = x38349
-x38351 = x38350
-x38352 = x38351
-x38353 = x38352
-x38354 = x38353
-x38355 = x38354
-x38356 = x38355
-x38357 = x38356
-x38358 = x38357
-x38359 = x38358
-x38360 = x38359
-x38361 = x38360
-x38362 = x38361
-x38363 = x38362
-x38364 = x38363
-x38365 = x38364
-x38366 = x38365
-x38367 = x38366
-x38368 = x38367
-x38369 = x38368
-x38370 = x38369
-x38371 = x38370
-x38372 = x38371
-x38373 = x38372
-x38374 = x38373
-x38375 = x38374
-x38376 = x38375
-x38377 = x38376
-x38378 = x38377
-x38379 = x38378
-x38380 = x38379
-x38381 = x38380
-x38382 = x38381
-x38383 = x38382
-x38384 = x38383
-x38385 = x38384
-x38386 = x38385
-x38387 = x38386
-x38388 = x38387
-x38389 = x38388
-x38390 = x38389
-x38391 = x38390
-x38392 = x38391
-x38393 = x38392
-x38394 = x38393
-x38395 = x38394
-x38396 = x38395
-x38397 = x38396
-x38398 = x38397
-x38399 = x38398
-x38400 = x38399
-x38401 = x38400
-x38402 = x38401
-x38403 = x38402
-x38404 = x38403
-x38405 = x38404
-x38406 = x38405
-x38407 = x38406
-x38408 = x38407
-x38409 = x38408
-x38410 = x38409
-x38411 = x38410
-x38412 = x38411
-x38413 = x38412
-x38414 = x38413
-x38415 = x38414
-x38416 = x38415
-x38417 = x38416
-x38418 = x38417
-x38419 = x38418
-x38420 = x38419
-x38421 = x38420
-x38422 = x38421
-x38423 = x38422
-x38424 = x38423
-x38425 = x38424
-x38426 = x38425
-x38427 = x38426
-x38428 = x38427
-x38429 = x38428
-x38430 = x38429
-x38431 = x38430
-x38432 = x38431
-x38433 = x38432
-x38434 = x38433
-x38435 = x38434
-x38436 = x38435
-x38437 = x38436
-x38438 = x38437
-x38439 = x38438
-x38440 = x38439
-x38441 = x38440
-x38442 = x38441
-x38443 = x38442
-x38444 = x38443
-x38445 = x38444
-x38446 = x38445
-x38447 = x38446
-x38448 = x38447
-x38449 = x38448
-x38450 = x38449
-x38451 = x38450
-x38452 = x38451
-x38453 = x38452
-x38454 = x38453
-x38455 = x38454
-x38456 = x38455
-x38457 = x38456
-x38458 = x38457
-x38459 = x38458
-x38460 = x38459
-x38461 = x38460
-x38462 = x38461
-x38463 = x38462
-x38464 = x38463
-x38465 = x38464
-x38466 = x38465
-x38467 = x38466
-x38468 = x38467
-x38469 = x38468
-x38470 = x38469
-x38471 = x38470
-x38472 = x38471
-x38473 = x38472
-x38474 = x38473
-x38475 = x38474
-x38476 = x38475
-x38477 = x38476
-x38478 = x38477
-x38479 = x38478
-x38480 = x38479
-x38481 = x38480
-x38482 = x38481
-x38483 = x38482
-x38484 = x38483
-x38485 = x38484
-x38486 = x38485
-x38487 = x38486
-x38488 = x38487
-x38489 = x38488
-x38490 = x38489
-x38491 = x38490
-x38492 = x38491
-x38493 = x38492
-x38494 = x38493
-x38495 = x38494
-x38496 = x38495
-x38497 = x38496
-x38498 = x38497
-x38499 = x38498
-x38500 = x38499
-x38501 = x38500
-x38502 = x38501
-x38503 = x38502
-x38504 = x38503
-x38505 = x38504
-x38506 = x38505
-x38507 = x38506
-x38508 = x38507
-x38509 = x38508
-x38510 = x38509
-x38511 = x38510
-x38512 = x38511
-x38513 = x38512
-x38514 = x38513
-x38515 = x38514
-x38516 = x38515
-x38517 = x38516
-x38518 = x38517
-x38519 = x38518
-x38520 = x38519
-x38521 = x38520
-x38522 = x38521
-x38523 = x38522
-x38524 = x38523
-x38525 = x38524
-x38526 = x38525
-x38527 = x38526
-x38528 = x38527
-x38529 = x38528
-x38530 = x38529
-x38531 = x38530
-x38532 = x38531
-x38533 = x38532
-x38534 = x38533
-x38535 = x38534
-x38536 = x38535
-x38537 = x38536
-x38538 = x38537
-x38539 = x38538
-x38540 = x38539
-x38541 = x38540
-x38542 = x38541
-x38543 = x38542
-x38544 = x38543
-x38545 = x38544
-x38546 = x38545
-x38547 = x38546
-x38548 = x38547
-x38549 = x38548
-x38550 = x38549
-x38551 = x38550
-x38552 = x38551
-x38553 = x38552
-x38554 = x38553
-x38555 = x38554
-x38556 = x38555
-x38557 = x38556
-x38558 = x38557
-x38559 = x38558
-x38560 = x38559
-x38561 = x38560
-x38562 = x38561
-x38563 = x38562
-x38564 = x38563
-x38565 = x38564
-x38566 = x38565
-x38567 = x38566
-x38568 = x38567
-x38569 = x38568
-x38570 = x38569
-x38571 = x38570
-x38572 = x38571
-x38573 = x38572
-x38574 = x38573
-x38575 = x38574
-x38576 = x38575
-x38577 = x38576
-x38578 = x38577
-x38579 = x38578
-x38580 = x38579
-x38581 = x38580
-x38582 = x38581
-x38583 = x38582
-x38584 = x38583
-x38585 = x38584
-x38586 = x38585
-x38587 = x38586
-x38588 = x38587
-x38589 = x38588
-x38590 = x38589
-x38591 = x38590
-x38592 = x38591
-x38593 = x38592
-x38594 = x38593
-x38595 = x38594
-x38596 = x38595
-x38597 = x38596
-x38598 = x38597
-x38599 = x38598
-x38600 = x38599
-x38601 = x38600
-x38602 = x38601
-x38603 = x38602
-x38604 = x38603
-x38605 = x38604
-x38606 = x38605
-x38607 = x38606
-x38608 = x38607
-x38609 = x38608
-x38610 = x38609
-x38611 = x38610
-x38612 = x38611
-x38613 = x38612
-x38614 = x38613
-x38615 = x38614
-x38616 = x38615
-x38617 = x38616
-x38618 = x38617
-x38619 = x38618
-x38620 = x38619
-x38621 = x38620
-x38622 = x38621
-x38623 = x38622
-x38624 = x38623
-x38625 = x38624
-x38626 = x38625
-x38627 = x38626
-x38628 = x38627
-x38629 = x38628
-x38630 = x38629
-x38631 = x38630
-x38632 = x38631
-x38633 = x38632
-x38634 = x38633
-x38635 = x38634
-x38636 = x38635
-x38637 = x38636
-x38638 = x38637
-x38639 = x38638
-x38640 = x38639
-x38641 = x38640
-x38642 = x38641
-x38643 = x38642
-x38644 = x38643
-x38645 = x38644
-x38646 = x38645
-x38647 = x38646
-x38648 = x38647
-x38649 = x38648
-x38650 = x38649
-x38651 = x38650
-x38652 = x38651
-x38653 = x38652
-x38654 = x38653
-x38655 = x38654
-x38656 = x38655
-x38657 = x38656
-x38658 = x38657
-x38659 = x38658
-x38660 = x38659
-x38661 = x38660
-x38662 = x38661
-x38663 = x38662
-x38664 = x38663
-x38665 = x38664
-x38666 = x38665
-x38667 = x38666
-x38668 = x38667
-x38669 = x38668
-x38670 = x38669
-x38671 = x38670
-x38672 = x38671
-x38673 = x38672
-x38674 = x38673
-x38675 = x38674
-x38676 = x38675
-x38677 = x38676
-x38678 = x38677
-x38679 = x38678
-x38680 = x38679
-x38681 = x38680
-x38682 = x38681
-x38683 = x38682
-x38684 = x38683
-x38685 = x38684
-x38686 = x38685
-x38687 = x38686
-x38688 = x38687
-x38689 = x38688
-x38690 = x38689
-x38691 = x38690
-x38692 = x38691
-x38693 = x38692
-x38694 = x38693
-x38695 = x38694
-x38696 = x38695
-x38697 = x38696
-x38698 = x38697
-x38699 = x38698
-x38700 = x38699
-x38701 = x38700
-x38702 = x38701
-x38703 = x38702
-x38704 = x38703
-x38705 = x38704
-x38706 = x38705
-x38707 = x38706
-x38708 = x38707
-x38709 = x38708
-x38710 = x38709
-x38711 = x38710
-x38712 = x38711
-x38713 = x38712
-x38714 = x38713
-x38715 = x38714
-x38716 = x38715
-x38717 = x38716
-x38718 = x38717
-x38719 = x38718
-x38720 = x38719
-x38721 = x38720
-x38722 = x38721
-x38723 = x38722
-x38724 = x38723
-x38725 = x38724
-x38726 = x38725
-x38727 = x38726
-x38728 = x38727
-x38729 = x38728
-x38730 = x38729
-x38731 = x38730
-x38732 = x38731
-x38733 = x38732
-x38734 = x38733
-x38735 = x38734
-x38736 = x38735
-x38737 = x38736
-x38738 = x38737
-x38739 = x38738
-x38740 = x38739
-x38741 = x38740
-x38742 = x38741
-x38743 = x38742
-x38744 = x38743
-x38745 = x38744
-x38746 = x38745
-x38747 = x38746
-x38748 = x38747
-x38749 = x38748
-x38750 = x38749
-x38751 = x38750
-x38752 = x38751
-x38753 = x38752
-x38754 = x38753
-x38755 = x38754
-x38756 = x38755
-x38757 = x38756
-x38758 = x38757
-x38759 = x38758
-x38760 = x38759
-x38761 = x38760
-x38762 = x38761
-x38763 = x38762
-x38764 = x38763
-x38765 = x38764
-x38766 = x38765
-x38767 = x38766
-x38768 = x38767
-x38769 = x38768
-x38770 = x38769
-x38771 = x38770
-x38772 = x38771
-x38773 = x38772
-x38774 = x38773
-x38775 = x38774
-x38776 = x38775
-x38777 = x38776
-x38778 = x38777
-x38779 = x38778
-x38780 = x38779
-x38781 = x38780
-x38782 = x38781
-x38783 = x38782
-x38784 = x38783
-x38785 = x38784
-x38786 = x38785
-x38787 = x38786
-x38788 = x38787
-x38789 = x38788
-x38790 = x38789
-x38791 = x38790
-x38792 = x38791
-x38793 = x38792
-x38794 = x38793
-x38795 = x38794
-x38796 = x38795
-x38797 = x38796
-x38798 = x38797
-x38799 = x38798
-x38800 = x38799
-x38801 = x38800
-x38802 = x38801
-x38803 = x38802
-x38804 = x38803
-x38805 = x38804
-x38806 = x38805
-x38807 = x38806
-x38808 = x38807
-x38809 = x38808
-x38810 = x38809
-x38811 = x38810
-x38812 = x38811
-x38813 = x38812
-x38814 = x38813
-x38815 = x38814
-x38816 = x38815
-x38817 = x38816
-x38818 = x38817
-x38819 = x38818
-x38820 = x38819
-x38821 = x38820
-x38822 = x38821
-x38823 = x38822
-x38824 = x38823
-x38825 = x38824
-x38826 = x38825
-x38827 = x38826
-x38828 = x38827
-x38829 = x38828
-x38830 = x38829
-x38831 = x38830
-x38832 = x38831
-x38833 = x38832
-x38834 = x38833
-x38835 = x38834
-x38836 = x38835
-x38837 = x38836
-x38838 = x38837
-x38839 = x38838
-x38840 = x38839
-x38841 = x38840
-x38842 = x38841
-x38843 = x38842
-x38844 = x38843
-x38845 = x38844
-x38846 = x38845
-x38847 = x38846
-x38848 = x38847
-x38849 = x38848
-x38850 = x38849
-x38851 = x38850
-x38852 = x38851
-x38853 = x38852
-x38854 = x38853
-x38855 = x38854
-x38856 = x38855
-x38857 = x38856
-x38858 = x38857
-x38859 = x38858
-x38860 = x38859
-x38861 = x38860
-x38862 = x38861
-x38863 = x38862
-x38864 = x38863
-x38865 = x38864
-x38866 = x38865
-x38867 = x38866
-x38868 = x38867
-x38869 = x38868
-x38870 = x38869
-x38871 = x38870
-x38872 = x38871
-x38873 = x38872
-x38874 = x38873
-x38875 = x38874
-x38876 = x38875
-x38877 = x38876
-x38878 = x38877
-x38879 = x38878
-x38880 = x38879
-x38881 = x38880
-x38882 = x38881
-x38883 = x38882
-x38884 = x38883
-x38885 = x38884
-x38886 = x38885
-x38887 = x38886
-x38888 = x38887
-x38889 = x38888
-x38890 = x38889
-x38891 = x38890
-x38892 = x38891
-x38893 = x38892
-x38894 = x38893
-x38895 = x38894
-x38896 = x38895
-x38897 = x38896
-x38898 = x38897
-x38899 = x38898
-x38900 = x38899
-x38901 = x38900
-x38902 = x38901
-x38903 = x38902
-x38904 = x38903
-x38905 = x38904
-x38906 = x38905
-x38907 = x38906
-x38908 = x38907
-x38909 = x38908
-x38910 = x38909
-x38911 = x38910
-x38912 = x38911
-x38913 = x38912
-x38914 = x38913
-x38915 = x38914
-x38916 = x38915
-x38917 = x38916
-x38918 = x38917
-x38919 = x38918
-x38920 = x38919
-x38921 = x38920
-x38922 = x38921
-x38923 = x38922
-x38924 = x38923
-x38925 = x38924
-x38926 = x38925
-x38927 = x38926
-x38928 = x38927
-x38929 = x38928
-x38930 = x38929
-x38931 = x38930
-x38932 = x38931
-x38933 = x38932
-x38934 = x38933
-x38935 = x38934
-x38936 = x38935
-x38937 = x38936
-x38938 = x38937
-x38939 = x38938
-x38940 = x38939
-x38941 = x38940
-x38942 = x38941
-x38943 = x38942
-x38944 = x38943
-x38945 = x38944
-x38946 = x38945
-x38947 = x38946
-x38948 = x38947
-x38949 = x38948
-x38950 = x38949
-x38951 = x38950
-x38952 = x38951
-x38953 = x38952
-x38954 = x38953
-x38955 = x38954
-x38956 = x38955
-x38957 = x38956
-x38958 = x38957
-x38959 = x38958
-x38960 = x38959
-x38961 = x38960
-x38962 = x38961
-x38963 = x38962
-x38964 = x38963
-x38965 = x38964
-x38966 = x38965
-x38967 = x38966
-x38968 = x38967
-x38969 = x38968
-x38970 = x38969
-x38971 = x38970
-x38972 = x38971
-x38973 = x38972
-x38974 = x38973
-x38975 = x38974
-x38976 = x38975
-x38977 = x38976
-x38978 = x38977
-x38979 = x38978
-x38980 = x38979
-x38981 = x38980
-x38982 = x38981
-x38983 = x38982
-x38984 = x38983
-x38985 = x38984
-x38986 = x38985
-x38987 = x38986
-x38988 = x38987
-x38989 = x38988
-x38990 = x38989
-x38991 = x38990
-x38992 = x38991
-x38993 = x38992
-x38994 = x38993
-x38995 = x38994
-x38996 = x38995
-x38997 = x38996
-x38998 = x38997
-x38999 = x38998
-x39000 = x38999
-x39001 = x39000
-x39002 = x39001
-x39003 = x39002
-x39004 = x39003
-x39005 = x39004
-x39006 = x39005
-x39007 = x39006
-x39008 = x39007
-x39009 = x39008
-x39010 = x39009
-x39011 = x39010
-x39012 = x39011
-x39013 = x39012
-x39014 = x39013
-x39015 = x39014
-x39016 = x39015
-x39017 = x39016
-x39018 = x39017
-x39019 = x39018
-x39020 = x39019
-x39021 = x39020
-x39022 = x39021
-x39023 = x39022
-x39024 = x39023
-x39025 = x39024
-x39026 = x39025
-x39027 = x39026
-x39028 = x39027
-x39029 = x39028
-x39030 = x39029
-x39031 = x39030
-x39032 = x39031
-x39033 = x39032
-x39034 = x39033
-x39035 = x39034
-x39036 = x39035
-x39037 = x39036
-x39038 = x39037
-x39039 = x39038
-x39040 = x39039
-x39041 = x39040
-x39042 = x39041
-x39043 = x39042
-x39044 = x39043
-x39045 = x39044
-x39046 = x39045
-x39047 = x39046
-x39048 = x39047
-x39049 = x39048
-x39050 = x39049
-x39051 = x39050
-x39052 = x39051
-x39053 = x39052
-x39054 = x39053
-x39055 = x39054
-x39056 = x39055
-x39057 = x39056
-x39058 = x39057
-x39059 = x39058
-x39060 = x39059
-x39061 = x39060
-x39062 = x39061
-x39063 = x39062
-x39064 = x39063
-x39065 = x39064
-x39066 = x39065
-x39067 = x39066
-x39068 = x39067
-x39069 = x39068
-x39070 = x39069
-x39071 = x39070
-x39072 = x39071
-x39073 = x39072
-x39074 = x39073
-x39075 = x39074
-x39076 = x39075
-x39077 = x39076
-x39078 = x39077
-x39079 = x39078
-x39080 = x39079
-x39081 = x39080
-x39082 = x39081
-x39083 = x39082
-x39084 = x39083
-x39085 = x39084
-x39086 = x39085
-x39087 = x39086
-x39088 = x39087
-x39089 = x39088
-x39090 = x39089
-x39091 = x39090
-x39092 = x39091
-x39093 = x39092
-x39094 = x39093
-x39095 = x39094
-x39096 = x39095
-x39097 = x39096
-x39098 = x39097
-x39099 = x39098
-x39100 = x39099
-x39101 = x39100
-x39102 = x39101
-x39103 = x39102
-x39104 = x39103
-x39105 = x39104
-x39106 = x39105
-x39107 = x39106
-x39108 = x39107
-x39109 = x39108
-x39110 = x39109
-x39111 = x39110
-x39112 = x39111
-x39113 = x39112
-x39114 = x39113
-x39115 = x39114
-x39116 = x39115
-x39117 = x39116
-x39118 = x39117
-x39119 = x39118
-x39120 = x39119
-x39121 = x39120
-x39122 = x39121
-x39123 = x39122
-x39124 = x39123
-x39125 = x39124
-x39126 = x39125
-x39127 = x39126
-x39128 = x39127
-x39129 = x39128
-x39130 = x39129
-x39131 = x39130
-x39132 = x39131
-x39133 = x39132
-x39134 = x39133
-x39135 = x39134
-x39136 = x39135
-x39137 = x39136
-x39138 = x39137
-x39139 = x39138
-x39140 = x39139
-x39141 = x39140
-x39142 = x39141
-x39143 = x39142
-x39144 = x39143
-x39145 = x39144
-x39146 = x39145
-x39147 = x39146
-x39148 = x39147
-x39149 = x39148
-x39150 = x39149
-x39151 = x39150
-x39152 = x39151
-x39153 = x39152
-x39154 = x39153
-x39155 = x39154
-x39156 = x39155
-x39157 = x39156
-x39158 = x39157
-x39159 = x39158
-x39160 = x39159
-x39161 = x39160
-x39162 = x39161
-x39163 = x39162
-x39164 = x39163
-x39165 = x39164
-x39166 = x39165
-x39167 = x39166
-x39168 = x39167
-x39169 = x39168
-x39170 = x39169
-x39171 = x39170
-x39172 = x39171
-x39173 = x39172
-x39174 = x39173
-x39175 = x39174
-x39176 = x39175
-x39177 = x39176
-x39178 = x39177
-x39179 = x39178
-x39180 = x39179
-x39181 = x39180
-x39182 = x39181
-x39183 = x39182
-x39184 = x39183
-x39185 = x39184
-x39186 = x39185
-x39187 = x39186
-x39188 = x39187
-x39189 = x39188
-x39190 = x39189
-x39191 = x39190
-x39192 = x39191
-x39193 = x39192
-x39194 = x39193
-x39195 = x39194
-x39196 = x39195
-x39197 = x39196
-x39198 = x39197
-x39199 = x39198
-x39200 = x39199
-x39201 = x39200
-x39202 = x39201
-x39203 = x39202
-x39204 = x39203
-x39205 = x39204
-x39206 = x39205
-x39207 = x39206
-x39208 = x39207
-x39209 = x39208
-x39210 = x39209
-x39211 = x39210
-x39212 = x39211
-x39213 = x39212
-x39214 = x39213
-x39215 = x39214
-x39216 = x39215
-x39217 = x39216
-x39218 = x39217
-x39219 = x39218
-x39220 = x39219
-x39221 = x39220
-x39222 = x39221
-x39223 = x39222
-x39224 = x39223
-x39225 = x39224
-x39226 = x39225
-x39227 = x39226
-x39228 = x39227
-x39229 = x39228
-x39230 = x39229
-x39231 = x39230
-x39232 = x39231
-x39233 = x39232
-x39234 = x39233
-x39235 = x39234
-x39236 = x39235
-x39237 = x39236
-x39238 = x39237
-x39239 = x39238
-x39240 = x39239
-x39241 = x39240
-x39242 = x39241
-x39243 = x39242
-x39244 = x39243
-x39245 = x39244
-x39246 = x39245
-x39247 = x39246
-x39248 = x39247
-x39249 = x39248
-x39250 = x39249
-x39251 = x39250
-x39252 = x39251
-x39253 = x39252
-x39254 = x39253
-x39255 = x39254
-x39256 = x39255
-x39257 = x39256
-x39258 = x39257
-x39259 = x39258
-x39260 = x39259
-x39261 = x39260
-x39262 = x39261
-x39263 = x39262
-x39264 = x39263
-x39265 = x39264
-x39266 = x39265
-x39267 = x39266
-x39268 = x39267
-x39269 = x39268
-x39270 = x39269
-x39271 = x39270
-x39272 = x39271
-x39273 = x39272
-x39274 = x39273
-x39275 = x39274
-x39276 = x39275
-x39277 = x39276
-x39278 = x39277
-x39279 = x39278
-x39280 = x39279
-x39281 = x39280
-x39282 = x39281
-x39283 = x39282
-x39284 = x39283
-x39285 = x39284
-x39286 = x39285
-x39287 = x39286
-x39288 = x39287
-x39289 = x39288
-x39290 = x39289
-x39291 = x39290
-x39292 = x39291
-x39293 = x39292
-x39294 = x39293
-x39295 = x39294
-x39296 = x39295
-x39297 = x39296
-x39298 = x39297
-x39299 = x39298
-x39300 = x39299
-x39301 = x39300
-x39302 = x39301
-x39303 = x39302
-x39304 = x39303
-x39305 = x39304
-x39306 = x39305
-x39307 = x39306
-x39308 = x39307
-x39309 = x39308
-x39310 = x39309
-x39311 = x39310
-x39312 = x39311
-x39313 = x39312
-x39314 = x39313
-x39315 = x39314
-x39316 = x39315
-x39317 = x39316
-x39318 = x39317
-x39319 = x39318
-x39320 = x39319
-x39321 = x39320
-x39322 = x39321
-x39323 = x39322
-x39324 = x39323
-x39325 = x39324
-x39326 = x39325
-x39327 = x39326
-x39328 = x39327
-x39329 = x39328
-x39330 = x39329
-x39331 = x39330
-x39332 = x39331
-x39333 = x39332
-x39334 = x39333
-x39335 = x39334
-x39336 = x39335
-x39337 = x39336
-x39338 = x39337
-x39339 = x39338
-x39340 = x39339
-x39341 = x39340
-x39342 = x39341
-x39343 = x39342
-x39344 = x39343
-x39345 = x39344
-x39346 = x39345
-x39347 = x39346
-x39348 = x39347
-x39349 = x39348
-x39350 = x39349
-x39351 = x39350
-x39352 = x39351
-x39353 = x39352
-x39354 = x39353
-x39355 = x39354
-x39356 = x39355
-x39357 = x39356
-x39358 = x39357
-x39359 = x39358
-x39360 = x39359
-x39361 = x39360
-x39362 = x39361
-x39363 = x39362
-x39364 = x39363
-x39365 = x39364
-x39366 = x39365
-x39367 = x39366
-x39368 = x39367
-x39369 = x39368
-x39370 = x39369
-x39371 = x39370
-x39372 = x39371
-x39373 = x39372
-x39374 = x39373
-x39375 = x39374
-x39376 = x39375
-x39377 = x39376
-x39378 = x39377
-x39379 = x39378
-x39380 = x39379
-x39381 = x39380
-x39382 = x39381
-x39383 = x39382
-x39384 = x39383
-x39385 = x39384
-x39386 = x39385
-x39387 = x39386
-x39388 = x39387
-x39389 = x39388
-x39390 = x39389
-x39391 = x39390
-x39392 = x39391
-x39393 = x39392
-x39394 = x39393
-x39395 = x39394
-x39396 = x39395
-x39397 = x39396
-x39398 = x39397
-x39399 = x39398
-x39400 = x39399
-x39401 = x39400
-x39402 = x39401
-x39403 = x39402
-x39404 = x39403
-x39405 = x39404
-x39406 = x39405
-x39407 = x39406
-x39408 = x39407
-x39409 = x39408
-x39410 = x39409
-x39411 = x39410
-x39412 = x39411
-x39413 = x39412
-x39414 = x39413
-x39415 = x39414
-x39416 = x39415
-x39417 = x39416
-x39418 = x39417
-x39419 = x39418
-x39420 = x39419
-x39421 = x39420
-x39422 = x39421
-x39423 = x39422
-x39424 = x39423
-x39425 = x39424
-x39426 = x39425
-x39427 = x39426
-x39428 = x39427
-x39429 = x39428
-x39430 = x39429
-x39431 = x39430
-x39432 = x39431
-x39433 = x39432
-x39434 = x39433
-x39435 = x39434
-x39436 = x39435
-x39437 = x39436
-x39438 = x39437
-x39439 = x39438
-x39440 = x39439
-x39441 = x39440
-x39442 = x39441
-x39443 = x39442
-x39444 = x39443
-x39445 = x39444
-x39446 = x39445
-x39447 = x39446
-x39448 = x39447
-x39449 = x39448
-x39450 = x39449
-x39451 = x39450
-x39452 = x39451
-x39453 = x39452
-x39454 = x39453
-x39455 = x39454
-x39456 = x39455
-x39457 = x39456
-x39458 = x39457
-x39459 = x39458
-x39460 = x39459
-x39461 = x39460
-x39462 = x39461
-x39463 = x39462
-x39464 = x39463
-x39465 = x39464
-x39466 = x39465
-x39467 = x39466
-x39468 = x39467
-x39469 = x39468
-x39470 = x39469
-x39471 = x39470
-x39472 = x39471
-x39473 = x39472
-x39474 = x39473
-x39475 = x39474
-x39476 = x39475
-x39477 = x39476
-x39478 = x39477
-x39479 = x39478
-x39480 = x39479
-x39481 = x39480
-x39482 = x39481
-x39483 = x39482
-x39484 = x39483
-x39485 = x39484
-x39486 = x39485
-x39487 = x39486
-x39488 = x39487
-x39489 = x39488
-x39490 = x39489
-x39491 = x39490
-x39492 = x39491
-x39493 = x39492
-x39494 = x39493
-x39495 = x39494
-x39496 = x39495
-x39497 = x39496
-x39498 = x39497
-x39499 = x39498
-x39500 = x39499
-x39501 = x39500
-x39502 = x39501
-x39503 = x39502
-x39504 = x39503
-x39505 = x39504
-x39506 = x39505
-x39507 = x39506
-x39508 = x39507
-x39509 = x39508
-x39510 = x39509
-x39511 = x39510
-x39512 = x39511
-x39513 = x39512
-x39514 = x39513
-x39515 = x39514
-x39516 = x39515
-x39517 = x39516
-x39518 = x39517
-x39519 = x39518
-x39520 = x39519
-x39521 = x39520
-x39522 = x39521
-x39523 = x39522
-x39524 = x39523
-x39525 = x39524
-x39526 = x39525
-x39527 = x39526
-x39528 = x39527
-x39529 = x39528
-x39530 = x39529
-x39531 = x39530
-x39532 = x39531
-x39533 = x39532
-x39534 = x39533
-x39535 = x39534
-x39536 = x39535
-x39537 = x39536
-x39538 = x39537
-x39539 = x39538
-x39540 = x39539
-x39541 = x39540
-x39542 = x39541
-x39543 = x39542
-x39544 = x39543
-x39545 = x39544
-x39546 = x39545
-x39547 = x39546
-x39548 = x39547
-x39549 = x39548
-x39550 = x39549
-x39551 = x39550
-x39552 = x39551
-x39553 = x39552
-x39554 = x39553
-x39555 = x39554
-x39556 = x39555
-x39557 = x39556
-x39558 = x39557
-x39559 = x39558
-x39560 = x39559
-x39561 = x39560
-x39562 = x39561
-x39563 = x39562
-x39564 = x39563
-x39565 = x39564
-x39566 = x39565
-x39567 = x39566
-x39568 = x39567
-x39569 = x39568
-x39570 = x39569
-x39571 = x39570
-x39572 = x39571
-x39573 = x39572
-x39574 = x39573
-x39575 = x39574
-x39576 = x39575
-x39577 = x39576
-x39578 = x39577
-x39579 = x39578
-x39580 = x39579
-x39581 = x39580
-x39582 = x39581
-x39583 = x39582
-x39584 = x39583
-x39585 = x39584
-x39586 = x39585
-x39587 = x39586
-x39588 = x39587
-x39589 = x39588
-x39590 = x39589
-x39591 = x39590
-x39592 = x39591
-x39593 = x39592
-x39594 = x39593
-x39595 = x39594
-x39596 = x39595
-x39597 = x39596
-x39598 = x39597
-x39599 = x39598
-x39600 = x39599
-x39601 = x39600
-x39602 = x39601
-x39603 = x39602
-x39604 = x39603
-x39605 = x39604
-x39606 = x39605
-x39607 = x39606
-x39608 = x39607
-x39609 = x39608
-x39610 = x39609
-x39611 = x39610
-x39612 = x39611
-x39613 = x39612
-x39614 = x39613
-x39615 = x39614
-x39616 = x39615
-x39617 = x39616
-x39618 = x39617
-x39619 = x39618
-x39620 = x39619
-x39621 = x39620
-x39622 = x39621
-x39623 = x39622
-x39624 = x39623
-x39625 = x39624
-x39626 = x39625
-x39627 = x39626
-x39628 = x39627
-x39629 = x39628
-x39630 = x39629
-x39631 = x39630
-x39632 = x39631
-x39633 = x39632
-x39634 = x39633
-x39635 = x39634
-x39636 = x39635
-x39637 = x39636
-x39638 = x39637
-x39639 = x39638
-x39640 = x39639
-x39641 = x39640
-x39642 = x39641
-x39643 = x39642
-x39644 = x39643
-x39645 = x39644
-x39646 = x39645
-x39647 = x39646
-x39648 = x39647
-x39649 = x39648
-x39650 = x39649
-x39651 = x39650
-x39652 = x39651
-x39653 = x39652
-x39654 = x39653
-x39655 = x39654
-x39656 = x39655
-x39657 = x39656
-x39658 = x39657
-x39659 = x39658
-x39660 = x39659
-x39661 = x39660
-x39662 = x39661
-x39663 = x39662
-x39664 = x39663
-x39665 = x39664
-x39666 = x39665
-x39667 = x39666
-x39668 = x39667
-x39669 = x39668
-x39670 = x39669
-x39671 = x39670
-x39672 = x39671
-x39673 = x39672
-x39674 = x39673
-x39675 = x39674
-x39676 = x39675
-x39677 = x39676
-x39678 = x39677
-x39679 = x39678
-x39680 = x39679
-x39681 = x39680
-x39682 = x39681
-x39683 = x39682
-x39684 = x39683
-x39685 = x39684
-x39686 = x39685
-x39687 = x39686
-x39688 = x39687
-x39689 = x39688
-x39690 = x39689
-x39691 = x39690
-x39692 = x39691
-x39693 = x39692
-x39694 = x39693
-x39695 = x39694
-x39696 = x39695
-x39697 = x39696
-x39698 = x39697
-x39699 = x39698
-x39700 = x39699
-x39701 = x39700
-x39702 = x39701
-x39703 = x39702
-x39704 = x39703
-x39705 = x39704
-x39706 = x39705
-x39707 = x39706
-x39708 = x39707
-x39709 = x39708
-x39710 = x39709
-x39711 = x39710
-x39712 = x39711
-x39713 = x39712
-x39714 = x39713
-x39715 = x39714
-x39716 = x39715
-x39717 = x39716
-x39718 = x39717
-x39719 = x39718
-x39720 = x39719
-x39721 = x39720
-x39722 = x39721
-x39723 = x39722
-x39724 = x39723
-x39725 = x39724
-x39726 = x39725
-x39727 = x39726
-x39728 = x39727
-x39729 = x39728
-x39730 = x39729
-x39731 = x39730
-x39732 = x39731
-x39733 = x39732
-x39734 = x39733
-x39735 = x39734
-x39736 = x39735
-x39737 = x39736
-x39738 = x39737
-x39739 = x39738
-x39740 = x39739
-x39741 = x39740
-x39742 = x39741
-x39743 = x39742
-x39744 = x39743
-x39745 = x39744
-x39746 = x39745
-x39747 = x39746
-x39748 = x39747
-x39749 = x39748
-x39750 = x39749
-x39751 = x39750
-x39752 = x39751
-x39753 = x39752
-x39754 = x39753
-x39755 = x39754
-x39756 = x39755
-x39757 = x39756
-x39758 = x39757
-x39759 = x39758
-x39760 = x39759
-x39761 = x39760
-x39762 = x39761
-x39763 = x39762
-x39764 = x39763
-x39765 = x39764
-x39766 = x39765
-x39767 = x39766
-x39768 = x39767
-x39769 = x39768
-x39770 = x39769
-x39771 = x39770
-x39772 = x39771
-x39773 = x39772
-x39774 = x39773
-x39775 = x39774
-x39776 = x39775
-x39777 = x39776
-x39778 = x39777
-x39779 = x39778
-x39780 = x39779
-x39781 = x39780
-x39782 = x39781
-x39783 = x39782
-x39784 = x39783
-x39785 = x39784
-x39786 = x39785
-x39787 = x39786
-x39788 = x39787
-x39789 = x39788
-x39790 = x39789
-x39791 = x39790
-x39792 = x39791
-x39793 = x39792
-x39794 = x39793
-x39795 = x39794
-x39796 = x39795
-x39797 = x39796
-x39798 = x39797
-x39799 = x39798
-x39800 = x39799
-x39801 = x39800
-x39802 = x39801
-x39803 = x39802
-x39804 = x39803
-x39805 = x39804
-x39806 = x39805
-x39807 = x39806
-x39808 = x39807
-x39809 = x39808
-x39810 = x39809
-x39811 = x39810
-x39812 = x39811
-x39813 = x39812
-x39814 = x39813
-x39815 = x39814
-x39816 = x39815
-x39817 = x39816
-x39818 = x39817
-x39819 = x39818
-x39820 = x39819
-x39821 = x39820
-x39822 = x39821
-x39823 = x39822
-x39824 = x39823
-x39825 = x39824
-x39826 = x39825
-x39827 = x39826
-x39828 = x39827
-x39829 = x39828
-x39830 = x39829
-x39831 = x39830
-x39832 = x39831
-x39833 = x39832
-x39834 = x39833
-x39835 = x39834
-x39836 = x39835
-x39837 = x39836
-x39838 = x39837
-x39839 = x39838
-x39840 = x39839
-x39841 = x39840
-x39842 = x39841
-x39843 = x39842
-x39844 = x39843
-x39845 = x39844
-x39846 = x39845
-x39847 = x39846
-x39848 = x39847
-x39849 = x39848
-x39850 = x39849
-x39851 = x39850
-x39852 = x39851
-x39853 = x39852
-x39854 = x39853
-x39855 = x39854
-x39856 = x39855
-x39857 = x39856
-x39858 = x39857
-x39859 = x39858
-x39860 = x39859
-x39861 = x39860
-x39862 = x39861
-x39863 = x39862
-x39864 = x39863
-x39865 = x39864
-x39866 = x39865
-x39867 = x39866
-x39868 = x39867
-x39869 = x39868
-x39870 = x39869
-x39871 = x39870
-x39872 = x39871
-x39873 = x39872
-x39874 = x39873
-x39875 = x39874
-x39876 = x39875
-x39877 = x39876
-x39878 = x39877
-x39879 = x39878
-x39880 = x39879
-x39881 = x39880
-x39882 = x39881
-x39883 = x39882
-x39884 = x39883
-x39885 = x39884
-x39886 = x39885
-x39887 = x39886
-x39888 = x39887
-x39889 = x39888
-x39890 = x39889
-x39891 = x39890
-x39892 = x39891
-x39893 = x39892
-x39894 = x39893
-x39895 = x39894
-x39896 = x39895
-x39897 = x39896
-x39898 = x39897
-x39899 = x39898
-x39900 = x39899
-x39901 = x39900
-x39902 = x39901
-x39903 = x39902
-x39904 = x39903
-x39905 = x39904
-x39906 = x39905
-x39907 = x39906
-x39908 = x39907
-x39909 = x39908
-x39910 = x39909
-x39911 = x39910
-x39912 = x39911
-x39913 = x39912
-x39914 = x39913
-x39915 = x39914
-x39916 = x39915
-x39917 = x39916
-x39918 = x39917
-x39919 = x39918
-x39920 = x39919
-x39921 = x39920
-x39922 = x39921
-x39923 = x39922
-x39924 = x39923
-x39925 = x39924
-x39926 = x39925
-x39927 = x39926
-x39928 = x39927
-x39929 = x39928
-x39930 = x39929
-x39931 = x39930
-x39932 = x39931
-x39933 = x39932
-x39934 = x39933
-x39935 = x39934
-x39936 = x39935
-x39937 = x39936
-x39938 = x39937
-x39939 = x39938
-x39940 = x39939
-x39941 = x39940
-x39942 = x39941
-x39943 = x39942
-x39944 = x39943
-x39945 = x39944
-x39946 = x39945
-x39947 = x39946
-x39948 = x39947
-x39949 = x39948
-x39950 = x39949
-x39951 = x39950
-x39952 = x39951
-x39953 = x39952
-x39954 = x39953
-x39955 = x39954
-x39956 = x39955
-x39957 = x39956
-x39958 = x39957
-x39959 = x39958
-x39960 = x39959
-x39961 = x39960
-x39962 = x39961
-x39963 = x39962
-x39964 = x39963
-x39965 = x39964
-x39966 = x39965
-x39967 = x39966
-x39968 = x39967
-x39969 = x39968
-x39970 = x39969
-x39971 = x39970
-x39972 = x39971
-x39973 = x39972
-x39974 = x39973
-x39975 = x39974
-x39976 = x39975
-x39977 = x39976
-x39978 = x39977
-x39979 = x39978
-x39980 = x39979
-x39981 = x39980
-x39982 = x39981
-x39983 = x39982
-x39984 = x39983
-x39985 = x39984
-x39986 = x39985
-x39987 = x39986
-x39988 = x39987
-x39989 = x39988
-x39990 = x39989
-x39991 = x39990
-x39992 = x39991
-x39993 = x39992
-x39994 = x39993
-x39995 = x39994
-x39996 = x39995
-x39997 = x39996
-x39998 = x39997
-x39999 = x39998
-x40000 = x39999
-x40001 = x40000
-x40002 = x40001
-x40003 = x40002
-x40004 = x40003
-x40005 = x40004
-x40006 = x40005
-x40007 = x40006
-x40008 = x40007
-x40009 = x40008
-x40010 = x40009
-x40011 = x40010
-x40012 = x40011
-x40013 = x40012
-x40014 = x40013
-x40015 = x40014
-x40016 = x40015
-x40017 = x40016
-x40018 = x40017
-x40019 = x40018
-x40020 = x40019
-x40021 = x40020
-x40022 = x40021
-x40023 = x40022
-x40024 = x40023
-x40025 = x40024
-x40026 = x40025
-x40027 = x40026
-x40028 = x40027
-x40029 = x40028
-x40030 = x40029
-x40031 = x40030
-x40032 = x40031
-x40033 = x40032
-x40034 = x40033
-x40035 = x40034
-x40036 = x40035
-x40037 = x40036
-x40038 = x40037
-x40039 = x40038
-x40040 = x40039
-x40041 = x40040
-x40042 = x40041
-x40043 = x40042
-x40044 = x40043
-x40045 = x40044
-x40046 = x40045
-x40047 = x40046
-x40048 = x40047
-x40049 = x40048
-x40050 = x40049
-x40051 = x40050
-x40052 = x40051
-x40053 = x40052
-x40054 = x40053
-x40055 = x40054
-x40056 = x40055
-x40057 = x40056
-x40058 = x40057
-x40059 = x40058
-x40060 = x40059
-x40061 = x40060
-x40062 = x40061
-x40063 = x40062
-x40064 = x40063
-x40065 = x40064
-x40066 = x40065
-x40067 = x40066
-x40068 = x40067
-x40069 = x40068
-x40070 = x40069
-x40071 = x40070
-x40072 = x40071
-x40073 = x40072
-x40074 = x40073
-x40075 = x40074
-x40076 = x40075
-x40077 = x40076
-x40078 = x40077
-x40079 = x40078
-x40080 = x40079
-x40081 = x40080
-x40082 = x40081
-x40083 = x40082
-x40084 = x40083
-x40085 = x40084
-x40086 = x40085
-x40087 = x40086
-x40088 = x40087
-x40089 = x40088
-x40090 = x40089
-x40091 = x40090
-x40092 = x40091
-x40093 = x40092
-x40094 = x40093
-x40095 = x40094
-x40096 = x40095
-x40097 = x40096
-x40098 = x40097
-x40099 = x40098
-x40100 = x40099
-x40101 = x40100
-x40102 = x40101
-x40103 = x40102
-x40104 = x40103
-x40105 = x40104
-x40106 = x40105
-x40107 = x40106
-x40108 = x40107
-x40109 = x40108
-x40110 = x40109
-x40111 = x40110
-x40112 = x40111
-x40113 = x40112
-x40114 = x40113
-x40115 = x40114
-x40116 = x40115
-x40117 = x40116
-x40118 = x40117
-x40119 = x40118
-x40120 = x40119
-x40121 = x40120
-x40122 = x40121
-x40123 = x40122
-x40124 = x40123
-x40125 = x40124
-x40126 = x40125
-x40127 = x40126
-x40128 = x40127
-x40129 = x40128
-x40130 = x40129
-x40131 = x40130
-x40132 = x40131
-x40133 = x40132
-x40134 = x40133
-x40135 = x40134
-x40136 = x40135
-x40137 = x40136
-x40138 = x40137
-x40139 = x40138
-x40140 = x40139
-x40141 = x40140
-x40142 = x40141
-x40143 = x40142
-x40144 = x40143
-x40145 = x40144
-x40146 = x40145
-x40147 = x40146
-x40148 = x40147
-x40149 = x40148
-x40150 = x40149
-x40151 = x40150
-x40152 = x40151
-x40153 = x40152
-x40154 = x40153
-x40155 = x40154
-x40156 = x40155
-x40157 = x40156
-x40158 = x40157
-x40159 = x40158
-x40160 = x40159
-x40161 = x40160
-x40162 = x40161
-x40163 = x40162
-x40164 = x40163
-x40165 = x40164
-x40166 = x40165
-x40167 = x40166
-x40168 = x40167
-x40169 = x40168
-x40170 = x40169
-x40171 = x40170
-x40172 = x40171
-x40173 = x40172
-x40174 = x40173
-x40175 = x40174
-x40176 = x40175
-x40177 = x40176
-x40178 = x40177
-x40179 = x40178
-x40180 = x40179
-x40181 = x40180
-x40182 = x40181
-x40183 = x40182
-x40184 = x40183
-x40185 = x40184
-x40186 = x40185
-x40187 = x40186
-x40188 = x40187
-x40189 = x40188
-x40190 = x40189
-x40191 = x40190
-x40192 = x40191
-x40193 = x40192
-x40194 = x40193
-x40195 = x40194
-x40196 = x40195
-x40197 = x40196
-x40198 = x40197
-x40199 = x40198
-x40200 = x40199
-x40201 = x40200
-x40202 = x40201
-x40203 = x40202
-x40204 = x40203
-x40205 = x40204
-x40206 = x40205
-x40207 = x40206
-x40208 = x40207
-x40209 = x40208
-x40210 = x40209
-x40211 = x40210
-x40212 = x40211
-x40213 = x40212
-x40214 = x40213
-x40215 = x40214
-x40216 = x40215
-x40217 = x40216
-x40218 = x40217
-x40219 = x40218
-x40220 = x40219
-x40221 = x40220
-x40222 = x40221
-x40223 = x40222
-x40224 = x40223
-x40225 = x40224
-x40226 = x40225
-x40227 = x40226
-x40228 = x40227
-x40229 = x40228
-x40230 = x40229
-x40231 = x40230
-x40232 = x40231
-x40233 = x40232
-x40234 = x40233
-x40235 = x40234
-x40236 = x40235
-x40237 = x40236
-x40238 = x40237
-x40239 = x40238
-x40240 = x40239
-x40241 = x40240
-x40242 = x40241
-x40243 = x40242
-x40244 = x40243
-x40245 = x40244
-x40246 = x40245
-x40247 = x40246
-x40248 = x40247
-x40249 = x40248
-x40250 = x40249
-x40251 = x40250
-x40252 = x40251
-x40253 = x40252
-x40254 = x40253
-x40255 = x40254
-x40256 = x40255
-x40257 = x40256
-x40258 = x40257
-x40259 = x40258
-x40260 = x40259
-x40261 = x40260
-x40262 = x40261
-x40263 = x40262
-x40264 = x40263
-x40265 = x40264
-x40266 = x40265
-x40267 = x40266
-x40268 = x40267
-x40269 = x40268
-x40270 = x40269
-x40271 = x40270
-x40272 = x40271
-x40273 = x40272
-x40274 = x40273
-x40275 = x40274
-x40276 = x40275
-x40277 = x40276
-x40278 = x40277
-x40279 = x40278
-x40280 = x40279
-x40281 = x40280
-x40282 = x40281
-x40283 = x40282
-x40284 = x40283
-x40285 = x40284
-x40286 = x40285
-x40287 = x40286
-x40288 = x40287
-x40289 = x40288
-x40290 = x40289
-x40291 = x40290
-x40292 = x40291
-x40293 = x40292
-x40294 = x40293
-x40295 = x40294
-x40296 = x40295
-x40297 = x40296
-x40298 = x40297
-x40299 = x40298
-x40300 = x40299
-x40301 = x40300
-x40302 = x40301
-x40303 = x40302
-x40304 = x40303
-x40305 = x40304
-x40306 = x40305
-x40307 = x40306
-x40308 = x40307
-x40309 = x40308
-x40310 = x40309
-x40311 = x40310
-x40312 = x40311
-x40313 = x40312
-x40314 = x40313
-x40315 = x40314
-x40316 = x40315
-x40317 = x40316
-x40318 = x40317
-x40319 = x40318
-x40320 = x40319
-x40321 = x40320
-x40322 = x40321
-x40323 = x40322
-x40324 = x40323
-x40325 = x40324
-x40326 = x40325
-x40327 = x40326
-x40328 = x40327
-x40329 = x40328
-x40330 = x40329
-x40331 = x40330
-x40332 = x40331
-x40333 = x40332
-x40334 = x40333
-x40335 = x40334
-x40336 = x40335
-x40337 = x40336
-x40338 = x40337
-x40339 = x40338
-x40340 = x40339
-x40341 = x40340
-x40342 = x40341
-x40343 = x40342
-x40344 = x40343
-x40345 = x40344
-x40346 = x40345
-x40347 = x40346
-x40348 = x40347
-x40349 = x40348
-x40350 = x40349
-x40351 = x40350
-x40352 = x40351
-x40353 = x40352
-x40354 = x40353
-x40355 = x40354
-x40356 = x40355
-x40357 = x40356
-x40358 = x40357
-x40359 = x40358
-x40360 = x40359
-x40361 = x40360
-x40362 = x40361
-x40363 = x40362
-x40364 = x40363
-x40365 = x40364
-x40366 = x40365
-x40367 = x40366
-x40368 = x40367
-x40369 = x40368
-x40370 = x40369
-x40371 = x40370
-x40372 = x40371
-x40373 = x40372
-x40374 = x40373
-x40375 = x40374
-x40376 = x40375
-x40377 = x40376
-x40378 = x40377
-x40379 = x40378
-x40380 = x40379
-x40381 = x40380
-x40382 = x40381
-x40383 = x40382
-x40384 = x40383
-x40385 = x40384
-x40386 = x40385
-x40387 = x40386
-x40388 = x40387
-x40389 = x40388
-x40390 = x40389
-x40391 = x40390
-x40392 = x40391
-x40393 = x40392
-x40394 = x40393
-x40395 = x40394
-x40396 = x40395
-x40397 = x40396
-x40398 = x40397
-x40399 = x40398
-x40400 = x40399
-x40401 = x40400
-x40402 = x40401
-x40403 = x40402
-x40404 = x40403
-x40405 = x40404
-x40406 = x40405
-x40407 = x40406
-x40408 = x40407
-x40409 = x40408
-x40410 = x40409
-x40411 = x40410
-x40412 = x40411
-x40413 = x40412
-x40414 = x40413
-x40415 = x40414
-x40416 = x40415
-x40417 = x40416
-x40418 = x40417
-x40419 = x40418
-x40420 = x40419
-x40421 = x40420
-x40422 = x40421
-x40423 = x40422
-x40424 = x40423
-x40425 = x40424
-x40426 = x40425
-x40427 = x40426
-x40428 = x40427
-x40429 = x40428
-x40430 = x40429
-x40431 = x40430
-x40432 = x40431
-x40433 = x40432
-x40434 = x40433
-x40435 = x40434
-x40436 = x40435
-x40437 = x40436
-x40438 = x40437
-x40439 = x40438
-x40440 = x40439
-x40441 = x40440
-x40442 = x40441
-x40443 = x40442
-x40444 = x40443
-x40445 = x40444
-x40446 = x40445
-x40447 = x40446
-x40448 = x40447
-x40449 = x40448
-x40450 = x40449
-x40451 = x40450
-x40452 = x40451
-x40453 = x40452
-x40454 = x40453
-x40455 = x40454
-x40456 = x40455
-x40457 = x40456
-x40458 = x40457
-x40459 = x40458
-x40460 = x40459
-x40461 = x40460
-x40462 = x40461
-x40463 = x40462
-x40464 = x40463
-x40465 = x40464
-x40466 = x40465
-x40467 = x40466
-x40468 = x40467
-x40469 = x40468
-x40470 = x40469
-x40471 = x40470
-x40472 = x40471
-x40473 = x40472
-x40474 = x40473
-x40475 = x40474
-x40476 = x40475
-x40477 = x40476
-x40478 = x40477
-x40479 = x40478
-x40480 = x40479
-x40481 = x40480
-x40482 = x40481
-x40483 = x40482
-x40484 = x40483
-x40485 = x40484
-x40486 = x40485
-x40487 = x40486
-x40488 = x40487
-x40489 = x40488
-x40490 = x40489
-x40491 = x40490
-x40492 = x40491
-x40493 = x40492
-x40494 = x40493
-x40495 = x40494
-x40496 = x40495
-x40497 = x40496
-x40498 = x40497
-x40499 = x40498
-x40500 = x40499
-x40501 = x40500
-x40502 = x40501
-x40503 = x40502
-x40504 = x40503
-x40505 = x40504
-x40506 = x40505
-x40507 = x40506
-x40508 = x40507
-x40509 = x40508
-x40510 = x40509
-x40511 = x40510
-x40512 = x40511
-x40513 = x40512
-x40514 = x40513
-x40515 = x40514
-x40516 = x40515
-x40517 = x40516
-x40518 = x40517
-x40519 = x40518
-x40520 = x40519
-x40521 = x40520
-x40522 = x40521
-x40523 = x40522
-x40524 = x40523
-x40525 = x40524
-x40526 = x40525
-x40527 = x40526
-x40528 = x40527
-x40529 = x40528
-x40530 = x40529
-x40531 = x40530
-x40532 = x40531
-x40533 = x40532
-x40534 = x40533
-x40535 = x40534
-x40536 = x40535
-x40537 = x40536
-x40538 = x40537
-x40539 = x40538
-x40540 = x40539
-x40541 = x40540
-x40542 = x40541
-x40543 = x40542
-x40544 = x40543
-x40545 = x40544
-x40546 = x40545
-x40547 = x40546
-x40548 = x40547
-x40549 = x40548
-x40550 = x40549
-x40551 = x40550
-x40552 = x40551
-x40553 = x40552
-x40554 = x40553
-x40555 = x40554
-x40556 = x40555
-x40557 = x40556
-x40558 = x40557
-x40559 = x40558
-x40560 = x40559
-x40561 = x40560
-x40562 = x40561
-x40563 = x40562
-x40564 = x40563
-x40565 = x40564
-x40566 = x40565
-x40567 = x40566
-x40568 = x40567
-x40569 = x40568
-x40570 = x40569
-x40571 = x40570
-x40572 = x40571
-x40573 = x40572
-x40574 = x40573
-x40575 = x40574
-x40576 = x40575
-x40577 = x40576
-x40578 = x40577
-x40579 = x40578
-x40580 = x40579
-x40581 = x40580
-x40582 = x40581
-x40583 = x40582
-x40584 = x40583
-x40585 = x40584
-x40586 = x40585
-x40587 = x40586
-x40588 = x40587
-x40589 = x40588
-x40590 = x40589
-x40591 = x40590
-x40592 = x40591
-x40593 = x40592
-x40594 = x40593
-x40595 = x40594
-x40596 = x40595
-x40597 = x40596
-x40598 = x40597
-x40599 = x40598
-x40600 = x40599
-x40601 = x40600
-x40602 = x40601
-x40603 = x40602
-x40604 = x40603
-x40605 = x40604
-x40606 = x40605
-x40607 = x40606
-x40608 = x40607
-x40609 = x40608
-x40610 = x40609
-x40611 = x40610
-x40612 = x40611
-x40613 = x40612
-x40614 = x40613
-x40615 = x40614
-x40616 = x40615
-x40617 = x40616
-x40618 = x40617
-x40619 = x40618
-x40620 = x40619
-x40621 = x40620
-x40622 = x40621
-x40623 = x40622
-x40624 = x40623
-x40625 = x40624
-x40626 = x40625
-x40627 = x40626
-x40628 = x40627
-x40629 = x40628
-x40630 = x40629
-x40631 = x40630
-x40632 = x40631
-x40633 = x40632
-x40634 = x40633
-x40635 = x40634
-x40636 = x40635
-x40637 = x40636
-x40638 = x40637
-x40639 = x40638
-x40640 = x40639
-x40641 = x40640
-x40642 = x40641
-x40643 = x40642
-x40644 = x40643
-x40645 = x40644
-x40646 = x40645
-x40647 = x40646
-x40648 = x40647
-x40649 = x40648
-x40650 = x40649
-x40651 = x40650
-x40652 = x40651
-x40653 = x40652
-x40654 = x40653
-x40655 = x40654
-x40656 = x40655
-x40657 = x40656
-x40658 = x40657
-x40659 = x40658
-x40660 = x40659
-x40661 = x40660
-x40662 = x40661
-x40663 = x40662
-x40664 = x40663
-x40665 = x40664
-x40666 = x40665
-x40667 = x40666
-x40668 = x40667
-x40669 = x40668
-x40670 = x40669
-x40671 = x40670
-x40672 = x40671
-x40673 = x40672
-x40674 = x40673
-x40675 = x40674
-x40676 = x40675
-x40677 = x40676
-x40678 = x40677
-x40679 = x40678
-x40680 = x40679
-x40681 = x40680
-x40682 = x40681
-x40683 = x40682
-x40684 = x40683
-x40685 = x40684
-x40686 = x40685
-x40687 = x40686
-x40688 = x40687
-x40689 = x40688
-x40690 = x40689
-x40691 = x40690
-x40692 = x40691
-x40693 = x40692
-x40694 = x40693
-x40695 = x40694
-x40696 = x40695
-x40697 = x40696
-x40698 = x40697
-x40699 = x40698
-x40700 = x40699
-x40701 = x40700
-x40702 = x40701
-x40703 = x40702
-x40704 = x40703
-x40705 = x40704
-x40706 = x40705
-x40707 = x40706
-x40708 = x40707
-x40709 = x40708
-x40710 = x40709
-x40711 = x40710
-x40712 = x40711
-x40713 = x40712
-x40714 = x40713
-x40715 = x40714
-x40716 = x40715
-x40717 = x40716
-x40718 = x40717
-x40719 = x40718
-x40720 = x40719
-x40721 = x40720
-x40722 = x40721
-x40723 = x40722
-x40724 = x40723
-x40725 = x40724
-x40726 = x40725
-x40727 = x40726
-x40728 = x40727
-x40729 = x40728
-x40730 = x40729
-x40731 = x40730
-x40732 = x40731
-x40733 = x40732
-x40734 = x40733
-x40735 = x40734
-x40736 = x40735
-x40737 = x40736
-x40738 = x40737
-x40739 = x40738
-x40740 = x40739
-x40741 = x40740
-x40742 = x40741
-x40743 = x40742
-x40744 = x40743
-x40745 = x40744
-x40746 = x40745
-x40747 = x40746
-x40748 = x40747
-x40749 = x40748
-x40750 = x40749
-x40751 = x40750
-x40752 = x40751
-x40753 = x40752
-x40754 = x40753
-x40755 = x40754
-x40756 = x40755
-x40757 = x40756
-x40758 = x40757
-x40759 = x40758
-x40760 = x40759
-x40761 = x40760
-x40762 = x40761
-x40763 = x40762
-x40764 = x40763
-x40765 = x40764
-x40766 = x40765
-x40767 = x40766
-x40768 = x40767
-x40769 = x40768
-x40770 = x40769
-x40771 = x40770
-x40772 = x40771
-x40773 = x40772
-x40774 = x40773
-x40775 = x40774
-x40776 = x40775
-x40777 = x40776
-x40778 = x40777
-x40779 = x40778
-x40780 = x40779
-x40781 = x40780
-x40782 = x40781
-x40783 = x40782
-x40784 = x40783
-x40785 = x40784
-x40786 = x40785
-x40787 = x40786
-x40788 = x40787
-x40789 = x40788
-x40790 = x40789
-x40791 = x40790
-x40792 = x40791
-x40793 = x40792
-x40794 = x40793
-x40795 = x40794
-x40796 = x40795
-x40797 = x40796
-x40798 = x40797
-x40799 = x40798
-x40800 = x40799
-x40801 = x40800
-x40802 = x40801
-x40803 = x40802
-x40804 = x40803
-x40805 = x40804
-x40806 = x40805
-x40807 = x40806
-x40808 = x40807
-x40809 = x40808
-x40810 = x40809
-x40811 = x40810
-x40812 = x40811
-x40813 = x40812
-x40814 = x40813
-x40815 = x40814
-x40816 = x40815
-x40817 = x40816
-x40818 = x40817
-x40819 = x40818
-x40820 = x40819
-x40821 = x40820
-x40822 = x40821
-x40823 = x40822
-x40824 = x40823
-x40825 = x40824
-x40826 = x40825
-x40827 = x40826
-x40828 = x40827
-x40829 = x40828
-x40830 = x40829
-x40831 = x40830
-x40832 = x40831
-x40833 = x40832
-x40834 = x40833
-x40835 = x40834
-x40836 = x40835
-x40837 = x40836
-x40838 = x40837
-x40839 = x40838
-x40840 = x40839
-x40841 = x40840
-x40842 = x40841
-x40843 = x40842
-x40844 = x40843
-x40845 = x40844
-x40846 = x40845
-x40847 = x40846
-x40848 = x40847
-x40849 = x40848
-x40850 = x40849
-x40851 = x40850
-x40852 = x40851
-x40853 = x40852
-x40854 = x40853
-x40855 = x40854
-x40856 = x40855
-x40857 = x40856
-x40858 = x40857
-x40859 = x40858
-x40860 = x40859
-x40861 = x40860
-x40862 = x40861
-x40863 = x40862
-x40864 = x40863
-x40865 = x40864
-x40866 = x40865
-x40867 = x40866
-x40868 = x40867
-x40869 = x40868
-x40870 = x40869
-x40871 = x40870
-x40872 = x40871
-x40873 = x40872
-x40874 = x40873
-x40875 = x40874
-x40876 = x40875
-x40877 = x40876
-x40878 = x40877
-x40879 = x40878
-x40880 = x40879
-x40881 = x40880
-x40882 = x40881
-x40883 = x40882
-x40884 = x40883
-x40885 = x40884
-x40886 = x40885
-x40887 = x40886
-x40888 = x40887
-x40889 = x40888
-x40890 = x40889
-x40891 = x40890
-x40892 = x40891
-x40893 = x40892
-x40894 = x40893
-x40895 = x40894
-x40896 = x40895
-x40897 = x40896
-x40898 = x40897
-x40899 = x40898
-x40900 = x40899
-x40901 = x40900
-x40902 = x40901
-x40903 = x40902
-x40904 = x40903
-x40905 = x40904
-x40906 = x40905
-x40907 = x40906
-x40908 = x40907
-x40909 = x40908
-x40910 = x40909
-x40911 = x40910
-x40912 = x40911
-x40913 = x40912
-x40914 = x40913
-x40915 = x40914
-x40916 = x40915
-x40917 = x40916
-x40918 = x40917
-x40919 = x40918
-x40920 = x40919
-x40921 = x40920
-x40922 = x40921
-x40923 = x40922
-x40924 = x40923
-x40925 = x40924
-x40926 = x40925
-x40927 = x40926
-x40928 = x40927
-x40929 = x40928
-x40930 = x40929
-x40931 = x40930
-x40932 = x40931
-x40933 = x40932
-x40934 = x40933
-x40935 = x40934
-x40936 = x40935
-x40937 = x40936
-x40938 = x40937
-x40939 = x40938
-x40940 = x40939
-x40941 = x40940
-x40942 = x40941
-x40943 = x40942
-x40944 = x40943
-x40945 = x40944
-x40946 = x40945
-x40947 = x40946
-x40948 = x40947
-x40949 = x40948
-x40950 = x40949
-x40951 = x40950
-x40952 = x40951
-x40953 = x40952
-x40954 = x40953
-x40955 = x40954
-x40956 = x40955
-x40957 = x40956
-x40958 = x40957
-x40959 = x40958
-x40960 = x40959
-x40961 = x40960
-x40962 = x40961
-x40963 = x40962
-x40964 = x40963
-x40965 = x40964
-x40966 = x40965
-x40967 = x40966
-x40968 = x40967
-x40969 = x40968
-x40970 = x40969
-x40971 = x40970
-x40972 = x40971
-x40973 = x40972
-x40974 = x40973
-x40975 = x40974
-x40976 = x40975
-x40977 = x40976
-x40978 = x40977
-x40979 = x40978
-x40980 = x40979
-x40981 = x40980
-x40982 = x40981
-x40983 = x40982
-x40984 = x40983
-x40985 = x40984
-x40986 = x40985
-x40987 = x40986
-x40988 = x40987
-x40989 = x40988
-x40990 = x40989
-x40991 = x40990
-x40992 = x40991
-x40993 = x40992
-x40994 = x40993
-x40995 = x40994
-x40996 = x40995
-x40997 = x40996
-x40998 = x40997
-x40999 = x40998
-x41000 = x40999
-x41001 = x41000
-x41002 = x41001
-x41003 = x41002
-x41004 = x41003
-x41005 = x41004
-x41006 = x41005
-x41007 = x41006
-x41008 = x41007
-x41009 = x41008
-x41010 = x41009
-x41011 = x41010
-x41012 = x41011
-x41013 = x41012
-x41014 = x41013
-x41015 = x41014
-x41016 = x41015
-x41017 = x41016
-x41018 = x41017
-x41019 = x41018
-x41020 = x41019
-x41021 = x41020
-x41022 = x41021
-x41023 = x41022
-x41024 = x41023
-x41025 = x41024
-x41026 = x41025
-x41027 = x41026
-x41028 = x41027
-x41029 = x41028
-x41030 = x41029
-x41031 = x41030
-x41032 = x41031
-x41033 = x41032
-x41034 = x41033
-x41035 = x41034
-x41036 = x41035
-x41037 = x41036
-x41038 = x41037
-x41039 = x41038
-x41040 = x41039
-x41041 = x41040
-x41042 = x41041
-x41043 = x41042
-x41044 = x41043
-x41045 = x41044
-x41046 = x41045
-x41047 = x41046
-x41048 = x41047
-x41049 = x41048
-x41050 = x41049
-x41051 = x41050
-x41052 = x41051
-x41053 = x41052
-x41054 = x41053
-x41055 = x41054
-x41056 = x41055
-x41057 = x41056
-x41058 = x41057
-x41059 = x41058
-x41060 = x41059
-x41061 = x41060
-x41062 = x41061
-x41063 = x41062
-x41064 = x41063
-x41065 = x41064
-x41066 = x41065
-x41067 = x41066
-x41068 = x41067
-x41069 = x41068
-x41070 = x41069
-x41071 = x41070
-x41072 = x41071
-x41073 = x41072
-x41074 = x41073
-x41075 = x41074
-x41076 = x41075
-x41077 = x41076
-x41078 = x41077
-x41079 = x41078
-x41080 = x41079
-x41081 = x41080
-x41082 = x41081
-x41083 = x41082
-x41084 = x41083
-x41085 = x41084
-x41086 = x41085
-x41087 = x41086
-x41088 = x41087
-x41089 = x41088
-x41090 = x41089
-x41091 = x41090
-x41092 = x41091
-x41093 = x41092
-x41094 = x41093
-x41095 = x41094
-x41096 = x41095
-x41097 = x41096
-x41098 = x41097
-x41099 = x41098
-x41100 = x41099
-x41101 = x41100
-x41102 = x41101
-x41103 = x41102
-x41104 = x41103
-x41105 = x41104
-x41106 = x41105
-x41107 = x41106
-x41108 = x41107
-x41109 = x41108
-x41110 = x41109
-x41111 = x41110
-x41112 = x41111
-x41113 = x41112
-x41114 = x41113
-x41115 = x41114
-x41116 = x41115
-x41117 = x41116
-x41118 = x41117
-x41119 = x41118
-x41120 = x41119
-x41121 = x41120
-x41122 = x41121
-x41123 = x41122
-x41124 = x41123
-x41125 = x41124
-x41126 = x41125
-x41127 = x41126
-x41128 = x41127
-x41129 = x41128
-x41130 = x41129
-x41131 = x41130
-x41132 = x41131
-x41133 = x41132
-x41134 = x41133
-x41135 = x41134
-x41136 = x41135
-x41137 = x41136
-x41138 = x41137
-x41139 = x41138
-x41140 = x41139
-x41141 = x41140
-x41142 = x41141
-x41143 = x41142
-x41144 = x41143
-x41145 = x41144
-x41146 = x41145
-x41147 = x41146
-x41148 = x41147
-x41149 = x41148
-x41150 = x41149
-x41151 = x41150
-x41152 = x41151
-x41153 = x41152
-x41154 = x41153
-x41155 = x41154
-x41156 = x41155
-x41157 = x41156
-x41158 = x41157
-x41159 = x41158
-x41160 = x41159
-x41161 = x41160
-x41162 = x41161
-x41163 = x41162
-x41164 = x41163
-x41165 = x41164
-x41166 = x41165
-x41167 = x41166
-x41168 = x41167
-x41169 = x41168
-x41170 = x41169
-x41171 = x41170
-x41172 = x41171
-x41173 = x41172
-x41174 = x41173
-x41175 = x41174
-x41176 = x41175
-x41177 = x41176
-x41178 = x41177
-x41179 = x41178
-x41180 = x41179
-x41181 = x41180
-x41182 = x41181
-x41183 = x41182
-x41184 = x41183
-x41185 = x41184
-x41186 = x41185
-x41187 = x41186
-x41188 = x41187
-x41189 = x41188
-x41190 = x41189
-x41191 = x41190
-x41192 = x41191
-x41193 = x41192
-x41194 = x41193
-x41195 = x41194
-x41196 = x41195
-x41197 = x41196
-x41198 = x41197
-x41199 = x41198
-x41200 = x41199
-x41201 = x41200
-x41202 = x41201
-x41203 = x41202
-x41204 = x41203
-x41205 = x41204
-x41206 = x41205
-x41207 = x41206
-x41208 = x41207
-x41209 = x41208
-x41210 = x41209
-x41211 = x41210
-x41212 = x41211
-x41213 = x41212
-x41214 = x41213
-x41215 = x41214
-x41216 = x41215
-x41217 = x41216
-x41218 = x41217
-x41219 = x41218
-x41220 = x41219
-x41221 = x41220
-x41222 = x41221
-x41223 = x41222
-x41224 = x41223
-x41225 = x41224
-x41226 = x41225
-x41227 = x41226
-x41228 = x41227
-x41229 = x41228
-x41230 = x41229
-x41231 = x41230
-x41232 = x41231
-x41233 = x41232
-x41234 = x41233
-x41235 = x41234
-x41236 = x41235
-x41237 = x41236
-x41238 = x41237
-x41239 = x41238
-x41240 = x41239
-x41241 = x41240
-x41242 = x41241
-x41243 = x41242
-x41244 = x41243
-x41245 = x41244
-x41246 = x41245
-x41247 = x41246
-x41248 = x41247
-x41249 = x41248
-x41250 = x41249
-x41251 = x41250
-x41252 = x41251
-x41253 = x41252
-x41254 = x41253
-x41255 = x41254
-x41256 = x41255
-x41257 = x41256
-x41258 = x41257
-x41259 = x41258
-x41260 = x41259
-x41261 = x41260
-x41262 = x41261
-x41263 = x41262
-x41264 = x41263
-x41265 = x41264
-x41266 = x41265
-x41267 = x41266
-x41268 = x41267
-x41269 = x41268
-x41270 = x41269
-x41271 = x41270
-x41272 = x41271
-x41273 = x41272
-x41274 = x41273
-x41275 = x41274
-x41276 = x41275
-x41277 = x41276
-x41278 = x41277
-x41279 = x41278
-x41280 = x41279
-x41281 = x41280
-x41282 = x41281
-x41283 = x41282
-x41284 = x41283
-x41285 = x41284
-x41286 = x41285
-x41287 = x41286
-x41288 = x41287
-x41289 = x41288
-x41290 = x41289
-x41291 = x41290
-x41292 = x41291
-x41293 = x41292
-x41294 = x41293
-x41295 = x41294
-x41296 = x41295
-x41297 = x41296
-x41298 = x41297
-x41299 = x41298
-x41300 = x41299
-x41301 = x41300
-x41302 = x41301
-x41303 = x41302
-x41304 = x41303
-x41305 = x41304
-x41306 = x41305
-x41307 = x41306
-x41308 = x41307
-x41309 = x41308
-x41310 = x41309
-x41311 = x41310
-x41312 = x41311
-x41313 = x41312
-x41314 = x41313
-x41315 = x41314
-x41316 = x41315
-x41317 = x41316
-x41318 = x41317
-x41319 = x41318
-x41320 = x41319
-x41321 = x41320
-x41322 = x41321
-x41323 = x41322
-x41324 = x41323
-x41325 = x41324
-x41326 = x41325
-x41327 = x41326
-x41328 = x41327
-x41329 = x41328
-x41330 = x41329
-x41331 = x41330
-x41332 = x41331
-x41333 = x41332
-x41334 = x41333
-x41335 = x41334
-x41336 = x41335
-x41337 = x41336
-x41338 = x41337
-x41339 = x41338
-x41340 = x41339
-x41341 = x41340
-x41342 = x41341
-x41343 = x41342
-x41344 = x41343
-x41345 = x41344
-x41346 = x41345
-x41347 = x41346
-x41348 = x41347
-x41349 = x41348
-x41350 = x41349
-x41351 = x41350
-x41352 = x41351
-x41353 = x41352
-x41354 = x41353
-x41355 = x41354
-x41356 = x41355
-x41357 = x41356
-x41358 = x41357
-x41359 = x41358
-x41360 = x41359
-x41361 = x41360
-x41362 = x41361
-x41363 = x41362
-x41364 = x41363
-x41365 = x41364
-x41366 = x41365
-x41367 = x41366
-x41368 = x41367
-x41369 = x41368
-x41370 = x41369
-x41371 = x41370
-x41372 = x41371
-x41373 = x41372
-x41374 = x41373
-x41375 = x41374
-x41376 = x41375
-x41377 = x41376
-x41378 = x41377
-x41379 = x41378
-x41380 = x41379
-x41381 = x41380
-x41382 = x41381
-x41383 = x41382
-x41384 = x41383
-x41385 = x41384
-x41386 = x41385
-x41387 = x41386
-x41388 = x41387
-x41389 = x41388
-x41390 = x41389
-x41391 = x41390
-x41392 = x41391
-x41393 = x41392
-x41394 = x41393
-x41395 = x41394
-x41396 = x41395
-x41397 = x41396
-x41398 = x41397
-x41399 = x41398
-x41400 = x41399
-x41401 = x41400
-x41402 = x41401
-x41403 = x41402
-x41404 = x41403
-x41405 = x41404
-x41406 = x41405
-x41407 = x41406
-x41408 = x41407
-x41409 = x41408
-x41410 = x41409
-x41411 = x41410
-x41412 = x41411
-x41413 = x41412
-x41414 = x41413
-x41415 = x41414
-x41416 = x41415
-x41417 = x41416
-x41418 = x41417
-x41419 = x41418
-x41420 = x41419
-x41421 = x41420
-x41422 = x41421
-x41423 = x41422
-x41424 = x41423
-x41425 = x41424
-x41426 = x41425
-x41427 = x41426
-x41428 = x41427
-x41429 = x41428
-x41430 = x41429
-x41431 = x41430
-x41432 = x41431
-x41433 = x41432
-x41434 = x41433
-x41435 = x41434
-x41436 = x41435
-x41437 = x41436
-x41438 = x41437
-x41439 = x41438
-x41440 = x41439
-x41441 = x41440
-x41442 = x41441
-x41443 = x41442
-x41444 = x41443
-x41445 = x41444
-x41446 = x41445
-x41447 = x41446
-x41448 = x41447
-x41449 = x41448
-x41450 = x41449
-x41451 = x41450
-x41452 = x41451
-x41453 = x41452
-x41454 = x41453
-x41455 = x41454
-x41456 = x41455
-x41457 = x41456
-x41458 = x41457
-x41459 = x41458
-x41460 = x41459
-x41461 = x41460
-x41462 = x41461
-x41463 = x41462
-x41464 = x41463
-x41465 = x41464
-x41466 = x41465
-x41467 = x41466
-x41468 = x41467
-x41469 = x41468
-x41470 = x41469
-x41471 = x41470
-x41472 = x41471
-x41473 = x41472
-x41474 = x41473
-x41475 = x41474
-x41476 = x41475
-x41477 = x41476
-x41478 = x41477
-x41479 = x41478
-x41480 = x41479
-x41481 = x41480
-x41482 = x41481
-x41483 = x41482
-x41484 = x41483
-x41485 = x41484
-x41486 = x41485
-x41487 = x41486
-x41488 = x41487
-x41489 = x41488
-x41490 = x41489
-x41491 = x41490
-x41492 = x41491
-x41493 = x41492
-x41494 = x41493
-x41495 = x41494
-x41496 = x41495
-x41497 = x41496
-x41498 = x41497
-x41499 = x41498
-x41500 = x41499
-x41501 = x41500
-x41502 = x41501
-x41503 = x41502
-x41504 = x41503
-x41505 = x41504
-x41506 = x41505
-x41507 = x41506
-x41508 = x41507
-x41509 = x41508
-x41510 = x41509
-x41511 = x41510
-x41512 = x41511
-x41513 = x41512
-x41514 = x41513
-x41515 = x41514
-x41516 = x41515
-x41517 = x41516
-x41518 = x41517
-x41519 = x41518
-x41520 = x41519
-x41521 = x41520
-x41522 = x41521
-x41523 = x41522
-x41524 = x41523
-x41525 = x41524
-x41526 = x41525
-x41527 = x41526
-x41528 = x41527
-x41529 = x41528
-x41530 = x41529
-x41531 = x41530
-x41532 = x41531
-x41533 = x41532
-x41534 = x41533
-x41535 = x41534
-x41536 = x41535
-x41537 = x41536
-x41538 = x41537
-x41539 = x41538
-x41540 = x41539
-x41541 = x41540
-x41542 = x41541
-x41543 = x41542
-x41544 = x41543
-x41545 = x41544
-x41546 = x41545
-x41547 = x41546
-x41548 = x41547
-x41549 = x41548
-x41550 = x41549
-x41551 = x41550
-x41552 = x41551
-x41553 = x41552
-x41554 = x41553
-x41555 = x41554
-x41556 = x41555
-x41557 = x41556
-x41558 = x41557
-x41559 = x41558
-x41560 = x41559
-x41561 = x41560
-x41562 = x41561
-x41563 = x41562
-x41564 = x41563
-x41565 = x41564
-x41566 = x41565
-x41567 = x41566
-x41568 = x41567
-x41569 = x41568
-x41570 = x41569
-x41571 = x41570
-x41572 = x41571
-x41573 = x41572
-x41574 = x41573
-x41575 = x41574
-x41576 = x41575
-x41577 = x41576
-x41578 = x41577
-x41579 = x41578
-x41580 = x41579
-x41581 = x41580
-x41582 = x41581
-x41583 = x41582
-x41584 = x41583
-x41585 = x41584
-x41586 = x41585
-x41587 = x41586
-x41588 = x41587
-x41589 = x41588
-x41590 = x41589
-x41591 = x41590
-x41592 = x41591
-x41593 = x41592
-x41594 = x41593
-x41595 = x41594
-x41596 = x41595
-x41597 = x41596
-x41598 = x41597
-x41599 = x41598
-x41600 = x41599
-x41601 = x41600
-x41602 = x41601
-x41603 = x41602
-x41604 = x41603
-x41605 = x41604
-x41606 = x41605
-x41607 = x41606
-x41608 = x41607
-x41609 = x41608
-x41610 = x41609
-x41611 = x41610
-x41612 = x41611
-x41613 = x41612
-x41614 = x41613
-x41615 = x41614
-x41616 = x41615
-x41617 = x41616
-x41618 = x41617
-x41619 = x41618
-x41620 = x41619
-x41621 = x41620
-x41622 = x41621
-x41623 = x41622
-x41624 = x41623
-x41625 = x41624
-x41626 = x41625
-x41627 = x41626
-x41628 = x41627
-x41629 = x41628
-x41630 = x41629
-x41631 = x41630
-x41632 = x41631
-x41633 = x41632
-x41634 = x41633
-x41635 = x41634
-x41636 = x41635
-x41637 = x41636
-x41638 = x41637
-x41639 = x41638
-x41640 = x41639
-x41641 = x41640
-x41642 = x41641
-x41643 = x41642
-x41644 = x41643
-x41645 = x41644
-x41646 = x41645
-x41647 = x41646
-x41648 = x41647
-x41649 = x41648
-x41650 = x41649
-x41651 = x41650
-x41652 = x41651
-x41653 = x41652
-x41654 = x41653
-x41655 = x41654
-x41656 = x41655
-x41657 = x41656
-x41658 = x41657
-x41659 = x41658
-x41660 = x41659
-x41661 = x41660
-x41662 = x41661
-x41663 = x41662
-x41664 = x41663
-x41665 = x41664
-x41666 = x41665
-x41667 = x41666
-x41668 = x41667
-x41669 = x41668
-x41670 = x41669
-x41671 = x41670
-x41672 = x41671
-x41673 = x41672
-x41674 = x41673
-x41675 = x41674
-x41676 = x41675
-x41677 = x41676
-x41678 = x41677
-x41679 = x41678
-x41680 = x41679
-x41681 = x41680
-x41682 = x41681
-x41683 = x41682
-x41684 = x41683
-x41685 = x41684
-x41686 = x41685
-x41687 = x41686
-x41688 = x41687
-x41689 = x41688
-x41690 = x41689
-x41691 = x41690
-x41692 = x41691
-x41693 = x41692
-x41694 = x41693
-x41695 = x41694
-x41696 = x41695
-x41697 = x41696
-x41698 = x41697
-x41699 = x41698
-x41700 = x41699
-x41701 = x41700
-x41702 = x41701
-x41703 = x41702
-x41704 = x41703
-x41705 = x41704
-x41706 = x41705
-x41707 = x41706
-x41708 = x41707
-x41709 = x41708
-x41710 = x41709
-x41711 = x41710
-x41712 = x41711
-x41713 = x41712
-x41714 = x41713
-x41715 = x41714
-x41716 = x41715
-x41717 = x41716
-x41718 = x41717
-x41719 = x41718
-x41720 = x41719
-x41721 = x41720
-x41722 = x41721
-x41723 = x41722
-x41724 = x41723
-x41725 = x41724
-x41726 = x41725
-x41727 = x41726
-x41728 = x41727
-x41729 = x41728
-x41730 = x41729
-x41731 = x41730
-x41732 = x41731
-x41733 = x41732
-x41734 = x41733
-x41735 = x41734
-x41736 = x41735
-x41737 = x41736
-x41738 = x41737
-x41739 = x41738
-x41740 = x41739
-x41741 = x41740
-x41742 = x41741
-x41743 = x41742
-x41744 = x41743
-x41745 = x41744
-x41746 = x41745
-x41747 = x41746
-x41748 = x41747
-x41749 = x41748
-x41750 = x41749
-x41751 = x41750
-x41752 = x41751
-x41753 = x41752
-x41754 = x41753
-x41755 = x41754
-x41756 = x41755
-x41757 = x41756
-x41758 = x41757
-x41759 = x41758
-x41760 = x41759
-x41761 = x41760
-x41762 = x41761
-x41763 = x41762
-x41764 = x41763
-x41765 = x41764
-x41766 = x41765
-x41767 = x41766
-x41768 = x41767
-x41769 = x41768
-x41770 = x41769
-x41771 = x41770
-x41772 = x41771
-x41773 = x41772
-x41774 = x41773
-x41775 = x41774
-x41776 = x41775
-x41777 = x41776
-x41778 = x41777
-x41779 = x41778
-x41780 = x41779
-x41781 = x41780
-x41782 = x41781
-x41783 = x41782
-x41784 = x41783
-x41785 = x41784
-x41786 = x41785
-x41787 = x41786
-x41788 = x41787
-x41789 = x41788
-x41790 = x41789
-x41791 = x41790
-x41792 = x41791
-x41793 = x41792
-x41794 = x41793
-x41795 = x41794
-x41796 = x41795
-x41797 = x41796
-x41798 = x41797
-x41799 = x41798
-x41800 = x41799
-x41801 = x41800
-x41802 = x41801
-x41803 = x41802
-x41804 = x41803
-x41805 = x41804
-x41806 = x41805
-x41807 = x41806
-x41808 = x41807
-x41809 = x41808
-x41810 = x41809
-x41811 = x41810
-x41812 = x41811
-x41813 = x41812
-x41814 = x41813
-x41815 = x41814
-x41816 = x41815
-x41817 = x41816
-x41818 = x41817
-x41819 = x41818
-x41820 = x41819
-x41821 = x41820
-x41822 = x41821
-x41823 = x41822
-x41824 = x41823
-x41825 = x41824
-x41826 = x41825
-x41827 = x41826
-x41828 = x41827
-x41829 = x41828
-x41830 = x41829
-x41831 = x41830
-x41832 = x41831
-x41833 = x41832
-x41834 = x41833
-x41835 = x41834
-x41836 = x41835
-x41837 = x41836
-x41838 = x41837
-x41839 = x41838
-x41840 = x41839
-x41841 = x41840
-x41842 = x41841
-x41843 = x41842
-x41844 = x41843
-x41845 = x41844
-x41846 = x41845
-x41847 = x41846
-x41848 = x41847
-x41849 = x41848
-x41850 = x41849
-x41851 = x41850
-x41852 = x41851
-x41853 = x41852
-x41854 = x41853
-x41855 = x41854
-x41856 = x41855
-x41857 = x41856
-x41858 = x41857
-x41859 = x41858
-x41860 = x41859
-x41861 = x41860
-x41862 = x41861
-x41863 = x41862
-x41864 = x41863
-x41865 = x41864
-x41866 = x41865
-x41867 = x41866
-x41868 = x41867
-x41869 = x41868
-x41870 = x41869
-x41871 = x41870
-x41872 = x41871
-x41873 = x41872
-x41874 = x41873
-x41875 = x41874
-x41876 = x41875
-x41877 = x41876
-x41878 = x41877
-x41879 = x41878
-x41880 = x41879
-x41881 = x41880
-x41882 = x41881
-x41883 = x41882
-x41884 = x41883
-x41885 = x41884
-x41886 = x41885
-x41887 = x41886
-x41888 = x41887
-x41889 = x41888
-x41890 = x41889
-x41891 = x41890
-x41892 = x41891
-x41893 = x41892
-x41894 = x41893
-x41895 = x41894
-x41896 = x41895
-x41897 = x41896
-x41898 = x41897
-x41899 = x41898
-x41900 = x41899
-x41901 = x41900
-x41902 = x41901
-x41903 = x41902
-x41904 = x41903
-x41905 = x41904
-x41906 = x41905
-x41907 = x41906
-x41908 = x41907
-x41909 = x41908
-x41910 = x41909
-x41911 = x41910
-x41912 = x41911
-x41913 = x41912
-x41914 = x41913
-x41915 = x41914
-x41916 = x41915
-x41917 = x41916
-x41918 = x41917
-x41919 = x41918
-x41920 = x41919
-x41921 = x41920
-x41922 = x41921
-x41923 = x41922
-x41924 = x41923
-x41925 = x41924
-x41926 = x41925
-x41927 = x41926
-x41928 = x41927
-x41929 = x41928
-x41930 = x41929
-x41931 = x41930
-x41932 = x41931
-x41933 = x41932
-x41934 = x41933
-x41935 = x41934
-x41936 = x41935
-x41937 = x41936
-x41938 = x41937
-x41939 = x41938
-x41940 = x41939
-x41941 = x41940
-x41942 = x41941
-x41943 = x41942
-x41944 = x41943
-x41945 = x41944
-x41946 = x41945
-x41947 = x41946
-x41948 = x41947
-x41949 = x41948
-x41950 = x41949
-x41951 = x41950
-x41952 = x41951
-x41953 = x41952
-x41954 = x41953
-x41955 = x41954
-x41956 = x41955
-x41957 = x41956
-x41958 = x41957
-x41959 = x41958
-x41960 = x41959
-x41961 = x41960
-x41962 = x41961
-x41963 = x41962
-x41964 = x41963
-x41965 = x41964
-x41966 = x41965
-x41967 = x41966
-x41968 = x41967
-x41969 = x41968
-x41970 = x41969
-x41971 = x41970
-x41972 = x41971
-x41973 = x41972
-x41974 = x41973
-x41975 = x41974
-x41976 = x41975
-x41977 = x41976
-x41978 = x41977
-x41979 = x41978
-x41980 = x41979
-x41981 = x41980
-x41982 = x41981
-x41983 = x41982
-x41984 = x41983
-x41985 = x41984
-x41986 = x41985
-x41987 = x41986
-x41988 = x41987
-x41989 = x41988
-x41990 = x41989
-x41991 = x41990
-x41992 = x41991
-x41993 = x41992
-x41994 = x41993
-x41995 = x41994
-x41996 = x41995
-x41997 = x41996
-x41998 = x41997
-x41999 = x41998
-x42000 = x41999
-x42001 = x42000
-x42002 = x42001
-x42003 = x42002
-x42004 = x42003
-x42005 = x42004
-x42006 = x42005
-x42007 = x42006
-x42008 = x42007
-x42009 = x42008
-x42010 = x42009
-x42011 = x42010
-x42012 = x42011
-x42013 = x42012
-x42014 = x42013
-x42015 = x42014
-x42016 = x42015
-x42017 = x42016
-x42018 = x42017
-x42019 = x42018
-x42020 = x42019
-x42021 = x42020
-x42022 = x42021
-x42023 = x42022
-x42024 = x42023
-x42025 = x42024
-x42026 = x42025
-x42027 = x42026
-x42028 = x42027
-x42029 = x42028
-x42030 = x42029
-x42031 = x42030
-x42032 = x42031
-x42033 = x42032
-x42034 = x42033
-x42035 = x42034
-x42036 = x42035
-x42037 = x42036
-x42038 = x42037
-x42039 = x42038
-x42040 = x42039
-x42041 = x42040
-x42042 = x42041
-x42043 = x42042
-x42044 = x42043
-x42045 = x42044
-x42046 = x42045
-x42047 = x42046
-x42048 = x42047
-x42049 = x42048
-x42050 = x42049
-x42051 = x42050
-x42052 = x42051
-x42053 = x42052
-x42054 = x42053
-x42055 = x42054
-x42056 = x42055
-x42057 = x42056
-x42058 = x42057
-x42059 = x42058
-x42060 = x42059
-x42061 = x42060
-x42062 = x42061
-x42063 = x42062
-x42064 = x42063
-x42065 = x42064
-x42066 = x42065
-x42067 = x42066
-x42068 = x42067
-x42069 = x42068
-x42070 = x42069
-x42071 = x42070
-x42072 = x42071
-x42073 = x42072
-x42074 = x42073
-x42075 = x42074
-x42076 = x42075
-x42077 = x42076
-x42078 = x42077
-x42079 = x42078
-x42080 = x42079
-x42081 = x42080
-x42082 = x42081
-x42083 = x42082
-x42084 = x42083
-x42085 = x42084
-x42086 = x42085
-x42087 = x42086
-x42088 = x42087
-x42089 = x42088
-x42090 = x42089
-x42091 = x42090
-x42092 = x42091
-x42093 = x42092
-x42094 = x42093
-x42095 = x42094
-x42096 = x42095
-x42097 = x42096
-x42098 = x42097
-x42099 = x42098
-x42100 = x42099
-x42101 = x42100
-x42102 = x42101
-x42103 = x42102
-x42104 = x42103
-x42105 = x42104
-x42106 = x42105
-x42107 = x42106
-x42108 = x42107
-x42109 = x42108
-x42110 = x42109
-x42111 = x42110
-x42112 = x42111
-x42113 = x42112
-x42114 = x42113
-x42115 = x42114
-x42116 = x42115
-x42117 = x42116
-x42118 = x42117
-x42119 = x42118
-x42120 = x42119
-x42121 = x42120
-x42122 = x42121
-x42123 = x42122
-x42124 = x42123
-x42125 = x42124
-x42126 = x42125
-x42127 = x42126
-x42128 = x42127
-x42129 = x42128
-x42130 = x42129
-x42131 = x42130
-x42132 = x42131
-x42133 = x42132
-x42134 = x42133
-x42135 = x42134
-x42136 = x42135
-x42137 = x42136
-x42138 = x42137
-x42139 = x42138
-x42140 = x42139
-x42141 = x42140
-x42142 = x42141
-x42143 = x42142
-x42144 = x42143
-x42145 = x42144
-x42146 = x42145
-x42147 = x42146
-x42148 = x42147
-x42149 = x42148
-x42150 = x42149
-x42151 = x42150
-x42152 = x42151
-x42153 = x42152
-x42154 = x42153
-x42155 = x42154
-x42156 = x42155
-x42157 = x42156
-x42158 = x42157
-x42159 = x42158
-x42160 = x42159
-x42161 = x42160
-x42162 = x42161
-x42163 = x42162
-x42164 = x42163
-x42165 = x42164
-x42166 = x42165
-x42167 = x42166
-x42168 = x42167
-x42169 = x42168
-x42170 = x42169
-x42171 = x42170
-x42172 = x42171
-x42173 = x42172
-x42174 = x42173
-x42175 = x42174
-x42176 = x42175
-x42177 = x42176
-x42178 = x42177
-x42179 = x42178
-x42180 = x42179
-x42181 = x42180
-x42182 = x42181
-x42183 = x42182
-x42184 = x42183
-x42185 = x42184
-x42186 = x42185
-x42187 = x42186
-x42188 = x42187
-x42189 = x42188
-x42190 = x42189
-x42191 = x42190
-x42192 = x42191
-x42193 = x42192
-x42194 = x42193
-x42195 = x42194
-x42196 = x42195
-x42197 = x42196
-x42198 = x42197
-x42199 = x42198
-x42200 = x42199
-x42201 = x42200
-x42202 = x42201
-x42203 = x42202
-x42204 = x42203
-x42205 = x42204
-x42206 = x42205
-x42207 = x42206
-x42208 = x42207
-x42209 = x42208
-x42210 = x42209
-x42211 = x42210
-x42212 = x42211
-x42213 = x42212
-x42214 = x42213
-x42215 = x42214
-x42216 = x42215
-x42217 = x42216
-x42218 = x42217
-x42219 = x42218
-x42220 = x42219
-x42221 = x42220
-x42222 = x42221
-x42223 = x42222
-x42224 = x42223
-x42225 = x42224
-x42226 = x42225
-x42227 = x42226
-x42228 = x42227
-x42229 = x42228
-x42230 = x42229
-x42231 = x42230
-x42232 = x42231
-x42233 = x42232
-x42234 = x42233
-x42235 = x42234
-x42236 = x42235
-x42237 = x42236
-x42238 = x42237
-x42239 = x42238
-x42240 = x42239
-x42241 = x42240
-x42242 = x42241
-x42243 = x42242
-x42244 = x42243
-x42245 = x42244
-x42246 = x42245
-x42247 = x42246
-x42248 = x42247
-x42249 = x42248
-x42250 = x42249
-x42251 = x42250
-x42252 = x42251
-x42253 = x42252
-x42254 = x42253
-x42255 = x42254
-x42256 = x42255
-x42257 = x42256
-x42258 = x42257
-x42259 = x42258
-x42260 = x42259
-x42261 = x42260
-x42262 = x42261
-x42263 = x42262
-x42264 = x42263
-x42265 = x42264
-x42266 = x42265
-x42267 = x42266
-x42268 = x42267
-x42269 = x42268
-x42270 = x42269
-x42271 = x42270
-x42272 = x42271
-x42273 = x42272
-x42274 = x42273
-x42275 = x42274
-x42276 = x42275
-x42277 = x42276
-x42278 = x42277
-x42279 = x42278
-x42280 = x42279
-x42281 = x42280
-x42282 = x42281
-x42283 = x42282
-x42284 = x42283
-x42285 = x42284
-x42286 = x42285
-x42287 = x42286
-x42288 = x42287
-x42289 = x42288
-x42290 = x42289
-x42291 = x42290
-x42292 = x42291
-x42293 = x42292
-x42294 = x42293
-x42295 = x42294
-x42296 = x42295
-x42297 = x42296
-x42298 = x42297
-x42299 = x42298
-x42300 = x42299
-x42301 = x42300
-x42302 = x42301
-x42303 = x42302
-x42304 = x42303
-x42305 = x42304
-x42306 = x42305
-x42307 = x42306
-x42308 = x42307
-x42309 = x42308
-x42310 = x42309
-x42311 = x42310
-x42312 = x42311
-x42313 = x42312
-x42314 = x42313
-x42315 = x42314
-x42316 = x42315
-x42317 = x42316
-x42318 = x42317
-x42319 = x42318
-x42320 = x42319
-x42321 = x42320
-x42322 = x42321
-x42323 = x42322
-x42324 = x42323
-x42325 = x42324
-x42326 = x42325
-x42327 = x42326
-x42328 = x42327
-x42329 = x42328
-x42330 = x42329
-x42331 = x42330
-x42332 = x42331
-x42333 = x42332
-x42334 = x42333
-x42335 = x42334
-x42336 = x42335
-x42337 = x42336
-x42338 = x42337
-x42339 = x42338
-x42340 = x42339
-x42341 = x42340
-x42342 = x42341
-x42343 = x42342
-x42344 = x42343
-x42345 = x42344
-x42346 = x42345
-x42347 = x42346
-x42348 = x42347
-x42349 = x42348
-x42350 = x42349
-x42351 = x42350
-x42352 = x42351
-x42353 = x42352
-x42354 = x42353
-x42355 = x42354
-x42356 = x42355
-x42357 = x42356
-x42358 = x42357
-x42359 = x42358
-x42360 = x42359
-x42361 = x42360
-x42362 = x42361
-x42363 = x42362
-x42364 = x42363
-x42365 = x42364
-x42366 = x42365
-x42367 = x42366
-x42368 = x42367
-x42369 = x42368
-x42370 = x42369
-x42371 = x42370
-x42372 = x42371
-x42373 = x42372
-x42374 = x42373
-x42375 = x42374
-x42376 = x42375
-x42377 = x42376
-x42378 = x42377
-x42379 = x42378
-x42380 = x42379
-x42381 = x42380
-x42382 = x42381
-x42383 = x42382
-x42384 = x42383
-x42385 = x42384
-x42386 = x42385
-x42387 = x42386
-x42388 = x42387
-x42389 = x42388
-x42390 = x42389
-x42391 = x42390
-x42392 = x42391
-x42393 = x42392
-x42394 = x42393
-x42395 = x42394
-x42396 = x42395
-x42397 = x42396
-x42398 = x42397
-x42399 = x42398
-x42400 = x42399
-x42401 = x42400
-x42402 = x42401
-x42403 = x42402
-x42404 = x42403
-x42405 = x42404
-x42406 = x42405
-x42407 = x42406
-x42408 = x42407
-x42409 = x42408
-x42410 = x42409
-x42411 = x42410
-x42412 = x42411
-x42413 = x42412
-x42414 = x42413
-x42415 = x42414
-x42416 = x42415
-x42417 = x42416
-x42418 = x42417
-x42419 = x42418
-x42420 = x42419
-x42421 = x42420
-x42422 = x42421
-x42423 = x42422
-x42424 = x42423
-x42425 = x42424
-x42426 = x42425
-x42427 = x42426
-x42428 = x42427
-x42429 = x42428
-x42430 = x42429
-x42431 = x42430
-x42432 = x42431
-x42433 = x42432
-x42434 = x42433
-x42435 = x42434
-x42436 = x42435
-x42437 = x42436
-x42438 = x42437
-x42439 = x42438
-x42440 = x42439
-x42441 = x42440
-x42442 = x42441
-x42443 = x42442
-x42444 = x42443
-x42445 = x42444
-x42446 = x42445
-x42447 = x42446
-x42448 = x42447
-x42449 = x42448
-x42450 = x42449
-x42451 = x42450
-x42452 = x42451
-x42453 = x42452
-x42454 = x42453
-x42455 = x42454
-x42456 = x42455
-x42457 = x42456
-x42458 = x42457
-x42459 = x42458
-x42460 = x42459
-x42461 = x42460
-x42462 = x42461
-x42463 = x42462
-x42464 = x42463
-x42465 = x42464
-x42466 = x42465
-x42467 = x42466
-x42468 = x42467
-x42469 = x42468
-x42470 = x42469
-x42471 = x42470
-x42472 = x42471
-x42473 = x42472
-x42474 = x42473
-x42475 = x42474
-x42476 = x42475
-x42477 = x42476
-x42478 = x42477
-x42479 = x42478
-x42480 = x42479
-x42481 = x42480
-x42482 = x42481
-x42483 = x42482
-x42484 = x42483
-x42485 = x42484
-x42486 = x42485
-x42487 = x42486
-x42488 = x42487
-x42489 = x42488
-x42490 = x42489
-x42491 = x42490
-x42492 = x42491
-x42493 = x42492
-x42494 = x42493
-x42495 = x42494
-x42496 = x42495
-x42497 = x42496
-x42498 = x42497
-x42499 = x42498
-x42500 = x42499
-x42501 = x42500
-x42502 = x42501
-x42503 = x42502
-x42504 = x42503
-x42505 = x42504
-x42506 = x42505
-x42507 = x42506
-x42508 = x42507
-x42509 = x42508
-x42510 = x42509
-x42511 = x42510
-x42512 = x42511
-x42513 = x42512
-x42514 = x42513
-x42515 = x42514
-x42516 = x42515
-x42517 = x42516
-x42518 = x42517
-x42519 = x42518
-x42520 = x42519
-x42521 = x42520
-x42522 = x42521
-x42523 = x42522
-x42524 = x42523
-x42525 = x42524
-x42526 = x42525
-x42527 = x42526
-x42528 = x42527
-x42529 = x42528
-x42530 = x42529
-x42531 = x42530
-x42532 = x42531
-x42533 = x42532
-x42534 = x42533
-x42535 = x42534
-x42536 = x42535
-x42537 = x42536
-x42538 = x42537
-x42539 = x42538
-x42540 = x42539
-x42541 = x42540
-x42542 = x42541
-x42543 = x42542
-x42544 = x42543
-x42545 = x42544
-x42546 = x42545
-x42547 = x42546
-x42548 = x42547
-x42549 = x42548
-x42550 = x42549
-x42551 = x42550
-x42552 = x42551
-x42553 = x42552
-x42554 = x42553
-x42555 = x42554
-x42556 = x42555
-x42557 = x42556
-x42558 = x42557
-x42559 = x42558
-x42560 = x42559
-x42561 = x42560
-x42562 = x42561
-x42563 = x42562
-x42564 = x42563
-x42565 = x42564
-x42566 = x42565
-x42567 = x42566
-x42568 = x42567
-x42569 = x42568
-x42570 = x42569
-x42571 = x42570
-x42572 = x42571
-x42573 = x42572
-x42574 = x42573
-x42575 = x42574
-x42576 = x42575
-x42577 = x42576
-x42578 = x42577
-x42579 = x42578
-x42580 = x42579
-x42581 = x42580
-x42582 = x42581
-x42583 = x42582
-x42584 = x42583
-x42585 = x42584
-x42586 = x42585
-x42587 = x42586
-x42588 = x42587
-x42589 = x42588
-x42590 = x42589
-x42591 = x42590
-x42592 = x42591
-x42593 = x42592
-x42594 = x42593
-x42595 = x42594
-x42596 = x42595
-x42597 = x42596
-x42598 = x42597
-x42599 = x42598
-x42600 = x42599
-x42601 = x42600
-x42602 = x42601
-x42603 = x42602
-x42604 = x42603
-x42605 = x42604
-x42606 = x42605
-x42607 = x42606
-x42608 = x42607
-x42609 = x42608
-x42610 = x42609
-x42611 = x42610
-x42612 = x42611
-x42613 = x42612
-x42614 = x42613
-x42615 = x42614
-x42616 = x42615
-x42617 = x42616
-x42618 = x42617
-x42619 = x42618
-x42620 = x42619
-x42621 = x42620
-x42622 = x42621
-x42623 = x42622
-x42624 = x42623
-x42625 = x42624
-x42626 = x42625
-x42627 = x42626
-x42628 = x42627
-x42629 = x42628
-x42630 = x42629
-x42631 = x42630
-x42632 = x42631
-x42633 = x42632
-x42634 = x42633
-x42635 = x42634
-x42636 = x42635
-x42637 = x42636
-x42638 = x42637
-x42639 = x42638
-x42640 = x42639
-x42641 = x42640
-x42642 = x42641
-x42643 = x42642
-x42644 = x42643
-x42645 = x42644
-x42646 = x42645
-x42647 = x42646
-x42648 = x42647
-x42649 = x42648
-x42650 = x42649
-x42651 = x42650
-x42652 = x42651
-x42653 = x42652
-x42654 = x42653
-x42655 = x42654
-x42656 = x42655
-x42657 = x42656
-x42658 = x42657
-x42659 = x42658
-x42660 = x42659
-x42661 = x42660
-x42662 = x42661
-x42663 = x42662
-x42664 = x42663
-x42665 = x42664
-x42666 = x42665
-x42667 = x42666
-x42668 = x42667
-x42669 = x42668
-x42670 = x42669
-x42671 = x42670
-x42672 = x42671
-x42673 = x42672
-x42674 = x42673
-x42675 = x42674
-x42676 = x42675
-x42677 = x42676
-x42678 = x42677
-x42679 = x42678
-x42680 = x42679
-x42681 = x42680
-x42682 = x42681
-x42683 = x42682
-x42684 = x42683
-x42685 = x42684
-x42686 = x42685
-x42687 = x42686
-x42688 = x42687
-x42689 = x42688
-x42690 = x42689
-x42691 = x42690
-x42692 = x42691
-x42693 = x42692
-x42694 = x42693
-x42695 = x42694
-x42696 = x42695
-x42697 = x42696
-x42698 = x42697
-x42699 = x42698
-x42700 = x42699
-x42701 = x42700
-x42702 = x42701
-x42703 = x42702
-x42704 = x42703
-x42705 = x42704
-x42706 = x42705
-x42707 = x42706
-x42708 = x42707
-x42709 = x42708
-x42710 = x42709
-x42711 = x42710
-x42712 = x42711
-x42713 = x42712
-x42714 = x42713
-x42715 = x42714
-x42716 = x42715
-x42717 = x42716
-x42718 = x42717
-x42719 = x42718
-x42720 = x42719
-x42721 = x42720
-x42722 = x42721
-x42723 = x42722
-x42724 = x42723
-x42725 = x42724
-x42726 = x42725
-x42727 = x42726
-x42728 = x42727
-x42729 = x42728
-x42730 = x42729
-x42731 = x42730
-x42732 = x42731
-x42733 = x42732
-x42734 = x42733
-x42735 = x42734
-x42736 = x42735
-x42737 = x42736
-x42738 = x42737
-x42739 = x42738
-x42740 = x42739
-x42741 = x42740
-x42742 = x42741
-x42743 = x42742
-x42744 = x42743
-x42745 = x42744
-x42746 = x42745
-x42747 = x42746
-x42748 = x42747
-x42749 = x42748
-x42750 = x42749
-x42751 = x42750
-x42752 = x42751
-x42753 = x42752
-x42754 = x42753
-x42755 = x42754
-x42756 = x42755
-x42757 = x42756
-x42758 = x42757
-x42759 = x42758
-x42760 = x42759
-x42761 = x42760
-x42762 = x42761
-x42763 = x42762
-x42764 = x42763
-x42765 = x42764
-x42766 = x42765
-x42767 = x42766
-x42768 = x42767
-x42769 = x42768
-x42770 = x42769
-x42771 = x42770
-x42772 = x42771
-x42773 = x42772
-x42774 = x42773
-x42775 = x42774
-x42776 = x42775
-x42777 = x42776
-x42778 = x42777
-x42779 = x42778
-x42780 = x42779
-x42781 = x42780
-x42782 = x42781
-x42783 = x42782
-x42784 = x42783
-x42785 = x42784
-x42786 = x42785
-x42787 = x42786
-x42788 = x42787
-x42789 = x42788
-x42790 = x42789
-x42791 = x42790
-x42792 = x42791
-x42793 = x42792
-x42794 = x42793
-x42795 = x42794
-x42796 = x42795
-x42797 = x42796
-x42798 = x42797
-x42799 = x42798
-x42800 = x42799
-x42801 = x42800
-x42802 = x42801
-x42803 = x42802
-x42804 = x42803
-x42805 = x42804
-x42806 = x42805
-x42807 = x42806
-x42808 = x42807
-x42809 = x42808
-x42810 = x42809
-x42811 = x42810
-x42812 = x42811
-x42813 = x42812
-x42814 = x42813
-x42815 = x42814
-x42816 = x42815
-x42817 = x42816
-x42818 = x42817
-x42819 = x42818
-x42820 = x42819
-x42821 = x42820
-x42822 = x42821
-x42823 = x42822
-x42824 = x42823
-x42825 = x42824
-x42826 = x42825
-x42827 = x42826
-x42828 = x42827
-x42829 = x42828
-x42830 = x42829
-x42831 = x42830
-x42832 = x42831
-x42833 = x42832
-x42834 = x42833
-x42835 = x42834
-x42836 = x42835
-x42837 = x42836
-x42838 = x42837
-x42839 = x42838
-x42840 = x42839
-x42841 = x42840
-x42842 = x42841
-x42843 = x42842
-x42844 = x42843
-x42845 = x42844
-x42846 = x42845
-x42847 = x42846
-x42848 = x42847
-x42849 = x42848
-x42850 = x42849
-x42851 = x42850
-x42852 = x42851
-x42853 = x42852
-x42854 = x42853
-x42855 = x42854
-x42856 = x42855
-x42857 = x42856
-x42858 = x42857
-x42859 = x42858
-x42860 = x42859
-x42861 = x42860
-x42862 = x42861
-x42863 = x42862
-x42864 = x42863
-x42865 = x42864
-x42866 = x42865
-x42867 = x42866
-x42868 = x42867
-x42869 = x42868
-x42870 = x42869
-x42871 = x42870
-x42872 = x42871
-x42873 = x42872
-x42874 = x42873
-x42875 = x42874
-x42876 = x42875
-x42877 = x42876
-x42878 = x42877
-x42879 = x42878
-x42880 = x42879
-x42881 = x42880
-x42882 = x42881
-x42883 = x42882
-x42884 = x42883
-x42885 = x42884
-x42886 = x42885
-x42887 = x42886
-x42888 = x42887
-x42889 = x42888
-x42890 = x42889
-x42891 = x42890
-x42892 = x42891
-x42893 = x42892
-x42894 = x42893
-x42895 = x42894
-x42896 = x42895
-x42897 = x42896
-x42898 = x42897
-x42899 = x42898
-x42900 = x42899
-x42901 = x42900
-x42902 = x42901
-x42903 = x42902
-x42904 = x42903
-x42905 = x42904
-x42906 = x42905
-x42907 = x42906
-x42908 = x42907
-x42909 = x42908
-x42910 = x42909
-x42911 = x42910
-x42912 = x42911
-x42913 = x42912
-x42914 = x42913
-x42915 = x42914
-x42916 = x42915
-x42917 = x42916
-x42918 = x42917
-x42919 = x42918
-x42920 = x42919
-x42921 = x42920
-x42922 = x42921
-x42923 = x42922
-x42924 = x42923
-x42925 = x42924
-x42926 = x42925
-x42927 = x42926
-x42928 = x42927
-x42929 = x42928
-x42930 = x42929
-x42931 = x42930
-x42932 = x42931
-x42933 = x42932
-x42934 = x42933
-x42935 = x42934
-x42936 = x42935
-x42937 = x42936
-x42938 = x42937
-x42939 = x42938
-x42940 = x42939
-x42941 = x42940
-x42942 = x42941
-x42943 = x42942
-x42944 = x42943
-x42945 = x42944
-x42946 = x42945
-x42947 = x42946
-x42948 = x42947
-x42949 = x42948
-x42950 = x42949
-x42951 = x42950
-x42952 = x42951
-x42953 = x42952
-x42954 = x42953
-x42955 = x42954
-x42956 = x42955
-x42957 = x42956
-x42958 = x42957
-x42959 = x42958
-x42960 = x42959
-x42961 = x42960
-x42962 = x42961
-x42963 = x42962
-x42964 = x42963
-x42965 = x42964
-x42966 = x42965
-x42967 = x42966
-x42968 = x42967
-x42969 = x42968
-x42970 = x42969
-x42971 = x42970
-x42972 = x42971
-x42973 = x42972
-x42974 = x42973
-x42975 = x42974
-x42976 = x42975
-x42977 = x42976
-x42978 = x42977
-x42979 = x42978
-x42980 = x42979
-x42981 = x42980
-x42982 = x42981
-x42983 = x42982
-x42984 = x42983
-x42985 = x42984
-x42986 = x42985
-x42987 = x42986
-x42988 = x42987
-x42989 = x42988
-x42990 = x42989
-x42991 = x42990
-x42992 = x42991
-x42993 = x42992
-x42994 = x42993
-x42995 = x42994
-x42996 = x42995
-x42997 = x42996
-x42998 = x42997
-x42999 = x42998
-x43000 = x42999
-x43001 = x43000
-x43002 = x43001
-x43003 = x43002
-x43004 = x43003
-x43005 = x43004
-x43006 = x43005
-x43007 = x43006
-x43008 = x43007
-x43009 = x43008
-x43010 = x43009
-x43011 = x43010
-x43012 = x43011
-x43013 = x43012
-x43014 = x43013
-x43015 = x43014
-x43016 = x43015
-x43017 = x43016
-x43018 = x43017
-x43019 = x43018
-x43020 = x43019
-x43021 = x43020
-x43022 = x43021
-x43023 = x43022
-x43024 = x43023
-x43025 = x43024
-x43026 = x43025
-x43027 = x43026
-x43028 = x43027
-x43029 = x43028
-x43030 = x43029
-x43031 = x43030
-x43032 = x43031
-x43033 = x43032
-x43034 = x43033
-x43035 = x43034
-x43036 = x43035
-x43037 = x43036
-x43038 = x43037
-x43039 = x43038
-x43040 = x43039
-x43041 = x43040
-x43042 = x43041
-x43043 = x43042
-x43044 = x43043
-x43045 = x43044
-x43046 = x43045
-x43047 = x43046
-x43048 = x43047
-x43049 = x43048
-x43050 = x43049
-x43051 = x43050
-x43052 = x43051
-x43053 = x43052
-x43054 = x43053
-x43055 = x43054
-x43056 = x43055
-x43057 = x43056
-x43058 = x43057
-x43059 = x43058
-x43060 = x43059
-x43061 = x43060
-x43062 = x43061
-x43063 = x43062
-x43064 = x43063
-x43065 = x43064
-x43066 = x43065
-x43067 = x43066
-x43068 = x43067
-x43069 = x43068
-x43070 = x43069
-x43071 = x43070
-x43072 = x43071
-x43073 = x43072
-x43074 = x43073
-x43075 = x43074
-x43076 = x43075
-x43077 = x43076
-x43078 = x43077
-x43079 = x43078
-x43080 = x43079
-x43081 = x43080
-x43082 = x43081
-x43083 = x43082
-x43084 = x43083
-x43085 = x43084
-x43086 = x43085
-x43087 = x43086
-x43088 = x43087
-x43089 = x43088
-x43090 = x43089
-x43091 = x43090
-x43092 = x43091
-x43093 = x43092
-x43094 = x43093
-x43095 = x43094
-x43096 = x43095
-x43097 = x43096
-x43098 = x43097
-x43099 = x43098
-x43100 = x43099
-x43101 = x43100
-x43102 = x43101
-x43103 = x43102
-x43104 = x43103
-x43105 = x43104
-x43106 = x43105
-x43107 = x43106
-x43108 = x43107
-x43109 = x43108
-x43110 = x43109
-x43111 = x43110
-x43112 = x43111
-x43113 = x43112
-x43114 = x43113
-x43115 = x43114
-x43116 = x43115
-x43117 = x43116
-x43118 = x43117
-x43119 = x43118
-x43120 = x43119
-x43121 = x43120
-x43122 = x43121
-x43123 = x43122
-x43124 = x43123
-x43125 = x43124
-x43126 = x43125
-x43127 = x43126
-x43128 = x43127
-x43129 = x43128
-x43130 = x43129
-x43131 = x43130
-x43132 = x43131
-x43133 = x43132
-x43134 = x43133
-x43135 = x43134
-x43136 = x43135
-x43137 = x43136
-x43138 = x43137
-x43139 = x43138
-x43140 = x43139
-x43141 = x43140
-x43142 = x43141
-x43143 = x43142
-x43144 = x43143
-x43145 = x43144
-x43146 = x43145
-x43147 = x43146
-x43148 = x43147
-x43149 = x43148
-x43150 = x43149
-x43151 = x43150
-x43152 = x43151
-x43153 = x43152
-x43154 = x43153
-x43155 = x43154
-x43156 = x43155
-x43157 = x43156
-x43158 = x43157
-x43159 = x43158
-x43160 = x43159
-x43161 = x43160
-x43162 = x43161
-x43163 = x43162
-x43164 = x43163
-x43165 = x43164
-x43166 = x43165
-x43167 = x43166
-x43168 = x43167
-x43169 = x43168
-x43170 = x43169
-x43171 = x43170
-x43172 = x43171
-x43173 = x43172
-x43174 = x43173
-x43175 = x43174
-x43176 = x43175
-x43177 = x43176
-x43178 = x43177
-x43179 = x43178
-x43180 = x43179
-x43181 = x43180
-x43182 = x43181
-x43183 = x43182
-x43184 = x43183
-x43185 = x43184
-x43186 = x43185
-x43187 = x43186
-x43188 = x43187
-x43189 = x43188
-x43190 = x43189
-x43191 = x43190
-x43192 = x43191
-x43193 = x43192
-x43194 = x43193
-x43195 = x43194
-x43196 = x43195
-x43197 = x43196
-x43198 = x43197
-x43199 = x43198
-x43200 = x43199
-x43201 = x43200
-x43202 = x43201
-x43203 = x43202
-x43204 = x43203
-x43205 = x43204
-x43206 = x43205
-x43207 = x43206
-x43208 = x43207
-x43209 = x43208
-x43210 = x43209
-x43211 = x43210
-x43212 = x43211
-x43213 = x43212
-x43214 = x43213
-x43215 = x43214
-x43216 = x43215
-x43217 = x43216
-x43218 = x43217
-x43219 = x43218
-x43220 = x43219
-x43221 = x43220
-x43222 = x43221
-x43223 = x43222
-x43224 = x43223
-x43225 = x43224
-x43226 = x43225
-x43227 = x43226
-x43228 = x43227
-x43229 = x43228
-x43230 = x43229
-x43231 = x43230
-x43232 = x43231
-x43233 = x43232
-x43234 = x43233
-x43235 = x43234
-x43236 = x43235
-x43237 = x43236
-x43238 = x43237
-x43239 = x43238
-x43240 = x43239
-x43241 = x43240
-x43242 = x43241
-x43243 = x43242
-x43244 = x43243
-x43245 = x43244
-x43246 = x43245
-x43247 = x43246
-x43248 = x43247
-x43249 = x43248
-x43250 = x43249
-x43251 = x43250
-x43252 = x43251
-x43253 = x43252
-x43254 = x43253
-x43255 = x43254
-x43256 = x43255
-x43257 = x43256
-x43258 = x43257
-x43259 = x43258
-x43260 = x43259
-x43261 = x43260
-x43262 = x43261
-x43263 = x43262
-x43264 = x43263
-x43265 = x43264
-x43266 = x43265
-x43267 = x43266
-x43268 = x43267
-x43269 = x43268
-x43270 = x43269
-x43271 = x43270
-x43272 = x43271
-x43273 = x43272
-x43274 = x43273
-x43275 = x43274
-x43276 = x43275
-x43277 = x43276
-x43278 = x43277
-x43279 = x43278
-x43280 = x43279
-x43281 = x43280
-x43282 = x43281
-x43283 = x43282
-x43284 = x43283
-x43285 = x43284
-x43286 = x43285
-x43287 = x43286
-x43288 = x43287
-x43289 = x43288
-x43290 = x43289
-x43291 = x43290
-x43292 = x43291
-x43293 = x43292
-x43294 = x43293
-x43295 = x43294
-x43296 = x43295
-x43297 = x43296
-x43298 = x43297
-x43299 = x43298
-x43300 = x43299
-x43301 = x43300
-x43302 = x43301
-x43303 = x43302
-x43304 = x43303
-x43305 = x43304
-x43306 = x43305
-x43307 = x43306
-x43308 = x43307
-x43309 = x43308
-x43310 = x43309
-x43311 = x43310
-x43312 = x43311
-x43313 = x43312
-x43314 = x43313
-x43315 = x43314
-x43316 = x43315
-x43317 = x43316
-x43318 = x43317
-x43319 = x43318
-x43320 = x43319
-x43321 = x43320
-x43322 = x43321
-x43323 = x43322
-x43324 = x43323
-x43325 = x43324
-x43326 = x43325
-x43327 = x43326
-x43328 = x43327
-x43329 = x43328
-x43330 = x43329
-x43331 = x43330
-x43332 = x43331
-x43333 = x43332
-x43334 = x43333
-x43335 = x43334
-x43336 = x43335
-x43337 = x43336
-x43338 = x43337
-x43339 = x43338
-x43340 = x43339
-x43341 = x43340
-x43342 = x43341
-x43343 = x43342
-x43344 = x43343
-x43345 = x43344
-x43346 = x43345
-x43347 = x43346
-x43348 = x43347
-x43349 = x43348
-x43350 = x43349
-x43351 = x43350
-x43352 = x43351
-x43353 = x43352
-x43354 = x43353
-x43355 = x43354
-x43356 = x43355
-x43357 = x43356
-x43358 = x43357
-x43359 = x43358
-x43360 = x43359
-x43361 = x43360
-x43362 = x43361
-x43363 = x43362
-x43364 = x43363
-x43365 = x43364
-x43366 = x43365
-x43367 = x43366
-x43368 = x43367
-x43369 = x43368
-x43370 = x43369
-x43371 = x43370
-x43372 = x43371
-x43373 = x43372
-x43374 = x43373
-x43375 = x43374
-x43376 = x43375
-x43377 = x43376
-x43378 = x43377
-x43379 = x43378
-x43380 = x43379
-x43381 = x43380
-x43382 = x43381
-x43383 = x43382
-x43384 = x43383
-x43385 = x43384
-x43386 = x43385
-x43387 = x43386
-x43388 = x43387
-x43389 = x43388
-x43390 = x43389
-x43391 = x43390
-x43392 = x43391
-x43393 = x43392
-x43394 = x43393
-x43395 = x43394
-x43396 = x43395
-x43397 = x43396
-x43398 = x43397
-x43399 = x43398
-x43400 = x43399
-x43401 = x43400
-x43402 = x43401
-x43403 = x43402
-x43404 = x43403
-x43405 = x43404
-x43406 = x43405
-x43407 = x43406
-x43408 = x43407
-x43409 = x43408
-x43410 = x43409
-x43411 = x43410
-x43412 = x43411
-x43413 = x43412
-x43414 = x43413
-x43415 = x43414
-x43416 = x43415
-x43417 = x43416
-x43418 = x43417
-x43419 = x43418
-x43420 = x43419
-x43421 = x43420
-x43422 = x43421
-x43423 = x43422
-x43424 = x43423
-x43425 = x43424
-x43426 = x43425
-x43427 = x43426
-x43428 = x43427
-x43429 = x43428
-x43430 = x43429
-x43431 = x43430
-x43432 = x43431
-x43433 = x43432
-x43434 = x43433
-x43435 = x43434
-x43436 = x43435
-x43437 = x43436
-x43438 = x43437
-x43439 = x43438
-x43440 = x43439
-x43441 = x43440
-x43442 = x43441
-x43443 = x43442
-x43444 = x43443
-x43445 = x43444
-x43446 = x43445
-x43447 = x43446
-x43448 = x43447
-x43449 = x43448
-x43450 = x43449
-x43451 = x43450
-x43452 = x43451
-x43453 = x43452
-x43454 = x43453
-x43455 = x43454
-x43456 = x43455
-x43457 = x43456
-x43458 = x43457
-x43459 = x43458
-x43460 = x43459
-x43461 = x43460
-x43462 = x43461
-x43463 = x43462
-x43464 = x43463
-x43465 = x43464
-x43466 = x43465
-x43467 = x43466
-x43468 = x43467
-x43469 = x43468
-x43470 = x43469
-x43471 = x43470
-x43472 = x43471
-x43473 = x43472
-x43474 = x43473
-x43475 = x43474
-x43476 = x43475
-x43477 = x43476
-x43478 = x43477
-x43479 = x43478
-x43480 = x43479
-x43481 = x43480
-x43482 = x43481
-x43483 = x43482
-x43484 = x43483
-x43485 = x43484
-x43486 = x43485
-x43487 = x43486
-x43488 = x43487
-x43489 = x43488
-x43490 = x43489
-x43491 = x43490
-x43492 = x43491
-x43493 = x43492
-x43494 = x43493
-x43495 = x43494
-x43496 = x43495
-x43497 = x43496
-x43498 = x43497
-x43499 = x43498
-x43500 = x43499
-x43501 = x43500
-x43502 = x43501
-x43503 = x43502
-x43504 = x43503
-x43505 = x43504
-x43506 = x43505
-x43507 = x43506
-x43508 = x43507
-x43509 = x43508
-x43510 = x43509
-x43511 = x43510
-x43512 = x43511
-x43513 = x43512
-x43514 = x43513
-x43515 = x43514
-x43516 = x43515
-x43517 = x43516
-x43518 = x43517
-x43519 = x43518
-x43520 = x43519
-x43521 = x43520
-x43522 = x43521
-x43523 = x43522
-x43524 = x43523
-x43525 = x43524
-x43526 = x43525
-x43527 = x43526
-x43528 = x43527
-x43529 = x43528
-x43530 = x43529
-x43531 = x43530
-x43532 = x43531
-x43533 = x43532
-x43534 = x43533
-x43535 = x43534
-x43536 = x43535
-x43537 = x43536
-x43538 = x43537
-x43539 = x43538
-x43540 = x43539
-x43541 = x43540
-x43542 = x43541
-x43543 = x43542
-x43544 = x43543
-x43545 = x43544
-x43546 = x43545
-x43547 = x43546
-x43548 = x43547
-x43549 = x43548
-x43550 = x43549
-x43551 = x43550
-x43552 = x43551
-x43553 = x43552
-x43554 = x43553
-x43555 = x43554
-x43556 = x43555
-x43557 = x43556
-x43558 = x43557
-x43559 = x43558
-x43560 = x43559
-x43561 = x43560
-x43562 = x43561
-x43563 = x43562
-x43564 = x43563
-x43565 = x43564
-x43566 = x43565
-x43567 = x43566
-x43568 = x43567
-x43569 = x43568
-x43570 = x43569
-x43571 = x43570
-x43572 = x43571
-x43573 = x43572
-x43574 = x43573
-x43575 = x43574
-x43576 = x43575
-x43577 = x43576
-x43578 = x43577
-x43579 = x43578
-x43580 = x43579
-x43581 = x43580
-x43582 = x43581
-x43583 = x43582
-x43584 = x43583
-x43585 = x43584
-x43586 = x43585
-x43587 = x43586
-x43588 = x43587
-x43589 = x43588
-x43590 = x43589
-x43591 = x43590
-x43592 = x43591
-x43593 = x43592
-x43594 = x43593
-x43595 = x43594
-x43596 = x43595
-x43597 = x43596
-x43598 = x43597
-x43599 = x43598
-x43600 = x43599
-x43601 = x43600
-x43602 = x43601
-x43603 = x43602
-x43604 = x43603
-x43605 = x43604
-x43606 = x43605
-x43607 = x43606
-x43608 = x43607
-x43609 = x43608
-x43610 = x43609
-x43611 = x43610
-x43612 = x43611
-x43613 = x43612
-x43614 = x43613
-x43615 = x43614
-x43616 = x43615
-x43617 = x43616
-x43618 = x43617
-x43619 = x43618
-x43620 = x43619
-x43621 = x43620
-x43622 = x43621
-x43623 = x43622
-x43624 = x43623
-x43625 = x43624
-x43626 = x43625
-x43627 = x43626
-x43628 = x43627
-x43629 = x43628
-x43630 = x43629
-x43631 = x43630
-x43632 = x43631
-x43633 = x43632
-x43634 = x43633
-x43635 = x43634
-x43636 = x43635
-x43637 = x43636
-x43638 = x43637
-x43639 = x43638
-x43640 = x43639
-x43641 = x43640
-x43642 = x43641
-x43643 = x43642
-x43644 = x43643
-x43645 = x43644
-x43646 = x43645
-x43647 = x43646
-x43648 = x43647
-x43649 = x43648
-x43650 = x43649
-x43651 = x43650
-x43652 = x43651
-x43653 = x43652
-x43654 = x43653
-x43655 = x43654
-x43656 = x43655
-x43657 = x43656
-x43658 = x43657
-x43659 = x43658
-x43660 = x43659
-x43661 = x43660
-x43662 = x43661
-x43663 = x43662
-x43664 = x43663
-x43665 = x43664
-x43666 = x43665
-x43667 = x43666
-x43668 = x43667
-x43669 = x43668
-x43670 = x43669
-x43671 = x43670
-x43672 = x43671
-x43673 = x43672
-x43674 = x43673
-x43675 = x43674
-x43676 = x43675
-x43677 = x43676
-x43678 = x43677
-x43679 = x43678
-x43680 = x43679
-x43681 = x43680
-x43682 = x43681
-x43683 = x43682
-x43684 = x43683
-x43685 = x43684
-x43686 = x43685
-x43687 = x43686
-x43688 = x43687
-x43689 = x43688
-x43690 = x43689
-x43691 = x43690
-x43692 = x43691
-x43693 = x43692
-x43694 = x43693
-x43695 = x43694
-x43696 = x43695
-x43697 = x43696
-x43698 = x43697
-x43699 = x43698
-x43700 = x43699
-x43701 = x43700
-x43702 = x43701
-x43703 = x43702
-x43704 = x43703
-x43705 = x43704
-x43706 = x43705
-x43707 = x43706
-x43708 = x43707
-x43709 = x43708
-x43710 = x43709
-x43711 = x43710
-x43712 = x43711
-x43713 = x43712
-x43714 = x43713
-x43715 = x43714
-x43716 = x43715
-x43717 = x43716
-x43718 = x43717
-x43719 = x43718
-x43720 = x43719
-x43721 = x43720
-x43722 = x43721
-x43723 = x43722
-x43724 = x43723
-x43725 = x43724
-x43726 = x43725
-x43727 = x43726
-x43728 = x43727
-x43729 = x43728
-x43730 = x43729
-x43731 = x43730
-x43732 = x43731
-x43733 = x43732
-x43734 = x43733
-x43735 = x43734
-x43736 = x43735
-x43737 = x43736
-x43738 = x43737
-x43739 = x43738
-x43740 = x43739
-x43741 = x43740
-x43742 = x43741
-x43743 = x43742
-x43744 = x43743
-x43745 = x43744
-x43746 = x43745
-x43747 = x43746
-x43748 = x43747
-x43749 = x43748
-x43750 = x43749
-x43751 = x43750
-x43752 = x43751
-x43753 = x43752
-x43754 = x43753
-x43755 = x43754
-x43756 = x43755
-x43757 = x43756
-x43758 = x43757
-x43759 = x43758
-x43760 = x43759
-x43761 = x43760
-x43762 = x43761
-x43763 = x43762
-x43764 = x43763
-x43765 = x43764
-x43766 = x43765
-x43767 = x43766
-x43768 = x43767
-x43769 = x43768
-x43770 = x43769
-x43771 = x43770
-x43772 = x43771
-x43773 = x43772
-x43774 = x43773
-x43775 = x43774
-x43776 = x43775
-x43777 = x43776
-x43778 = x43777
-x43779 = x43778
-x43780 = x43779
-x43781 = x43780
-x43782 = x43781
-x43783 = x43782
-x43784 = x43783
-x43785 = x43784
-x43786 = x43785
-x43787 = x43786
-x43788 = x43787
-x43789 = x43788
-x43790 = x43789
-x43791 = x43790
-x43792 = x43791
-x43793 = x43792
-x43794 = x43793
-x43795 = x43794
-x43796 = x43795
-x43797 = x43796
-x43798 = x43797
-x43799 = x43798
-x43800 = x43799
-x43801 = x43800
-x43802 = x43801
-x43803 = x43802
-x43804 = x43803
-x43805 = x43804
-x43806 = x43805
-x43807 = x43806
-x43808 = x43807
-x43809 = x43808
-x43810 = x43809
-x43811 = x43810
-x43812 = x43811
-x43813 = x43812
-x43814 = x43813
-x43815 = x43814
-x43816 = x43815
-x43817 = x43816
-x43818 = x43817
-x43819 = x43818
-x43820 = x43819
-x43821 = x43820
-x43822 = x43821
-x43823 = x43822
-x43824 = x43823
-x43825 = x43824
-x43826 = x43825
-x43827 = x43826
-x43828 = x43827
-x43829 = x43828
-x43830 = x43829
-x43831 = x43830
-x43832 = x43831
-x43833 = x43832
-x43834 = x43833
-x43835 = x43834
-x43836 = x43835
-x43837 = x43836
-x43838 = x43837
-x43839 = x43838
-x43840 = x43839
-x43841 = x43840
-x43842 = x43841
-x43843 = x43842
-x43844 = x43843
-x43845 = x43844
-x43846 = x43845
-x43847 = x43846
-x43848 = x43847
-x43849 = x43848
-x43850 = x43849
-x43851 = x43850
-x43852 = x43851
-x43853 = x43852
-x43854 = x43853
-x43855 = x43854
-x43856 = x43855
-x43857 = x43856
-x43858 = x43857
-x43859 = x43858
-x43860 = x43859
-x43861 = x43860
-x43862 = x43861
-x43863 = x43862
-x43864 = x43863
-x43865 = x43864
-x43866 = x43865
-x43867 = x43866
-x43868 = x43867
-x43869 = x43868
-x43870 = x43869
-x43871 = x43870
-x43872 = x43871
-x43873 = x43872
-x43874 = x43873
-x43875 = x43874
-x43876 = x43875
-x43877 = x43876
-x43878 = x43877
-x43879 = x43878
-x43880 = x43879
-x43881 = x43880
-x43882 = x43881
-x43883 = x43882
-x43884 = x43883
-x43885 = x43884
-x43886 = x43885
-x43887 = x43886
-x43888 = x43887
-x43889 = x43888
-x43890 = x43889
-x43891 = x43890
-x43892 = x43891
-x43893 = x43892
-x43894 = x43893
-x43895 = x43894
-x43896 = x43895
-x43897 = x43896
-x43898 = x43897
-x43899 = x43898
-x43900 = x43899
-x43901 = x43900
-x43902 = x43901
-x43903 = x43902
-x43904 = x43903
-x43905 = x43904
-x43906 = x43905
-x43907 = x43906
-x43908 = x43907
-x43909 = x43908
-x43910 = x43909
-x43911 = x43910
-x43912 = x43911
-x43913 = x43912
-x43914 = x43913
-x43915 = x43914
-x43916 = x43915
-x43917 = x43916
-x43918 = x43917
-x43919 = x43918
-x43920 = x43919
-x43921 = x43920
-x43922 = x43921
-x43923 = x43922
-x43924 = x43923
-x43925 = x43924
-x43926 = x43925
-x43927 = x43926
-x43928 = x43927
-x43929 = x43928
-x43930 = x43929
-x43931 = x43930
-x43932 = x43931
-x43933 = x43932
-x43934 = x43933
-x43935 = x43934
-x43936 = x43935
-x43937 = x43936
-x43938 = x43937
-x43939 = x43938
-x43940 = x43939
-x43941 = x43940
-x43942 = x43941
-x43943 = x43942
-x43944 = x43943
-x43945 = x43944
-x43946 = x43945
-x43947 = x43946
-x43948 = x43947
-x43949 = x43948
-x43950 = x43949
-x43951 = x43950
-x43952 = x43951
-x43953 = x43952
-x43954 = x43953
-x43955 = x43954
-x43956 = x43955
-x43957 = x43956
-x43958 = x43957
-x43959 = x43958
-x43960 = x43959
-x43961 = x43960
-x43962 = x43961
-x43963 = x43962
-x43964 = x43963
-x43965 = x43964
-x43966 = x43965
-x43967 = x43966
-x43968 = x43967
-x43969 = x43968
-x43970 = x43969
-x43971 = x43970
-x43972 = x43971
-x43973 = x43972
-x43974 = x43973
-x43975 = x43974
-x43976 = x43975
-x43977 = x43976
-x43978 = x43977
-x43979 = x43978
-x43980 = x43979
-x43981 = x43980
-x43982 = x43981
-x43983 = x43982
-x43984 = x43983
-x43985 = x43984
-x43986 = x43985
-x43987 = x43986
-x43988 = x43987
-x43989 = x43988
-x43990 = x43989
-x43991 = x43990
-x43992 = x43991
-x43993 = x43992
-x43994 = x43993
-x43995 = x43994
-x43996 = x43995
-x43997 = x43996
-x43998 = x43997
-x43999 = x43998
-x44000 = x43999
-x44001 = x44000
-x44002 = x44001
-x44003 = x44002
-x44004 = x44003
-x44005 = x44004
-x44006 = x44005
-x44007 = x44006
-x44008 = x44007
-x44009 = x44008
-x44010 = x44009
-x44011 = x44010
-x44012 = x44011
-x44013 = x44012
-x44014 = x44013
-x44015 = x44014
-x44016 = x44015
-x44017 = x44016
-x44018 = x44017
-x44019 = x44018
-x44020 = x44019
-x44021 = x44020
-x44022 = x44021
-x44023 = x44022
-x44024 = x44023
-x44025 = x44024
-x44026 = x44025
-x44027 = x44026
-x44028 = x44027
-x44029 = x44028
-x44030 = x44029
-x44031 = x44030
-x44032 = x44031
-x44033 = x44032
-x44034 = x44033
-x44035 = x44034
-x44036 = x44035
-x44037 = x44036
-x44038 = x44037
-x44039 = x44038
-x44040 = x44039
-x44041 = x44040
-x44042 = x44041
-x44043 = x44042
-x44044 = x44043
-x44045 = x44044
-x44046 = x44045
-x44047 = x44046
-x44048 = x44047
-x44049 = x44048
-x44050 = x44049
-x44051 = x44050
-x44052 = x44051
-x44053 = x44052
-x44054 = x44053
-x44055 = x44054
-x44056 = x44055
-x44057 = x44056
-x44058 = x44057
-x44059 = x44058
-x44060 = x44059
-x44061 = x44060
-x44062 = x44061
-x44063 = x44062
-x44064 = x44063
-x44065 = x44064
-x44066 = x44065
-x44067 = x44066
-x44068 = x44067
-x44069 = x44068
-x44070 = x44069
-x44071 = x44070
-x44072 = x44071
-x44073 = x44072
-x44074 = x44073
-x44075 = x44074
-x44076 = x44075
-x44077 = x44076
-x44078 = x44077
-x44079 = x44078
-x44080 = x44079
-x44081 = x44080
-x44082 = x44081
-x44083 = x44082
-x44084 = x44083
-x44085 = x44084
-x44086 = x44085
-x44087 = x44086
-x44088 = x44087
-x44089 = x44088
-x44090 = x44089
-x44091 = x44090
-x44092 = x44091
-x44093 = x44092
-x44094 = x44093
-x44095 = x44094
-x44096 = x44095
-x44097 = x44096
-x44098 = x44097
-x44099 = x44098
-x44100 = x44099
-x44101 = x44100
-x44102 = x44101
-x44103 = x44102
-x44104 = x44103
-x44105 = x44104
-x44106 = x44105
-x44107 = x44106
-x44108 = x44107
-x44109 = x44108
-x44110 = x44109
-x44111 = x44110
-x44112 = x44111
-x44113 = x44112
-x44114 = x44113
-x44115 = x44114
-x44116 = x44115
-x44117 = x44116
-x44118 = x44117
-x44119 = x44118
-x44120 = x44119
-x44121 = x44120
-x44122 = x44121
-x44123 = x44122
-x44124 = x44123
-x44125 = x44124
-x44126 = x44125
-x44127 = x44126
-x44128 = x44127
-x44129 = x44128
-x44130 = x44129
-x44131 = x44130
-x44132 = x44131
-x44133 = x44132
-x44134 = x44133
-x44135 = x44134
-x44136 = x44135
-x44137 = x44136
-x44138 = x44137
-x44139 = x44138
-x44140 = x44139
-x44141 = x44140
-x44142 = x44141
-x44143 = x44142
-x44144 = x44143
-x44145 = x44144
-x44146 = x44145
-x44147 = x44146
-x44148 = x44147
-x44149 = x44148
-x44150 = x44149
-x44151 = x44150
-x44152 = x44151
-x44153 = x44152
-x44154 = x44153
-x44155 = x44154
-x44156 = x44155
-x44157 = x44156
-x44158 = x44157
-x44159 = x44158
-x44160 = x44159
-x44161 = x44160
-x44162 = x44161
-x44163 = x44162
-x44164 = x44163
-x44165 = x44164
-x44166 = x44165
-x44167 = x44166
-x44168 = x44167
-x44169 = x44168
-x44170 = x44169
-x44171 = x44170
-x44172 = x44171
-x44173 = x44172
-x44174 = x44173
-x44175 = x44174
-x44176 = x44175
-x44177 = x44176
-x44178 = x44177
-x44179 = x44178
-x44180 = x44179
-x44181 = x44180
-x44182 = x44181
-x44183 = x44182
-x44184 = x44183
-x44185 = x44184
-x44186 = x44185
-x44187 = x44186
-x44188 = x44187
-x44189 = x44188
-x44190 = x44189
-x44191 = x44190
-x44192 = x44191
-x44193 = x44192
-x44194 = x44193
-x44195 = x44194
-x44196 = x44195
-x44197 = x44196
-x44198 = x44197
-x44199 = x44198
-x44200 = x44199
-x44201 = x44200
-x44202 = x44201
-x44203 = x44202
-x44204 = x44203
-x44205 = x44204
-x44206 = x44205
-x44207 = x44206
-x44208 = x44207
-x44209 = x44208
-x44210 = x44209
-x44211 = x44210
-x44212 = x44211
-x44213 = x44212
-x44214 = x44213
-x44215 = x44214
-x44216 = x44215
-x44217 = x44216
-x44218 = x44217
-x44219 = x44218
-x44220 = x44219
-x44221 = x44220
-x44222 = x44221
-x44223 = x44222
-x44224 = x44223
-x44225 = x44224
-x44226 = x44225
-x44227 = x44226
-x44228 = x44227
-x44229 = x44228
-x44230 = x44229
-x44231 = x44230
-x44232 = x44231
-x44233 = x44232
-x44234 = x44233
-x44235 = x44234
-x44236 = x44235
-x44237 = x44236
-x44238 = x44237
-x44239 = x44238
-x44240 = x44239
-x44241 = x44240
-x44242 = x44241
-x44243 = x44242
-x44244 = x44243
-x44245 = x44244
-x44246 = x44245
-x44247 = x44246
-x44248 = x44247
-x44249 = x44248
-x44250 = x44249
-x44251 = x44250
-x44252 = x44251
-x44253 = x44252
-x44254 = x44253
-x44255 = x44254
-x44256 = x44255
-x44257 = x44256
-x44258 = x44257
-x44259 = x44258
-x44260 = x44259
-x44261 = x44260
-x44262 = x44261
-x44263 = x44262
-x44264 = x44263
-x44265 = x44264
-x44266 = x44265
-x44267 = x44266
-x44268 = x44267
-x44269 = x44268
-x44270 = x44269
-x44271 = x44270
-x44272 = x44271
-x44273 = x44272
-x44274 = x44273
-x44275 = x44274
-x44276 = x44275
-x44277 = x44276
-x44278 = x44277
-x44279 = x44278
-x44280 = x44279
-x44281 = x44280
-x44282 = x44281
-x44283 = x44282
-x44284 = x44283
-x44285 = x44284
-x44286 = x44285
-x44287 = x44286
-x44288 = x44287
-x44289 = x44288
-x44290 = x44289
-x44291 = x44290
-x44292 = x44291
-x44293 = x44292
-x44294 = x44293
-x44295 = x44294
-x44296 = x44295
-x44297 = x44296
-x44298 = x44297
-x44299 = x44298
-x44300 = x44299
-x44301 = x44300
-x44302 = x44301
-x44303 = x44302
-x44304 = x44303
-x44305 = x44304
-x44306 = x44305
-x44307 = x44306
-x44308 = x44307
-x44309 = x44308
-x44310 = x44309
-x44311 = x44310
-x44312 = x44311
-x44313 = x44312
-x44314 = x44313
-x44315 = x44314
-x44316 = x44315
-x44317 = x44316
-x44318 = x44317
-x44319 = x44318
-x44320 = x44319
-x44321 = x44320
-x44322 = x44321
-x44323 = x44322
-x44324 = x44323
-x44325 = x44324
-x44326 = x44325
-x44327 = x44326
-x44328 = x44327
-x44329 = x44328
-x44330 = x44329
-x44331 = x44330
-x44332 = x44331
-x44333 = x44332
-x44334 = x44333
-x44335 = x44334
-x44336 = x44335
-x44337 = x44336
-x44338 = x44337
-x44339 = x44338
-x44340 = x44339
-x44341 = x44340
-x44342 = x44341
-x44343 = x44342
-x44344 = x44343
-x44345 = x44344
-x44346 = x44345
-x44347 = x44346
-x44348 = x44347
-x44349 = x44348
-x44350 = x44349
-x44351 = x44350
-x44352 = x44351
-x44353 = x44352
-x44354 = x44353
-x44355 = x44354
-x44356 = x44355
-x44357 = x44356
-x44358 = x44357
-x44359 = x44358
-x44360 = x44359
-x44361 = x44360
-x44362 = x44361
-x44363 = x44362
-x44364 = x44363
-x44365 = x44364
-x44366 = x44365
-x44367 = x44366
-x44368 = x44367
-x44369 = x44368
-x44370 = x44369
-x44371 = x44370
-x44372 = x44371
-x44373 = x44372
-x44374 = x44373
-x44375 = x44374
-x44376 = x44375
-x44377 = x44376
-x44378 = x44377
-x44379 = x44378
-x44380 = x44379
-x44381 = x44380
-x44382 = x44381
-x44383 = x44382
-x44384 = x44383
-x44385 = x44384
-x44386 = x44385
-x44387 = x44386
-x44388 = x44387
-x44389 = x44388
-x44390 = x44389
-x44391 = x44390
-x44392 = x44391
-x44393 = x44392
-x44394 = x44393
-x44395 = x44394
-x44396 = x44395
-x44397 = x44396
-x44398 = x44397
-x44399 = x44398
-x44400 = x44399
-x44401 = x44400
-x44402 = x44401
-x44403 = x44402
-x44404 = x44403
-x44405 = x44404
-x44406 = x44405
-x44407 = x44406
-x44408 = x44407
-x44409 = x44408
-x44410 = x44409
-x44411 = x44410
-x44412 = x44411
-x44413 = x44412
-x44414 = x44413
-x44415 = x44414
-x44416 = x44415
-x44417 = x44416
-x44418 = x44417
-x44419 = x44418
-x44420 = x44419
-x44421 = x44420
-x44422 = x44421
-x44423 = x44422
-x44424 = x44423
-x44425 = x44424
-x44426 = x44425
-x44427 = x44426
-x44428 = x44427
-x44429 = x44428
-x44430 = x44429
-x44431 = x44430
-x44432 = x44431
-x44433 = x44432
-x44434 = x44433
-x44435 = x44434
-x44436 = x44435
-x44437 = x44436
-x44438 = x44437
-x44439 = x44438
-x44440 = x44439
-x44441 = x44440
-x44442 = x44441
-x44443 = x44442
-x44444 = x44443
-x44445 = x44444
-x44446 = x44445
-x44447 = x44446
-x44448 = x44447
-x44449 = x44448
-x44450 = x44449
-x44451 = x44450
-x44452 = x44451
-x44453 = x44452
-x44454 = x44453
-x44455 = x44454
-x44456 = x44455
-x44457 = x44456
-x44458 = x44457
-x44459 = x44458
-x44460 = x44459
-x44461 = x44460
-x44462 = x44461
-x44463 = x44462
-x44464 = x44463
-x44465 = x44464
-x44466 = x44465
-x44467 = x44466
-x44468 = x44467
-x44469 = x44468
-x44470 = x44469
-x44471 = x44470
-x44472 = x44471
-x44473 = x44472
-x44474 = x44473
-x44475 = x44474
-x44476 = x44475
-x44477 = x44476
-x44478 = x44477
-x44479 = x44478
-x44480 = x44479
-x44481 = x44480
-x44482 = x44481
-x44483 = x44482
-x44484 = x44483
-x44485 = x44484
-x44486 = x44485
-x44487 = x44486
-x44488 = x44487
-x44489 = x44488
-x44490 = x44489
-x44491 = x44490
-x44492 = x44491
-x44493 = x44492
-x44494 = x44493
-x44495 = x44494
-x44496 = x44495
-x44497 = x44496
-x44498 = x44497
-x44499 = x44498
-x44500 = x44499
-x44501 = x44500
-x44502 = x44501
-x44503 = x44502
-x44504 = x44503
-x44505 = x44504
-x44506 = x44505
-x44507 = x44506
-x44508 = x44507
-x44509 = x44508
-x44510 = x44509
-x44511 = x44510
-x44512 = x44511
-x44513 = x44512
-x44514 = x44513
-x44515 = x44514
-x44516 = x44515
-x44517 = x44516
-x44518 = x44517
-x44519 = x44518
-x44520 = x44519
-x44521 = x44520
-x44522 = x44521
-x44523 = x44522
-x44524 = x44523
-x44525 = x44524
-x44526 = x44525
-x44527 = x44526
-x44528 = x44527
-x44529 = x44528
-x44530 = x44529
-x44531 = x44530
-x44532 = x44531
-x44533 = x44532
-x44534 = x44533
-x44535 = x44534
-x44536 = x44535
-x44537 = x44536
-x44538 = x44537
-x44539 = x44538
-x44540 = x44539
-x44541 = x44540
-x44542 = x44541
-x44543 = x44542
-x44544 = x44543
-x44545 = x44544
-x44546 = x44545
-x44547 = x44546
-x44548 = x44547
-x44549 = x44548
-x44550 = x44549
-x44551 = x44550
-x44552 = x44551
-x44553 = x44552
-x44554 = x44553
-x44555 = x44554
-x44556 = x44555
-x44557 = x44556
-x44558 = x44557
-x44559 = x44558
-x44560 = x44559
-x44561 = x44560
-x44562 = x44561
-x44563 = x44562
-x44564 = x44563
-x44565 = x44564
-x44566 = x44565
-x44567 = x44566
-x44568 = x44567
-x44569 = x44568
-x44570 = x44569
-x44571 = x44570
-x44572 = x44571
-x44573 = x44572
-x44574 = x44573
-x44575 = x44574
-x44576 = x44575
-x44577 = x44576
-x44578 = x44577
-x44579 = x44578
-x44580 = x44579
-x44581 = x44580
-x44582 = x44581
-x44583 = x44582
-x44584 = x44583
-x44585 = x44584
-x44586 = x44585
-x44587 = x44586
-x44588 = x44587
-x44589 = x44588
-x44590 = x44589
-x44591 = x44590
-x44592 = x44591
-x44593 = x44592
-x44594 = x44593
-x44595 = x44594
-x44596 = x44595
-x44597 = x44596
-x44598 = x44597
-x44599 = x44598
-x44600 = x44599
-x44601 = x44600
-x44602 = x44601
-x44603 = x44602
-x44604 = x44603
-x44605 = x44604
-x44606 = x44605
-x44607 = x44606
-x44608 = x44607
-x44609 = x44608
-x44610 = x44609
-x44611 = x44610
-x44612 = x44611
-x44613 = x44612
-x44614 = x44613
-x44615 = x44614
-x44616 = x44615
-x44617 = x44616
-x44618 = x44617
-x44619 = x44618
-x44620 = x44619
-x44621 = x44620
-x44622 = x44621
-x44623 = x44622
-x44624 = x44623
-x44625 = x44624
-x44626 = x44625
-x44627 = x44626
-x44628 = x44627
-x44629 = x44628
-x44630 = x44629
-x44631 = x44630
-x44632 = x44631
-x44633 = x44632
-x44634 = x44633
-x44635 = x44634
-x44636 = x44635
-x44637 = x44636
-x44638 = x44637
-x44639 = x44638
-x44640 = x44639
-x44641 = x44640
-x44642 = x44641
-x44643 = x44642
-x44644 = x44643
-x44645 = x44644
-x44646 = x44645
-x44647 = x44646
-x44648 = x44647
-x44649 = x44648
-x44650 = x44649
-x44651 = x44650
-x44652 = x44651
-x44653 = x44652
-x44654 = x44653
-x44655 = x44654
-x44656 = x44655
-x44657 = x44656
-x44658 = x44657
-x44659 = x44658
-x44660 = x44659
-x44661 = x44660
-x44662 = x44661
-x44663 = x44662
-x44664 = x44663
-x44665 = x44664
-x44666 = x44665
-x44667 = x44666
-x44668 = x44667
-x44669 = x44668
-x44670 = x44669
-x44671 = x44670
-x44672 = x44671
-x44673 = x44672
-x44674 = x44673
-x44675 = x44674
-x44676 = x44675
-x44677 = x44676
-x44678 = x44677
-x44679 = x44678
-x44680 = x44679
-x44681 = x44680
-x44682 = x44681
-x44683 = x44682
-x44684 = x44683
-x44685 = x44684
-x44686 = x44685
-x44687 = x44686
-x44688 = x44687
-x44689 = x44688
-x44690 = x44689
-x44691 = x44690
-x44692 = x44691
-x44693 = x44692
-x44694 = x44693
-x44695 = x44694
-x44696 = x44695
-x44697 = x44696
-x44698 = x44697
-x44699 = x44698
-x44700 = x44699
-x44701 = x44700
-x44702 = x44701
-x44703 = x44702
-x44704 = x44703
-x44705 = x44704
-x44706 = x44705
-x44707 = x44706
-x44708 = x44707
-x44709 = x44708
-x44710 = x44709
-x44711 = x44710
-x44712 = x44711
-x44713 = x44712
-x44714 = x44713
-x44715 = x44714
-x44716 = x44715
-x44717 = x44716
-x44718 = x44717
-x44719 = x44718
-x44720 = x44719
-x44721 = x44720
-x44722 = x44721
-x44723 = x44722
-x44724 = x44723
-x44725 = x44724
-x44726 = x44725
-x44727 = x44726
-x44728 = x44727
-x44729 = x44728
-x44730 = x44729
-x44731 = x44730
-x44732 = x44731
-x44733 = x44732
-x44734 = x44733
-x44735 = x44734
-x44736 = x44735
-x44737 = x44736
-x44738 = x44737
-x44739 = x44738
-x44740 = x44739
-x44741 = x44740
-x44742 = x44741
-x44743 = x44742
-x44744 = x44743
-x44745 = x44744
-x44746 = x44745
-x44747 = x44746
-x44748 = x44747
-x44749 = x44748
-x44750 = x44749
-x44751 = x44750
-x44752 = x44751
-x44753 = x44752
-x44754 = x44753
-x44755 = x44754
-x44756 = x44755
-x44757 = x44756
-x44758 = x44757
-x44759 = x44758
-x44760 = x44759
-x44761 = x44760
-x44762 = x44761
-x44763 = x44762
-x44764 = x44763
-x44765 = x44764
-x44766 = x44765
-x44767 = x44766
-x44768 = x44767
-x44769 = x44768
-x44770 = x44769
-x44771 = x44770
-x44772 = x44771
-x44773 = x44772
-x44774 = x44773
-x44775 = x44774
-x44776 = x44775
-x44777 = x44776
-x44778 = x44777
-x44779 = x44778
-x44780 = x44779
-x44781 = x44780
-x44782 = x44781
-x44783 = x44782
-x44784 = x44783
-x44785 = x44784
-x44786 = x44785
-x44787 = x44786
-x44788 = x44787
-x44789 = x44788
-x44790 = x44789
-x44791 = x44790
-x44792 = x44791
-x44793 = x44792
-x44794 = x44793
-x44795 = x44794
-x44796 = x44795
-x44797 = x44796
-x44798 = x44797
-x44799 = x44798
-x44800 = x44799
-x44801 = x44800
-x44802 = x44801
-x44803 = x44802
-x44804 = x44803
-x44805 = x44804
-x44806 = x44805
-x44807 = x44806
-x44808 = x44807
-x44809 = x44808
-x44810 = x44809
-x44811 = x44810
-x44812 = x44811
-x44813 = x44812
-x44814 = x44813
-x44815 = x44814
-x44816 = x44815
-x44817 = x44816
-x44818 = x44817
-x44819 = x44818
-x44820 = x44819
-x44821 = x44820
-x44822 = x44821
-x44823 = x44822
-x44824 = x44823
-x44825 = x44824
-x44826 = x44825
-x44827 = x44826
-x44828 = x44827
-x44829 = x44828
-x44830 = x44829
-x44831 = x44830
-x44832 = x44831
-x44833 = x44832
-x44834 = x44833
-x44835 = x44834
-x44836 = x44835
-x44837 = x44836
-x44838 = x44837
-x44839 = x44838
-x44840 = x44839
-x44841 = x44840
-x44842 = x44841
-x44843 = x44842
-x44844 = x44843
-x44845 = x44844
-x44846 = x44845
-x44847 = x44846
-x44848 = x44847
-x44849 = x44848
-x44850 = x44849
-x44851 = x44850
-x44852 = x44851
-x44853 = x44852
-x44854 = x44853
-x44855 = x44854
-x44856 = x44855
-x44857 = x44856
-x44858 = x44857
-x44859 = x44858
-x44860 = x44859
-x44861 = x44860
-x44862 = x44861
-x44863 = x44862
-x44864 = x44863
-x44865 = x44864
-x44866 = x44865
-x44867 = x44866
-x44868 = x44867
-x44869 = x44868
-x44870 = x44869
-x44871 = x44870
-x44872 = x44871
-x44873 = x44872
-x44874 = x44873
-x44875 = x44874
-x44876 = x44875
-x44877 = x44876
-x44878 = x44877
-x44879 = x44878
-x44880 = x44879
-x44881 = x44880
-x44882 = x44881
-x44883 = x44882
-x44884 = x44883
-x44885 = x44884
-x44886 = x44885
-x44887 = x44886
-x44888 = x44887
-x44889 = x44888
-x44890 = x44889
-x44891 = x44890
-x44892 = x44891
-x44893 = x44892
-x44894 = x44893
-x44895 = x44894
-x44896 = x44895
-x44897 = x44896
-x44898 = x44897
-x44899 = x44898
-x44900 = x44899
-x44901 = x44900
-x44902 = x44901
-x44903 = x44902
-x44904 = x44903
-x44905 = x44904
-x44906 = x44905
-x44907 = x44906
-x44908 = x44907
-x44909 = x44908
-x44910 = x44909
-x44911 = x44910
-x44912 = x44911
-x44913 = x44912
-x44914 = x44913
-x44915 = x44914
-x44916 = x44915
-x44917 = x44916
-x44918 = x44917
-x44919 = x44918
-x44920 = x44919
-x44921 = x44920
-x44922 = x44921
-x44923 = x44922
-x44924 = x44923
-x44925 = x44924
-x44926 = x44925
-x44927 = x44926
-x44928 = x44927
-x44929 = x44928
-x44930 = x44929
-x44931 = x44930
-x44932 = x44931
-x44933 = x44932
-x44934 = x44933
-x44935 = x44934
-x44936 = x44935
-x44937 = x44936
-x44938 = x44937
-x44939 = x44938
-x44940 = x44939
-x44941 = x44940
-x44942 = x44941
-x44943 = x44942
-x44944 = x44943
-x44945 = x44944
-x44946 = x44945
-x44947 = x44946
-x44948 = x44947
-x44949 = x44948
-x44950 = x44949
-x44951 = x44950
-x44952 = x44951
-x44953 = x44952
-x44954 = x44953
-x44955 = x44954
-x44956 = x44955
-x44957 = x44956
-x44958 = x44957
-x44959 = x44958
-x44960 = x44959
-x44961 = x44960
-x44962 = x44961
-x44963 = x44962
-x44964 = x44963
-x44965 = x44964
-x44966 = x44965
-x44967 = x44966
-x44968 = x44967
-x44969 = x44968
-x44970 = x44969
-x44971 = x44970
-x44972 = x44971
-x44973 = x44972
-x44974 = x44973
-x44975 = x44974
-x44976 = x44975
-x44977 = x44976
-x44978 = x44977
-x44979 = x44978
-x44980 = x44979
-x44981 = x44980
-x44982 = x44981
-x44983 = x44982
-x44984 = x44983
-x44985 = x44984
-x44986 = x44985
-x44987 = x44986
-x44988 = x44987
-x44989 = x44988
-x44990 = x44989
-x44991 = x44990
-x44992 = x44991
-x44993 = x44992
-x44994 = x44993
-x44995 = x44994
-x44996 = x44995
-x44997 = x44996
-x44998 = x44997
-x44999 = x44998
-x45000 = x44999
-x45001 = x45000
-x45002 = x45001
-x45003 = x45002
-x45004 = x45003
-x45005 = x45004
-x45006 = x45005
-x45007 = x45006
-x45008 = x45007
-x45009 = x45008
-x45010 = x45009
-x45011 = x45010
-x45012 = x45011
-x45013 = x45012
-x45014 = x45013
-x45015 = x45014
-x45016 = x45015
-x45017 = x45016
-x45018 = x45017
-x45019 = x45018
-x45020 = x45019
-x45021 = x45020
-x45022 = x45021
-x45023 = x45022
-x45024 = x45023
-x45025 = x45024
-x45026 = x45025
-x45027 = x45026
-x45028 = x45027
-x45029 = x45028
-x45030 = x45029
-x45031 = x45030
-x45032 = x45031
-x45033 = x45032
-x45034 = x45033
-x45035 = x45034
-x45036 = x45035
-x45037 = x45036
-x45038 = x45037
-x45039 = x45038
-x45040 = x45039
-x45041 = x45040
-x45042 = x45041
-x45043 = x45042
-x45044 = x45043
-x45045 = x45044
-x45046 = x45045
-x45047 = x45046
-x45048 = x45047
-x45049 = x45048
-x45050 = x45049
-x45051 = x45050
-x45052 = x45051
-x45053 = x45052
-x45054 = x45053
-x45055 = x45054
-x45056 = x45055
-x45057 = x45056
-x45058 = x45057
-x45059 = x45058
-x45060 = x45059
-x45061 = x45060
-x45062 = x45061
-x45063 = x45062
-x45064 = x45063
-x45065 = x45064
-x45066 = x45065
-x45067 = x45066
-x45068 = x45067
-x45069 = x45068
-x45070 = x45069
-x45071 = x45070
-x45072 = x45071
-x45073 = x45072
-x45074 = x45073
-x45075 = x45074
-x45076 = x45075
-x45077 = x45076
-x45078 = x45077
-x45079 = x45078
-x45080 = x45079
-x45081 = x45080
-x45082 = x45081
-x45083 = x45082
-x45084 = x45083
-x45085 = x45084
-x45086 = x45085
-x45087 = x45086
-x45088 = x45087
-x45089 = x45088
-x45090 = x45089
-x45091 = x45090
-x45092 = x45091
-x45093 = x45092
-x45094 = x45093
-x45095 = x45094
-x45096 = x45095
-x45097 = x45096
-x45098 = x45097
-x45099 = x45098
-x45100 = x45099
-x45101 = x45100
-x45102 = x45101
-x45103 = x45102
-x45104 = x45103
-x45105 = x45104
-x45106 = x45105
-x45107 = x45106
-x45108 = x45107
-x45109 = x45108
-x45110 = x45109
-x45111 = x45110
-x45112 = x45111
-x45113 = x45112
-x45114 = x45113
-x45115 = x45114
-x45116 = x45115
-x45117 = x45116
-x45118 = x45117
-x45119 = x45118
-x45120 = x45119
-x45121 = x45120
-x45122 = x45121
-x45123 = x45122
-x45124 = x45123
-x45125 = x45124
-x45126 = x45125
-x45127 = x45126
-x45128 = x45127
-x45129 = x45128
-x45130 = x45129
-x45131 = x45130
-x45132 = x45131
-x45133 = x45132
-x45134 = x45133
-x45135 = x45134
-x45136 = x45135
-x45137 = x45136
-x45138 = x45137
-x45139 = x45138
-x45140 = x45139
-x45141 = x45140
-x45142 = x45141
-x45143 = x45142
-x45144 = x45143
-x45145 = x45144
-x45146 = x45145
-x45147 = x45146
-x45148 = x45147
-x45149 = x45148
-x45150 = x45149
-x45151 = x45150
-x45152 = x45151
-x45153 = x45152
-x45154 = x45153
-x45155 = x45154
-x45156 = x45155
-x45157 = x45156
-x45158 = x45157
-x45159 = x45158
-x45160 = x45159
-x45161 = x45160
-x45162 = x45161
-x45163 = x45162
-x45164 = x45163
-x45165 = x45164
-x45166 = x45165
-x45167 = x45166
-x45168 = x45167
-x45169 = x45168
-x45170 = x45169
-x45171 = x45170
-x45172 = x45171
-x45173 = x45172
-x45174 = x45173
-x45175 = x45174
-x45176 = x45175
-x45177 = x45176
-x45178 = x45177
-x45179 = x45178
-x45180 = x45179
-x45181 = x45180
-x45182 = x45181
-x45183 = x45182
-x45184 = x45183
-x45185 = x45184
-x45186 = x45185
-x45187 = x45186
-x45188 = x45187
-x45189 = x45188
-x45190 = x45189
-x45191 = x45190
-x45192 = x45191
-x45193 = x45192
-x45194 = x45193
-x45195 = x45194
-x45196 = x45195
-x45197 = x45196
-x45198 = x45197
-x45199 = x45198
-x45200 = x45199
-x45201 = x45200
-x45202 = x45201
-x45203 = x45202
-x45204 = x45203
-x45205 = x45204
-x45206 = x45205
-x45207 = x45206
-x45208 = x45207
-x45209 = x45208
-x45210 = x45209
-x45211 = x45210
-x45212 = x45211
-x45213 = x45212
-x45214 = x45213
-x45215 = x45214
-x45216 = x45215
-x45217 = x45216
-x45218 = x45217
-x45219 = x45218
-x45220 = x45219
-x45221 = x45220
-x45222 = x45221
-x45223 = x45222
-x45224 = x45223
-x45225 = x45224
-x45226 = x45225
-x45227 = x45226
-x45228 = x45227
-x45229 = x45228
-x45230 = x45229
-x45231 = x45230
-x45232 = x45231
-x45233 = x45232
-x45234 = x45233
-x45235 = x45234
-x45236 = x45235
-x45237 = x45236
-x45238 = x45237
-x45239 = x45238
-x45240 = x45239
-x45241 = x45240
-x45242 = x45241
-x45243 = x45242
-x45244 = x45243
-x45245 = x45244
-x45246 = x45245
-x45247 = x45246
-x45248 = x45247
-x45249 = x45248
-x45250 = x45249
-x45251 = x45250
-x45252 = x45251
-x45253 = x45252
-x45254 = x45253
-x45255 = x45254
-x45256 = x45255
-x45257 = x45256
-x45258 = x45257
-x45259 = x45258
-x45260 = x45259
-x45261 = x45260
-x45262 = x45261
-x45263 = x45262
-x45264 = x45263
-x45265 = x45264
-x45266 = x45265
-x45267 = x45266
-x45268 = x45267
-x45269 = x45268
-x45270 = x45269
-x45271 = x45270
-x45272 = x45271
-x45273 = x45272
-x45274 = x45273
-x45275 = x45274
-x45276 = x45275
-x45277 = x45276
-x45278 = x45277
-x45279 = x45278
-x45280 = x45279
-x45281 = x45280
-x45282 = x45281
-x45283 = x45282
-x45284 = x45283
-x45285 = x45284
-x45286 = x45285
-x45287 = x45286
-x45288 = x45287
-x45289 = x45288
-x45290 = x45289
-x45291 = x45290
-x45292 = x45291
-x45293 = x45292
-x45294 = x45293
-x45295 = x45294
-x45296 = x45295
-x45297 = x45296
-x45298 = x45297
-x45299 = x45298
-x45300 = x45299
-x45301 = x45300
-x45302 = x45301
-x45303 = x45302
-x45304 = x45303
-x45305 = x45304
-x45306 = x45305
-x45307 = x45306
-x45308 = x45307
-x45309 = x45308
-x45310 = x45309
-x45311 = x45310
-x45312 = x45311
-x45313 = x45312
-x45314 = x45313
-x45315 = x45314
-x45316 = x45315
-x45317 = x45316
-x45318 = x45317
-x45319 = x45318
-x45320 = x45319
-x45321 = x45320
-x45322 = x45321
-x45323 = x45322
-x45324 = x45323
-x45325 = x45324
-x45326 = x45325
-x45327 = x45326
-x45328 = x45327
-x45329 = x45328
-x45330 = x45329
-x45331 = x45330
-x45332 = x45331
-x45333 = x45332
-x45334 = x45333
-x45335 = x45334
-x45336 = x45335
-x45337 = x45336
-x45338 = x45337
-x45339 = x45338
-x45340 = x45339
-x45341 = x45340
-x45342 = x45341
-x45343 = x45342
-x45344 = x45343
-x45345 = x45344
-x45346 = x45345
-x45347 = x45346
-x45348 = x45347
-x45349 = x45348
-x45350 = x45349
-x45351 = x45350
-x45352 = x45351
-x45353 = x45352
-x45354 = x45353
-x45355 = x45354
-x45356 = x45355
-x45357 = x45356
-x45358 = x45357
-x45359 = x45358
-x45360 = x45359
-x45361 = x45360
-x45362 = x45361
-x45363 = x45362
-x45364 = x45363
-x45365 = x45364
-x45366 = x45365
-x45367 = x45366
-x45368 = x45367
-x45369 = x45368
-x45370 = x45369
-x45371 = x45370
-x45372 = x45371
-x45373 = x45372
-x45374 = x45373
-x45375 = x45374
-x45376 = x45375
-x45377 = x45376
-x45378 = x45377
-x45379 = x45378
-x45380 = x45379
-x45381 = x45380
-x45382 = x45381
-x45383 = x45382
-x45384 = x45383
-x45385 = x45384
-x45386 = x45385
-x45387 = x45386
-x45388 = x45387
-x45389 = x45388
-x45390 = x45389
-x45391 = x45390
-x45392 = x45391
-x45393 = x45392
-x45394 = x45393
-x45395 = x45394
-x45396 = x45395
-x45397 = x45396
-x45398 = x45397
-x45399 = x45398
-x45400 = x45399
-x45401 = x45400
-x45402 = x45401
-x45403 = x45402
-x45404 = x45403
-x45405 = x45404
-x45406 = x45405
-x45407 = x45406
-x45408 = x45407
-x45409 = x45408
-x45410 = x45409
-x45411 = x45410
-x45412 = x45411
-x45413 = x45412
-x45414 = x45413
-x45415 = x45414
-x45416 = x45415
-x45417 = x45416
-x45418 = x45417
-x45419 = x45418
-x45420 = x45419
-x45421 = x45420
-x45422 = x45421
-x45423 = x45422
-x45424 = x45423
-x45425 = x45424
-x45426 = x45425
-x45427 = x45426
-x45428 = x45427
-x45429 = x45428
-x45430 = x45429
-x45431 = x45430
-x45432 = x45431
-x45433 = x45432
-x45434 = x45433
-x45435 = x45434
-x45436 = x45435
-x45437 = x45436
-x45438 = x45437
-x45439 = x45438
-x45440 = x45439
-x45441 = x45440
-x45442 = x45441
-x45443 = x45442
-x45444 = x45443
-x45445 = x45444
-x45446 = x45445
-x45447 = x45446
-x45448 = x45447
-x45449 = x45448
-x45450 = x45449
-x45451 = x45450
-x45452 = x45451
-x45453 = x45452
-x45454 = x45453
-x45455 = x45454
-x45456 = x45455
-x45457 = x45456
-x45458 = x45457
-x45459 = x45458
-x45460 = x45459
-x45461 = x45460
-x45462 = x45461
-x45463 = x45462
-x45464 = x45463
-x45465 = x45464
-x45466 = x45465
-x45467 = x45466
-x45468 = x45467
-x45469 = x45468
-x45470 = x45469
-x45471 = x45470
-x45472 = x45471
-x45473 = x45472
-x45474 = x45473
-x45475 = x45474
-x45476 = x45475
-x45477 = x45476
-x45478 = x45477
-x45479 = x45478
-x45480 = x45479
-x45481 = x45480
-x45482 = x45481
-x45483 = x45482
-x45484 = x45483
-x45485 = x45484
-x45486 = x45485
-x45487 = x45486
-x45488 = x45487
-x45489 = x45488
-x45490 = x45489
-x45491 = x45490
-x45492 = x45491
-x45493 = x45492
-x45494 = x45493
-x45495 = x45494
-x45496 = x45495
-x45497 = x45496
-x45498 = x45497
-x45499 = x45498
-x45500 = x45499
-x45501 = x45500
-x45502 = x45501
-x45503 = x45502
-x45504 = x45503
-x45505 = x45504
-x45506 = x45505
-x45507 = x45506
-x45508 = x45507
-x45509 = x45508
-x45510 = x45509
-x45511 = x45510
-x45512 = x45511
-x45513 = x45512
-x45514 = x45513
-x45515 = x45514
-x45516 = x45515
-x45517 = x45516
-x45518 = x45517
-x45519 = x45518
-x45520 = x45519
-x45521 = x45520
-x45522 = x45521
-x45523 = x45522
-x45524 = x45523
-x45525 = x45524
-x45526 = x45525
-x45527 = x45526
-x45528 = x45527
-x45529 = x45528
-x45530 = x45529
-x45531 = x45530
-x45532 = x45531
-x45533 = x45532
-x45534 = x45533
-x45535 = x45534
-x45536 = x45535
-x45537 = x45536
-x45538 = x45537
-x45539 = x45538
-x45540 = x45539
-x45541 = x45540
-x45542 = x45541
-x45543 = x45542
-x45544 = x45543
-x45545 = x45544
-x45546 = x45545
-x45547 = x45546
-x45548 = x45547
-x45549 = x45548
-x45550 = x45549
-x45551 = x45550
-x45552 = x45551
-x45553 = x45552
-x45554 = x45553
-x45555 = x45554
-x45556 = x45555
-x45557 = x45556
-x45558 = x45557
-x45559 = x45558
-x45560 = x45559
-x45561 = x45560
-x45562 = x45561
-x45563 = x45562
-x45564 = x45563
-x45565 = x45564
-x45566 = x45565
-x45567 = x45566
-x45568 = x45567
-x45569 = x45568
-x45570 = x45569
-x45571 = x45570
-x45572 = x45571
-x45573 = x45572
-x45574 = x45573
-x45575 = x45574
-x45576 = x45575
-x45577 = x45576
-x45578 = x45577
-x45579 = x45578
-x45580 = x45579
-x45581 = x45580
-x45582 = x45581
-x45583 = x45582
-x45584 = x45583
-x45585 = x45584
-x45586 = x45585
-x45587 = x45586
-x45588 = x45587
-x45589 = x45588
-x45590 = x45589
-x45591 = x45590
-x45592 = x45591
-x45593 = x45592
-x45594 = x45593
-x45595 = x45594
-x45596 = x45595
-x45597 = x45596
-x45598 = x45597
-x45599 = x45598
-x45600 = x45599
-x45601 = x45600
-x45602 = x45601
-x45603 = x45602
-x45604 = x45603
-x45605 = x45604
-x45606 = x45605
-x45607 = x45606
-x45608 = x45607
-x45609 = x45608
-x45610 = x45609
-x45611 = x45610
-x45612 = x45611
-x45613 = x45612
-x45614 = x45613
-x45615 = x45614
-x45616 = x45615
-x45617 = x45616
-x45618 = x45617
-x45619 = x45618
-x45620 = x45619
-x45621 = x45620
-x45622 = x45621
-x45623 = x45622
-x45624 = x45623
-x45625 = x45624
-x45626 = x45625
-x45627 = x45626
-x45628 = x45627
-x45629 = x45628
-x45630 = x45629
-x45631 = x45630
-x45632 = x45631
-x45633 = x45632
-x45634 = x45633
-x45635 = x45634
-x45636 = x45635
-x45637 = x45636
-x45638 = x45637
-x45639 = x45638
-x45640 = x45639
-x45641 = x45640
-x45642 = x45641
-x45643 = x45642
-x45644 = x45643
-x45645 = x45644
-x45646 = x45645
-x45647 = x45646
-x45648 = x45647
-x45649 = x45648
-x45650 = x45649
-x45651 = x45650
-x45652 = x45651
-x45653 = x45652
-x45654 = x45653
-x45655 = x45654
-x45656 = x45655
-x45657 = x45656
-x45658 = x45657
-x45659 = x45658
-x45660 = x45659
-x45661 = x45660
-x45662 = x45661
-x45663 = x45662
-x45664 = x45663
-x45665 = x45664
-x45666 = x45665
-x45667 = x45666
-x45668 = x45667
-x45669 = x45668
-x45670 = x45669
-x45671 = x45670
-x45672 = x45671
-x45673 = x45672
-x45674 = x45673
-x45675 = x45674
-x45676 = x45675
-x45677 = x45676
-x45678 = x45677
-x45679 = x45678
-x45680 = x45679
-x45681 = x45680
-x45682 = x45681
-x45683 = x45682
-x45684 = x45683
-x45685 = x45684
-x45686 = x45685
-x45687 = x45686
-x45688 = x45687
-x45689 = x45688
-x45690 = x45689
-x45691 = x45690
-x45692 = x45691
-x45693 = x45692
-x45694 = x45693
-x45695 = x45694
-x45696 = x45695
-x45697 = x45696
-x45698 = x45697
-x45699 = x45698
-x45700 = x45699
-x45701 = x45700
-x45702 = x45701
-x45703 = x45702
-x45704 = x45703
-x45705 = x45704
-x45706 = x45705
-x45707 = x45706
-x45708 = x45707
-x45709 = x45708
-x45710 = x45709
-x45711 = x45710
-x45712 = x45711
-x45713 = x45712
-x45714 = x45713
-x45715 = x45714
-x45716 = x45715
-x45717 = x45716
-x45718 = x45717
-x45719 = x45718
-x45720 = x45719
-x45721 = x45720
-x45722 = x45721
-x45723 = x45722
-x45724 = x45723
-x45725 = x45724
-x45726 = x45725
-x45727 = x45726
-x45728 = x45727
-x45729 = x45728
-x45730 = x45729
-x45731 = x45730
-x45732 = x45731
-x45733 = x45732
-x45734 = x45733
-x45735 = x45734
-x45736 = x45735
-x45737 = x45736
-x45738 = x45737
-x45739 = x45738
-x45740 = x45739
-x45741 = x45740
-x45742 = x45741
-x45743 = x45742
-x45744 = x45743
-x45745 = x45744
-x45746 = x45745
-x45747 = x45746
-x45748 = x45747
-x45749 = x45748
-x45750 = x45749
-x45751 = x45750
-x45752 = x45751
-x45753 = x45752
-x45754 = x45753
-x45755 = x45754
-x45756 = x45755
-x45757 = x45756
-x45758 = x45757
-x45759 = x45758
-x45760 = x45759
-x45761 = x45760
-x45762 = x45761
-x45763 = x45762
-x45764 = x45763
-x45765 = x45764
-x45766 = x45765
-x45767 = x45766
-x45768 = x45767
-x45769 = x45768
-x45770 = x45769
-x45771 = x45770
-x45772 = x45771
-x45773 = x45772
-x45774 = x45773
-x45775 = x45774
-x45776 = x45775
-x45777 = x45776
-x45778 = x45777
-x45779 = x45778
-x45780 = x45779
-x45781 = x45780
-x45782 = x45781
-x45783 = x45782
-x45784 = x45783
-x45785 = x45784
-x45786 = x45785
-x45787 = x45786
-x45788 = x45787
-x45789 = x45788
-x45790 = x45789
-x45791 = x45790
-x45792 = x45791
-x45793 = x45792
-x45794 = x45793
-x45795 = x45794
-x45796 = x45795
-x45797 = x45796
-x45798 = x45797
-x45799 = x45798
-x45800 = x45799
-x45801 = x45800
-x45802 = x45801
-x45803 = x45802
-x45804 = x45803
-x45805 = x45804
-x45806 = x45805
-x45807 = x45806
-x45808 = x45807
-x45809 = x45808
-x45810 = x45809
-x45811 = x45810
-x45812 = x45811
-x45813 = x45812
-x45814 = x45813
-x45815 = x45814
-x45816 = x45815
-x45817 = x45816
-x45818 = x45817
-x45819 = x45818
-x45820 = x45819
-x45821 = x45820
-x45822 = x45821
-x45823 = x45822
-x45824 = x45823
-x45825 = x45824
-x45826 = x45825
-x45827 = x45826
-x45828 = x45827
-x45829 = x45828
-x45830 = x45829
-x45831 = x45830
-x45832 = x45831
-x45833 = x45832
-x45834 = x45833
-x45835 = x45834
-x45836 = x45835
-x45837 = x45836
-x45838 = x45837
-x45839 = x45838
-x45840 = x45839
-x45841 = x45840
-x45842 = x45841
-x45843 = x45842
-x45844 = x45843
-x45845 = x45844
-x45846 = x45845
-x45847 = x45846
-x45848 = x45847
-x45849 = x45848
-x45850 = x45849
-x45851 = x45850
-x45852 = x45851
-x45853 = x45852
-x45854 = x45853
-x45855 = x45854
-x45856 = x45855
-x45857 = x45856
-x45858 = x45857
-x45859 = x45858
-x45860 = x45859
-x45861 = x45860
-x45862 = x45861
-x45863 = x45862
-x45864 = x45863
-x45865 = x45864
-x45866 = x45865
-x45867 = x45866
-x45868 = x45867
-x45869 = x45868
-x45870 = x45869
-x45871 = x45870
-x45872 = x45871
-x45873 = x45872
-x45874 = x45873
-x45875 = x45874
-x45876 = x45875
-x45877 = x45876
-x45878 = x45877
-x45879 = x45878
-x45880 = x45879
-x45881 = x45880
-x45882 = x45881
-x45883 = x45882
-x45884 = x45883
-x45885 = x45884
-x45886 = x45885
-x45887 = x45886
-x45888 = x45887
-x45889 = x45888
-x45890 = x45889
-x45891 = x45890
-x45892 = x45891
-x45893 = x45892
-x45894 = x45893
-x45895 = x45894
-x45896 = x45895
-x45897 = x45896
-x45898 = x45897
-x45899 = x45898
-x45900 = x45899
-x45901 = x45900
-x45902 = x45901
-x45903 = x45902
-x45904 = x45903
-x45905 = x45904
-x45906 = x45905
-x45907 = x45906
-x45908 = x45907
-x45909 = x45908
-x45910 = x45909
-x45911 = x45910
-x45912 = x45911
-x45913 = x45912
-x45914 = x45913
-x45915 = x45914
-x45916 = x45915
-x45917 = x45916
-x45918 = x45917
-x45919 = x45918
-x45920 = x45919
-x45921 = x45920
-x45922 = x45921
-x45923 = x45922
-x45924 = x45923
-x45925 = x45924
-x45926 = x45925
-x45927 = x45926
-x45928 = x45927
-x45929 = x45928
-x45930 = x45929
-x45931 = x45930
-x45932 = x45931
-x45933 = x45932
-x45934 = x45933
-x45935 = x45934
-x45936 = x45935
-x45937 = x45936
-x45938 = x45937
-x45939 = x45938
-x45940 = x45939
-x45941 = x45940
-x45942 = x45941
-x45943 = x45942
-x45944 = x45943
-x45945 = x45944
-x45946 = x45945
-x45947 = x45946
-x45948 = x45947
-x45949 = x45948
-x45950 = x45949
-x45951 = x45950
-x45952 = x45951
-x45953 = x45952
-x45954 = x45953
-x45955 = x45954
-x45956 = x45955
-x45957 = x45956
-x45958 = x45957
-x45959 = x45958
-x45960 = x45959
-x45961 = x45960
-x45962 = x45961
-x45963 = x45962
-x45964 = x45963
-x45965 = x45964
-x45966 = x45965
-x45967 = x45966
-x45968 = x45967
-x45969 = x45968
-x45970 = x45969
-x45971 = x45970
-x45972 = x45971
-x45973 = x45972
-x45974 = x45973
-x45975 = x45974
-x45976 = x45975
-x45977 = x45976
-x45978 = x45977
-x45979 = x45978
-x45980 = x45979
-x45981 = x45980
-x45982 = x45981
-x45983 = x45982
-x45984 = x45983
-x45985 = x45984
-x45986 = x45985
-x45987 = x45986
-x45988 = x45987
-x45989 = x45988
-x45990 = x45989
-x45991 = x45990
-x45992 = x45991
-x45993 = x45992
-x45994 = x45993
-x45995 = x45994
-x45996 = x45995
-x45997 = x45996
-x45998 = x45997
-x45999 = x45998
-x46000 = x45999
-x46001 = x46000
-x46002 = x46001
-x46003 = x46002
-x46004 = x46003
-x46005 = x46004
-x46006 = x46005
-x46007 = x46006
-x46008 = x46007
-x46009 = x46008
-x46010 = x46009
-x46011 = x46010
-x46012 = x46011
-x46013 = x46012
-x46014 = x46013
-x46015 = x46014
-x46016 = x46015
-x46017 = x46016
-x46018 = x46017
-x46019 = x46018
-x46020 = x46019
-x46021 = x46020
-x46022 = x46021
-x46023 = x46022
-x46024 = x46023
-x46025 = x46024
-x46026 = x46025
-x46027 = x46026
-x46028 = x46027
-x46029 = x46028
-x46030 = x46029
-x46031 = x46030
-x46032 = x46031
-x46033 = x46032
-x46034 = x46033
-x46035 = x46034
-x46036 = x46035
-x46037 = x46036
-x46038 = x46037
-x46039 = x46038
-x46040 = x46039
-x46041 = x46040
-x46042 = x46041
-x46043 = x46042
-x46044 = x46043
-x46045 = x46044
-x46046 = x46045
-x46047 = x46046
-x46048 = x46047
-x46049 = x46048
-x46050 = x46049
-x46051 = x46050
-x46052 = x46051
-x46053 = x46052
-x46054 = x46053
-x46055 = x46054
-x46056 = x46055
-x46057 = x46056
-x46058 = x46057
-x46059 = x46058
-x46060 = x46059
-x46061 = x46060
-x46062 = x46061
-x46063 = x46062
-x46064 = x46063
-x46065 = x46064
-x46066 = x46065
-x46067 = x46066
-x46068 = x46067
-x46069 = x46068
-x46070 = x46069
-x46071 = x46070
-x46072 = x46071
-x46073 = x46072
-x46074 = x46073
-x46075 = x46074
-x46076 = x46075
-x46077 = x46076
-x46078 = x46077
-x46079 = x46078
-x46080 = x46079
-x46081 = x46080
-x46082 = x46081
-x46083 = x46082
-x46084 = x46083
-x46085 = x46084
-x46086 = x46085
-x46087 = x46086
-x46088 = x46087
-x46089 = x46088
-x46090 = x46089
-x46091 = x46090
-x46092 = x46091
-x46093 = x46092
-x46094 = x46093
-x46095 = x46094
-x46096 = x46095
-x46097 = x46096
-x46098 = x46097
-x46099 = x46098
-x46100 = x46099
-x46101 = x46100
-x46102 = x46101
-x46103 = x46102
-x46104 = x46103
-x46105 = x46104
-x46106 = x46105
-x46107 = x46106
-x46108 = x46107
-x46109 = x46108
-x46110 = x46109
-x46111 = x46110
-x46112 = x46111
-x46113 = x46112
-x46114 = x46113
-x46115 = x46114
-x46116 = x46115
-x46117 = x46116
-x46118 = x46117
-x46119 = x46118
-x46120 = x46119
-x46121 = x46120
-x46122 = x46121
-x46123 = x46122
-x46124 = x46123
-x46125 = x46124
-x46126 = x46125
-x46127 = x46126
-x46128 = x46127
-x46129 = x46128
-x46130 = x46129
-x46131 = x46130
-x46132 = x46131
-x46133 = x46132
-x46134 = x46133
-x46135 = x46134
-x46136 = x46135
-x46137 = x46136
-x46138 = x46137
-x46139 = x46138
-x46140 = x46139
-x46141 = x46140
-x46142 = x46141
-x46143 = x46142
-x46144 = x46143
-x46145 = x46144
-x46146 = x46145
-x46147 = x46146
-x46148 = x46147
-x46149 = x46148
-x46150 = x46149
-x46151 = x46150
-x46152 = x46151
-x46153 = x46152
-x46154 = x46153
-x46155 = x46154
-x46156 = x46155
-x46157 = x46156
-x46158 = x46157
-x46159 = x46158
-x46160 = x46159
-x46161 = x46160
-x46162 = x46161
-x46163 = x46162
-x46164 = x46163
-x46165 = x46164
-x46166 = x46165
-x46167 = x46166
-x46168 = x46167
-x46169 = x46168
-x46170 = x46169
-x46171 = x46170
-x46172 = x46171
-x46173 = x46172
-x46174 = x46173
-x46175 = x46174
-x46176 = x46175
-x46177 = x46176
-x46178 = x46177
-x46179 = x46178
-x46180 = x46179
-x46181 = x46180
-x46182 = x46181
-x46183 = x46182
-x46184 = x46183
-x46185 = x46184
-x46186 = x46185
-x46187 = x46186
-x46188 = x46187
-x46189 = x46188
-x46190 = x46189
-x46191 = x46190
-x46192 = x46191
-x46193 = x46192
-x46194 = x46193
-x46195 = x46194
-x46196 = x46195
-x46197 = x46196
-x46198 = x46197
-x46199 = x46198
-x46200 = x46199
-x46201 = x46200
-x46202 = x46201
-x46203 = x46202
-x46204 = x46203
-x46205 = x46204
-x46206 = x46205
-x46207 = x46206
-x46208 = x46207
-x46209 = x46208
-x46210 = x46209
-x46211 = x46210
-x46212 = x46211
-x46213 = x46212
-x46214 = x46213
-x46215 = x46214
-x46216 = x46215
-x46217 = x46216
-x46218 = x46217
-x46219 = x46218
-x46220 = x46219
-x46221 = x46220
-x46222 = x46221
-x46223 = x46222
-x46224 = x46223
-x46225 = x46224
-x46226 = x46225
-x46227 = x46226
-x46228 = x46227
-x46229 = x46228
-x46230 = x46229
-x46231 = x46230
-x46232 = x46231
-x46233 = x46232
-x46234 = x46233
-x46235 = x46234
-x46236 = x46235
-x46237 = x46236
-x46238 = x46237
-x46239 = x46238
-x46240 = x46239
-x46241 = x46240
-x46242 = x46241
-x46243 = x46242
-x46244 = x46243
-x46245 = x46244
-x46246 = x46245
-x46247 = x46246
-x46248 = x46247
-x46249 = x46248
-x46250 = x46249
-x46251 = x46250
-x46252 = x46251
-x46253 = x46252
-x46254 = x46253
-x46255 = x46254
-x46256 = x46255
-x46257 = x46256
-x46258 = x46257
-x46259 = x46258
-x46260 = x46259
-x46261 = x46260
-x46262 = x46261
-x46263 = x46262
-x46264 = x46263
-x46265 = x46264
-x46266 = x46265
-x46267 = x46266
-x46268 = x46267
-x46269 = x46268
-x46270 = x46269
-x46271 = x46270
-x46272 = x46271
-x46273 = x46272
-x46274 = x46273
-x46275 = x46274
-x46276 = x46275
-x46277 = x46276
-x46278 = x46277
-x46279 = x46278
-x46280 = x46279
-x46281 = x46280
-x46282 = x46281
-x46283 = x46282
-x46284 = x46283
-x46285 = x46284
-x46286 = x46285
-x46287 = x46286
-x46288 = x46287
-x46289 = x46288
-x46290 = x46289
-x46291 = x46290
-x46292 = x46291
-x46293 = x46292
-x46294 = x46293
-x46295 = x46294
-x46296 = x46295
-x46297 = x46296
-x46298 = x46297
-x46299 = x46298
-x46300 = x46299
-x46301 = x46300
-x46302 = x46301
-x46303 = x46302
-x46304 = x46303
-x46305 = x46304
-x46306 = x46305
-x46307 = x46306
-x46308 = x46307
-x46309 = x46308
-x46310 = x46309
-x46311 = x46310
-x46312 = x46311
-x46313 = x46312
-x46314 = x46313
-x46315 = x46314
-x46316 = x46315
-x46317 = x46316
-x46318 = x46317
-x46319 = x46318
-x46320 = x46319
-x46321 = x46320
-x46322 = x46321
-x46323 = x46322
-x46324 = x46323
-x46325 = x46324
-x46326 = x46325
-x46327 = x46326
-x46328 = x46327
-x46329 = x46328
-x46330 = x46329
-x46331 = x46330
-x46332 = x46331
-x46333 = x46332
-x46334 = x46333
-x46335 = x46334
-x46336 = x46335
-x46337 = x46336
-x46338 = x46337
-x46339 = x46338
-x46340 = x46339
-x46341 = x46340
-x46342 = x46341
-x46343 = x46342
-x46344 = x46343
-x46345 = x46344
-x46346 = x46345
-x46347 = x46346
-x46348 = x46347
-x46349 = x46348
-x46350 = x46349
-x46351 = x46350
-x46352 = x46351
-x46353 = x46352
-x46354 = x46353
-x46355 = x46354
-x46356 = x46355
-x46357 = x46356
-x46358 = x46357
-x46359 = x46358
-x46360 = x46359
-x46361 = x46360
-x46362 = x46361
-x46363 = x46362
-x46364 = x46363
-x46365 = x46364
-x46366 = x46365
-x46367 = x46366
-x46368 = x46367
-x46369 = x46368
-x46370 = x46369
-x46371 = x46370
-x46372 = x46371
-x46373 = x46372
-x46374 = x46373
-x46375 = x46374
-x46376 = x46375
-x46377 = x46376
-x46378 = x46377
-x46379 = x46378
-x46380 = x46379
-x46381 = x46380
-x46382 = x46381
-x46383 = x46382
-x46384 = x46383
-x46385 = x46384
-x46386 = x46385
-x46387 = x46386
-x46388 = x46387
-x46389 = x46388
-x46390 = x46389
-x46391 = x46390
-x46392 = x46391
-x46393 = x46392
-x46394 = x46393
-x46395 = x46394
-x46396 = x46395
-x46397 = x46396
-x46398 = x46397
-x46399 = x46398
-x46400 = x46399
-x46401 = x46400
-x46402 = x46401
-x46403 = x46402
-x46404 = x46403
-x46405 = x46404
-x46406 = x46405
-x46407 = x46406
-x46408 = x46407
-x46409 = x46408
-x46410 = x46409
-x46411 = x46410
-x46412 = x46411
-x46413 = x46412
-x46414 = x46413
-x46415 = x46414
-x46416 = x46415
-x46417 = x46416
-x46418 = x46417
-x46419 = x46418
-x46420 = x46419
-x46421 = x46420
-x46422 = x46421
-x46423 = x46422
-x46424 = x46423
-x46425 = x46424
-x46426 = x46425
-x46427 = x46426
-x46428 = x46427
-x46429 = x46428
-x46430 = x46429
-x46431 = x46430
-x46432 = x46431
-x46433 = x46432
-x46434 = x46433
-x46435 = x46434
-x46436 = x46435
-x46437 = x46436
-x46438 = x46437
-x46439 = x46438
-x46440 = x46439
-x46441 = x46440
-x46442 = x46441
-x46443 = x46442
-x46444 = x46443
-x46445 = x46444
-x46446 = x46445
-x46447 = x46446
-x46448 = x46447
-x46449 = x46448
-x46450 = x46449
-x46451 = x46450
-x46452 = x46451
-x46453 = x46452
-x46454 = x46453
-x46455 = x46454
-x46456 = x46455
-x46457 = x46456
-x46458 = x46457
-x46459 = x46458
-x46460 = x46459
-x46461 = x46460
-x46462 = x46461
-x46463 = x46462
-x46464 = x46463
-x46465 = x46464
-x46466 = x46465
-x46467 = x46466
-x46468 = x46467
-x46469 = x46468
-x46470 = x46469
-x46471 = x46470
-x46472 = x46471
-x46473 = x46472
-x46474 = x46473
-x46475 = x46474
-x46476 = x46475
-x46477 = x46476
-x46478 = x46477
-x46479 = x46478
-x46480 = x46479
-x46481 = x46480
-x46482 = x46481
-x46483 = x46482
-x46484 = x46483
-x46485 = x46484
-x46486 = x46485
-x46487 = x46486
-x46488 = x46487
-x46489 = x46488
-x46490 = x46489
-x46491 = x46490
-x46492 = x46491
-x46493 = x46492
-x46494 = x46493
-x46495 = x46494
-x46496 = x46495
-x46497 = x46496
-x46498 = x46497
-x46499 = x46498
-x46500 = x46499
-x46501 = x46500
-x46502 = x46501
-x46503 = x46502
-x46504 = x46503
-x46505 = x46504
-x46506 = x46505
-x46507 = x46506
-x46508 = x46507
-x46509 = x46508
-x46510 = x46509
-x46511 = x46510
-x46512 = x46511
-x46513 = x46512
-x46514 = x46513
-x46515 = x46514
-x46516 = x46515
-x46517 = x46516
-x46518 = x46517
-x46519 = x46518
-x46520 = x46519
-x46521 = x46520
-x46522 = x46521
-x46523 = x46522
-x46524 = x46523
-x46525 = x46524
-x46526 = x46525
-x46527 = x46526
-x46528 = x46527
-x46529 = x46528
-x46530 = x46529
-x46531 = x46530
-x46532 = x46531
-x46533 = x46532
-x46534 = x46533
-x46535 = x46534
-x46536 = x46535
-x46537 = x46536
-x46538 = x46537
-x46539 = x46538
-x46540 = x46539
-x46541 = x46540
-x46542 = x46541
-x46543 = x46542
-x46544 = x46543
-x46545 = x46544
-x46546 = x46545
-x46547 = x46546
-x46548 = x46547
-x46549 = x46548
-x46550 = x46549
-x46551 = x46550
-x46552 = x46551
-x46553 = x46552
-x46554 = x46553
-x46555 = x46554
-x46556 = x46555
-x46557 = x46556
-x46558 = x46557
-x46559 = x46558
-x46560 = x46559
-x46561 = x46560
-x46562 = x46561
-x46563 = x46562
-x46564 = x46563
-x46565 = x46564
-x46566 = x46565
-x46567 = x46566
-x46568 = x46567
-x46569 = x46568
-x46570 = x46569
-x46571 = x46570
-x46572 = x46571
-x46573 = x46572
-x46574 = x46573
-x46575 = x46574
-x46576 = x46575
-x46577 = x46576
-x46578 = x46577
-x46579 = x46578
-x46580 = x46579
-x46581 = x46580
-x46582 = x46581
-x46583 = x46582
-x46584 = x46583
-x46585 = x46584
-x46586 = x46585
-x46587 = x46586
-x46588 = x46587
-x46589 = x46588
-x46590 = x46589
-x46591 = x46590
-x46592 = x46591
-x46593 = x46592
-x46594 = x46593
-x46595 = x46594
-x46596 = x46595
-x46597 = x46596
-x46598 = x46597
-x46599 = x46598
-x46600 = x46599
-x46601 = x46600
-x46602 = x46601
-x46603 = x46602
-x46604 = x46603
-x46605 = x46604
-x46606 = x46605
-x46607 = x46606
-x46608 = x46607
-x46609 = x46608
-x46610 = x46609
-x46611 = x46610
-x46612 = x46611
-x46613 = x46612
-x46614 = x46613
-x46615 = x46614
-x46616 = x46615
-x46617 = x46616
-x46618 = x46617
-x46619 = x46618
-x46620 = x46619
-x46621 = x46620
-x46622 = x46621
-x46623 = x46622
-x46624 = x46623
-x46625 = x46624
-x46626 = x46625
-x46627 = x46626
-x46628 = x46627
-x46629 = x46628
-x46630 = x46629
-x46631 = x46630
-x46632 = x46631
-x46633 = x46632
-x46634 = x46633
-x46635 = x46634
-x46636 = x46635
-x46637 = x46636
-x46638 = x46637
-x46639 = x46638
-x46640 = x46639
-x46641 = x46640
-x46642 = x46641
-x46643 = x46642
-x46644 = x46643
-x46645 = x46644
-x46646 = x46645
-x46647 = x46646
-x46648 = x46647
-x46649 = x46648
-x46650 = x46649
-x46651 = x46650
-x46652 = x46651
-x46653 = x46652
-x46654 = x46653
-x46655 = x46654
-x46656 = x46655
-x46657 = x46656
-x46658 = x46657
-x46659 = x46658
-x46660 = x46659
-x46661 = x46660
-x46662 = x46661
-x46663 = x46662
-x46664 = x46663
-x46665 = x46664
-x46666 = x46665
-x46667 = x46666
-x46668 = x46667
-x46669 = x46668
-x46670 = x46669
-x46671 = x46670
-x46672 = x46671
-x46673 = x46672
-x46674 = x46673
-x46675 = x46674
-x46676 = x46675
-x46677 = x46676
-x46678 = x46677
-x46679 = x46678
-x46680 = x46679
-x46681 = x46680
-x46682 = x46681
-x46683 = x46682
-x46684 = x46683
-x46685 = x46684
-x46686 = x46685
-x46687 = x46686
-x46688 = x46687
-x46689 = x46688
-x46690 = x46689
-x46691 = x46690
-x46692 = x46691
-x46693 = x46692
-x46694 = x46693
-x46695 = x46694
-x46696 = x46695
-x46697 = x46696
-x46698 = x46697
-x46699 = x46698
-x46700 = x46699
-x46701 = x46700
-x46702 = x46701
-x46703 = x46702
-x46704 = x46703
-x46705 = x46704
-x46706 = x46705
-x46707 = x46706
-x46708 = x46707
-x46709 = x46708
-x46710 = x46709
-x46711 = x46710
-x46712 = x46711
-x46713 = x46712
-x46714 = x46713
-x46715 = x46714
-x46716 = x46715
-x46717 = x46716
-x46718 = x46717
-x46719 = x46718
-x46720 = x46719
-x46721 = x46720
-x46722 = x46721
-x46723 = x46722
-x46724 = x46723
-x46725 = x46724
-x46726 = x46725
-x46727 = x46726
-x46728 = x46727
-x46729 = x46728
-x46730 = x46729
-x46731 = x46730
-x46732 = x46731
-x46733 = x46732
-x46734 = x46733
-x46735 = x46734
-x46736 = x46735
-x46737 = x46736
-x46738 = x46737
-x46739 = x46738
-x46740 = x46739
-x46741 = x46740
-x46742 = x46741
-x46743 = x46742
-x46744 = x46743
-x46745 = x46744
-x46746 = x46745
-x46747 = x46746
-x46748 = x46747
-x46749 = x46748
-x46750 = x46749
-x46751 = x46750
-x46752 = x46751
-x46753 = x46752
-x46754 = x46753
-x46755 = x46754
-x46756 = x46755
-x46757 = x46756
-x46758 = x46757
-x46759 = x46758
-x46760 = x46759
-x46761 = x46760
-x46762 = x46761
-x46763 = x46762
-x46764 = x46763
-x46765 = x46764
-x46766 = x46765
-x46767 = x46766
-x46768 = x46767
-x46769 = x46768
-x46770 = x46769
-x46771 = x46770
-x46772 = x46771
-x46773 = x46772
-x46774 = x46773
-x46775 = x46774
-x46776 = x46775
-x46777 = x46776
-x46778 = x46777
-x46779 = x46778
-x46780 = x46779
-x46781 = x46780
-x46782 = x46781
-x46783 = x46782
-x46784 = x46783
-x46785 = x46784
-x46786 = x46785
-x46787 = x46786
-x46788 = x46787
-x46789 = x46788
-x46790 = x46789
-x46791 = x46790
-x46792 = x46791
-x46793 = x46792
-x46794 = x46793
-x46795 = x46794
-x46796 = x46795
-x46797 = x46796
-x46798 = x46797
-x46799 = x46798
-x46800 = x46799
-x46801 = x46800
-x46802 = x46801
-x46803 = x46802
-x46804 = x46803
-x46805 = x46804
-x46806 = x46805
-x46807 = x46806
-x46808 = x46807
-x46809 = x46808
-x46810 = x46809
-x46811 = x46810
-x46812 = x46811
-x46813 = x46812
-x46814 = x46813
-x46815 = x46814
-x46816 = x46815
-x46817 = x46816
-x46818 = x46817
-x46819 = x46818
-x46820 = x46819
-x46821 = x46820
-x46822 = x46821
-x46823 = x46822
-x46824 = x46823
-x46825 = x46824
-x46826 = x46825
-x46827 = x46826
-x46828 = x46827
-x46829 = x46828
-x46830 = x46829
-x46831 = x46830
-x46832 = x46831
-x46833 = x46832
-x46834 = x46833
-x46835 = x46834
-x46836 = x46835
-x46837 = x46836
-x46838 = x46837
-x46839 = x46838
-x46840 = x46839
-x46841 = x46840
-x46842 = x46841
-x46843 = x46842
-x46844 = x46843
-x46845 = x46844
-x46846 = x46845
-x46847 = x46846
-x46848 = x46847
-x46849 = x46848
-x46850 = x46849
-x46851 = x46850
-x46852 = x46851
-x46853 = x46852
-x46854 = x46853
-x46855 = x46854
-x46856 = x46855
-x46857 = x46856
-x46858 = x46857
-x46859 = x46858
-x46860 = x46859
-x46861 = x46860
-x46862 = x46861
-x46863 = x46862
-x46864 = x46863
-x46865 = x46864
-x46866 = x46865
-x46867 = x46866
-x46868 = x46867
-x46869 = x46868
-x46870 = x46869
-x46871 = x46870
-x46872 = x46871
-x46873 = x46872
-x46874 = x46873
-x46875 = x46874
-x46876 = x46875
-x46877 = x46876
-x46878 = x46877
-x46879 = x46878
-x46880 = x46879
-x46881 = x46880
-x46882 = x46881
-x46883 = x46882
-x46884 = x46883
-x46885 = x46884
-x46886 = x46885
-x46887 = x46886
-x46888 = x46887
-x46889 = x46888
-x46890 = x46889
-x46891 = x46890
-x46892 = x46891
-x46893 = x46892
-x46894 = x46893
-x46895 = x46894
-x46896 = x46895
-x46897 = x46896
-x46898 = x46897
-x46899 = x46898
-x46900 = x46899
-x46901 = x46900
-x46902 = x46901
-x46903 = x46902
-x46904 = x46903
-x46905 = x46904
-x46906 = x46905
-x46907 = x46906
-x46908 = x46907
-x46909 = x46908
-x46910 = x46909
-x46911 = x46910
-x46912 = x46911
-x46913 = x46912
-x46914 = x46913
-x46915 = x46914
-x46916 = x46915
-x46917 = x46916
-x46918 = x46917
-x46919 = x46918
-x46920 = x46919
-x46921 = x46920
-x46922 = x46921
-x46923 = x46922
-x46924 = x46923
-x46925 = x46924
-x46926 = x46925
-x46927 = x46926
-x46928 = x46927
-x46929 = x46928
-x46930 = x46929
-x46931 = x46930
-x46932 = x46931
-x46933 = x46932
-x46934 = x46933
-x46935 = x46934
-x46936 = x46935
-x46937 = x46936
-x46938 = x46937
-x46939 = x46938
-x46940 = x46939
-x46941 = x46940
-x46942 = x46941
-x46943 = x46942
-x46944 = x46943
-x46945 = x46944
-x46946 = x46945
-x46947 = x46946
-x46948 = x46947
-x46949 = x46948
-x46950 = x46949
-x46951 = x46950
-x46952 = x46951
-x46953 = x46952
-x46954 = x46953
-x46955 = x46954
-x46956 = x46955
-x46957 = x46956
-x46958 = x46957
-x46959 = x46958
-x46960 = x46959
-x46961 = x46960
-x46962 = x46961
-x46963 = x46962
-x46964 = x46963
-x46965 = x46964
-x46966 = x46965
-x46967 = x46966
-x46968 = x46967
-x46969 = x46968
-x46970 = x46969
-x46971 = x46970
-x46972 = x46971
-x46973 = x46972
-x46974 = x46973
-x46975 = x46974
-x46976 = x46975
-x46977 = x46976
-x46978 = x46977
-x46979 = x46978
-x46980 = x46979
-x46981 = x46980
-x46982 = x46981
-x46983 = x46982
-x46984 = x46983
-x46985 = x46984
-x46986 = x46985
-x46987 = x46986
-x46988 = x46987
-x46989 = x46988
-x46990 = x46989
-x46991 = x46990
-x46992 = x46991
-x46993 = x46992
-x46994 = x46993
-x46995 = x46994
-x46996 = x46995
-x46997 = x46996
-x46998 = x46997
-x46999 = x46998
-x47000 = x46999
-x47001 = x47000
-x47002 = x47001
-x47003 = x47002
-x47004 = x47003
-x47005 = x47004
-x47006 = x47005
-x47007 = x47006
-x47008 = x47007
-x47009 = x47008
-x47010 = x47009
-x47011 = x47010
-x47012 = x47011
-x47013 = x47012
-x47014 = x47013
-x47015 = x47014
-x47016 = x47015
-x47017 = x47016
-x47018 = x47017
-x47019 = x47018
-x47020 = x47019
-x47021 = x47020
-x47022 = x47021
-x47023 = x47022
-x47024 = x47023
-x47025 = x47024
-x47026 = x47025
-x47027 = x47026
-x47028 = x47027
-x47029 = x47028
-x47030 = x47029
-x47031 = x47030
-x47032 = x47031
-x47033 = x47032
-x47034 = x47033
-x47035 = x47034
-x47036 = x47035
-x47037 = x47036
-x47038 = x47037
-x47039 = x47038
-x47040 = x47039
-x47041 = x47040
-x47042 = x47041
-x47043 = x47042
-x47044 = x47043
-x47045 = x47044
-x47046 = x47045
-x47047 = x47046
-x47048 = x47047
-x47049 = x47048
-x47050 = x47049
-x47051 = x47050
-x47052 = x47051
-x47053 = x47052
-x47054 = x47053
-x47055 = x47054
-x47056 = x47055
-x47057 = x47056
-x47058 = x47057
-x47059 = x47058
-x47060 = x47059
-x47061 = x47060
-x47062 = x47061
-x47063 = x47062
-x47064 = x47063
-x47065 = x47064
-x47066 = x47065
-x47067 = x47066
-x47068 = x47067
-x47069 = x47068
-x47070 = x47069
-x47071 = x47070
-x47072 = x47071
-x47073 = x47072
-x47074 = x47073
-x47075 = x47074
-x47076 = x47075
-x47077 = x47076
-x47078 = x47077
-x47079 = x47078
-x47080 = x47079
-x47081 = x47080
-x47082 = x47081
-x47083 = x47082
-x47084 = x47083
-x47085 = x47084
-x47086 = x47085
-x47087 = x47086
-x47088 = x47087
-x47089 = x47088
-x47090 = x47089
-x47091 = x47090
-x47092 = x47091
-x47093 = x47092
-x47094 = x47093
-x47095 = x47094
-x47096 = x47095
-x47097 = x47096
-x47098 = x47097
-x47099 = x47098
-x47100 = x47099
-x47101 = x47100
-x47102 = x47101
-x47103 = x47102
-x47104 = x47103
-x47105 = x47104
-x47106 = x47105
-x47107 = x47106
-x47108 = x47107
-x47109 = x47108
-x47110 = x47109
-x47111 = x47110
-x47112 = x47111
-x47113 = x47112
-x47114 = x47113
-x47115 = x47114
-x47116 = x47115
-x47117 = x47116
-x47118 = x47117
-x47119 = x47118
-x47120 = x47119
-x47121 = x47120
-x47122 = x47121
-x47123 = x47122
-x47124 = x47123
-x47125 = x47124
-x47126 = x47125
-x47127 = x47126
-x47128 = x47127
-x47129 = x47128
-x47130 = x47129
-x47131 = x47130
-x47132 = x47131
-x47133 = x47132
-x47134 = x47133
-x47135 = x47134
-x47136 = x47135
-x47137 = x47136
-x47138 = x47137
-x47139 = x47138
-x47140 = x47139
-x47141 = x47140
-x47142 = x47141
-x47143 = x47142
-x47144 = x47143
-x47145 = x47144
-x47146 = x47145
-x47147 = x47146
-x47148 = x47147
-x47149 = x47148
-x47150 = x47149
-x47151 = x47150
-x47152 = x47151
-x47153 = x47152
-x47154 = x47153
-x47155 = x47154
-x47156 = x47155
-x47157 = x47156
-x47158 = x47157
-x47159 = x47158
-x47160 = x47159
-x47161 = x47160
-x47162 = x47161
-x47163 = x47162
-x47164 = x47163
-x47165 = x47164
-x47166 = x47165
-x47167 = x47166
-x47168 = x47167
-x47169 = x47168
-x47170 = x47169
-x47171 = x47170
-x47172 = x47171
-x47173 = x47172
-x47174 = x47173
-x47175 = x47174
-x47176 = x47175
-x47177 = x47176
-x47178 = x47177
-x47179 = x47178
-x47180 = x47179
-x47181 = x47180
-x47182 = x47181
-x47183 = x47182
-x47184 = x47183
-x47185 = x47184
-x47186 = x47185
-x47187 = x47186
-x47188 = x47187
-x47189 = x47188
-x47190 = x47189
-x47191 = x47190
-x47192 = x47191
-x47193 = x47192
-x47194 = x47193
-x47195 = x47194
-x47196 = x47195
-x47197 = x47196
-x47198 = x47197
-x47199 = x47198
-x47200 = x47199
-x47201 = x47200
-x47202 = x47201
-x47203 = x47202
-x47204 = x47203
-x47205 = x47204
-x47206 = x47205
-x47207 = x47206
-x47208 = x47207
-x47209 = x47208
-x47210 = x47209
-x47211 = x47210
-x47212 = x47211
-x47213 = x47212
-x47214 = x47213
-x47215 = x47214
-x47216 = x47215
-x47217 = x47216
-x47218 = x47217
-x47219 = x47218
-x47220 = x47219
-x47221 = x47220
-x47222 = x47221
-x47223 = x47222
-x47224 = x47223
-x47225 = x47224
-x47226 = x47225
-x47227 = x47226
-x47228 = x47227
-x47229 = x47228
-x47230 = x47229
-x47231 = x47230
-x47232 = x47231
-x47233 = x47232
-x47234 = x47233
-x47235 = x47234
-x47236 = x47235
-x47237 = x47236
-x47238 = x47237
-x47239 = x47238
-x47240 = x47239
-x47241 = x47240
-x47242 = x47241
-x47243 = x47242
-x47244 = x47243
-x47245 = x47244
-x47246 = x47245
-x47247 = x47246
-x47248 = x47247
-x47249 = x47248
-x47250 = x47249
-x47251 = x47250
-x47252 = x47251
-x47253 = x47252
-x47254 = x47253
-x47255 = x47254
-x47256 = x47255
-x47257 = x47256
-x47258 = x47257
-x47259 = x47258
-x47260 = x47259
-x47261 = x47260
-x47262 = x47261
-x47263 = x47262
-x47264 = x47263
-x47265 = x47264
-x47266 = x47265
-x47267 = x47266
-x47268 = x47267
-x47269 = x47268
-x47270 = x47269
-x47271 = x47270
-x47272 = x47271
-x47273 = x47272
-x47274 = x47273
-x47275 = x47274
-x47276 = x47275
-x47277 = x47276
-x47278 = x47277
-x47279 = x47278
-x47280 = x47279
-x47281 = x47280
-x47282 = x47281
-x47283 = x47282
-x47284 = x47283
-x47285 = x47284
-x47286 = x47285
-x47287 = x47286
-x47288 = x47287
-x47289 = x47288
-x47290 = x47289
-x47291 = x47290
-x47292 = x47291
-x47293 = x47292
-x47294 = x47293
-x47295 = x47294
-x47296 = x47295
-x47297 = x47296
-x47298 = x47297
-x47299 = x47298
-x47300 = x47299
-x47301 = x47300
-x47302 = x47301
-x47303 = x47302
-x47304 = x47303
-x47305 = x47304
-x47306 = x47305
-x47307 = x47306
-x47308 = x47307
-x47309 = x47308
-x47310 = x47309
-x47311 = x47310
-x47312 = x47311
-x47313 = x47312
-x47314 = x47313
-x47315 = x47314
-x47316 = x47315
-x47317 = x47316
-x47318 = x47317
-x47319 = x47318
-x47320 = x47319
-x47321 = x47320
-x47322 = x47321
-x47323 = x47322
-x47324 = x47323
-x47325 = x47324
-x47326 = x47325
-x47327 = x47326
-x47328 = x47327
-x47329 = x47328
-x47330 = x47329
-x47331 = x47330
-x47332 = x47331
-x47333 = x47332
-x47334 = x47333
-x47335 = x47334
-x47336 = x47335
-x47337 = x47336
-x47338 = x47337
-x47339 = x47338
-x47340 = x47339
-x47341 = x47340
-x47342 = x47341
-x47343 = x47342
-x47344 = x47343
-x47345 = x47344
-x47346 = x47345
-x47347 = x47346
-x47348 = x47347
-x47349 = x47348
-x47350 = x47349
-x47351 = x47350
-x47352 = x47351
-x47353 = x47352
-x47354 = x47353
-x47355 = x47354
-x47356 = x47355
-x47357 = x47356
-x47358 = x47357
-x47359 = x47358
-x47360 = x47359
-x47361 = x47360
-x47362 = x47361
-x47363 = x47362
-x47364 = x47363
-x47365 = x47364
-x47366 = x47365
-x47367 = x47366
-x47368 = x47367
-x47369 = x47368
-x47370 = x47369
-x47371 = x47370
-x47372 = x47371
-x47373 = x47372
-x47374 = x47373
-x47375 = x47374
-x47376 = x47375
-x47377 = x47376
-x47378 = x47377
-x47379 = x47378
-x47380 = x47379
-x47381 = x47380
-x47382 = x47381
-x47383 = x47382
-x47384 = x47383
-x47385 = x47384
-x47386 = x47385
-x47387 = x47386
-x47388 = x47387
-x47389 = x47388
-x47390 = x47389
-x47391 = x47390
-x47392 = x47391
-x47393 = x47392
-x47394 = x47393
-x47395 = x47394
-x47396 = x47395
-x47397 = x47396
-x47398 = x47397
-x47399 = x47398
-x47400 = x47399
-x47401 = x47400
-x47402 = x47401
-x47403 = x47402
-x47404 = x47403
-x47405 = x47404
-x47406 = x47405
-x47407 = x47406
-x47408 = x47407
-x47409 = x47408
-x47410 = x47409
-x47411 = x47410
-x47412 = x47411
-x47413 = x47412
-x47414 = x47413
-x47415 = x47414
-x47416 = x47415
-x47417 = x47416
-x47418 = x47417
-x47419 = x47418
-x47420 = x47419
-x47421 = x47420
-x47422 = x47421
-x47423 = x47422
-x47424 = x47423
-x47425 = x47424
-x47426 = x47425
-x47427 = x47426
-x47428 = x47427
-x47429 = x47428
-x47430 = x47429
-x47431 = x47430
-x47432 = x47431
-x47433 = x47432
-x47434 = x47433
-x47435 = x47434
-x47436 = x47435
-x47437 = x47436
-x47438 = x47437
-x47439 = x47438
-x47440 = x47439
-x47441 = x47440
-x47442 = x47441
-x47443 = x47442
-x47444 = x47443
-x47445 = x47444
-x47446 = x47445
-x47447 = x47446
-x47448 = x47447
-x47449 = x47448
-x47450 = x47449
-x47451 = x47450
-x47452 = x47451
-x47453 = x47452
-x47454 = x47453
-x47455 = x47454
-x47456 = x47455
-x47457 = x47456
-x47458 = x47457
-x47459 = x47458
-x47460 = x47459
-x47461 = x47460
-x47462 = x47461
-x47463 = x47462
-x47464 = x47463
-x47465 = x47464
-x47466 = x47465
-x47467 = x47466
-x47468 = x47467
-x47469 = x47468
-x47470 = x47469
-x47471 = x47470
-x47472 = x47471
-x47473 = x47472
-x47474 = x47473
-x47475 = x47474
-x47476 = x47475
-x47477 = x47476
-x47478 = x47477
-x47479 = x47478
-x47480 = x47479
-x47481 = x47480
-x47482 = x47481
-x47483 = x47482
-x47484 = x47483
-x47485 = x47484
-x47486 = x47485
-x47487 = x47486
-x47488 = x47487
-x47489 = x47488
-x47490 = x47489
-x47491 = x47490
-x47492 = x47491
-x47493 = x47492
-x47494 = x47493
-x47495 = x47494
-x47496 = x47495
-x47497 = x47496
-x47498 = x47497
-x47499 = x47498
-x47500 = x47499
-x47501 = x47500
-x47502 = x47501
-x47503 = x47502
-x47504 = x47503
-x47505 = x47504
-x47506 = x47505
-x47507 = x47506
-x47508 = x47507
-x47509 = x47508
-x47510 = x47509
-x47511 = x47510
-x47512 = x47511
-x47513 = x47512
-x47514 = x47513
-x47515 = x47514
-x47516 = x47515
-x47517 = x47516
-x47518 = x47517
-x47519 = x47518
-x47520 = x47519
-x47521 = x47520
-x47522 = x47521
-x47523 = x47522
-x47524 = x47523
-x47525 = x47524
-x47526 = x47525
-x47527 = x47526
-x47528 = x47527
-x47529 = x47528
-x47530 = x47529
-x47531 = x47530
-x47532 = x47531
-x47533 = x47532
-x47534 = x47533
-x47535 = x47534
-x47536 = x47535
-x47537 = x47536
-x47538 = x47537
-x47539 = x47538
-x47540 = x47539
-x47541 = x47540
-x47542 = x47541
-x47543 = x47542
-x47544 = x47543
-x47545 = x47544
-x47546 = x47545
-x47547 = x47546
-x47548 = x47547
-x47549 = x47548
-x47550 = x47549
-x47551 = x47550
-x47552 = x47551
-x47553 = x47552
-x47554 = x47553
-x47555 = x47554
-x47556 = x47555
-x47557 = x47556
-x47558 = x47557
-x47559 = x47558
-x47560 = x47559
-x47561 = x47560
-x47562 = x47561
-x47563 = x47562
-x47564 = x47563
-x47565 = x47564
-x47566 = x47565
-x47567 = x47566
-x47568 = x47567
-x47569 = x47568
-x47570 = x47569
-x47571 = x47570
-x47572 = x47571
-x47573 = x47572
-x47574 = x47573
-x47575 = x47574
-x47576 = x47575
-x47577 = x47576
-x47578 = x47577
-x47579 = x47578
-x47580 = x47579
-x47581 = x47580
-x47582 = x47581
-x47583 = x47582
-x47584 = x47583
-x47585 = x47584
-x47586 = x47585
-x47587 = x47586
-x47588 = x47587
-x47589 = x47588
-x47590 = x47589
-x47591 = x47590
-x47592 = x47591
-x47593 = x47592
-x47594 = x47593
-x47595 = x47594
-x47596 = x47595
-x47597 = x47596
-x47598 = x47597
-x47599 = x47598
-x47600 = x47599
-x47601 = x47600
-x47602 = x47601
-x47603 = x47602
-x47604 = x47603
-x47605 = x47604
-x47606 = x47605
-x47607 = x47606
-x47608 = x47607
-x47609 = x47608
-x47610 = x47609
-x47611 = x47610
-x47612 = x47611
-x47613 = x47612
-x47614 = x47613
-x47615 = x47614
-x47616 = x47615
-x47617 = x47616
-x47618 = x47617
-x47619 = x47618
-x47620 = x47619
-x47621 = x47620
-x47622 = x47621
-x47623 = x47622
-x47624 = x47623
-x47625 = x47624
-x47626 = x47625
-x47627 = x47626
-x47628 = x47627
-x47629 = x47628
-x47630 = x47629
-x47631 = x47630
-x47632 = x47631
-x47633 = x47632
-x47634 = x47633
-x47635 = x47634
-x47636 = x47635
-x47637 = x47636
-x47638 = x47637
-x47639 = x47638
-x47640 = x47639
-x47641 = x47640
-x47642 = x47641
-x47643 = x47642
-x47644 = x47643
-x47645 = x47644
-x47646 = x47645
-x47647 = x47646
-x47648 = x47647
-x47649 = x47648
-x47650 = x47649
-x47651 = x47650
-x47652 = x47651
-x47653 = x47652
-x47654 = x47653
-x47655 = x47654
-x47656 = x47655
-x47657 = x47656
-x47658 = x47657
-x47659 = x47658
-x47660 = x47659
-x47661 = x47660
-x47662 = x47661
-x47663 = x47662
-x47664 = x47663
-x47665 = x47664
-x47666 = x47665
-x47667 = x47666
-x47668 = x47667
-x47669 = x47668
-x47670 = x47669
-x47671 = x47670
-x47672 = x47671
-x47673 = x47672
-x47674 = x47673
-x47675 = x47674
-x47676 = x47675
-x47677 = x47676
-x47678 = x47677
-x47679 = x47678
-x47680 = x47679
-x47681 = x47680
-x47682 = x47681
-x47683 = x47682
-x47684 = x47683
-x47685 = x47684
-x47686 = x47685
-x47687 = x47686
-x47688 = x47687
-x47689 = x47688
-x47690 = x47689
-x47691 = x47690
-x47692 = x47691
-x47693 = x47692
-x47694 = x47693
-x47695 = x47694
-x47696 = x47695
-x47697 = x47696
-x47698 = x47697
-x47699 = x47698
-x47700 = x47699
-x47701 = x47700
-x47702 = x47701
-x47703 = x47702
-x47704 = x47703
-x47705 = x47704
-x47706 = x47705
-x47707 = x47706
-x47708 = x47707
-x47709 = x47708
-x47710 = x47709
-x47711 = x47710
-x47712 = x47711
-x47713 = x47712
-x47714 = x47713
-x47715 = x47714
-x47716 = x47715
-x47717 = x47716
-x47718 = x47717
-x47719 = x47718
-x47720 = x47719
-x47721 = x47720
-x47722 = x47721
-x47723 = x47722
-x47724 = x47723
-x47725 = x47724
-x47726 = x47725
-x47727 = x47726
-x47728 = x47727
-x47729 = x47728
-x47730 = x47729
-x47731 = x47730
-x47732 = x47731
-x47733 = x47732
-x47734 = x47733
-x47735 = x47734
-x47736 = x47735
-x47737 = x47736
-x47738 = x47737
-x47739 = x47738
-x47740 = x47739
-x47741 = x47740
-x47742 = x47741
-x47743 = x47742
-x47744 = x47743
-x47745 = x47744
-x47746 = x47745
-x47747 = x47746
-x47748 = x47747
-x47749 = x47748
-x47750 = x47749
-x47751 = x47750
-x47752 = x47751
-x47753 = x47752
-x47754 = x47753
-x47755 = x47754
-x47756 = x47755
-x47757 = x47756
-x47758 = x47757
-x47759 = x47758
-x47760 = x47759
-x47761 = x47760
-x47762 = x47761
-x47763 = x47762
-x47764 = x47763
-x47765 = x47764
-x47766 = x47765
-x47767 = x47766
-x47768 = x47767
-x47769 = x47768
-x47770 = x47769
-x47771 = x47770
-x47772 = x47771
-x47773 = x47772
-x47774 = x47773
-x47775 = x47774
-x47776 = x47775
-x47777 = x47776
-x47778 = x47777
-x47779 = x47778
-x47780 = x47779
-x47781 = x47780
-x47782 = x47781
-x47783 = x47782
-x47784 = x47783
-x47785 = x47784
-x47786 = x47785
-x47787 = x47786
-x47788 = x47787
-x47789 = x47788
-x47790 = x47789
-x47791 = x47790
-x47792 = x47791
-x47793 = x47792
-x47794 = x47793
-x47795 = x47794
-x47796 = x47795
-x47797 = x47796
-x47798 = x47797
-x47799 = x47798
-x47800 = x47799
-x47801 = x47800
-x47802 = x47801
-x47803 = x47802
-x47804 = x47803
-x47805 = x47804
-x47806 = x47805
-x47807 = x47806
-x47808 = x47807
-x47809 = x47808
-x47810 = x47809
-x47811 = x47810
-x47812 = x47811
-x47813 = x47812
-x47814 = x47813
-x47815 = x47814
-x47816 = x47815
-x47817 = x47816
-x47818 = x47817
-x47819 = x47818
-x47820 = x47819
-x47821 = x47820
-x47822 = x47821
-x47823 = x47822
-x47824 = x47823
-x47825 = x47824
-x47826 = x47825
-x47827 = x47826
-x47828 = x47827
-x47829 = x47828
-x47830 = x47829
-x47831 = x47830
-x47832 = x47831
-x47833 = x47832
-x47834 = x47833
-x47835 = x47834
-x47836 = x47835
-x47837 = x47836
-x47838 = x47837
-x47839 = x47838
-x47840 = x47839
-x47841 = x47840
-x47842 = x47841
-x47843 = x47842
-x47844 = x47843
-x47845 = x47844
-x47846 = x47845
-x47847 = x47846
-x47848 = x47847
-x47849 = x47848
-x47850 = x47849
-x47851 = x47850
-x47852 = x47851
-x47853 = x47852
-x47854 = x47853
-x47855 = x47854
-x47856 = x47855
-x47857 = x47856
-x47858 = x47857
-x47859 = x47858
-x47860 = x47859
-x47861 = x47860
-x47862 = x47861
-x47863 = x47862
-x47864 = x47863
-x47865 = x47864
-x47866 = x47865
-x47867 = x47866
-x47868 = x47867
-x47869 = x47868
-x47870 = x47869
-x47871 = x47870
-x47872 = x47871
-x47873 = x47872
-x47874 = x47873
-x47875 = x47874
-x47876 = x47875
-x47877 = x47876
-x47878 = x47877
-x47879 = x47878
-x47880 = x47879
-x47881 = x47880
-x47882 = x47881
-x47883 = x47882
-x47884 = x47883
-x47885 = x47884
-x47886 = x47885
-x47887 = x47886
-x47888 = x47887
-x47889 = x47888
-x47890 = x47889
-x47891 = x47890
-x47892 = x47891
-x47893 = x47892
-x47894 = x47893
-x47895 = x47894
-x47896 = x47895
-x47897 = x47896
-x47898 = x47897
-x47899 = x47898
-x47900 = x47899
-x47901 = x47900
-x47902 = x47901
-x47903 = x47902
-x47904 = x47903
-x47905 = x47904
-x47906 = x47905
-x47907 = x47906
-x47908 = x47907
-x47909 = x47908
-x47910 = x47909
-x47911 = x47910
-x47912 = x47911
-x47913 = x47912
-x47914 = x47913
-x47915 = x47914
-x47916 = x47915
-x47917 = x47916
-x47918 = x47917
-x47919 = x47918
-x47920 = x47919
-x47921 = x47920
-x47922 = x47921
-x47923 = x47922
-x47924 = x47923
-x47925 = x47924
-x47926 = x47925
-x47927 = x47926
-x47928 = x47927
-x47929 = x47928
-x47930 = x47929
-x47931 = x47930
-x47932 = x47931
-x47933 = x47932
-x47934 = x47933
-x47935 = x47934
-x47936 = x47935
-x47937 = x47936
-x47938 = x47937
-x47939 = x47938
-x47940 = x47939
-x47941 = x47940
-x47942 = x47941
-x47943 = x47942
-x47944 = x47943
-x47945 = x47944
-x47946 = x47945
-x47947 = x47946
-x47948 = x47947
-x47949 = x47948
-x47950 = x47949
-x47951 = x47950
-x47952 = x47951
-x47953 = x47952
-x47954 = x47953
-x47955 = x47954
-x47956 = x47955
-x47957 = x47956
-x47958 = x47957
-x47959 = x47958
-x47960 = x47959
-x47961 = x47960
-x47962 = x47961
-x47963 = x47962
-x47964 = x47963
-x47965 = x47964
-x47966 = x47965
-x47967 = x47966
-x47968 = x47967
-x47969 = x47968
-x47970 = x47969
-x47971 = x47970
-x47972 = x47971
-x47973 = x47972
-x47974 = x47973
-x47975 = x47974
-x47976 = x47975
-x47977 = x47976
-x47978 = x47977
-x47979 = x47978
-x47980 = x47979
-x47981 = x47980
-x47982 = x47981
-x47983 = x47982
-x47984 = x47983
-x47985 = x47984
-x47986 = x47985
-x47987 = x47986
-x47988 = x47987
-x47989 = x47988
-x47990 = x47989
-x47991 = x47990
-x47992 = x47991
-x47993 = x47992
-x47994 = x47993
-x47995 = x47994
-x47996 = x47995
-x47997 = x47996
-x47998 = x47997
-x47999 = x47998
-x48000 = x47999
-x48001 = x48000
-x48002 = x48001
-x48003 = x48002
-x48004 = x48003
-x48005 = x48004
-x48006 = x48005
-x48007 = x48006
-x48008 = x48007
-x48009 = x48008
-x48010 = x48009
-x48011 = x48010
-x48012 = x48011
-x48013 = x48012
-x48014 = x48013
-x48015 = x48014
-x48016 = x48015
-x48017 = x48016
-x48018 = x48017
-x48019 = x48018
-x48020 = x48019
-x48021 = x48020
-x48022 = x48021
-x48023 = x48022
-x48024 = x48023
-x48025 = x48024
-x48026 = x48025
-x48027 = x48026
-x48028 = x48027
-x48029 = x48028
-x48030 = x48029
-x48031 = x48030
-x48032 = x48031
-x48033 = x48032
-x48034 = x48033
-x48035 = x48034
-x48036 = x48035
-x48037 = x48036
-x48038 = x48037
-x48039 = x48038
-x48040 = x48039
-x48041 = x48040
-x48042 = x48041
-x48043 = x48042
-x48044 = x48043
-x48045 = x48044
-x48046 = x48045
-x48047 = x48046
-x48048 = x48047
-x48049 = x48048
-x48050 = x48049
-x48051 = x48050
-x48052 = x48051
-x48053 = x48052
-x48054 = x48053
-x48055 = x48054
-x48056 = x48055
-x48057 = x48056
-x48058 = x48057
-x48059 = x48058
-x48060 = x48059
-x48061 = x48060
-x48062 = x48061
-x48063 = x48062
-x48064 = x48063
-x48065 = x48064
-x48066 = x48065
-x48067 = x48066
-x48068 = x48067
-x48069 = x48068
-x48070 = x48069
-x48071 = x48070
-x48072 = x48071
-x48073 = x48072
-x48074 = x48073
-x48075 = x48074
-x48076 = x48075
-x48077 = x48076
-x48078 = x48077
-x48079 = x48078
-x48080 = x48079
-x48081 = x48080
-x48082 = x48081
-x48083 = x48082
-x48084 = x48083
-x48085 = x48084
-x48086 = x48085
-x48087 = x48086
-x48088 = x48087
-x48089 = x48088
-x48090 = x48089
-x48091 = x48090
-x48092 = x48091
-x48093 = x48092
-x48094 = x48093
-x48095 = x48094
-x48096 = x48095
-x48097 = x48096
-x48098 = x48097
-x48099 = x48098
-x48100 = x48099
-x48101 = x48100
-x48102 = x48101
-x48103 = x48102
-x48104 = x48103
-x48105 = x48104
-x48106 = x48105
-x48107 = x48106
-x48108 = x48107
-x48109 = x48108
-x48110 = x48109
-x48111 = x48110
-x48112 = x48111
-x48113 = x48112
-x48114 = x48113
-x48115 = x48114
-x48116 = x48115
-x48117 = x48116
-x48118 = x48117
-x48119 = x48118
-x48120 = x48119
-x48121 = x48120
-x48122 = x48121
-x48123 = x48122
-x48124 = x48123
-x48125 = x48124
-x48126 = x48125
-x48127 = x48126
-x48128 = x48127
-x48129 = x48128
-x48130 = x48129
-x48131 = x48130
-x48132 = x48131
-x48133 = x48132
-x48134 = x48133
-x48135 = x48134
-x48136 = x48135
-x48137 = x48136
-x48138 = x48137
-x48139 = x48138
-x48140 = x48139
-x48141 = x48140
-x48142 = x48141
-x48143 = x48142
-x48144 = x48143
-x48145 = x48144
-x48146 = x48145
-x48147 = x48146
-x48148 = x48147
-x48149 = x48148
-x48150 = x48149
-x48151 = x48150
-x48152 = x48151
-x48153 = x48152
-x48154 = x48153
-x48155 = x48154
-x48156 = x48155
-x48157 = x48156
-x48158 = x48157
-x48159 = x48158
-x48160 = x48159
-x48161 = x48160
-x48162 = x48161
-x48163 = x48162
-x48164 = x48163
-x48165 = x48164
-x48166 = x48165
-x48167 = x48166
-x48168 = x48167
-x48169 = x48168
-x48170 = x48169
-x48171 = x48170
-x48172 = x48171
-x48173 = x48172
-x48174 = x48173
-x48175 = x48174
-x48176 = x48175
-x48177 = x48176
-x48178 = x48177
-x48179 = x48178
-x48180 = x48179
-x48181 = x48180
-x48182 = x48181
-x48183 = x48182
-x48184 = x48183
-x48185 = x48184
-x48186 = x48185
-x48187 = x48186
-x48188 = x48187
-x48189 = x48188
-x48190 = x48189
-x48191 = x48190
-x48192 = x48191
-x48193 = x48192
-x48194 = x48193
-x48195 = x48194
-x48196 = x48195
-x48197 = x48196
-x48198 = x48197
-x48199 = x48198
-x48200 = x48199
-x48201 = x48200
-x48202 = x48201
-x48203 = x48202
-x48204 = x48203
-x48205 = x48204
-x48206 = x48205
-x48207 = x48206
-x48208 = x48207
-x48209 = x48208
-x48210 = x48209
-x48211 = x48210
-x48212 = x48211
-x48213 = x48212
-x48214 = x48213
-x48215 = x48214
-x48216 = x48215
-x48217 = x48216
-x48218 = x48217
-x48219 = x48218
-x48220 = x48219
-x48221 = x48220
-x48222 = x48221
-x48223 = x48222
-x48224 = x48223
-x48225 = x48224
-x48226 = x48225
-x48227 = x48226
-x48228 = x48227
-x48229 = x48228
-x48230 = x48229
-x48231 = x48230
-x48232 = x48231
-x48233 = x48232
-x48234 = x48233
-x48235 = x48234
-x48236 = x48235
-x48237 = x48236
-x48238 = x48237
-x48239 = x48238
-x48240 = x48239
-x48241 = x48240
-x48242 = x48241
-x48243 = x48242
-x48244 = x48243
-x48245 = x48244
-x48246 = x48245
-x48247 = x48246
-x48248 = x48247
-x48249 = x48248
-x48250 = x48249
-x48251 = x48250
-x48252 = x48251
-x48253 = x48252
-x48254 = x48253
-x48255 = x48254
-x48256 = x48255
-x48257 = x48256
-x48258 = x48257
-x48259 = x48258
-x48260 = x48259
-x48261 = x48260
-x48262 = x48261
-x48263 = x48262
-x48264 = x48263
-x48265 = x48264
-x48266 = x48265
-x48267 = x48266
-x48268 = x48267
-x48269 = x48268
-x48270 = x48269
-x48271 = x48270
-x48272 = x48271
-x48273 = x48272
-x48274 = x48273
-x48275 = x48274
-x48276 = x48275
-x48277 = x48276
-x48278 = x48277
-x48279 = x48278
-x48280 = x48279
-x48281 = x48280
-x48282 = x48281
-x48283 = x48282
-x48284 = x48283
-x48285 = x48284
-x48286 = x48285
-x48287 = x48286
-x48288 = x48287
-x48289 = x48288
-x48290 = x48289
-x48291 = x48290
-x48292 = x48291
-x48293 = x48292
-x48294 = x48293
-x48295 = x48294
-x48296 = x48295
-x48297 = x48296
-x48298 = x48297
-x48299 = x48298
-x48300 = x48299
-x48301 = x48300
-x48302 = x48301
-x48303 = x48302
-x48304 = x48303
-x48305 = x48304
-x48306 = x48305
-x48307 = x48306
-x48308 = x48307
-x48309 = x48308
-x48310 = x48309
-x48311 = x48310
-x48312 = x48311
-x48313 = x48312
-x48314 = x48313
-x48315 = x48314
-x48316 = x48315
-x48317 = x48316
-x48318 = x48317
-x48319 = x48318
-x48320 = x48319
-x48321 = x48320
-x48322 = x48321
-x48323 = x48322
-x48324 = x48323
-x48325 = x48324
-x48326 = x48325
-x48327 = x48326
-x48328 = x48327
-x48329 = x48328
-x48330 = x48329
-x48331 = x48330
-x48332 = x48331
-x48333 = x48332
-x48334 = x48333
-x48335 = x48334
-x48336 = x48335
-x48337 = x48336
-x48338 = x48337
-x48339 = x48338
-x48340 = x48339
-x48341 = x48340
-x48342 = x48341
-x48343 = x48342
-x48344 = x48343
-x48345 = x48344
-x48346 = x48345
-x48347 = x48346
-x48348 = x48347
-x48349 = x48348
-x48350 = x48349
-x48351 = x48350
-x48352 = x48351
-x48353 = x48352
-x48354 = x48353
-x48355 = x48354
-x48356 = x48355
-x48357 = x48356
-x48358 = x48357
-x48359 = x48358
-x48360 = x48359
-x48361 = x48360
-x48362 = x48361
-x48363 = x48362
-x48364 = x48363
-x48365 = x48364
-x48366 = x48365
-x48367 = x48366
-x48368 = x48367
-x48369 = x48368
-x48370 = x48369
-x48371 = x48370
-x48372 = x48371
-x48373 = x48372
-x48374 = x48373
-x48375 = x48374
-x48376 = x48375
-x48377 = x48376
-x48378 = x48377
-x48379 = x48378
-x48380 = x48379
-x48381 = x48380
-x48382 = x48381
-x48383 = x48382
-x48384 = x48383
-x48385 = x48384
-x48386 = x48385
-x48387 = x48386
-x48388 = x48387
-x48389 = x48388
-x48390 = x48389
-x48391 = x48390
-x48392 = x48391
-x48393 = x48392
-x48394 = x48393
-x48395 = x48394
-x48396 = x48395
-x48397 = x48396
-x48398 = x48397
-x48399 = x48398
-x48400 = x48399
-x48401 = x48400
-x48402 = x48401
-x48403 = x48402
-x48404 = x48403
-x48405 = x48404
-x48406 = x48405
-x48407 = x48406
-x48408 = x48407
-x48409 = x48408
-x48410 = x48409
-x48411 = x48410
-x48412 = x48411
-x48413 = x48412
-x48414 = x48413
-x48415 = x48414
-x48416 = x48415
-x48417 = x48416
-x48418 = x48417
-x48419 = x48418
-x48420 = x48419
-x48421 = x48420
-x48422 = x48421
-x48423 = x48422
-x48424 = x48423
-x48425 = x48424
-x48426 = x48425
-x48427 = x48426
-x48428 = x48427
-x48429 = x48428
-x48430 = x48429
-x48431 = x48430
-x48432 = x48431
-x48433 = x48432
-x48434 = x48433
-x48435 = x48434
-x48436 = x48435
-x48437 = x48436
-x48438 = x48437
-x48439 = x48438
-x48440 = x48439
-x48441 = x48440
-x48442 = x48441
-x48443 = x48442
-x48444 = x48443
-x48445 = x48444
-x48446 = x48445
-x48447 = x48446
-x48448 = x48447
-x48449 = x48448
-x48450 = x48449
-x48451 = x48450
-x48452 = x48451
-x48453 = x48452
-x48454 = x48453
-x48455 = x48454
-x48456 = x48455
-x48457 = x48456
-x48458 = x48457
-x48459 = x48458
-x48460 = x48459
-x48461 = x48460
-x48462 = x48461
-x48463 = x48462
-x48464 = x48463
-x48465 = x48464
-x48466 = x48465
-x48467 = x48466
-x48468 = x48467
-x48469 = x48468
-x48470 = x48469
-x48471 = x48470
-x48472 = x48471
-x48473 = x48472
-x48474 = x48473
-x48475 = x48474
-x48476 = x48475
-x48477 = x48476
-x48478 = x48477
-x48479 = x48478
-x48480 = x48479
-x48481 = x48480
-x48482 = x48481
-x48483 = x48482
-x48484 = x48483
-x48485 = x48484
-x48486 = x48485
-x48487 = x48486
-x48488 = x48487
-x48489 = x48488
-x48490 = x48489
-x48491 = x48490
-x48492 = x48491
-x48493 = x48492
-x48494 = x48493
-x48495 = x48494
-x48496 = x48495
-x48497 = x48496
-x48498 = x48497
-x48499 = x48498
-x48500 = x48499
-x48501 = x48500
-x48502 = x48501
-x48503 = x48502
-x48504 = x48503
-x48505 = x48504
-x48506 = x48505
-x48507 = x48506
-x48508 = x48507
-x48509 = x48508
-x48510 = x48509
-x48511 = x48510
-x48512 = x48511
-x48513 = x48512
-x48514 = x48513
-x48515 = x48514
-x48516 = x48515
-x48517 = x48516
-x48518 = x48517
-x48519 = x48518
-x48520 = x48519
-x48521 = x48520
-x48522 = x48521
-x48523 = x48522
-x48524 = x48523
-x48525 = x48524
-x48526 = x48525
-x48527 = x48526
-x48528 = x48527
-x48529 = x48528
-x48530 = x48529
-x48531 = x48530
-x48532 = x48531
-x48533 = x48532
-x48534 = x48533
-x48535 = x48534
-x48536 = x48535
-x48537 = x48536
-x48538 = x48537
-x48539 = x48538
-x48540 = x48539
-x48541 = x48540
-x48542 = x48541
-x48543 = x48542
-x48544 = x48543
-x48545 = x48544
-x48546 = x48545
-x48547 = x48546
-x48548 = x48547
-x48549 = x48548
-x48550 = x48549
-x48551 = x48550
-x48552 = x48551
-x48553 = x48552
-x48554 = x48553
-x48555 = x48554
-x48556 = x48555
-x48557 = x48556
-x48558 = x48557
-x48559 = x48558
-x48560 = x48559
-x48561 = x48560
-x48562 = x48561
-x48563 = x48562
-x48564 = x48563
-x48565 = x48564
-x48566 = x48565
-x48567 = x48566
-x48568 = x48567
-x48569 = x48568
-x48570 = x48569
-x48571 = x48570
-x48572 = x48571
-x48573 = x48572
-x48574 = x48573
-x48575 = x48574
-x48576 = x48575
-x48577 = x48576
-x48578 = x48577
-x48579 = x48578
-x48580 = x48579
-x48581 = x48580
-x48582 = x48581
-x48583 = x48582
-x48584 = x48583
-x48585 = x48584
-x48586 = x48585
-x48587 = x48586
-x48588 = x48587
-x48589 = x48588
-x48590 = x48589
-x48591 = x48590
-x48592 = x48591
-x48593 = x48592
-x48594 = x48593
-x48595 = x48594
-x48596 = x48595
-x48597 = x48596
-x48598 = x48597
-x48599 = x48598
-x48600 = x48599
-x48601 = x48600
-x48602 = x48601
-x48603 = x48602
-x48604 = x48603
-x48605 = x48604
-x48606 = x48605
-x48607 = x48606
-x48608 = x48607
-x48609 = x48608
-x48610 = x48609
-x48611 = x48610
-x48612 = x48611
-x48613 = x48612
-x48614 = x48613
-x48615 = x48614
-x48616 = x48615
-x48617 = x48616
-x48618 = x48617
-x48619 = x48618
-x48620 = x48619
-x48621 = x48620
-x48622 = x48621
-x48623 = x48622
-x48624 = x48623
-x48625 = x48624
-x48626 = x48625
-x48627 = x48626
-x48628 = x48627
-x48629 = x48628
-x48630 = x48629
-x48631 = x48630
-x48632 = x48631
-x48633 = x48632
-x48634 = x48633
-x48635 = x48634
-x48636 = x48635
-x48637 = x48636
-x48638 = x48637
-x48639 = x48638
-x48640 = x48639
-x48641 = x48640
-x48642 = x48641
-x48643 = x48642
-x48644 = x48643
-x48645 = x48644
-x48646 = x48645
-x48647 = x48646
-x48648 = x48647
-x48649 = x48648
-x48650 = x48649
-x48651 = x48650
-x48652 = x48651
-x48653 = x48652
-x48654 = x48653
-x48655 = x48654
-x48656 = x48655
-x48657 = x48656
-x48658 = x48657
-x48659 = x48658
-x48660 = x48659
-x48661 = x48660
-x48662 = x48661
-x48663 = x48662
-x48664 = x48663
-x48665 = x48664
-x48666 = x48665
-x48667 = x48666
-x48668 = x48667
-x48669 = x48668
-x48670 = x48669
-x48671 = x48670
-x48672 = x48671
-x48673 = x48672
-x48674 = x48673
-x48675 = x48674
-x48676 = x48675
-x48677 = x48676
-x48678 = x48677
-x48679 = x48678
-x48680 = x48679
-x48681 = x48680
-x48682 = x48681
-x48683 = x48682
-x48684 = x48683
-x48685 = x48684
-x48686 = x48685
-x48687 = x48686
-x48688 = x48687
-x48689 = x48688
-x48690 = x48689
-x48691 = x48690
-x48692 = x48691
-x48693 = x48692
-x48694 = x48693
-x48695 = x48694
-x48696 = x48695
-x48697 = x48696
-x48698 = x48697
-x48699 = x48698
-x48700 = x48699
-x48701 = x48700
-x48702 = x48701
-x48703 = x48702
-x48704 = x48703
-x48705 = x48704
-x48706 = x48705
-x48707 = x48706
-x48708 = x48707
-x48709 = x48708
-x48710 = x48709
-x48711 = x48710
-x48712 = x48711
-x48713 = x48712
-x48714 = x48713
-x48715 = x48714
-x48716 = x48715
-x48717 = x48716
-x48718 = x48717
-x48719 = x48718
-x48720 = x48719
-x48721 = x48720
-x48722 = x48721
-x48723 = x48722
-x48724 = x48723
-x48725 = x48724
-x48726 = x48725
-x48727 = x48726
-x48728 = x48727
-x48729 = x48728
-x48730 = x48729
-x48731 = x48730
-x48732 = x48731
-x48733 = x48732
-x48734 = x48733
-x48735 = x48734
-x48736 = x48735
-x48737 = x48736
-x48738 = x48737
-x48739 = x48738
-x48740 = x48739
-x48741 = x48740
-x48742 = x48741
-x48743 = x48742
-x48744 = x48743
-x48745 = x48744
-x48746 = x48745
-x48747 = x48746
-x48748 = x48747
-x48749 = x48748
-x48750 = x48749
-x48751 = x48750
-x48752 = x48751
-x48753 = x48752
-x48754 = x48753
-x48755 = x48754
-x48756 = x48755
-x48757 = x48756
-x48758 = x48757
-x48759 = x48758
-x48760 = x48759
-x48761 = x48760
-x48762 = x48761
-x48763 = x48762
-x48764 = x48763
-x48765 = x48764
-x48766 = x48765
-x48767 = x48766
-x48768 = x48767
-x48769 = x48768
-x48770 = x48769
-x48771 = x48770
-x48772 = x48771
-x48773 = x48772
-x48774 = x48773
-x48775 = x48774
-x48776 = x48775
-x48777 = x48776
-x48778 = x48777
-x48779 = x48778
-x48780 = x48779
-x48781 = x48780
-x48782 = x48781
-x48783 = x48782
-x48784 = x48783
-x48785 = x48784
-x48786 = x48785
-x48787 = x48786
-x48788 = x48787
-x48789 = x48788
-x48790 = x48789
-x48791 = x48790
-x48792 = x48791
-x48793 = x48792
-x48794 = x48793
-x48795 = x48794
-x48796 = x48795
-x48797 = x48796
-x48798 = x48797
-x48799 = x48798
-x48800 = x48799
-x48801 = x48800
-x48802 = x48801
-x48803 = x48802
-x48804 = x48803
-x48805 = x48804
-x48806 = x48805
-x48807 = x48806
-x48808 = x48807
-x48809 = x48808
-x48810 = x48809
-x48811 = x48810
-x48812 = x48811
-x48813 = x48812
-x48814 = x48813
-x48815 = x48814
-x48816 = x48815
-x48817 = x48816
-x48818 = x48817
-x48819 = x48818
-x48820 = x48819
-x48821 = x48820
-x48822 = x48821
-x48823 = x48822
-x48824 = x48823
-x48825 = x48824
-x48826 = x48825
-x48827 = x48826
-x48828 = x48827
-x48829 = x48828
-x48830 = x48829
-x48831 = x48830
-x48832 = x48831
-x48833 = x48832
-x48834 = x48833
-x48835 = x48834
-x48836 = x48835
-x48837 = x48836
-x48838 = x48837
-x48839 = x48838
-x48840 = x48839
-x48841 = x48840
-x48842 = x48841
-x48843 = x48842
-x48844 = x48843
-x48845 = x48844
-x48846 = x48845
-x48847 = x48846
-x48848 = x48847
-x48849 = x48848
-x48850 = x48849
-x48851 = x48850
-x48852 = x48851
-x48853 = x48852
-x48854 = x48853
-x48855 = x48854
-x48856 = x48855
-x48857 = x48856
-x48858 = x48857
-x48859 = x48858
-x48860 = x48859
-x48861 = x48860
-x48862 = x48861
-x48863 = x48862
-x48864 = x48863
-x48865 = x48864
-x48866 = x48865
-x48867 = x48866
-x48868 = x48867
-x48869 = x48868
-x48870 = x48869
-x48871 = x48870
-x48872 = x48871
-x48873 = x48872
-x48874 = x48873
-x48875 = x48874
-x48876 = x48875
-x48877 = x48876
-x48878 = x48877
-x48879 = x48878
-x48880 = x48879
-x48881 = x48880
-x48882 = x48881
-x48883 = x48882
-x48884 = x48883
-x48885 = x48884
-x48886 = x48885
-x48887 = x48886
-x48888 = x48887
-x48889 = x48888
-x48890 = x48889
-x48891 = x48890
-x48892 = x48891
-x48893 = x48892
-x48894 = x48893
-x48895 = x48894
-x48896 = x48895
-x48897 = x48896
-x48898 = x48897
-x48899 = x48898
-x48900 = x48899
-x48901 = x48900
-x48902 = x48901
-x48903 = x48902
-x48904 = x48903
-x48905 = x48904
-x48906 = x48905
-x48907 = x48906
-x48908 = x48907
-x48909 = x48908
-x48910 = x48909
-x48911 = x48910
-x48912 = x48911
-x48913 = x48912
-x48914 = x48913
-x48915 = x48914
-x48916 = x48915
-x48917 = x48916
-x48918 = x48917
-x48919 = x48918
-x48920 = x48919
-x48921 = x48920
-x48922 = x48921
-x48923 = x48922
-x48924 = x48923
-x48925 = x48924
-x48926 = x48925
-x48927 = x48926
-x48928 = x48927
-x48929 = x48928
-x48930 = x48929
-x48931 = x48930
-x48932 = x48931
-x48933 = x48932
-x48934 = x48933
-x48935 = x48934
-x48936 = x48935
-x48937 = x48936
-x48938 = x48937
-x48939 = x48938
-x48940 = x48939
-x48941 = x48940
-x48942 = x48941
-x48943 = x48942
-x48944 = x48943
-x48945 = x48944
-x48946 = x48945
-x48947 = x48946
-x48948 = x48947
-x48949 = x48948
-x48950 = x48949
-x48951 = x48950
-x48952 = x48951
-x48953 = x48952
-x48954 = x48953
-x48955 = x48954
-x48956 = x48955
-x48957 = x48956
-x48958 = x48957
-x48959 = x48958
-x48960 = x48959
-x48961 = x48960
-x48962 = x48961
-x48963 = x48962
-x48964 = x48963
-x48965 = x48964
-x48966 = x48965
-x48967 = x48966
-x48968 = x48967
-x48969 = x48968
-x48970 = x48969
-x48971 = x48970
-x48972 = x48971
-x48973 = x48972
-x48974 = x48973
-x48975 = x48974
-x48976 = x48975
-x48977 = x48976
-x48978 = x48977
-x48979 = x48978
-x48980 = x48979
-x48981 = x48980
-x48982 = x48981
-x48983 = x48982
-x48984 = x48983
-x48985 = x48984
-x48986 = x48985
-x48987 = x48986
-x48988 = x48987
-x48989 = x48988
-x48990 = x48989
-x48991 = x48990
-x48992 = x48991
-x48993 = x48992
-x48994 = x48993
-x48995 = x48994
-x48996 = x48995
-x48997 = x48996
-x48998 = x48997
-x48999 = x48998
-x49000 = x48999
-x49001 = x49000
-x49002 = x49001
-x49003 = x49002
-x49004 = x49003
-x49005 = x49004
-x49006 = x49005
-x49007 = x49006
-x49008 = x49007
-x49009 = x49008
-x49010 = x49009
-x49011 = x49010
-x49012 = x49011
-x49013 = x49012
-x49014 = x49013
-x49015 = x49014
-x49016 = x49015
-x49017 = x49016
-x49018 = x49017
-x49019 = x49018
-x49020 = x49019
-x49021 = x49020
-x49022 = x49021
-x49023 = x49022
-x49024 = x49023
-x49025 = x49024
-x49026 = x49025
-x49027 = x49026
-x49028 = x49027
-x49029 = x49028
-x49030 = x49029
-x49031 = x49030
-x49032 = x49031
-x49033 = x49032
-x49034 = x49033
-x49035 = x49034
-x49036 = x49035
-x49037 = x49036
-x49038 = x49037
-x49039 = x49038
-x49040 = x49039
-x49041 = x49040
-x49042 = x49041
-x49043 = x49042
-x49044 = x49043
-x49045 = x49044
-x49046 = x49045
-x49047 = x49046
-x49048 = x49047
-x49049 = x49048
-x49050 = x49049
-x49051 = x49050
-x49052 = x49051
-x49053 = x49052
-x49054 = x49053
-x49055 = x49054
-x49056 = x49055
-x49057 = x49056
-x49058 = x49057
-x49059 = x49058
-x49060 = x49059
-x49061 = x49060
-x49062 = x49061
-x49063 = x49062
-x49064 = x49063
-x49065 = x49064
-x49066 = x49065
-x49067 = x49066
-x49068 = x49067
-x49069 = x49068
-x49070 = x49069
-x49071 = x49070
-x49072 = x49071
-x49073 = x49072
-x49074 = x49073
-x49075 = x49074
-x49076 = x49075
-x49077 = x49076
-x49078 = x49077
-x49079 = x49078
-x49080 = x49079
-x49081 = x49080
-x49082 = x49081
-x49083 = x49082
-x49084 = x49083
-x49085 = x49084
-x49086 = x49085
-x49087 = x49086
-x49088 = x49087
-x49089 = x49088
-x49090 = x49089
-x49091 = x49090
-x49092 = x49091
-x49093 = x49092
-x49094 = x49093
-x49095 = x49094
-x49096 = x49095
-x49097 = x49096
-x49098 = x49097
-x49099 = x49098
-x49100 = x49099
-x49101 = x49100
-x49102 = x49101
-x49103 = x49102
-x49104 = x49103
-x49105 = x49104
-x49106 = x49105
-x49107 = x49106
-x49108 = x49107
-x49109 = x49108
-x49110 = x49109
-x49111 = x49110
-x49112 = x49111
-x49113 = x49112
-x49114 = x49113
-x49115 = x49114
-x49116 = x49115
-x49117 = x49116
-x49118 = x49117
-x49119 = x49118
-x49120 = x49119
-x49121 = x49120
-x49122 = x49121
-x49123 = x49122
-x49124 = x49123
-x49125 = x49124
-x49126 = x49125
-x49127 = x49126
-x49128 = x49127
-x49129 = x49128
-x49130 = x49129
-x49131 = x49130
-x49132 = x49131
-x49133 = x49132
-x49134 = x49133
-x49135 = x49134
-x49136 = x49135
-x49137 = x49136
-x49138 = x49137
-x49139 = x49138
-x49140 = x49139
-x49141 = x49140
-x49142 = x49141
-x49143 = x49142
-x49144 = x49143
-x49145 = x49144
-x49146 = x49145
-x49147 = x49146
-x49148 = x49147
-x49149 = x49148
-x49150 = x49149
-x49151 = x49150
-x49152 = x49151
-x49153 = x49152
-x49154 = x49153
-x49155 = x49154
-x49156 = x49155
-x49157 = x49156
-x49158 = x49157
-x49159 = x49158
-x49160 = x49159
-x49161 = x49160
-x49162 = x49161
-x49163 = x49162
-x49164 = x49163
-x49165 = x49164
-x49166 = x49165
-x49167 = x49166
-x49168 = x49167
-x49169 = x49168
-x49170 = x49169
-x49171 = x49170
-x49172 = x49171
-x49173 = x49172
-x49174 = x49173
-x49175 = x49174
-x49176 = x49175
-x49177 = x49176
-x49178 = x49177
-x49179 = x49178
-x49180 = x49179
-x49181 = x49180
-x49182 = x49181
-x49183 = x49182
-x49184 = x49183
-x49185 = x49184
-x49186 = x49185
-x49187 = x49186
-x49188 = x49187
-x49189 = x49188
-x49190 = x49189
-x49191 = x49190
-x49192 = x49191
-x49193 = x49192
-x49194 = x49193
-x49195 = x49194
-x49196 = x49195
-x49197 = x49196
-x49198 = x49197
-x49199 = x49198
-x49200 = x49199
-x49201 = x49200
-x49202 = x49201
-x49203 = x49202
-x49204 = x49203
-x49205 = x49204
-x49206 = x49205
-x49207 = x49206
-x49208 = x49207
-x49209 = x49208
-x49210 = x49209
-x49211 = x49210
-x49212 = x49211
-x49213 = x49212
-x49214 = x49213
-x49215 = x49214
-x49216 = x49215
-x49217 = x49216
-x49218 = x49217
-x49219 = x49218
-x49220 = x49219
-x49221 = x49220
-x49222 = x49221
-x49223 = x49222
-x49224 = x49223
-x49225 = x49224
-x49226 = x49225
-x49227 = x49226
-x49228 = x49227
-x49229 = x49228
-x49230 = x49229
-x49231 = x49230
-x49232 = x49231
-x49233 = x49232
-x49234 = x49233
-x49235 = x49234
-x49236 = x49235
-x49237 = x49236
-x49238 = x49237
-x49239 = x49238
-x49240 = x49239
-x49241 = x49240
-x49242 = x49241
-x49243 = x49242
-x49244 = x49243
-x49245 = x49244
-x49246 = x49245
-x49247 = x49246
-x49248 = x49247
-x49249 = x49248
-x49250 = x49249
-x49251 = x49250
-x49252 = x49251
-x49253 = x49252
-x49254 = x49253
-x49255 = x49254
-x49256 = x49255
-x49257 = x49256
-x49258 = x49257
-x49259 = x49258
-x49260 = x49259
-x49261 = x49260
-x49262 = x49261
-x49263 = x49262
-x49264 = x49263
-x49265 = x49264
-x49266 = x49265
-x49267 = x49266
-x49268 = x49267
-x49269 = x49268
-x49270 = x49269
-x49271 = x49270
-x49272 = x49271
-x49273 = x49272
-x49274 = x49273
-x49275 = x49274
-x49276 = x49275
-x49277 = x49276
-x49278 = x49277
-x49279 = x49278
-x49280 = x49279
-x49281 = x49280
-x49282 = x49281
-x49283 = x49282
-x49284 = x49283
-x49285 = x49284
-x49286 = x49285
-x49287 = x49286
-x49288 = x49287
-x49289 = x49288
-x49290 = x49289
-x49291 = x49290
-x49292 = x49291
-x49293 = x49292
-x49294 = x49293
-x49295 = x49294
-x49296 = x49295
-x49297 = x49296
-x49298 = x49297
-x49299 = x49298
-x49300 = x49299
-x49301 = x49300
-x49302 = x49301
-x49303 = x49302
-x49304 = x49303
-x49305 = x49304
-x49306 = x49305
-x49307 = x49306
-x49308 = x49307
-x49309 = x49308
-x49310 = x49309
-x49311 = x49310
-x49312 = x49311
-x49313 = x49312
-x49314 = x49313
-x49315 = x49314
-x49316 = x49315
-x49317 = x49316
-x49318 = x49317
-x49319 = x49318
-x49320 = x49319
-x49321 = x49320
-x49322 = x49321
-x49323 = x49322
-x49324 = x49323
-x49325 = x49324
-x49326 = x49325
-x49327 = x49326
-x49328 = x49327
-x49329 = x49328
-x49330 = x49329
-x49331 = x49330
-x49332 = x49331
-x49333 = x49332
-x49334 = x49333
-x49335 = x49334
-x49336 = x49335
-x49337 = x49336
-x49338 = x49337
-x49339 = x49338
-x49340 = x49339
-x49341 = x49340
-x49342 = x49341
-x49343 = x49342
-x49344 = x49343
-x49345 = x49344
-x49346 = x49345
-x49347 = x49346
-x49348 = x49347
-x49349 = x49348
-x49350 = x49349
-x49351 = x49350
-x49352 = x49351
-x49353 = x49352
-x49354 = x49353
-x49355 = x49354
-x49356 = x49355
-x49357 = x49356
-x49358 = x49357
-x49359 = x49358
-x49360 = x49359
-x49361 = x49360
-x49362 = x49361
-x49363 = x49362
-x49364 = x49363
-x49365 = x49364
-x49366 = x49365
-x49367 = x49366
-x49368 = x49367
-x49369 = x49368
-x49370 = x49369
-x49371 = x49370
-x49372 = x49371
-x49373 = x49372
-x49374 = x49373
-x49375 = x49374
-x49376 = x49375
-x49377 = x49376
-x49378 = x49377
-x49379 = x49378
-x49380 = x49379
-x49381 = x49380
-x49382 = x49381
-x49383 = x49382
-x49384 = x49383
-x49385 = x49384
-x49386 = x49385
-x49387 = x49386
-x49388 = x49387
-x49389 = x49388
-x49390 = x49389
-x49391 = x49390
-x49392 = x49391
-x49393 = x49392
-x49394 = x49393
-x49395 = x49394
-x49396 = x49395
-x49397 = x49396
-x49398 = x49397
-x49399 = x49398
-x49400 = x49399
-x49401 = x49400
-x49402 = x49401
-x49403 = x49402
-x49404 = x49403
-x49405 = x49404
-x49406 = x49405
-x49407 = x49406
-x49408 = x49407
-x49409 = x49408
-x49410 = x49409
-x49411 = x49410
-x49412 = x49411
-x49413 = x49412
-x49414 = x49413
-x49415 = x49414
-x49416 = x49415
-x49417 = x49416
-x49418 = x49417
-x49419 = x49418
-x49420 = x49419
-x49421 = x49420
-x49422 = x49421
-x49423 = x49422
-x49424 = x49423
-x49425 = x49424
-x49426 = x49425
-x49427 = x49426
-x49428 = x49427
-x49429 = x49428
-x49430 = x49429
-x49431 = x49430
-x49432 = x49431
-x49433 = x49432
-x49434 = x49433
-x49435 = x49434
-x49436 = x49435
-x49437 = x49436
-x49438 = x49437
-x49439 = x49438
-x49440 = x49439
-x49441 = x49440
-x49442 = x49441
-x49443 = x49442
-x49444 = x49443
-x49445 = x49444
-x49446 = x49445
-x49447 = x49446
-x49448 = x49447
-x49449 = x49448
-x49450 = x49449
-x49451 = x49450
-x49452 = x49451
-x49453 = x49452
-x49454 = x49453
-x49455 = x49454
-x49456 = x49455
-x49457 = x49456
-x49458 = x49457
-x49459 = x49458
-x49460 = x49459
-x49461 = x49460
-x49462 = x49461
-x49463 = x49462
-x49464 = x49463
-x49465 = x49464
-x49466 = x49465
-x49467 = x49466
-x49468 = x49467
-x49469 = x49468
-x49470 = x49469
-x49471 = x49470
-x49472 = x49471
-x49473 = x49472
-x49474 = x49473
-x49475 = x49474
-x49476 = x49475
-x49477 = x49476
-x49478 = x49477
-x49479 = x49478
-x49480 = x49479
-x49481 = x49480
-x49482 = x49481
-x49483 = x49482
-x49484 = x49483
-x49485 = x49484
-x49486 = x49485
-x49487 = x49486
-x49488 = x49487
-x49489 = x49488
-x49490 = x49489
-x49491 = x49490
-x49492 = x49491
-x49493 = x49492
-x49494 = x49493
-x49495 = x49494
-x49496 = x49495
-x49497 = x49496
-x49498 = x49497
-x49499 = x49498
-x49500 = x49499
-x49501 = x49500
-x49502 = x49501
-x49503 = x49502
-x49504 = x49503
-x49505 = x49504
-x49506 = x49505
-x49507 = x49506
-x49508 = x49507
-x49509 = x49508
-x49510 = x49509
-x49511 = x49510
-x49512 = x49511
-x49513 = x49512
-x49514 = x49513
-x49515 = x49514
-x49516 = x49515
-x49517 = x49516
-x49518 = x49517
-x49519 = x49518
-x49520 = x49519
-x49521 = x49520
-x49522 = x49521
-x49523 = x49522
-x49524 = x49523
-x49525 = x49524
-x49526 = x49525
-x49527 = x49526
-x49528 = x49527
-x49529 = x49528
-x49530 = x49529
-x49531 = x49530
-x49532 = x49531
-x49533 = x49532
-x49534 = x49533
-x49535 = x49534
-x49536 = x49535
-x49537 = x49536
-x49538 = x49537
-x49539 = x49538
-x49540 = x49539
-x49541 = x49540
-x49542 = x49541
-x49543 = x49542
-x49544 = x49543
-x49545 = x49544
-x49546 = x49545
-x49547 = x49546
-x49548 = x49547
-x49549 = x49548
-x49550 = x49549
-x49551 = x49550
-x49552 = x49551
-x49553 = x49552
-x49554 = x49553
-x49555 = x49554
-x49556 = x49555
-x49557 = x49556
-x49558 = x49557
-x49559 = x49558
-x49560 = x49559
-x49561 = x49560
-x49562 = x49561
-x49563 = x49562
-x49564 = x49563
-x49565 = x49564
-x49566 = x49565
-x49567 = x49566
-x49568 = x49567
-x49569 = x49568
-x49570 = x49569
-x49571 = x49570
-x49572 = x49571
-x49573 = x49572
-x49574 = x49573
-x49575 = x49574
-x49576 = x49575
-x49577 = x49576
-x49578 = x49577
-x49579 = x49578
-x49580 = x49579
-x49581 = x49580
-x49582 = x49581
-x49583 = x49582
-x49584 = x49583
-x49585 = x49584
-x49586 = x49585
-x49587 = x49586
-x49588 = x49587
-x49589 = x49588
-x49590 = x49589
-x49591 = x49590
-x49592 = x49591
-x49593 = x49592
-x49594 = x49593
-x49595 = x49594
-x49596 = x49595
-x49597 = x49596
-x49598 = x49597
-x49599 = x49598
-x49600 = x49599
-x49601 = x49600
-x49602 = x49601
-x49603 = x49602
-x49604 = x49603
-x49605 = x49604
-x49606 = x49605
-x49607 = x49606
-x49608 = x49607
-x49609 = x49608
-x49610 = x49609
-x49611 = x49610
-x49612 = x49611
-x49613 = x49612
-x49614 = x49613
-x49615 = x49614
-x49616 = x49615
-x49617 = x49616
-x49618 = x49617
-x49619 = x49618
-x49620 = x49619
-x49621 = x49620
-x49622 = x49621
-x49623 = x49622
-x49624 = x49623
-x49625 = x49624
-x49626 = x49625
-x49627 = x49626
-x49628 = x49627
-x49629 = x49628
-x49630 = x49629
-x49631 = x49630
-x49632 = x49631
-x49633 = x49632
-x49634 = x49633
-x49635 = x49634
-x49636 = x49635
-x49637 = x49636
-x49638 = x49637
-x49639 = x49638
-x49640 = x49639
-x49641 = x49640
-x49642 = x49641
-x49643 = x49642
-x49644 = x49643
-x49645 = x49644
-x49646 = x49645
-x49647 = x49646
-x49648 = x49647
-x49649 = x49648
-x49650 = x49649
-x49651 = x49650
-x49652 = x49651
-x49653 = x49652
-x49654 = x49653
-x49655 = x49654
-x49656 = x49655
-x49657 = x49656
-x49658 = x49657
-x49659 = x49658
-x49660 = x49659
-x49661 = x49660
-x49662 = x49661
-x49663 = x49662
-x49664 = x49663
-x49665 = x49664
-x49666 = x49665
-x49667 = x49666
-x49668 = x49667
-x49669 = x49668
-x49670 = x49669
-x49671 = x49670
-x49672 = x49671
-x49673 = x49672
-x49674 = x49673
-x49675 = x49674
-x49676 = x49675
-x49677 = x49676
-x49678 = x49677
-x49679 = x49678
-x49680 = x49679
-x49681 = x49680
-x49682 = x49681
-x49683 = x49682
-x49684 = x49683
-x49685 = x49684
-x49686 = x49685
-x49687 = x49686
-x49688 = x49687
-x49689 = x49688
-x49690 = x49689
-x49691 = x49690
-x49692 = x49691
-x49693 = x49692
-x49694 = x49693
-x49695 = x49694
-x49696 = x49695
-x49697 = x49696
-x49698 = x49697
-x49699 = x49698
-x49700 = x49699
-x49701 = x49700
-x49702 = x49701
-x49703 = x49702
-x49704 = x49703
-x49705 = x49704
-x49706 = x49705
-x49707 = x49706
-x49708 = x49707
-x49709 = x49708
-x49710 = x49709
-x49711 = x49710
-x49712 = x49711
-x49713 = x49712
-x49714 = x49713
-x49715 = x49714
-x49716 = x49715
-x49717 = x49716
-x49718 = x49717
-x49719 = x49718
-x49720 = x49719
-x49721 = x49720
-x49722 = x49721
-x49723 = x49722
-x49724 = x49723
-x49725 = x49724
-x49726 = x49725
-x49727 = x49726
-x49728 = x49727
-x49729 = x49728
-x49730 = x49729
-x49731 = x49730
-x49732 = x49731
-x49733 = x49732
-x49734 = x49733
-x49735 = x49734
-x49736 = x49735
-x49737 = x49736
-x49738 = x49737
-x49739 = x49738
-x49740 = x49739
-x49741 = x49740
-x49742 = x49741
-x49743 = x49742
-x49744 = x49743
-x49745 = x49744
-x49746 = x49745
-x49747 = x49746
-x49748 = x49747
-x49749 = x49748
-x49750 = x49749
-x49751 = x49750
-x49752 = x49751
-x49753 = x49752
-x49754 = x49753
-x49755 = x49754
-x49756 = x49755
-x49757 = x49756
-x49758 = x49757
-x49759 = x49758
-x49760 = x49759
-x49761 = x49760
-x49762 = x49761
-x49763 = x49762
-x49764 = x49763
-x49765 = x49764
-x49766 = x49765
-x49767 = x49766
-x49768 = x49767
-x49769 = x49768
-x49770 = x49769
-x49771 = x49770
-x49772 = x49771
-x49773 = x49772
-x49774 = x49773
-x49775 = x49774
-x49776 = x49775
-x49777 = x49776
-x49778 = x49777
-x49779 = x49778
-x49780 = x49779
-x49781 = x49780
-x49782 = x49781
-x49783 = x49782
-x49784 = x49783
-x49785 = x49784
-x49786 = x49785
-x49787 = x49786
-x49788 = x49787
-x49789 = x49788
-x49790 = x49789
-x49791 = x49790
-x49792 = x49791
-x49793 = x49792
-x49794 = x49793
-x49795 = x49794
-x49796 = x49795
-x49797 = x49796
-x49798 = x49797
-x49799 = x49798
-x49800 = x49799
-x49801 = x49800
-x49802 = x49801
-x49803 = x49802
-x49804 = x49803
-x49805 = x49804
-x49806 = x49805
-x49807 = x49806
-x49808 = x49807
-x49809 = x49808
-x49810 = x49809
-x49811 = x49810
-x49812 = x49811
-x49813 = x49812
-x49814 = x49813
-x49815 = x49814
-x49816 = x49815
-x49817 = x49816
-x49818 = x49817
-x49819 = x49818
-x49820 = x49819
-x49821 = x49820
-x49822 = x49821
-x49823 = x49822
-x49824 = x49823
-x49825 = x49824
-x49826 = x49825
-x49827 = x49826
-x49828 = x49827
-x49829 = x49828
-x49830 = x49829
-x49831 = x49830
-x49832 = x49831
-x49833 = x49832
-x49834 = x49833
-x49835 = x49834
-x49836 = x49835
-x49837 = x49836
-x49838 = x49837
-x49839 = x49838
-x49840 = x49839
-x49841 = x49840
-x49842 = x49841
-x49843 = x49842
-x49844 = x49843
-x49845 = x49844
-x49846 = x49845
-x49847 = x49846
-x49848 = x49847
-x49849 = x49848
-x49850 = x49849
-x49851 = x49850
-x49852 = x49851
-x49853 = x49852
-x49854 = x49853
-x49855 = x49854
-x49856 = x49855
-x49857 = x49856
-x49858 = x49857
-x49859 = x49858
-x49860 = x49859
-x49861 = x49860
-x49862 = x49861
-x49863 = x49862
-x49864 = x49863
-x49865 = x49864
-x49866 = x49865
-x49867 = x49866
-x49868 = x49867
-x49869 = x49868
-x49870 = x49869
-x49871 = x49870
-x49872 = x49871
-x49873 = x49872
-x49874 = x49873
-x49875 = x49874
-x49876 = x49875
-x49877 = x49876
-x49878 = x49877
-x49879 = x49878
-x49880 = x49879
-x49881 = x49880
-x49882 = x49881
-x49883 = x49882
-x49884 = x49883
-x49885 = x49884
-x49886 = x49885
-x49887 = x49886
-x49888 = x49887
-x49889 = x49888
-x49890 = x49889
-x49891 = x49890
-x49892 = x49891
-x49893 = x49892
-x49894 = x49893
-x49895 = x49894
-x49896 = x49895
-x49897 = x49896
-x49898 = x49897
-x49899 = x49898
-x49900 = x49899
-x49901 = x49900
-x49902 = x49901
-x49903 = x49902
-x49904 = x49903
-x49905 = x49904
-x49906 = x49905
-x49907 = x49906
-x49908 = x49907
-x49909 = x49908
-x49910 = x49909
-x49911 = x49910
-x49912 = x49911
-x49913 = x49912
-x49914 = x49913
-x49915 = x49914
-x49916 = x49915
-x49917 = x49916
-x49918 = x49917
-x49919 = x49918
-x49920 = x49919
-x49921 = x49920
-x49922 = x49921
-x49923 = x49922
-x49924 = x49923
-x49925 = x49924
-x49926 = x49925
-x49927 = x49926
-x49928 = x49927
-x49929 = x49928
-x49930 = x49929
-x49931 = x49930
-x49932 = x49931
-x49933 = x49932
-x49934 = x49933
-x49935 = x49934
-x49936 = x49935
-x49937 = x49936
-x49938 = x49937
-x49939 = x49938
-x49940 = x49939
-x49941 = x49940
-x49942 = x49941
-x49943 = x49942
-x49944 = x49943
-x49945 = x49944
-x49946 = x49945
-x49947 = x49946
-x49948 = x49947
-x49949 = x49948
-x49950 = x49949
-x49951 = x49950
-x49952 = x49951
-x49953 = x49952
-x49954 = x49953
-x49955 = x49954
-x49956 = x49955
-x49957 = x49956
-x49958 = x49957
-x49959 = x49958
-x49960 = x49959
-x49961 = x49960
-x49962 = x49961
-x49963 = x49962
-x49964 = x49963
-x49965 = x49964
-x49966 = x49965
-x49967 = x49966
-x49968 = x49967
-x49969 = x49968
-x49970 = x49969
-x49971 = x49970
-x49972 = x49971
-x49973 = x49972
-x49974 = x49973
-x49975 = x49974
-x49976 = x49975
-x49977 = x49976
-x49978 = x49977
-x49979 = x49978
-x49980 = x49979
-x49981 = x49980
-x49982 = x49981
-x49983 = x49982
-x49984 = x49983
-x49985 = x49984
-x49986 = x49985
-x49987 = x49986
-x49988 = x49987
-x49989 = x49988
-x49990 = x49989
-x49991 = x49990
-x49992 = x49991
-x49993 = x49992
-x49994 = x49993
-x49995 = x49994
-x49996 = x49995
-x49997 = x49996
-x49998 = x49997
-x49999 = x49998
-x50000 = x49999
-x50001 = x50000
-x50002 = x50001
-x50003 = x50002
-x50004 = x50003
-x50005 = x50004
-x50006 = x50005
-x50007 = x50006
-x50008 = x50007
-x50009 = x50008
-x50010 = x50009
-x50011 = x50010
-x50012 = x50011
-x50013 = x50012
-x50014 = x50013
-x50015 = x50014
-x50016 = x50015
-x50017 = x50016
-x50018 = x50017
-x50019 = x50018
-x50020 = x50019
-x50021 = x50020
-x50022 = x50021
-x50023 = x50022
-x50024 = x50023
-x50025 = x50024
-x50026 = x50025
-x50027 = x50026
-x50028 = x50027
-x50029 = x50028
-x50030 = x50029
-x50031 = x50030
-x50032 = x50031
-x50033 = x50032
-x50034 = x50033
-x50035 = x50034
-x50036 = x50035
-x50037 = x50036
-x50038 = x50037
-x50039 = x50038
-x50040 = x50039
-x50041 = x50040
-x50042 = x50041
-x50043 = x50042
-x50044 = x50043
-x50045 = x50044
-x50046 = x50045
-x50047 = x50046
-x50048 = x50047
-x50049 = x50048
-x50050 = x50049
-x50051 = x50050
-x50052 = x50051
-x50053 = x50052
-x50054 = x50053
-x50055 = x50054
-x50056 = x50055
-x50057 = x50056
-x50058 = x50057
-x50059 = x50058
-x50060 = x50059
-x50061 = x50060
-x50062 = x50061
-x50063 = x50062
-x50064 = x50063
-x50065 = x50064
-x50066 = x50065
-x50067 = x50066
-x50068 = x50067
-x50069 = x50068
-x50070 = x50069
-x50071 = x50070
-x50072 = x50071
-x50073 = x50072
-x50074 = x50073
-x50075 = x50074
-x50076 = x50075
-x50077 = x50076
-x50078 = x50077
-x50079 = x50078
-x50080 = x50079
-x50081 = x50080
-x50082 = x50081
-x50083 = x50082
-x50084 = x50083
-x50085 = x50084
-x50086 = x50085
-x50087 = x50086
-x50088 = x50087
-x50089 = x50088
-x50090 = x50089
-x50091 = x50090
-x50092 = x50091
-x50093 = x50092
-x50094 = x50093
-x50095 = x50094
-x50096 = x50095
-x50097 = x50096
-x50098 = x50097
-x50099 = x50098
-x50100 = x50099
-x50101 = x50100
-x50102 = x50101
-x50103 = x50102
-x50104 = x50103
-x50105 = x50104
-x50106 = x50105
-x50107 = x50106
-x50108 = x50107
-x50109 = x50108
-x50110 = x50109
-x50111 = x50110
-x50112 = x50111
-x50113 = x50112
-x50114 = x50113
-x50115 = x50114
-x50116 = x50115
-x50117 = x50116
-x50118 = x50117
-x50119 = x50118
-x50120 = x50119
-x50121 = x50120
-x50122 = x50121
-x50123 = x50122
-x50124 = x50123
-x50125 = x50124
-x50126 = x50125
-x50127 = x50126
-x50128 = x50127
-x50129 = x50128
-x50130 = x50129
-x50131 = x50130
-x50132 = x50131
-x50133 = x50132
-x50134 = x50133
-x50135 = x50134
-x50136 = x50135
-x50137 = x50136
-x50138 = x50137
-x50139 = x50138
-x50140 = x50139
-x50141 = x50140
-x50142 = x50141
-x50143 = x50142
-x50144 = x50143
-x50145 = x50144
-x50146 = x50145
-x50147 = x50146
-x50148 = x50147
-x50149 = x50148
-x50150 = x50149
-x50151 = x50150
-x50152 = x50151
-x50153 = x50152
-x50154 = x50153
-x50155 = x50154
-x50156 = x50155
-x50157 = x50156
-x50158 = x50157
-x50159 = x50158
-x50160 = x50159
-x50161 = x50160
-x50162 = x50161
-x50163 = x50162
-x50164 = x50163
-x50165 = x50164
-x50166 = x50165
-x50167 = x50166
-x50168 = x50167
-x50169 = x50168
-x50170 = x50169
-x50171 = x50170
-x50172 = x50171
-x50173 = x50172
-x50174 = x50173
-x50175 = x50174
-x50176 = x50175
-x50177 = x50176
-x50178 = x50177
-x50179 = x50178
-x50180 = x50179
-x50181 = x50180
-x50182 = x50181
-x50183 = x50182
-x50184 = x50183
-x50185 = x50184
-x50186 = x50185
-x50187 = x50186
-x50188 = x50187
-x50189 = x50188
-x50190 = x50189
-x50191 = x50190
-x50192 = x50191
-x50193 = x50192
-x50194 = x50193
-x50195 = x50194
-x50196 = x50195
-x50197 = x50196
-x50198 = x50197
-x50199 = x50198
-x50200 = x50199
-x50201 = x50200
-x50202 = x50201
-x50203 = x50202
-x50204 = x50203
-x50205 = x50204
-x50206 = x50205
-x50207 = x50206
-x50208 = x50207
-x50209 = x50208
-x50210 = x50209
-x50211 = x50210
-x50212 = x50211
-x50213 = x50212
-x50214 = x50213
-x50215 = x50214
-x50216 = x50215
-x50217 = x50216
-x50218 = x50217
-x50219 = x50218
-x50220 = x50219
-x50221 = x50220
-x50222 = x50221
-x50223 = x50222
-x50224 = x50223
-x50225 = x50224
-x50226 = x50225
-x50227 = x50226
-x50228 = x50227
-x50229 = x50228
-x50230 = x50229
-x50231 = x50230
-x50232 = x50231
-x50233 = x50232
-x50234 = x50233
-x50235 = x50234
-x50236 = x50235
-x50237 = x50236
-x50238 = x50237
-x50239 = x50238
-x50240 = x50239
-x50241 = x50240
-x50242 = x50241
-x50243 = x50242
-x50244 = x50243
-x50245 = x50244
-x50246 = x50245
-x50247 = x50246
-x50248 = x50247
-x50249 = x50248
-x50250 = x50249
-x50251 = x50250
-x50252 = x50251
-x50253 = x50252
-x50254 = x50253
-x50255 = x50254
-x50256 = x50255
-x50257 = x50256
-x50258 = x50257
-x50259 = x50258
-x50260 = x50259
-x50261 = x50260
-x50262 = x50261
-x50263 = x50262
-x50264 = x50263
-x50265 = x50264
-x50266 = x50265
-x50267 = x50266
-x50268 = x50267
-x50269 = x50268
-x50270 = x50269
-x50271 = x50270
-x50272 = x50271
-x50273 = x50272
-x50274 = x50273
-x50275 = x50274
-x50276 = x50275
-x50277 = x50276
-x50278 = x50277
-x50279 = x50278
-x50280 = x50279
-x50281 = x50280
-x50282 = x50281
-x50283 = x50282
-x50284 = x50283
-x50285 = x50284
-x50286 = x50285
-x50287 = x50286
-x50288 = x50287
-x50289 = x50288
-x50290 = x50289
-x50291 = x50290
-x50292 = x50291
-x50293 = x50292
-x50294 = x50293
-x50295 = x50294
-x50296 = x50295
-x50297 = x50296
-x50298 = x50297
-x50299 = x50298
-x50300 = x50299
-x50301 = x50300
-x50302 = x50301
-x50303 = x50302
-x50304 = x50303
-x50305 = x50304
-x50306 = x50305
-x50307 = x50306
-x50308 = x50307
-x50309 = x50308
-x50310 = x50309
-x50311 = x50310
-x50312 = x50311
-x50313 = x50312
-x50314 = x50313
-x50315 = x50314
-x50316 = x50315
-x50317 = x50316
-x50318 = x50317
-x50319 = x50318
-x50320 = x50319
-x50321 = x50320
-x50322 = x50321
-x50323 = x50322
-x50324 = x50323
-x50325 = x50324
-x50326 = x50325
-x50327 = x50326
-x50328 = x50327
-x50329 = x50328
-x50330 = x50329
-x50331 = x50330
-x50332 = x50331
-x50333 = x50332
-x50334 = x50333
-x50335 = x50334
-x50336 = x50335
-x50337 = x50336
-x50338 = x50337
-x50339 = x50338
-x50340 = x50339
-x50341 = x50340
-x50342 = x50341
-x50343 = x50342
-x50344 = x50343
-x50345 = x50344
-x50346 = x50345
-x50347 = x50346
-x50348 = x50347
-x50349 = x50348
-x50350 = x50349
-x50351 = x50350
-x50352 = x50351
-x50353 = x50352
-x50354 = x50353
-x50355 = x50354
-x50356 = x50355
-x50357 = x50356
-x50358 = x50357
-x50359 = x50358
-x50360 = x50359
-x50361 = x50360
-x50362 = x50361
-x50363 = x50362
-x50364 = x50363
-x50365 = x50364
-x50366 = x50365
-x50367 = x50366
-x50368 = x50367
-x50369 = x50368
-x50370 = x50369
-x50371 = x50370
-x50372 = x50371
-x50373 = x50372
-x50374 = x50373
-x50375 = x50374
-x50376 = x50375
-x50377 = x50376
-x50378 = x50377
-x50379 = x50378
-x50380 = x50379
-x50381 = x50380
-x50382 = x50381
-x50383 = x50382
-x50384 = x50383
-x50385 = x50384
-x50386 = x50385
-x50387 = x50386
-x50388 = x50387
-x50389 = x50388
-x50390 = x50389
-x50391 = x50390
-x50392 = x50391
-x50393 = x50392
-x50394 = x50393
-x50395 = x50394
-x50396 = x50395
-x50397 = x50396
-x50398 = x50397
-x50399 = x50398
-x50400 = x50399
-x50401 = x50400
-x50402 = x50401
-x50403 = x50402
-x50404 = x50403
-x50405 = x50404
-x50406 = x50405
-x50407 = x50406
-x50408 = x50407
-x50409 = x50408
-x50410 = x50409
-x50411 = x50410
-x50412 = x50411
-x50413 = x50412
-x50414 = x50413
-x50415 = x50414
-x50416 = x50415
-x50417 = x50416
-x50418 = x50417
-x50419 = x50418
-x50420 = x50419
-x50421 = x50420
-x50422 = x50421
-x50423 = x50422
-x50424 = x50423
-x50425 = x50424
-x50426 = x50425
-x50427 = x50426
-x50428 = x50427
-x50429 = x50428
-x50430 = x50429
-x50431 = x50430
-x50432 = x50431
-x50433 = x50432
-x50434 = x50433
-x50435 = x50434
-x50436 = x50435
-x50437 = x50436
-x50438 = x50437
-x50439 = x50438
-x50440 = x50439
-x50441 = x50440
-x50442 = x50441
-x50443 = x50442
-x50444 = x50443
-x50445 = x50444
-x50446 = x50445
-x50447 = x50446
-x50448 = x50447
-x50449 = x50448
-x50450 = x50449
-x50451 = x50450
-x50452 = x50451
-x50453 = x50452
-x50454 = x50453
-x50455 = x50454
-x50456 = x50455
-x50457 = x50456
-x50458 = x50457
-x50459 = x50458
-x50460 = x50459
-x50461 = x50460
-x50462 = x50461
-x50463 = x50462
-x50464 = x50463
-x50465 = x50464
-x50466 = x50465
-x50467 = x50466
-x50468 = x50467
-x50469 = x50468
-x50470 = x50469
-x50471 = x50470
-x50472 = x50471
-x50473 = x50472
-x50474 = x50473
-x50475 = x50474
-x50476 = x50475
-x50477 = x50476
-x50478 = x50477
-x50479 = x50478
-x50480 = x50479
-x50481 = x50480
-x50482 = x50481
-x50483 = x50482
-x50484 = x50483
-x50485 = x50484
-x50486 = x50485
-x50487 = x50486
-x50488 = x50487
-x50489 = x50488
-x50490 = x50489
-x50491 = x50490
-x50492 = x50491
-x50493 = x50492
-x50494 = x50493
-x50495 = x50494
-x50496 = x50495
-x50497 = x50496
-x50498 = x50497
-x50499 = x50498
-x50500 = x50499
-x50501 = x50500
-x50502 = x50501
-x50503 = x50502
-x50504 = x50503
-x50505 = x50504
-x50506 = x50505
-x50507 = x50506
-x50508 = x50507
-x50509 = x50508
-x50510 = x50509
-x50511 = x50510
-x50512 = x50511
-x50513 = x50512
-x50514 = x50513
-x50515 = x50514
-x50516 = x50515
-x50517 = x50516
-x50518 = x50517
-x50519 = x50518
-x50520 = x50519
-x50521 = x50520
-x50522 = x50521
-x50523 = x50522
-x50524 = x50523
-x50525 = x50524
-x50526 = x50525
-x50527 = x50526
-x50528 = x50527
-x50529 = x50528
-x50530 = x50529
-x50531 = x50530
-x50532 = x50531
-x50533 = x50532
-x50534 = x50533
-x50535 = x50534
-x50536 = x50535
-x50537 = x50536
-x50538 = x50537
-x50539 = x50538
-x50540 = x50539
-x50541 = x50540
-x50542 = x50541
-x50543 = x50542
-x50544 = x50543
-x50545 = x50544
-x50546 = x50545
-x50547 = x50546
-x50548 = x50547
-x50549 = x50548
-x50550 = x50549
-x50551 = x50550
-x50552 = x50551
-x50553 = x50552
-x50554 = x50553
-x50555 = x50554
-x50556 = x50555
-x50557 = x50556
-x50558 = x50557
-x50559 = x50558
-x50560 = x50559
-x50561 = x50560
-x50562 = x50561
-x50563 = x50562
-x50564 = x50563
-x50565 = x50564
-x50566 = x50565
-x50567 = x50566
-x50568 = x50567
-x50569 = x50568
-x50570 = x50569
-x50571 = x50570
-x50572 = x50571
-x50573 = x50572
-x50574 = x50573
-x50575 = x50574
-x50576 = x50575
-x50577 = x50576
-x50578 = x50577
-x50579 = x50578
-x50580 = x50579
-x50581 = x50580
-x50582 = x50581
-x50583 = x50582
-x50584 = x50583
-x50585 = x50584
-x50586 = x50585
-x50587 = x50586
-x50588 = x50587
-x50589 = x50588
-x50590 = x50589
-x50591 = x50590
-x50592 = x50591
-x50593 = x50592
-x50594 = x50593
-x50595 = x50594
-x50596 = x50595
-x50597 = x50596
-x50598 = x50597
-x50599 = x50598
-x50600 = x50599
-x50601 = x50600
-x50602 = x50601
-x50603 = x50602
-x50604 = x50603
-x50605 = x50604
-x50606 = x50605
-x50607 = x50606
-x50608 = x50607
-x50609 = x50608
-x50610 = x50609
-x50611 = x50610
-x50612 = x50611
-x50613 = x50612
-x50614 = x50613
-x50615 = x50614
-x50616 = x50615
-x50617 = x50616
-x50618 = x50617
-x50619 = x50618
-x50620 = x50619
-x50621 = x50620
-x50622 = x50621
-x50623 = x50622
-x50624 = x50623
-x50625 = x50624
-x50626 = x50625
-x50627 = x50626
-x50628 = x50627
-x50629 = x50628
-x50630 = x50629
-x50631 = x50630
-x50632 = x50631
-x50633 = x50632
-x50634 = x50633
-x50635 = x50634
-x50636 = x50635
-x50637 = x50636
-x50638 = x50637
-x50639 = x50638
-x50640 = x50639
-x50641 = x50640
-x50642 = x50641
-x50643 = x50642
-x50644 = x50643
-x50645 = x50644
-x50646 = x50645
-x50647 = x50646
-x50648 = x50647
-x50649 = x50648
-x50650 = x50649
-x50651 = x50650
-x50652 = x50651
-x50653 = x50652
-x50654 = x50653
-x50655 = x50654
-x50656 = x50655
-x50657 = x50656
-x50658 = x50657
-x50659 = x50658
-x50660 = x50659
-x50661 = x50660
-x50662 = x50661
-x50663 = x50662
-x50664 = x50663
-x50665 = x50664
-x50666 = x50665
-x50667 = x50666
-x50668 = x50667
-x50669 = x50668
-x50670 = x50669
-x50671 = x50670
-x50672 = x50671
-x50673 = x50672
-x50674 = x50673
-x50675 = x50674
-x50676 = x50675
-x50677 = x50676
-x50678 = x50677
-x50679 = x50678
-x50680 = x50679
-x50681 = x50680
-x50682 = x50681
-x50683 = x50682
-x50684 = x50683
-x50685 = x50684
-x50686 = x50685
-x50687 = x50686
-x50688 = x50687
-x50689 = x50688
-x50690 = x50689
-x50691 = x50690
-x50692 = x50691
-x50693 = x50692
-x50694 = x50693
-x50695 = x50694
-x50696 = x50695
-x50697 = x50696
-x50698 = x50697
-x50699 = x50698
-x50700 = x50699
-x50701 = x50700
-x50702 = x50701
-x50703 = x50702
-x50704 = x50703
-x50705 = x50704
-x50706 = x50705
-x50707 = x50706
-x50708 = x50707
-x50709 = x50708
-x50710 = x50709
-x50711 = x50710
-x50712 = x50711
-x50713 = x50712
-x50714 = x50713
-x50715 = x50714
-x50716 = x50715
-x50717 = x50716
-x50718 = x50717
-x50719 = x50718
-x50720 = x50719
-x50721 = x50720
-x50722 = x50721
-x50723 = x50722
-x50724 = x50723
-x50725 = x50724
-x50726 = x50725
-x50727 = x50726
-x50728 = x50727
-x50729 = x50728
-x50730 = x50729
-x50731 = x50730
-x50732 = x50731
-x50733 = x50732
-x50734 = x50733
-x50735 = x50734
-x50736 = x50735
-x50737 = x50736
-x50738 = x50737
-x50739 = x50738
-x50740 = x50739
-x50741 = x50740
-x50742 = x50741
-x50743 = x50742
-x50744 = x50743
-x50745 = x50744
-x50746 = x50745
-x50747 = x50746
-x50748 = x50747
-x50749 = x50748
-x50750 = x50749
-x50751 = x50750
-x50752 = x50751
-x50753 = x50752
-x50754 = x50753
-x50755 = x50754
-x50756 = x50755
-x50757 = x50756
-x50758 = x50757
-x50759 = x50758
-x50760 = x50759
-x50761 = x50760
-x50762 = x50761
-x50763 = x50762
-x50764 = x50763
-x50765 = x50764
-x50766 = x50765
-x50767 = x50766
-x50768 = x50767
-x50769 = x50768
-x50770 = x50769
-x50771 = x50770
-x50772 = x50771
-x50773 = x50772
-x50774 = x50773
-x50775 = x50774
-x50776 = x50775
-x50777 = x50776
-x50778 = x50777
-x50779 = x50778
-x50780 = x50779
-x50781 = x50780
-x50782 = x50781
-x50783 = x50782
-x50784 = x50783
-x50785 = x50784
-x50786 = x50785
-x50787 = x50786
-x50788 = x50787
-x50789 = x50788
-x50790 = x50789
-x50791 = x50790
-x50792 = x50791
-x50793 = x50792
-x50794 = x50793
-x50795 = x50794
-x50796 = x50795
-x50797 = x50796
-x50798 = x50797
-x50799 = x50798
-x50800 = x50799
-x50801 = x50800
-x50802 = x50801
-x50803 = x50802
-x50804 = x50803
-x50805 = x50804
-x50806 = x50805
-x50807 = x50806
-x50808 = x50807
-x50809 = x50808
-x50810 = x50809
-x50811 = x50810
-x50812 = x50811
-x50813 = x50812
-x50814 = x50813
-x50815 = x50814
-x50816 = x50815
-x50817 = x50816
-x50818 = x50817
-x50819 = x50818
-x50820 = x50819
-x50821 = x50820
-x50822 = x50821
-x50823 = x50822
-x50824 = x50823
-x50825 = x50824
-x50826 = x50825
-x50827 = x50826
-x50828 = x50827
-x50829 = x50828
-x50830 = x50829
-x50831 = x50830
-x50832 = x50831
-x50833 = x50832
-x50834 = x50833
-x50835 = x50834
-x50836 = x50835
-x50837 = x50836
-x50838 = x50837
-x50839 = x50838
-x50840 = x50839
-x50841 = x50840
-x50842 = x50841
-x50843 = x50842
-x50844 = x50843
-x50845 = x50844
-x50846 = x50845
-x50847 = x50846
-x50848 = x50847
-x50849 = x50848
-x50850 = x50849
-x50851 = x50850
-x50852 = x50851
-x50853 = x50852
-x50854 = x50853
-x50855 = x50854
-x50856 = x50855
-x50857 = x50856
-x50858 = x50857
-x50859 = x50858
-x50860 = x50859
-x50861 = x50860
-x50862 = x50861
-x50863 = x50862
-x50864 = x50863
-x50865 = x50864
-x50866 = x50865
-x50867 = x50866
-x50868 = x50867
-x50869 = x50868
-x50870 = x50869
-x50871 = x50870
-x50872 = x50871
-x50873 = x50872
-x50874 = x50873
-x50875 = x50874
-x50876 = x50875
-x50877 = x50876
-x50878 = x50877
-x50879 = x50878
-x50880 = x50879
-x50881 = x50880
-x50882 = x50881
-x50883 = x50882
-x50884 = x50883
-x50885 = x50884
-x50886 = x50885
-x50887 = x50886
-x50888 = x50887
-x50889 = x50888
-x50890 = x50889
-x50891 = x50890
-x50892 = x50891
-x50893 = x50892
-x50894 = x50893
-x50895 = x50894
-x50896 = x50895
-x50897 = x50896
-x50898 = x50897
-x50899 = x50898
-x50900 = x50899
-x50901 = x50900
-x50902 = x50901
-x50903 = x50902
-x50904 = x50903
-x50905 = x50904
-x50906 = x50905
-x50907 = x50906
-x50908 = x50907
-x50909 = x50908
-x50910 = x50909
-x50911 = x50910
-x50912 = x50911
-x50913 = x50912
-x50914 = x50913
-x50915 = x50914
-x50916 = x50915
-x50917 = x50916
-x50918 = x50917
-x50919 = x50918
-x50920 = x50919
-x50921 = x50920
-x50922 = x50921
-x50923 = x50922
-x50924 = x50923
-x50925 = x50924
-x50926 = x50925
-x50927 = x50926
-x50928 = x50927
-x50929 = x50928
-x50930 = x50929
-x50931 = x50930
-x50932 = x50931
-x50933 = x50932
-x50934 = x50933
-x50935 = x50934
-x50936 = x50935
-x50937 = x50936
-x50938 = x50937
-x50939 = x50938
-x50940 = x50939
-x50941 = x50940
-x50942 = x50941
-x50943 = x50942
-x50944 = x50943
-x50945 = x50944
-x50946 = x50945
-x50947 = x50946
-x50948 = x50947
-x50949 = x50948
-x50950 = x50949
-x50951 = x50950
-x50952 = x50951
-x50953 = x50952
-x50954 = x50953
-x50955 = x50954
-x50956 = x50955
-x50957 = x50956
-x50958 = x50957
-x50959 = x50958
-x50960 = x50959
-x50961 = x50960
-x50962 = x50961
-x50963 = x50962
-x50964 = x50963
-x50965 = x50964
-x50966 = x50965
-x50967 = x50966
-x50968 = x50967
-x50969 = x50968
-x50970 = x50969
-x50971 = x50970
-x50972 = x50971
-x50973 = x50972
-x50974 = x50973
-x50975 = x50974
-x50976 = x50975
-x50977 = x50976
-x50978 = x50977
-x50979 = x50978
-x50980 = x50979
-x50981 = x50980
-x50982 = x50981
-x50983 = x50982
-x50984 = x50983
-x50985 = x50984
-x50986 = x50985
-x50987 = x50986
-x50988 = x50987
-x50989 = x50988
-x50990 = x50989
-x50991 = x50990
-x50992 = x50991
-x50993 = x50992
-x50994 = x50993
-x50995 = x50994
-x50996 = x50995
-x50997 = x50996
-x50998 = x50997
-x50999 = x50998
-x51000 = x50999
-x51001 = x51000
-x51002 = x51001
-x51003 = x51002
-x51004 = x51003
-x51005 = x51004
-x51006 = x51005
-x51007 = x51006
-x51008 = x51007
-x51009 = x51008
-x51010 = x51009
-x51011 = x51010
-x51012 = x51011
-x51013 = x51012
-x51014 = x51013
-x51015 = x51014
-x51016 = x51015
-x51017 = x51016
-x51018 = x51017
-x51019 = x51018
-x51020 = x51019
-x51021 = x51020
-x51022 = x51021
-x51023 = x51022
-x51024 = x51023
-x51025 = x51024
-x51026 = x51025
-x51027 = x51026
-x51028 = x51027
-x51029 = x51028
-x51030 = x51029
-x51031 = x51030
-x51032 = x51031
-x51033 = x51032
-x51034 = x51033
-x51035 = x51034
-x51036 = x51035
-x51037 = x51036
-x51038 = x51037
-x51039 = x51038
-x51040 = x51039
-x51041 = x51040
-x51042 = x51041
-x51043 = x51042
-x51044 = x51043
-x51045 = x51044
-x51046 = x51045
-x51047 = x51046
-x51048 = x51047
-x51049 = x51048
-x51050 = x51049
-x51051 = x51050
-x51052 = x51051
-x51053 = x51052
-x51054 = x51053
-x51055 = x51054
-x51056 = x51055
-x51057 = x51056
-x51058 = x51057
-x51059 = x51058
-x51060 = x51059
-x51061 = x51060
-x51062 = x51061
-x51063 = x51062
-x51064 = x51063
-x51065 = x51064
-x51066 = x51065
-x51067 = x51066
-x51068 = x51067
-x51069 = x51068
-x51070 = x51069
-x51071 = x51070
-x51072 = x51071
-x51073 = x51072
-x51074 = x51073
-x51075 = x51074
-x51076 = x51075
-x51077 = x51076
-x51078 = x51077
-x51079 = x51078
-x51080 = x51079
-x51081 = x51080
-x51082 = x51081
-x51083 = x51082
-x51084 = x51083
-x51085 = x51084
-x51086 = x51085
-x51087 = x51086
-x51088 = x51087
-x51089 = x51088
-x51090 = x51089
-x51091 = x51090
-x51092 = x51091
-x51093 = x51092
-x51094 = x51093
-x51095 = x51094
-x51096 = x51095
-x51097 = x51096
-x51098 = x51097
-x51099 = x51098
-x51100 = x51099
-x51101 = x51100
-x51102 = x51101
-x51103 = x51102
-x51104 = x51103
-x51105 = x51104
-x51106 = x51105
-x51107 = x51106
-x51108 = x51107
-x51109 = x51108
-x51110 = x51109
-x51111 = x51110
-x51112 = x51111
-x51113 = x51112
-x51114 = x51113
-x51115 = x51114
-x51116 = x51115
-x51117 = x51116
-x51118 = x51117
-x51119 = x51118
-x51120 = x51119
-x51121 = x51120
-x51122 = x51121
-x51123 = x51122
-x51124 = x51123
-x51125 = x51124
-x51126 = x51125
-x51127 = x51126
-x51128 = x51127
-x51129 = x51128
-x51130 = x51129
-x51131 = x51130
-x51132 = x51131
-x51133 = x51132
-x51134 = x51133
-x51135 = x51134
-x51136 = x51135
-x51137 = x51136
-x51138 = x51137
-x51139 = x51138
-x51140 = x51139
-x51141 = x51140
-x51142 = x51141
-x51143 = x51142
-x51144 = x51143
-x51145 = x51144
-x51146 = x51145
-x51147 = x51146
-x51148 = x51147
-x51149 = x51148
-x51150 = x51149
-x51151 = x51150
-x51152 = x51151
-x51153 = x51152
-x51154 = x51153
-x51155 = x51154
-x51156 = x51155
-x51157 = x51156
-x51158 = x51157
-x51159 = x51158
-x51160 = x51159
-x51161 = x51160
-x51162 = x51161
-x51163 = x51162
-x51164 = x51163
-x51165 = x51164
-x51166 = x51165
-x51167 = x51166
-x51168 = x51167
-x51169 = x51168
-x51170 = x51169
-x51171 = x51170
-x51172 = x51171
-x51173 = x51172
-x51174 = x51173
-x51175 = x51174
-x51176 = x51175
-x51177 = x51176
-x51178 = x51177
-x51179 = x51178
-x51180 = x51179
-x51181 = x51180
-x51182 = x51181
-x51183 = x51182
-x51184 = x51183
-x51185 = x51184
-x51186 = x51185
-x51187 = x51186
-x51188 = x51187
-x51189 = x51188
-x51190 = x51189
-x51191 = x51190
-x51192 = x51191
-x51193 = x51192
-x51194 = x51193
-x51195 = x51194
-x51196 = x51195
-x51197 = x51196
-x51198 = x51197
-x51199 = x51198
-x51200 = x51199
-x51201 = x51200
-x51202 = x51201
-x51203 = x51202
-x51204 = x51203
-x51205 = x51204
-x51206 = x51205
-x51207 = x51206
-x51208 = x51207
-x51209 = x51208
-x51210 = x51209
-x51211 = x51210
-x51212 = x51211
-x51213 = x51212
-x51214 = x51213
-x51215 = x51214
-x51216 = x51215
-x51217 = x51216
-x51218 = x51217
-x51219 = x51218
-x51220 = x51219
-x51221 = x51220
-x51222 = x51221
-x51223 = x51222
-x51224 = x51223
-x51225 = x51224
-x51226 = x51225
-x51227 = x51226
-x51228 = x51227
-x51229 = x51228
-x51230 = x51229
-x51231 = x51230
-x51232 = x51231
-x51233 = x51232
-x51234 = x51233
-x51235 = x51234
-x51236 = x51235
-x51237 = x51236
-x51238 = x51237
-x51239 = x51238
-x51240 = x51239
-x51241 = x51240
-x51242 = x51241
-x51243 = x51242
-x51244 = x51243
-x51245 = x51244
-x51246 = x51245
-x51247 = x51246
-x51248 = x51247
-x51249 = x51248
-x51250 = x51249
-x51251 = x51250
-x51252 = x51251
-x51253 = x51252
-x51254 = x51253
-x51255 = x51254
-x51256 = x51255
-x51257 = x51256
-x51258 = x51257
-x51259 = x51258
-x51260 = x51259
-x51261 = x51260
-x51262 = x51261
-x51263 = x51262
-x51264 = x51263
-x51265 = x51264
-x51266 = x51265
-x51267 = x51266
-x51268 = x51267
-x51269 = x51268
-x51270 = x51269
-x51271 = x51270
-x51272 = x51271
-x51273 = x51272
-x51274 = x51273
-x51275 = x51274
-x51276 = x51275
-x51277 = x51276
-x51278 = x51277
-x51279 = x51278
-x51280 = x51279
-x51281 = x51280
-x51282 = x51281
-x51283 = x51282
-x51284 = x51283
-x51285 = x51284
-x51286 = x51285
-x51287 = x51286
-x51288 = x51287
-x51289 = x51288
-x51290 = x51289
-x51291 = x51290
-x51292 = x51291
-x51293 = x51292
-x51294 = x51293
-x51295 = x51294
-x51296 = x51295
-x51297 = x51296
-x51298 = x51297
-x51299 = x51298
-x51300 = x51299
-x51301 = x51300
-x51302 = x51301
-x51303 = x51302
-x51304 = x51303
-x51305 = x51304
-x51306 = x51305
-x51307 = x51306
-x51308 = x51307
-x51309 = x51308
-x51310 = x51309
-x51311 = x51310
-x51312 = x51311
-x51313 = x51312
-x51314 = x51313
-x51315 = x51314
-x51316 = x51315
-x51317 = x51316
-x51318 = x51317
-x51319 = x51318
-x51320 = x51319
-x51321 = x51320
-x51322 = x51321
-x51323 = x51322
-x51324 = x51323
-x51325 = x51324
-x51326 = x51325
-x51327 = x51326
-x51328 = x51327
-x51329 = x51328
-x51330 = x51329
-x51331 = x51330
-x51332 = x51331
-x51333 = x51332
-x51334 = x51333
-x51335 = x51334
-x51336 = x51335
-x51337 = x51336
-x51338 = x51337
-x51339 = x51338
-x51340 = x51339
-x51341 = x51340
-x51342 = x51341
-x51343 = x51342
-x51344 = x51343
-x51345 = x51344
-x51346 = x51345
-x51347 = x51346
-x51348 = x51347
-x51349 = x51348
-x51350 = x51349
-x51351 = x51350
-x51352 = x51351
-x51353 = x51352
-x51354 = x51353
-x51355 = x51354
-x51356 = x51355
-x51357 = x51356
-x51358 = x51357
-x51359 = x51358
-x51360 = x51359
-x51361 = x51360
-x51362 = x51361
-x51363 = x51362
-x51364 = x51363
-x51365 = x51364
-x51366 = x51365
-x51367 = x51366
-x51368 = x51367
-x51369 = x51368
-x51370 = x51369
-x51371 = x51370
-x51372 = x51371
-x51373 = x51372
-x51374 = x51373
-x51375 = x51374
-x51376 = x51375
-x51377 = x51376
-x51378 = x51377
-x51379 = x51378
-x51380 = x51379
-x51381 = x51380
-x51382 = x51381
-x51383 = x51382
-x51384 = x51383
-x51385 = x51384
-x51386 = x51385
-x51387 = x51386
-x51388 = x51387
-x51389 = x51388
-x51390 = x51389
-x51391 = x51390
-x51392 = x51391
-x51393 = x51392
-x51394 = x51393
-x51395 = x51394
-x51396 = x51395
-x51397 = x51396
-x51398 = x51397
-x51399 = x51398
-x51400 = x51399
-x51401 = x51400
-x51402 = x51401
-x51403 = x51402
-x51404 = x51403
-x51405 = x51404
-x51406 = x51405
-x51407 = x51406
-x51408 = x51407
-x51409 = x51408
-x51410 = x51409
-x51411 = x51410
-x51412 = x51411
-x51413 = x51412
-x51414 = x51413
-x51415 = x51414
-x51416 = x51415
-x51417 = x51416
-x51418 = x51417
-x51419 = x51418
-x51420 = x51419
-x51421 = x51420
-x51422 = x51421
-x51423 = x51422
-x51424 = x51423
-x51425 = x51424
-x51426 = x51425
-x51427 = x51426
-x51428 = x51427
-x51429 = x51428
-x51430 = x51429
-x51431 = x51430
-x51432 = x51431
-x51433 = x51432
-x51434 = x51433
-x51435 = x51434
-x51436 = x51435
-x51437 = x51436
-x51438 = x51437
-x51439 = x51438
-x51440 = x51439
-x51441 = x51440
-x51442 = x51441
-x51443 = x51442
-x51444 = x51443
-x51445 = x51444
-x51446 = x51445
-x51447 = x51446
-x51448 = x51447
-x51449 = x51448
-x51450 = x51449
-x51451 = x51450
-x51452 = x51451
-x51453 = x51452
-x51454 = x51453
-x51455 = x51454
-x51456 = x51455
-x51457 = x51456
-x51458 = x51457
-x51459 = x51458
-x51460 = x51459
-x51461 = x51460
-x51462 = x51461
-x51463 = x51462
-x51464 = x51463
-x51465 = x51464
-x51466 = x51465
-x51467 = x51466
-x51468 = x51467
-x51469 = x51468
-x51470 = x51469
-x51471 = x51470
-x51472 = x51471
-x51473 = x51472
-x51474 = x51473
-x51475 = x51474
-x51476 = x51475
-x51477 = x51476
-x51478 = x51477
-x51479 = x51478
-x51480 = x51479
-x51481 = x51480
-x51482 = x51481
-x51483 = x51482
-x51484 = x51483
-x51485 = x51484
-x51486 = x51485
-x51487 = x51486
-x51488 = x51487
-x51489 = x51488
-x51490 = x51489
-x51491 = x51490
-x51492 = x51491
-x51493 = x51492
-x51494 = x51493
-x51495 = x51494
-x51496 = x51495
-x51497 = x51496
-x51498 = x51497
-x51499 = x51498
-x51500 = x51499
-x51501 = x51500
-x51502 = x51501
-x51503 = x51502
-x51504 = x51503
-x51505 = x51504
-x51506 = x51505
-x51507 = x51506
-x51508 = x51507
-x51509 = x51508
-x51510 = x51509
-x51511 = x51510
-x51512 = x51511
-x51513 = x51512
-x51514 = x51513
-x51515 = x51514
-x51516 = x51515
-x51517 = x51516
-x51518 = x51517
-x51519 = x51518
-x51520 = x51519
-x51521 = x51520
-x51522 = x51521
-x51523 = x51522
-x51524 = x51523
-x51525 = x51524
-x51526 = x51525
-x51527 = x51526
-x51528 = x51527
-x51529 = x51528
-x51530 = x51529
-x51531 = x51530
-x51532 = x51531
-x51533 = x51532
-x51534 = x51533
-x51535 = x51534
-x51536 = x51535
-x51537 = x51536
-x51538 = x51537
-x51539 = x51538
-x51540 = x51539
-x51541 = x51540
-x51542 = x51541
-x51543 = x51542
-x51544 = x51543
-x51545 = x51544
-x51546 = x51545
-x51547 = x51546
-x51548 = x51547
-x51549 = x51548
-x51550 = x51549
-x51551 = x51550
-x51552 = x51551
-x51553 = x51552
-x51554 = x51553
-x51555 = x51554
-x51556 = x51555
-x51557 = x51556
-x51558 = x51557
-x51559 = x51558
-x51560 = x51559
-x51561 = x51560
-x51562 = x51561
-x51563 = x51562
-x51564 = x51563
-x51565 = x51564
-x51566 = x51565
-x51567 = x51566
-x51568 = x51567
-x51569 = x51568
-x51570 = x51569
-x51571 = x51570
-x51572 = x51571
-x51573 = x51572
-x51574 = x51573
-x51575 = x51574
-x51576 = x51575
-x51577 = x51576
-x51578 = x51577
-x51579 = x51578
-x51580 = x51579
-x51581 = x51580
-x51582 = x51581
-x51583 = x51582
-x51584 = x51583
-x51585 = x51584
-x51586 = x51585
-x51587 = x51586
-x51588 = x51587
-x51589 = x51588
-x51590 = x51589
-x51591 = x51590
-x51592 = x51591
-x51593 = x51592
-x51594 = x51593
-x51595 = x51594
-x51596 = x51595
-x51597 = x51596
-x51598 = x51597
-x51599 = x51598
-x51600 = x51599
-x51601 = x51600
-x51602 = x51601
-x51603 = x51602
-x51604 = x51603
-x51605 = x51604
-x51606 = x51605
-x51607 = x51606
-x51608 = x51607
-x51609 = x51608
-x51610 = x51609
-x51611 = x51610
-x51612 = x51611
-x51613 = x51612
-x51614 = x51613
-x51615 = x51614
-x51616 = x51615
-x51617 = x51616
-x51618 = x51617
-x51619 = x51618
-x51620 = x51619
-x51621 = x51620
-x51622 = x51621
-x51623 = x51622
-x51624 = x51623
-x51625 = x51624
-x51626 = x51625
-x51627 = x51626
-x51628 = x51627
-x51629 = x51628
-x51630 = x51629
-x51631 = x51630
-x51632 = x51631
-x51633 = x51632
-x51634 = x51633
-x51635 = x51634
-x51636 = x51635
-x51637 = x51636
-x51638 = x51637
-x51639 = x51638
-x51640 = x51639
-x51641 = x51640
-x51642 = x51641
-x51643 = x51642
-x51644 = x51643
-x51645 = x51644
-x51646 = x51645
-x51647 = x51646
-x51648 = x51647
-x51649 = x51648
-x51650 = x51649
-x51651 = x51650
-x51652 = x51651
-x51653 = x51652
-x51654 = x51653
-x51655 = x51654
-x51656 = x51655
-x51657 = x51656
-x51658 = x51657
-x51659 = x51658
-x51660 = x51659
-x51661 = x51660
-x51662 = x51661
-x51663 = x51662
-x51664 = x51663
-x51665 = x51664
-x51666 = x51665
-x51667 = x51666
-x51668 = x51667
-x51669 = x51668
-x51670 = x51669
-x51671 = x51670
-x51672 = x51671
-x51673 = x51672
-x51674 = x51673
-x51675 = x51674
-x51676 = x51675
-x51677 = x51676
-x51678 = x51677
-x51679 = x51678
-x51680 = x51679
-x51681 = x51680
-x51682 = x51681
-x51683 = x51682
-x51684 = x51683
-x51685 = x51684
-x51686 = x51685
-x51687 = x51686
-x51688 = x51687
-x51689 = x51688
-x51690 = x51689
-x51691 = x51690
-x51692 = x51691
-x51693 = x51692
-x51694 = x51693
-x51695 = x51694
-x51696 = x51695
-x51697 = x51696
-x51698 = x51697
-x51699 = x51698
-x51700 = x51699
-x51701 = x51700
-x51702 = x51701
-x51703 = x51702
-x51704 = x51703
-x51705 = x51704
-x51706 = x51705
-x51707 = x51706
-x51708 = x51707
-x51709 = x51708
-x51710 = x51709
-x51711 = x51710
-x51712 = x51711
-x51713 = x51712
-x51714 = x51713
-x51715 = x51714
-x51716 = x51715
-x51717 = x51716
-x51718 = x51717
-x51719 = x51718
-x51720 = x51719
-x51721 = x51720
-x51722 = x51721
-x51723 = x51722
-x51724 = x51723
-x51725 = x51724
-x51726 = x51725
-x51727 = x51726
-x51728 = x51727
-x51729 = x51728
-x51730 = x51729
-x51731 = x51730
-x51732 = x51731
-x51733 = x51732
-x51734 = x51733
-x51735 = x51734
-x51736 = x51735
-x51737 = x51736
-x51738 = x51737
-x51739 = x51738
-x51740 = x51739
-x51741 = x51740
-x51742 = x51741
-x51743 = x51742
-x51744 = x51743
-x51745 = x51744
-x51746 = x51745
-x51747 = x51746
-x51748 = x51747
-x51749 = x51748
-x51750 = x51749
-x51751 = x51750
-x51752 = x51751
-x51753 = x51752
-x51754 = x51753
-x51755 = x51754
-x51756 = x51755
-x51757 = x51756
-x51758 = x51757
-x51759 = x51758
-x51760 = x51759
-x51761 = x51760
-x51762 = x51761
-x51763 = x51762
-x51764 = x51763
-x51765 = x51764
-x51766 = x51765
-x51767 = x51766
-x51768 = x51767
-x51769 = x51768
-x51770 = x51769
-x51771 = x51770
-x51772 = x51771
-x51773 = x51772
-x51774 = x51773
-x51775 = x51774
-x51776 = x51775
-x51777 = x51776
-x51778 = x51777
-x51779 = x51778
-x51780 = x51779
-x51781 = x51780
-x51782 = x51781
-x51783 = x51782
-x51784 = x51783
-x51785 = x51784
-x51786 = x51785
-x51787 = x51786
-x51788 = x51787
-x51789 = x51788
-x51790 = x51789
-x51791 = x51790
-x51792 = x51791
-x51793 = x51792
-x51794 = x51793
-x51795 = x51794
-x51796 = x51795
-x51797 = x51796
-x51798 = x51797
-x51799 = x51798
-x51800 = x51799
-x51801 = x51800
-x51802 = x51801
-x51803 = x51802
-x51804 = x51803
-x51805 = x51804
-x51806 = x51805
-x51807 = x51806
-x51808 = x51807
-x51809 = x51808
-x51810 = x51809
-x51811 = x51810
-x51812 = x51811
-x51813 = x51812
-x51814 = x51813
-x51815 = x51814
-x51816 = x51815
-x51817 = x51816
-x51818 = x51817
-x51819 = x51818
-x51820 = x51819
-x51821 = x51820
-x51822 = x51821
-x51823 = x51822
-x51824 = x51823
-x51825 = x51824
-x51826 = x51825
-x51827 = x51826
-x51828 = x51827
-x51829 = x51828
-x51830 = x51829
-x51831 = x51830
-x51832 = x51831
-x51833 = x51832
-x51834 = x51833
-x51835 = x51834
-x51836 = x51835
-x51837 = x51836
-x51838 = x51837
-x51839 = x51838
-x51840 = x51839
-x51841 = x51840
-x51842 = x51841
-x51843 = x51842
-x51844 = x51843
-x51845 = x51844
-x51846 = x51845
-x51847 = x51846
-x51848 = x51847
-x51849 = x51848
-x51850 = x51849
-x51851 = x51850
-x51852 = x51851
-x51853 = x51852
-x51854 = x51853
-x51855 = x51854
-x51856 = x51855
-x51857 = x51856
-x51858 = x51857
-x51859 = x51858
-x51860 = x51859
-x51861 = x51860
-x51862 = x51861
-x51863 = x51862
-x51864 = x51863
-x51865 = x51864
-x51866 = x51865
-x51867 = x51866
-x51868 = x51867
-x51869 = x51868
-x51870 = x51869
-x51871 = x51870
-x51872 = x51871
-x51873 = x51872
-x51874 = x51873
-x51875 = x51874
-x51876 = x51875
-x51877 = x51876
-x51878 = x51877
-x51879 = x51878
-x51880 = x51879
-x51881 = x51880
-x51882 = x51881
-x51883 = x51882
-x51884 = x51883
-x51885 = x51884
-x51886 = x51885
-x51887 = x51886
-x51888 = x51887
-x51889 = x51888
-x51890 = x51889
-x51891 = x51890
-x51892 = x51891
-x51893 = x51892
-x51894 = x51893
-x51895 = x51894
-x51896 = x51895
-x51897 = x51896
-x51898 = x51897
-x51899 = x51898
-x51900 = x51899
-x51901 = x51900
-x51902 = x51901
-x51903 = x51902
-x51904 = x51903
-x51905 = x51904
-x51906 = x51905
-x51907 = x51906
-x51908 = x51907
-x51909 = x51908
-x51910 = x51909
-x51911 = x51910
-x51912 = x51911
-x51913 = x51912
-x51914 = x51913
-x51915 = x51914
-x51916 = x51915
-x51917 = x51916
-x51918 = x51917
-x51919 = x51918
-x51920 = x51919
-x51921 = x51920
-x51922 = x51921
-x51923 = x51922
-x51924 = x51923
-x51925 = x51924
-x51926 = x51925
-x51927 = x51926
-x51928 = x51927
-x51929 = x51928
-x51930 = x51929
-x51931 = x51930
-x51932 = x51931
-x51933 = x51932
-x51934 = x51933
-x51935 = x51934
-x51936 = x51935
-x51937 = x51936
-x51938 = x51937
-x51939 = x51938
-x51940 = x51939
-x51941 = x51940
-x51942 = x51941
-x51943 = x51942
-x51944 = x51943
-x51945 = x51944
-x51946 = x51945
-x51947 = x51946
-x51948 = x51947
-x51949 = x51948
-x51950 = x51949
-x51951 = x51950
-x51952 = x51951
-x51953 = x51952
-x51954 = x51953
-x51955 = x51954
-x51956 = x51955
-x51957 = x51956
-x51958 = x51957
-x51959 = x51958
-x51960 = x51959
-x51961 = x51960
-x51962 = x51961
-x51963 = x51962
-x51964 = x51963
-x51965 = x51964
-x51966 = x51965
-x51967 = x51966
-x51968 = x51967
-x51969 = x51968
-x51970 = x51969
-x51971 = x51970
-x51972 = x51971
-x51973 = x51972
-x51974 = x51973
-x51975 = x51974
-x51976 = x51975
-x51977 = x51976
-x51978 = x51977
-x51979 = x51978
-x51980 = x51979
-x51981 = x51980
-x51982 = x51981
-x51983 = x51982
-x51984 = x51983
-x51985 = x51984
-x51986 = x51985
-x51987 = x51986
-x51988 = x51987
-x51989 = x51988
-x51990 = x51989
-x51991 = x51990
-x51992 = x51991
-x51993 = x51992
-x51994 = x51993
-x51995 = x51994
-x51996 = x51995
-x51997 = x51996
-x51998 = x51997
-x51999 = x51998
-x52000 = x51999
-x52001 = x52000
-x52002 = x52001
-x52003 = x52002
-x52004 = x52003
-x52005 = x52004
-x52006 = x52005
-x52007 = x52006
-x52008 = x52007
-x52009 = x52008
-x52010 = x52009
-x52011 = x52010
-x52012 = x52011
-x52013 = x52012
-x52014 = x52013
-x52015 = x52014
-x52016 = x52015
-x52017 = x52016
-x52018 = x52017
-x52019 = x52018
-x52020 = x52019
-x52021 = x52020
-x52022 = x52021
-x52023 = x52022
-x52024 = x52023
-x52025 = x52024
-x52026 = x52025
-x52027 = x52026
-x52028 = x52027
-x52029 = x52028
-x52030 = x52029
-x52031 = x52030
-x52032 = x52031
-x52033 = x52032
-x52034 = x52033
-x52035 = x52034
-x52036 = x52035
-x52037 = x52036
-x52038 = x52037
-x52039 = x52038
-x52040 = x52039
-x52041 = x52040
-x52042 = x52041
-x52043 = x52042
-x52044 = x52043
-x52045 = x52044
-x52046 = x52045
-x52047 = x52046
-x52048 = x52047
-x52049 = x52048
-x52050 = x52049
-x52051 = x52050
-x52052 = x52051
-x52053 = x52052
-x52054 = x52053
-x52055 = x52054
-x52056 = x52055
-x52057 = x52056
-x52058 = x52057
-x52059 = x52058
-x52060 = x52059
-x52061 = x52060
-x52062 = x52061
-x52063 = x52062
-x52064 = x52063
-x52065 = x52064
-x52066 = x52065
-x52067 = x52066
-x52068 = x52067
-x52069 = x52068
-x52070 = x52069
-x52071 = x52070
-x52072 = x52071
-x52073 = x52072
-x52074 = x52073
-x52075 = x52074
-x52076 = x52075
-x52077 = x52076
-x52078 = x52077
-x52079 = x52078
-x52080 = x52079
-x52081 = x52080
-x52082 = x52081
-x52083 = x52082
-x52084 = x52083
-x52085 = x52084
-x52086 = x52085
-x52087 = x52086
-x52088 = x52087
-x52089 = x52088
-x52090 = x52089
-x52091 = x52090
-x52092 = x52091
-x52093 = x52092
-x52094 = x52093
-x52095 = x52094
-x52096 = x52095
-x52097 = x52096
-x52098 = x52097
-x52099 = x52098
-x52100 = x52099
-x52101 = x52100
-x52102 = x52101
-x52103 = x52102
-x52104 = x52103
-x52105 = x52104
-x52106 = x52105
-x52107 = x52106
-x52108 = x52107
-x52109 = x52108
-x52110 = x52109
-x52111 = x52110
-x52112 = x52111
-x52113 = x52112
-x52114 = x52113
-x52115 = x52114
-x52116 = x52115
-x52117 = x52116
-x52118 = x52117
-x52119 = x52118
-x52120 = x52119
-x52121 = x52120
-x52122 = x52121
-x52123 = x52122
-x52124 = x52123
-x52125 = x52124
-x52126 = x52125
-x52127 = x52126
-x52128 = x52127
-x52129 = x52128
-x52130 = x52129
-x52131 = x52130
-x52132 = x52131
-x52133 = x52132
-x52134 = x52133
-x52135 = x52134
-x52136 = x52135
-x52137 = x52136
-x52138 = x52137
-x52139 = x52138
-x52140 = x52139
-x52141 = x52140
-x52142 = x52141
-x52143 = x52142
-x52144 = x52143
-x52145 = x52144
-x52146 = x52145
-x52147 = x52146
-x52148 = x52147
-x52149 = x52148
-x52150 = x52149
-x52151 = x52150
-x52152 = x52151
-x52153 = x52152
-x52154 = x52153
-x52155 = x52154
-x52156 = x52155
-x52157 = x52156
-x52158 = x52157
-x52159 = x52158
-x52160 = x52159
-x52161 = x52160
-x52162 = x52161
-x52163 = x52162
-x52164 = x52163
-x52165 = x52164
-x52166 = x52165
-x52167 = x52166
-x52168 = x52167
-x52169 = x52168
-x52170 = x52169
-x52171 = x52170
-x52172 = x52171
-x52173 = x52172
-x52174 = x52173
-x52175 = x52174
-x52176 = x52175
-x52177 = x52176
-x52178 = x52177
-x52179 = x52178
-x52180 = x52179
-x52181 = x52180
-x52182 = x52181
-x52183 = x52182
-x52184 = x52183
-x52185 = x52184
-x52186 = x52185
-x52187 = x52186
-x52188 = x52187
-x52189 = x52188
-x52190 = x52189
-x52191 = x52190
-x52192 = x52191
-x52193 = x52192
-x52194 = x52193
-x52195 = x52194
-x52196 = x52195
-x52197 = x52196
-x52198 = x52197
-x52199 = x52198
-x52200 = x52199
-x52201 = x52200
-x52202 = x52201
-x52203 = x52202
-x52204 = x52203
-x52205 = x52204
-x52206 = x52205
-x52207 = x52206
-x52208 = x52207
-x52209 = x52208
-x52210 = x52209
-x52211 = x52210
-x52212 = x52211
-x52213 = x52212
-x52214 = x52213
-x52215 = x52214
-x52216 = x52215
-x52217 = x52216
-x52218 = x52217
-x52219 = x52218
-x52220 = x52219
-x52221 = x52220
-x52222 = x52221
-x52223 = x52222
-x52224 = x52223
-x52225 = x52224
-x52226 = x52225
-x52227 = x52226
-x52228 = x52227
-x52229 = x52228
-x52230 = x52229
-x52231 = x52230
-x52232 = x52231
-x52233 = x52232
-x52234 = x52233
-x52235 = x52234
-x52236 = x52235
-x52237 = x52236
-x52238 = x52237
-x52239 = x52238
-x52240 = x52239
-x52241 = x52240
-x52242 = x52241
-x52243 = x52242
-x52244 = x52243
-x52245 = x52244
-x52246 = x52245
-x52247 = x52246
-x52248 = x52247
-x52249 = x52248
-x52250 = x52249
-x52251 = x52250
-x52252 = x52251
-x52253 = x52252
-x52254 = x52253
-x52255 = x52254
-x52256 = x52255
-x52257 = x52256
-x52258 = x52257
-x52259 = x52258
-x52260 = x52259
-x52261 = x52260
-x52262 = x52261
-x52263 = x52262
-x52264 = x52263
-x52265 = x52264
-x52266 = x52265
-x52267 = x52266
-x52268 = x52267
-x52269 = x52268
-x52270 = x52269
-x52271 = x52270
-x52272 = x52271
-x52273 = x52272
-x52274 = x52273
-x52275 = x52274
-x52276 = x52275
-x52277 = x52276
-x52278 = x52277
-x52279 = x52278
-x52280 = x52279
-x52281 = x52280
-x52282 = x52281
-x52283 = x52282
-x52284 = x52283
-x52285 = x52284
-x52286 = x52285
-x52287 = x52286
-x52288 = x52287
-x52289 = x52288
-x52290 = x52289
-x52291 = x52290
-x52292 = x52291
-x52293 = x52292
-x52294 = x52293
-x52295 = x52294
-x52296 = x52295
-x52297 = x52296
-x52298 = x52297
-x52299 = x52298
-x52300 = x52299
-x52301 = x52300
-x52302 = x52301
-x52303 = x52302
-x52304 = x52303
-x52305 = x52304
-x52306 = x52305
-x52307 = x52306
-x52308 = x52307
-x52309 = x52308
-x52310 = x52309
-x52311 = x52310
-x52312 = x52311
-x52313 = x52312
-x52314 = x52313
-x52315 = x52314
-x52316 = x52315
-x52317 = x52316
-x52318 = x52317
-x52319 = x52318
-x52320 = x52319
-x52321 = x52320
-x52322 = x52321
-x52323 = x52322
-x52324 = x52323
-x52325 = x52324
-x52326 = x52325
-x52327 = x52326
-x52328 = x52327
-x52329 = x52328
-x52330 = x52329
-x52331 = x52330
-x52332 = x52331
-x52333 = x52332
-x52334 = x52333
-x52335 = x52334
-x52336 = x52335
-x52337 = x52336
-x52338 = x52337
-x52339 = x52338
-x52340 = x52339
-x52341 = x52340
-x52342 = x52341
-x52343 = x52342
-x52344 = x52343
-x52345 = x52344
-x52346 = x52345
-x52347 = x52346
-x52348 = x52347
-x52349 = x52348
-x52350 = x52349
-x52351 = x52350
-x52352 = x52351
-x52353 = x52352
-x52354 = x52353
-x52355 = x52354
-x52356 = x52355
-x52357 = x52356
-x52358 = x52357
-x52359 = x52358
-x52360 = x52359
-x52361 = x52360
-x52362 = x52361
-x52363 = x52362
-x52364 = x52363
-x52365 = x52364
-x52366 = x52365
-x52367 = x52366
-x52368 = x52367
-x52369 = x52368
-x52370 = x52369
-x52371 = x52370
-x52372 = x52371
-x52373 = x52372
-x52374 = x52373
-x52375 = x52374
-x52376 = x52375
-x52377 = x52376
-x52378 = x52377
-x52379 = x52378
-x52380 = x52379
-x52381 = x52380
-x52382 = x52381
-x52383 = x52382
-x52384 = x52383
-x52385 = x52384
-x52386 = x52385
-x52387 = x52386
-x52388 = x52387
-x52389 = x52388
-x52390 = x52389
-x52391 = x52390
-x52392 = x52391
-x52393 = x52392
-x52394 = x52393
-x52395 = x52394
-x52396 = x52395
-x52397 = x52396
-x52398 = x52397
-x52399 = x52398
-x52400 = x52399
-x52401 = x52400
-x52402 = x52401
-x52403 = x52402
-x52404 = x52403
-x52405 = x52404
-x52406 = x52405
-x52407 = x52406
-x52408 = x52407
-x52409 = x52408
-x52410 = x52409
-x52411 = x52410
-x52412 = x52411
-x52413 = x52412
-x52414 = x52413
-x52415 = x52414
-x52416 = x52415
-x52417 = x52416
-x52418 = x52417
-x52419 = x52418
-x52420 = x52419
-x52421 = x52420
-x52422 = x52421
-x52423 = x52422
-x52424 = x52423
-x52425 = x52424
-x52426 = x52425
-x52427 = x52426
-x52428 = x52427
-x52429 = x52428
-x52430 = x52429
-x52431 = x52430
-x52432 = x52431
-x52433 = x52432
-x52434 = x52433
-x52435 = x52434
-x52436 = x52435
-x52437 = x52436
-x52438 = x52437
-x52439 = x52438
-x52440 = x52439
-x52441 = x52440
-x52442 = x52441
-x52443 = x52442
-x52444 = x52443
-x52445 = x52444
-x52446 = x52445
-x52447 = x52446
-x52448 = x52447
-x52449 = x52448
-x52450 = x52449
-x52451 = x52450
-x52452 = x52451
-x52453 = x52452
-x52454 = x52453
-x52455 = x52454
-x52456 = x52455
-x52457 = x52456
-x52458 = x52457
-x52459 = x52458
-x52460 = x52459
-x52461 = x52460
-x52462 = x52461
-x52463 = x52462
-x52464 = x52463
-x52465 = x52464
-x52466 = x52465
-x52467 = x52466
-x52468 = x52467
-x52469 = x52468
-x52470 = x52469
-x52471 = x52470
-x52472 = x52471
-x52473 = x52472
-x52474 = x52473
-x52475 = x52474
-x52476 = x52475
-x52477 = x52476
-x52478 = x52477
-x52479 = x52478
-x52480 = x52479
-x52481 = x52480
-x52482 = x52481
-x52483 = x52482
-x52484 = x52483
-x52485 = x52484
-x52486 = x52485
-x52487 = x52486
-x52488 = x52487
-x52489 = x52488
-x52490 = x52489
-x52491 = x52490
-x52492 = x52491
-x52493 = x52492
-x52494 = x52493
-x52495 = x52494
-x52496 = x52495
-x52497 = x52496
-x52498 = x52497
-x52499 = x52498
-x52500 = x52499
-x52501 = x52500
-x52502 = x52501
-x52503 = x52502
-x52504 = x52503
-x52505 = x52504
-x52506 = x52505
-x52507 = x52506
-x52508 = x52507
-x52509 = x52508
-x52510 = x52509
-x52511 = x52510
-x52512 = x52511
-x52513 = x52512
-x52514 = x52513
-x52515 = x52514
-x52516 = x52515
-x52517 = x52516
-x52518 = x52517
-x52519 = x52518
-x52520 = x52519
-x52521 = x52520
-x52522 = x52521
-x52523 = x52522
-x52524 = x52523
-x52525 = x52524
-x52526 = x52525
-x52527 = x52526
-x52528 = x52527
-x52529 = x52528
-x52530 = x52529
-x52531 = x52530
-x52532 = x52531
-x52533 = x52532
-x52534 = x52533
-x52535 = x52534
-x52536 = x52535
-x52537 = x52536
-x52538 = x52537
-x52539 = x52538
-x52540 = x52539
-x52541 = x52540
-x52542 = x52541
-x52543 = x52542
-x52544 = x52543
-x52545 = x52544
-x52546 = x52545
-x52547 = x52546
-x52548 = x52547
-x52549 = x52548
-x52550 = x52549
-x52551 = x52550
-x52552 = x52551
-x52553 = x52552
-x52554 = x52553
-x52555 = x52554
-x52556 = x52555
-x52557 = x52556
-x52558 = x52557
-x52559 = x52558
-x52560 = x52559
-x52561 = x52560
-x52562 = x52561
-x52563 = x52562
-x52564 = x52563
-x52565 = x52564
-x52566 = x52565
-x52567 = x52566
-x52568 = x52567
-x52569 = x52568
-x52570 = x52569
-x52571 = x52570
-x52572 = x52571
-x52573 = x52572
-x52574 = x52573
-x52575 = x52574
-x52576 = x52575
-x52577 = x52576
-x52578 = x52577
-x52579 = x52578
-x52580 = x52579
-x52581 = x52580
-x52582 = x52581
-x52583 = x52582
-x52584 = x52583
-x52585 = x52584
-x52586 = x52585
-x52587 = x52586
-x52588 = x52587
-x52589 = x52588
-x52590 = x52589
-x52591 = x52590
-x52592 = x52591
-x52593 = x52592
-x52594 = x52593
-x52595 = x52594
-x52596 = x52595
-x52597 = x52596
-x52598 = x52597
-x52599 = x52598
-x52600 = x52599
-x52601 = x52600
-x52602 = x52601
-x52603 = x52602
-x52604 = x52603
-x52605 = x52604
-x52606 = x52605
-x52607 = x52606
-x52608 = x52607
-x52609 = x52608
-x52610 = x52609
-x52611 = x52610
-x52612 = x52611
-x52613 = x52612
-x52614 = x52613
-x52615 = x52614
-x52616 = x52615
-x52617 = x52616
-x52618 = x52617
-x52619 = x52618
-x52620 = x52619
-x52621 = x52620
-x52622 = x52621
-x52623 = x52622
-x52624 = x52623
-x52625 = x52624
-x52626 = x52625
-x52627 = x52626
-x52628 = x52627
-x52629 = x52628
-x52630 = x52629
-x52631 = x52630
-x52632 = x52631
-x52633 = x52632
-x52634 = x52633
-x52635 = x52634
-x52636 = x52635
-x52637 = x52636
-x52638 = x52637
-x52639 = x52638
-x52640 = x52639
-x52641 = x52640
-x52642 = x52641
-x52643 = x52642
-x52644 = x52643
-x52645 = x52644
-x52646 = x52645
-x52647 = x52646
-x52648 = x52647
-x52649 = x52648
-x52650 = x52649
-x52651 = x52650
-x52652 = x52651
-x52653 = x52652
-x52654 = x52653
-x52655 = x52654
-x52656 = x52655
-x52657 = x52656
-x52658 = x52657
-x52659 = x52658
-x52660 = x52659
-x52661 = x52660
-x52662 = x52661
-x52663 = x52662
-x52664 = x52663
-x52665 = x52664
-x52666 = x52665
-x52667 = x52666
-x52668 = x52667
-x52669 = x52668
-x52670 = x52669
-x52671 = x52670
-x52672 = x52671
-x52673 = x52672
-x52674 = x52673
-x52675 = x52674
-x52676 = x52675
-x52677 = x52676
-x52678 = x52677
-x52679 = x52678
-x52680 = x52679
-x52681 = x52680
-x52682 = x52681
-x52683 = x52682
-x52684 = x52683
-x52685 = x52684
-x52686 = x52685
-x52687 = x52686
-x52688 = x52687
-x52689 = x52688
-x52690 = x52689
-x52691 = x52690
-x52692 = x52691
-x52693 = x52692
-x52694 = x52693
-x52695 = x52694
-x52696 = x52695
-x52697 = x52696
-x52698 = x52697
-x52699 = x52698
-x52700 = x52699
-x52701 = x52700
-x52702 = x52701
-x52703 = x52702
-x52704 = x52703
-x52705 = x52704
-x52706 = x52705
-x52707 = x52706
-x52708 = x52707
-x52709 = x52708
-x52710 = x52709
-x52711 = x52710
-x52712 = x52711
-x52713 = x52712
-x52714 = x52713
-x52715 = x52714
-x52716 = x52715
-x52717 = x52716
-x52718 = x52717
-x52719 = x52718
-x52720 = x52719
-x52721 = x52720
-x52722 = x52721
-x52723 = x52722
-x52724 = x52723
-x52725 = x52724
-x52726 = x52725
-x52727 = x52726
-x52728 = x52727
-x52729 = x52728
-x52730 = x52729
-x52731 = x52730
-x52732 = x52731
-x52733 = x52732
-x52734 = x52733
-x52735 = x52734
-x52736 = x52735
-x52737 = x52736
-x52738 = x52737
-x52739 = x52738
-x52740 = x52739
-x52741 = x52740
-x52742 = x52741
-x52743 = x52742
-x52744 = x52743
-x52745 = x52744
-x52746 = x52745
-x52747 = x52746
-x52748 = x52747
-x52749 = x52748
-x52750 = x52749
-x52751 = x52750
-x52752 = x52751
-x52753 = x52752
-x52754 = x52753
-x52755 = x52754
-x52756 = x52755
-x52757 = x52756
-x52758 = x52757
-x52759 = x52758
-x52760 = x52759
-x52761 = x52760
-x52762 = x52761
-x52763 = x52762
-x52764 = x52763
-x52765 = x52764
-x52766 = x52765
-x52767 = x52766
-x52768 = x52767
-x52769 = x52768
-x52770 = x52769
-x52771 = x52770
-x52772 = x52771
-x52773 = x52772
-x52774 = x52773
-x52775 = x52774
-x52776 = x52775
-x52777 = x52776
-x52778 = x52777
-x52779 = x52778
-x52780 = x52779
-x52781 = x52780
-x52782 = x52781
-x52783 = x52782
-x52784 = x52783
-x52785 = x52784
-x52786 = x52785
-x52787 = x52786
-x52788 = x52787
-x52789 = x52788
-x52790 = x52789
-x52791 = x52790
-x52792 = x52791
-x52793 = x52792
-x52794 = x52793
-x52795 = x52794
-x52796 = x52795
-x52797 = x52796
-x52798 = x52797
-x52799 = x52798
-x52800 = x52799
-x52801 = x52800
-x52802 = x52801
-x52803 = x52802
-x52804 = x52803
-x52805 = x52804
-x52806 = x52805
-x52807 = x52806
-x52808 = x52807
-x52809 = x52808
-x52810 = x52809
-x52811 = x52810
-x52812 = x52811
-x52813 = x52812
-x52814 = x52813
-x52815 = x52814
-x52816 = x52815
-x52817 = x52816
-x52818 = x52817
-x52819 = x52818
-x52820 = x52819
-x52821 = x52820
-x52822 = x52821
-x52823 = x52822
-x52824 = x52823
-x52825 = x52824
-x52826 = x52825
-x52827 = x52826
-x52828 = x52827
-x52829 = x52828
-x52830 = x52829
-x52831 = x52830
-x52832 = x52831
-x52833 = x52832
-x52834 = x52833
-x52835 = x52834
-x52836 = x52835
-x52837 = x52836
-x52838 = x52837
-x52839 = x52838
-x52840 = x52839
-x52841 = x52840
-x52842 = x52841
-x52843 = x52842
-x52844 = x52843
-x52845 = x52844
-x52846 = x52845
-x52847 = x52846
-x52848 = x52847
-x52849 = x52848
-x52850 = x52849
-x52851 = x52850
-x52852 = x52851
-x52853 = x52852
-x52854 = x52853
-x52855 = x52854
-x52856 = x52855
-x52857 = x52856
-x52858 = x52857
-x52859 = x52858
-x52860 = x52859
-x52861 = x52860
-x52862 = x52861
-x52863 = x52862
-x52864 = x52863
-x52865 = x52864
-x52866 = x52865
-x52867 = x52866
-x52868 = x52867
-x52869 = x52868
-x52870 = x52869
-x52871 = x52870
-x52872 = x52871
-x52873 = x52872
-x52874 = x52873
-x52875 = x52874
-x52876 = x52875
-x52877 = x52876
-x52878 = x52877
-x52879 = x52878
-x52880 = x52879
-x52881 = x52880
-x52882 = x52881
-x52883 = x52882
-x52884 = x52883
-x52885 = x52884
-x52886 = x52885
-x52887 = x52886
-x52888 = x52887
-x52889 = x52888
-x52890 = x52889
-x52891 = x52890
-x52892 = x52891
-x52893 = x52892
-x52894 = x52893
-x52895 = x52894
-x52896 = x52895
-x52897 = x52896
-x52898 = x52897
-x52899 = x52898
-x52900 = x52899
-x52901 = x52900
-x52902 = x52901
-x52903 = x52902
-x52904 = x52903
-x52905 = x52904
-x52906 = x52905
-x52907 = x52906
-x52908 = x52907
-x52909 = x52908
-x52910 = x52909
-x52911 = x52910
-x52912 = x52911
-x52913 = x52912
-x52914 = x52913
-x52915 = x52914
-x52916 = x52915
-x52917 = x52916
-x52918 = x52917
-x52919 = x52918
-x52920 = x52919
-x52921 = x52920
-x52922 = x52921
-x52923 = x52922
-x52924 = x52923
-x52925 = x52924
-x52926 = x52925
-x52927 = x52926
-x52928 = x52927
-x52929 = x52928
-x52930 = x52929
-x52931 = x52930
-x52932 = x52931
-x52933 = x52932
-x52934 = x52933
-x52935 = x52934
-x52936 = x52935
-x52937 = x52936
-x52938 = x52937
-x52939 = x52938
-x52940 = x52939
-x52941 = x52940
-x52942 = x52941
-x52943 = x52942
-x52944 = x52943
-x52945 = x52944
-x52946 = x52945
-x52947 = x52946
-x52948 = x52947
-x52949 = x52948
-x52950 = x52949
-x52951 = x52950
-x52952 = x52951
-x52953 = x52952
-x52954 = x52953
-x52955 = x52954
-x52956 = x52955
-x52957 = x52956
-x52958 = x52957
-x52959 = x52958
-x52960 = x52959
-x52961 = x52960
-x52962 = x52961
-x52963 = x52962
-x52964 = x52963
-x52965 = x52964
-x52966 = x52965
-x52967 = x52966
-x52968 = x52967
-x52969 = x52968
-x52970 = x52969
-x52971 = x52970
-x52972 = x52971
-x52973 = x52972
-x52974 = x52973
-x52975 = x52974
-x52976 = x52975
-x52977 = x52976
-x52978 = x52977
-x52979 = x52978
-x52980 = x52979
-x52981 = x52980
-x52982 = x52981
-x52983 = x52982
-x52984 = x52983
-x52985 = x52984
-x52986 = x52985
-x52987 = x52986
-x52988 = x52987
-x52989 = x52988
-x52990 = x52989
-x52991 = x52990
-x52992 = x52991
-x52993 = x52992
-x52994 = x52993
-x52995 = x52994
-x52996 = x52995
-x52997 = x52996
-x52998 = x52997
-x52999 = x52998
-x53000 = x52999
-x53001 = x53000
-x53002 = x53001
-x53003 = x53002
-x53004 = x53003
-x53005 = x53004
-x53006 = x53005
-x53007 = x53006
-x53008 = x53007
-x53009 = x53008
-x53010 = x53009
-x53011 = x53010
-x53012 = x53011
-x53013 = x53012
-x53014 = x53013
-x53015 = x53014
-x53016 = x53015
-x53017 = x53016
-x53018 = x53017
-x53019 = x53018
-x53020 = x53019
-x53021 = x53020
-x53022 = x53021
-x53023 = x53022
-x53024 = x53023
-x53025 = x53024
-x53026 = x53025
-x53027 = x53026
-x53028 = x53027
-x53029 = x53028
-x53030 = x53029
-x53031 = x53030
-x53032 = x53031
-x53033 = x53032
-x53034 = x53033
-x53035 = x53034
-x53036 = x53035
-x53037 = x53036
-x53038 = x53037
-x53039 = x53038
-x53040 = x53039
-x53041 = x53040
-x53042 = x53041
-x53043 = x53042
-x53044 = x53043
-x53045 = x53044
-x53046 = x53045
-x53047 = x53046
-x53048 = x53047
-x53049 = x53048
-x53050 = x53049
-x53051 = x53050
-x53052 = x53051
-x53053 = x53052
-x53054 = x53053
-x53055 = x53054
-x53056 = x53055
-x53057 = x53056
-x53058 = x53057
-x53059 = x53058
-x53060 = x53059
-x53061 = x53060
-x53062 = x53061
-x53063 = x53062
-x53064 = x53063
-x53065 = x53064
-x53066 = x53065
-x53067 = x53066
-x53068 = x53067
-x53069 = x53068
-x53070 = x53069
-x53071 = x53070
-x53072 = x53071
-x53073 = x53072
-x53074 = x53073
-x53075 = x53074
-x53076 = x53075
-x53077 = x53076
-x53078 = x53077
-x53079 = x53078
-x53080 = x53079
-x53081 = x53080
-x53082 = x53081
-x53083 = x53082
-x53084 = x53083
-x53085 = x53084
-x53086 = x53085
-x53087 = x53086
-x53088 = x53087
-x53089 = x53088
-x53090 = x53089
-x53091 = x53090
-x53092 = x53091
-x53093 = x53092
-x53094 = x53093
-x53095 = x53094
-x53096 = x53095
-x53097 = x53096
-x53098 = x53097
-x53099 = x53098
-x53100 = x53099
-x53101 = x53100
-x53102 = x53101
-x53103 = x53102
-x53104 = x53103
-x53105 = x53104
-x53106 = x53105
-x53107 = x53106
-x53108 = x53107
-x53109 = x53108
-x53110 = x53109
-x53111 = x53110
-x53112 = x53111
-x53113 = x53112
-x53114 = x53113
-x53115 = x53114
-x53116 = x53115
-x53117 = x53116
-x53118 = x53117
-x53119 = x53118
-x53120 = x53119
-x53121 = x53120
-x53122 = x53121
-x53123 = x53122
-x53124 = x53123
-x53125 = x53124
-x53126 = x53125
-x53127 = x53126
-x53128 = x53127
-x53129 = x53128
-x53130 = x53129
-x53131 = x53130
-x53132 = x53131
-x53133 = x53132
-x53134 = x53133
-x53135 = x53134
-x53136 = x53135
-x53137 = x53136
-x53138 = x53137
-x53139 = x53138
-x53140 = x53139
-x53141 = x53140
-x53142 = x53141
-x53143 = x53142
-x53144 = x53143
-x53145 = x53144
-x53146 = x53145
-x53147 = x53146
-x53148 = x53147
-x53149 = x53148
-x53150 = x53149
-x53151 = x53150
-x53152 = x53151
-x53153 = x53152
-x53154 = x53153
-x53155 = x53154
-x53156 = x53155
-x53157 = x53156
-x53158 = x53157
-x53159 = x53158
-x53160 = x53159
-x53161 = x53160
-x53162 = x53161
-x53163 = x53162
-x53164 = x53163
-x53165 = x53164
-x53166 = x53165
-x53167 = x53166
-x53168 = x53167
-x53169 = x53168
-x53170 = x53169
-x53171 = x53170
-x53172 = x53171
-x53173 = x53172
-x53174 = x53173
-x53175 = x53174
-x53176 = x53175
-x53177 = x53176
-x53178 = x53177
-x53179 = x53178
-x53180 = x53179
-x53181 = x53180
-x53182 = x53181
-x53183 = x53182
-x53184 = x53183
-x53185 = x53184
-x53186 = x53185
-x53187 = x53186
-x53188 = x53187
-x53189 = x53188
-x53190 = x53189
-x53191 = x53190
-x53192 = x53191
-x53193 = x53192
-x53194 = x53193
-x53195 = x53194
-x53196 = x53195
-x53197 = x53196
-x53198 = x53197
-x53199 = x53198
-x53200 = x53199
-x53201 = x53200
-x53202 = x53201
-x53203 = x53202
-x53204 = x53203
-x53205 = x53204
-x53206 = x53205
-x53207 = x53206
-x53208 = x53207
-x53209 = x53208
-x53210 = x53209
-x53211 = x53210
-x53212 = x53211
-x53213 = x53212
-x53214 = x53213
-x53215 = x53214
-x53216 = x53215
-x53217 = x53216
-x53218 = x53217
-x53219 = x53218
-x53220 = x53219
-x53221 = x53220
-x53222 = x53221
-x53223 = x53222
-x53224 = x53223
-x53225 = x53224
-x53226 = x53225
-x53227 = x53226
-x53228 = x53227
-x53229 = x53228
-x53230 = x53229
-x53231 = x53230
-x53232 = x53231
-x53233 = x53232
-x53234 = x53233
-x53235 = x53234
-x53236 = x53235
-x53237 = x53236
-x53238 = x53237
-x53239 = x53238
-x53240 = x53239
-x53241 = x53240
-x53242 = x53241
-x53243 = x53242
-x53244 = x53243
-x53245 = x53244
-x53246 = x53245
-x53247 = x53246
-x53248 = x53247
-x53249 = x53248
-x53250 = x53249
-x53251 = x53250
-x53252 = x53251
-x53253 = x53252
-x53254 = x53253
-x53255 = x53254
-x53256 = x53255
-x53257 = x53256
-x53258 = x53257
-x53259 = x53258
-x53260 = x53259
-x53261 = x53260
-x53262 = x53261
-x53263 = x53262
-x53264 = x53263
-x53265 = x53264
-x53266 = x53265
-x53267 = x53266
-x53268 = x53267
-x53269 = x53268
-x53270 = x53269
-x53271 = x53270
-x53272 = x53271
-x53273 = x53272
-x53274 = x53273
-x53275 = x53274
-x53276 = x53275
-x53277 = x53276
-x53278 = x53277
-x53279 = x53278
-x53280 = x53279
-x53281 = x53280
-x53282 = x53281
-x53283 = x53282
-x53284 = x53283
-x53285 = x53284
-x53286 = x53285
-x53287 = x53286
-x53288 = x53287
-x53289 = x53288
-x53290 = x53289
-x53291 = x53290
-x53292 = x53291
-x53293 = x53292
-x53294 = x53293
-x53295 = x53294
-x53296 = x53295
-x53297 = x53296
-x53298 = x53297
-x53299 = x53298
-x53300 = x53299
-x53301 = x53300
-x53302 = x53301
-x53303 = x53302
-x53304 = x53303
-x53305 = x53304
-x53306 = x53305
-x53307 = x53306
-x53308 = x53307
-x53309 = x53308
-x53310 = x53309
-x53311 = x53310
-x53312 = x53311
-x53313 = x53312
-x53314 = x53313
-x53315 = x53314
-x53316 = x53315
-x53317 = x53316
-x53318 = x53317
-x53319 = x53318
-x53320 = x53319
-x53321 = x53320
-x53322 = x53321
-x53323 = x53322
-x53324 = x53323
-x53325 = x53324
-x53326 = x53325
-x53327 = x53326
-x53328 = x53327
-x53329 = x53328
-x53330 = x53329
-x53331 = x53330
-x53332 = x53331
-x53333 = x53332
-x53334 = x53333
-x53335 = x53334
-x53336 = x53335
-x53337 = x53336
-x53338 = x53337
-x53339 = x53338
-x53340 = x53339
-x53341 = x53340
-x53342 = x53341
-x53343 = x53342
-x53344 = x53343
-x53345 = x53344
-x53346 = x53345
-x53347 = x53346
-x53348 = x53347
-x53349 = x53348
-x53350 = x53349
-x53351 = x53350
-x53352 = x53351
-x53353 = x53352
-x53354 = x53353
-x53355 = x53354
-x53356 = x53355
-x53357 = x53356
-x53358 = x53357
-x53359 = x53358
-x53360 = x53359
-x53361 = x53360
-x53362 = x53361
-x53363 = x53362
-x53364 = x53363
-x53365 = x53364
-x53366 = x53365
-x53367 = x53366
-x53368 = x53367
-x53369 = x53368
-x53370 = x53369
-x53371 = x53370
-x53372 = x53371
-x53373 = x53372
-x53374 = x53373
-x53375 = x53374
-x53376 = x53375
-x53377 = x53376
-x53378 = x53377
-x53379 = x53378
-x53380 = x53379
-x53381 = x53380
-x53382 = x53381
-x53383 = x53382
-x53384 = x53383
-x53385 = x53384
-x53386 = x53385
-x53387 = x53386
-x53388 = x53387
-x53389 = x53388
-x53390 = x53389
-x53391 = x53390
-x53392 = x53391
-x53393 = x53392
-x53394 = x53393
-x53395 = x53394
-x53396 = x53395
-x53397 = x53396
-x53398 = x53397
-x53399 = x53398
-x53400 = x53399
-x53401 = x53400
-x53402 = x53401
-x53403 = x53402
-x53404 = x53403
-x53405 = x53404
-x53406 = x53405
-x53407 = x53406
-x53408 = x53407
-x53409 = x53408
-x53410 = x53409
-x53411 = x53410
-x53412 = x53411
-x53413 = x53412
-x53414 = x53413
-x53415 = x53414
-x53416 = x53415
-x53417 = x53416
-x53418 = x53417
-x53419 = x53418
-x53420 = x53419
-x53421 = x53420
-x53422 = x53421
-x53423 = x53422
-x53424 = x53423
-x53425 = x53424
-x53426 = x53425
-x53427 = x53426
-x53428 = x53427
-x53429 = x53428
-x53430 = x53429
-x53431 = x53430
-x53432 = x53431
-x53433 = x53432
-x53434 = x53433
-x53435 = x53434
-x53436 = x53435
-x53437 = x53436
-x53438 = x53437
-x53439 = x53438
-x53440 = x53439
-x53441 = x53440
-x53442 = x53441
-x53443 = x53442
-x53444 = x53443
-x53445 = x53444
-x53446 = x53445
-x53447 = x53446
-x53448 = x53447
-x53449 = x53448
-x53450 = x53449
-x53451 = x53450
-x53452 = x53451
-x53453 = x53452
-x53454 = x53453
-x53455 = x53454
-x53456 = x53455
-x53457 = x53456
-x53458 = x53457
-x53459 = x53458
-x53460 = x53459
-x53461 = x53460
-x53462 = x53461
-x53463 = x53462
-x53464 = x53463
-x53465 = x53464
-x53466 = x53465
-x53467 = x53466
-x53468 = x53467
-x53469 = x53468
-x53470 = x53469
-x53471 = x53470
-x53472 = x53471
-x53473 = x53472
-x53474 = x53473
-x53475 = x53474
-x53476 = x53475
-x53477 = x53476
-x53478 = x53477
-x53479 = x53478
-x53480 = x53479
-x53481 = x53480
-x53482 = x53481
-x53483 = x53482
-x53484 = x53483
-x53485 = x53484
-x53486 = x53485
-x53487 = x53486
-x53488 = x53487
-x53489 = x53488
-x53490 = x53489
-x53491 = x53490
-x53492 = x53491
-x53493 = x53492
-x53494 = x53493
-x53495 = x53494
-x53496 = x53495
-x53497 = x53496
-x53498 = x53497
-x53499 = x53498
-x53500 = x53499
-x53501 = x53500
-x53502 = x53501
-x53503 = x53502
-x53504 = x53503
-x53505 = x53504
-x53506 = x53505
-x53507 = x53506
-x53508 = x53507
-x53509 = x53508
-x53510 = x53509
-x53511 = x53510
-x53512 = x53511
-x53513 = x53512
-x53514 = x53513
-x53515 = x53514
-x53516 = x53515
-x53517 = x53516
-x53518 = x53517
-x53519 = x53518
-x53520 = x53519
-x53521 = x53520
-x53522 = x53521
-x53523 = x53522
-x53524 = x53523
-x53525 = x53524
-x53526 = x53525
-x53527 = x53526
-x53528 = x53527
-x53529 = x53528
-x53530 = x53529
-x53531 = x53530
-x53532 = x53531
-x53533 = x53532
-x53534 = x53533
-x53535 = x53534
-x53536 = x53535
-x53537 = x53536
-x53538 = x53537
-x53539 = x53538
-x53540 = x53539
-x53541 = x53540
-x53542 = x53541
-x53543 = x53542
-x53544 = x53543
-x53545 = x53544
-x53546 = x53545
-x53547 = x53546
-x53548 = x53547
-x53549 = x53548
-x53550 = x53549
-x53551 = x53550
-x53552 = x53551
-x53553 = x53552
-x53554 = x53553
-x53555 = x53554
-x53556 = x53555
-x53557 = x53556
-x53558 = x53557
-x53559 = x53558
-x53560 = x53559
-x53561 = x53560
-x53562 = x53561
-x53563 = x53562
-x53564 = x53563
-x53565 = x53564
-x53566 = x53565
-x53567 = x53566
-x53568 = x53567
-x53569 = x53568
-x53570 = x53569
-x53571 = x53570
-x53572 = x53571
-x53573 = x53572
-x53574 = x53573
-x53575 = x53574
-x53576 = x53575
-x53577 = x53576
-x53578 = x53577
-x53579 = x53578
-x53580 = x53579
-x53581 = x53580
-x53582 = x53581
-x53583 = x53582
-x53584 = x53583
-x53585 = x53584
-x53586 = x53585
-x53587 = x53586
-x53588 = x53587
-x53589 = x53588
-x53590 = x53589
-x53591 = x53590
-x53592 = x53591
-x53593 = x53592
-x53594 = x53593
-x53595 = x53594
-x53596 = x53595
-x53597 = x53596
-x53598 = x53597
-x53599 = x53598
-x53600 = x53599
-x53601 = x53600
-x53602 = x53601
-x53603 = x53602
-x53604 = x53603
-x53605 = x53604
-x53606 = x53605
-x53607 = x53606
-x53608 = x53607
-x53609 = x53608
-x53610 = x53609
-x53611 = x53610
-x53612 = x53611
-x53613 = x53612
-x53614 = x53613
-x53615 = x53614
-x53616 = x53615
-x53617 = x53616
-x53618 = x53617
-x53619 = x53618
-x53620 = x53619
-x53621 = x53620
-x53622 = x53621
-x53623 = x53622
-x53624 = x53623
-x53625 = x53624
-x53626 = x53625
-x53627 = x53626
-x53628 = x53627
-x53629 = x53628
-x53630 = x53629
-x53631 = x53630
-x53632 = x53631
-x53633 = x53632
-x53634 = x53633
-x53635 = x53634
-x53636 = x53635
-x53637 = x53636
-x53638 = x53637
-x53639 = x53638
-x53640 = x53639
-x53641 = x53640
-x53642 = x53641
-x53643 = x53642
-x53644 = x53643
-x53645 = x53644
-x53646 = x53645
-x53647 = x53646
-x53648 = x53647
-x53649 = x53648
-x53650 = x53649
-x53651 = x53650
-x53652 = x53651
-x53653 = x53652
-x53654 = x53653
-x53655 = x53654
-x53656 = x53655
-x53657 = x53656
-x53658 = x53657
-x53659 = x53658
-x53660 = x53659
-x53661 = x53660
-x53662 = x53661
-x53663 = x53662
-x53664 = x53663
-x53665 = x53664
-x53666 = x53665
-x53667 = x53666
-x53668 = x53667
-x53669 = x53668
-x53670 = x53669
-x53671 = x53670
-x53672 = x53671
-x53673 = x53672
-x53674 = x53673
-x53675 = x53674
-x53676 = x53675
-x53677 = x53676
-x53678 = x53677
-x53679 = x53678
-x53680 = x53679
-x53681 = x53680
-x53682 = x53681
-x53683 = x53682
-x53684 = x53683
-x53685 = x53684
-x53686 = x53685
-x53687 = x53686
-x53688 = x53687
-x53689 = x53688
-x53690 = x53689
-x53691 = x53690
-x53692 = x53691
-x53693 = x53692
-x53694 = x53693
-x53695 = x53694
-x53696 = x53695
-x53697 = x53696
-x53698 = x53697
-x53699 = x53698
-x53700 = x53699
-x53701 = x53700
-x53702 = x53701
-x53703 = x53702
-x53704 = x53703
-x53705 = x53704
-x53706 = x53705
-x53707 = x53706
-x53708 = x53707
-x53709 = x53708
-x53710 = x53709
-x53711 = x53710
-x53712 = x53711
-x53713 = x53712
-x53714 = x53713
-x53715 = x53714
-x53716 = x53715
-x53717 = x53716
-x53718 = x53717
-x53719 = x53718
-x53720 = x53719
-x53721 = x53720
-x53722 = x53721
-x53723 = x53722
-x53724 = x53723
-x53725 = x53724
-x53726 = x53725
-x53727 = x53726
-x53728 = x53727
-x53729 = x53728
-x53730 = x53729
-x53731 = x53730
-x53732 = x53731
-x53733 = x53732
-x53734 = x53733
-x53735 = x53734
-x53736 = x53735
-x53737 = x53736
-x53738 = x53737
-x53739 = x53738
-x53740 = x53739
-x53741 = x53740
-x53742 = x53741
-x53743 = x53742
-x53744 = x53743
-x53745 = x53744
-x53746 = x53745
-x53747 = x53746
-x53748 = x53747
-x53749 = x53748
-x53750 = x53749
-x53751 = x53750
-x53752 = x53751
-x53753 = x53752
-x53754 = x53753
-x53755 = x53754
-x53756 = x53755
-x53757 = x53756
-x53758 = x53757
-x53759 = x53758
-x53760 = x53759
-x53761 = x53760
-x53762 = x53761
-x53763 = x53762
-x53764 = x53763
-x53765 = x53764
-x53766 = x53765
-x53767 = x53766
-x53768 = x53767
-x53769 = x53768
-x53770 = x53769
-x53771 = x53770
-x53772 = x53771
-x53773 = x53772
-x53774 = x53773
-x53775 = x53774
-x53776 = x53775
-x53777 = x53776
-x53778 = x53777
-x53779 = x53778
-x53780 = x53779
-x53781 = x53780
-x53782 = x53781
-x53783 = x53782
-x53784 = x53783
-x53785 = x53784
-x53786 = x53785
-x53787 = x53786
-x53788 = x53787
-x53789 = x53788
-x53790 = x53789
-x53791 = x53790
-x53792 = x53791
-x53793 = x53792
-x53794 = x53793
-x53795 = x53794
-x53796 = x53795
-x53797 = x53796
-x53798 = x53797
-x53799 = x53798
-x53800 = x53799
-x53801 = x53800
-x53802 = x53801
-x53803 = x53802
-x53804 = x53803
-x53805 = x53804
-x53806 = x53805
-x53807 = x53806
-x53808 = x53807
-x53809 = x53808
-x53810 = x53809
-x53811 = x53810
-x53812 = x53811
-x53813 = x53812
-x53814 = x53813
-x53815 = x53814
-x53816 = x53815
-x53817 = x53816
-x53818 = x53817
-x53819 = x53818
-x53820 = x53819
-x53821 = x53820
-x53822 = x53821
-x53823 = x53822
-x53824 = x53823
-x53825 = x53824
-x53826 = x53825
-x53827 = x53826
-x53828 = x53827
-x53829 = x53828
-x53830 = x53829
-x53831 = x53830
-x53832 = x53831
-x53833 = x53832
-x53834 = x53833
-x53835 = x53834
-x53836 = x53835
-x53837 = x53836
-x53838 = x53837
-x53839 = x53838
-x53840 = x53839
-x53841 = x53840
-x53842 = x53841
-x53843 = x53842
-x53844 = x53843
-x53845 = x53844
-x53846 = x53845
-x53847 = x53846
-x53848 = x53847
-x53849 = x53848
-x53850 = x53849
-x53851 = x53850
-x53852 = x53851
-x53853 = x53852
-x53854 = x53853
-x53855 = x53854
-x53856 = x53855
-x53857 = x53856
-x53858 = x53857
-x53859 = x53858
-x53860 = x53859
-x53861 = x53860
-x53862 = x53861
-x53863 = x53862
-x53864 = x53863
-x53865 = x53864
-x53866 = x53865
-x53867 = x53866
-x53868 = x53867
-x53869 = x53868
-x53870 = x53869
-x53871 = x53870
-x53872 = x53871
-x53873 = x53872
-x53874 = x53873
-x53875 = x53874
-x53876 = x53875
-x53877 = x53876
-x53878 = x53877
-x53879 = x53878
-x53880 = x53879
-x53881 = x53880
-x53882 = x53881
-x53883 = x53882
-x53884 = x53883
-x53885 = x53884
-x53886 = x53885
-x53887 = x53886
-x53888 = x53887
-x53889 = x53888
-x53890 = x53889
-x53891 = x53890
-x53892 = x53891
-x53893 = x53892
-x53894 = x53893
-x53895 = x53894
-x53896 = x53895
-x53897 = x53896
-x53898 = x53897
-x53899 = x53898
-x53900 = x53899
-x53901 = x53900
-x53902 = x53901
-x53903 = x53902
-x53904 = x53903
-x53905 = x53904
-x53906 = x53905
-x53907 = x53906
-x53908 = x53907
-x53909 = x53908
-x53910 = x53909
-x53911 = x53910
-x53912 = x53911
-x53913 = x53912
-x53914 = x53913
-x53915 = x53914
-x53916 = x53915
-x53917 = x53916
-x53918 = x53917
-x53919 = x53918
-x53920 = x53919
-x53921 = x53920
-x53922 = x53921
-x53923 = x53922
-x53924 = x53923
-x53925 = x53924
-x53926 = x53925
-x53927 = x53926
-x53928 = x53927
-x53929 = x53928
-x53930 = x53929
-x53931 = x53930
-x53932 = x53931
-x53933 = x53932
-x53934 = x53933
-x53935 = x53934
-x53936 = x53935
-x53937 = x53936
-x53938 = x53937
-x53939 = x53938
-x53940 = x53939
-x53941 = x53940
-x53942 = x53941
-x53943 = x53942
-x53944 = x53943
-x53945 = x53944
-x53946 = x53945
-x53947 = x53946
-x53948 = x53947
-x53949 = x53948
-x53950 = x53949
-x53951 = x53950
-x53952 = x53951
-x53953 = x53952
-x53954 = x53953
-x53955 = x53954
-x53956 = x53955
-x53957 = x53956
-x53958 = x53957
-x53959 = x53958
-x53960 = x53959
-x53961 = x53960
-x53962 = x53961
-x53963 = x53962
-x53964 = x53963
-x53965 = x53964
-x53966 = x53965
-x53967 = x53966
-x53968 = x53967
-x53969 = x53968
-x53970 = x53969
-x53971 = x53970
-x53972 = x53971
-x53973 = x53972
-x53974 = x53973
-x53975 = x53974
-x53976 = x53975
-x53977 = x53976
-x53978 = x53977
-x53979 = x53978
-x53980 = x53979
-x53981 = x53980
-x53982 = x53981
-x53983 = x53982
-x53984 = x53983
-x53985 = x53984
-x53986 = x53985
-x53987 = x53986
-x53988 = x53987
-x53989 = x53988
-x53990 = x53989
-x53991 = x53990
-x53992 = x53991
-x53993 = x53992
-x53994 = x53993
-x53995 = x53994
-x53996 = x53995
-x53997 = x53996
-x53998 = x53997
-x53999 = x53998
-x54000 = x53999
-x54001 = x54000
-x54002 = x54001
-x54003 = x54002
-x54004 = x54003
-x54005 = x54004
-x54006 = x54005
-x54007 = x54006
-x54008 = x54007
-x54009 = x54008
-x54010 = x54009
-x54011 = x54010
-x54012 = x54011
-x54013 = x54012
-x54014 = x54013
-x54015 = x54014
-x54016 = x54015
-x54017 = x54016
-x54018 = x54017
-x54019 = x54018
-x54020 = x54019
-x54021 = x54020
-x54022 = x54021
-x54023 = x54022
-x54024 = x54023
-x54025 = x54024
-x54026 = x54025
-x54027 = x54026
-x54028 = x54027
-x54029 = x54028
-x54030 = x54029
-x54031 = x54030
-x54032 = x54031
-x54033 = x54032
-x54034 = x54033
-x54035 = x54034
-x54036 = x54035
-x54037 = x54036
-x54038 = x54037
-x54039 = x54038
-x54040 = x54039
-x54041 = x54040
-x54042 = x54041
-x54043 = x54042
-x54044 = x54043
-x54045 = x54044
-x54046 = x54045
-x54047 = x54046
-x54048 = x54047
-x54049 = x54048
-x54050 = x54049
-x54051 = x54050
-x54052 = x54051
-x54053 = x54052
-x54054 = x54053
-x54055 = x54054
-x54056 = x54055
-x54057 = x54056
-x54058 = x54057
-x54059 = x54058
-x54060 = x54059
-x54061 = x54060
-x54062 = x54061
-x54063 = x54062
-x54064 = x54063
-x54065 = x54064
-x54066 = x54065
-x54067 = x54066
-x54068 = x54067
-x54069 = x54068
-x54070 = x54069
-x54071 = x54070
-x54072 = x54071
-x54073 = x54072
-x54074 = x54073
-x54075 = x54074
-x54076 = x54075
-x54077 = x54076
-x54078 = x54077
-x54079 = x54078
-x54080 = x54079
-x54081 = x54080
-x54082 = x54081
-x54083 = x54082
-x54084 = x54083
-x54085 = x54084
-x54086 = x54085
-x54087 = x54086
-x54088 = x54087
-x54089 = x54088
-x54090 = x54089
-x54091 = x54090
-x54092 = x54091
-x54093 = x54092
-x54094 = x54093
-x54095 = x54094
-x54096 = x54095
-x54097 = x54096
-x54098 = x54097
-x54099 = x54098
-x54100 = x54099
-x54101 = x54100
-x54102 = x54101
-x54103 = x54102
-x54104 = x54103
-x54105 = x54104
-x54106 = x54105
-x54107 = x54106
-x54108 = x54107
-x54109 = x54108
-x54110 = x54109
-x54111 = x54110
-x54112 = x54111
-x54113 = x54112
-x54114 = x54113
-x54115 = x54114
-x54116 = x54115
-x54117 = x54116
-x54118 = x54117
-x54119 = x54118
-x54120 = x54119
-x54121 = x54120
-x54122 = x54121
-x54123 = x54122
-x54124 = x54123
-x54125 = x54124
-x54126 = x54125
-x54127 = x54126
-x54128 = x54127
-x54129 = x54128
-x54130 = x54129
-x54131 = x54130
-x54132 = x54131
-x54133 = x54132
-x54134 = x54133
-x54135 = x54134
-x54136 = x54135
-x54137 = x54136
-x54138 = x54137
-x54139 = x54138
-x54140 = x54139
-x54141 = x54140
-x54142 = x54141
-x54143 = x54142
-x54144 = x54143
-x54145 = x54144
-x54146 = x54145
-x54147 = x54146
-x54148 = x54147
-x54149 = x54148
-x54150 = x54149
-x54151 = x54150
-x54152 = x54151
-x54153 = x54152
-x54154 = x54153
-x54155 = x54154
-x54156 = x54155
-x54157 = x54156
-x54158 = x54157
-x54159 = x54158
-x54160 = x54159
-x54161 = x54160
-x54162 = x54161
-x54163 = x54162
-x54164 = x54163
-x54165 = x54164
-x54166 = x54165
-x54167 = x54166
-x54168 = x54167
-x54169 = x54168
-x54170 = x54169
-x54171 = x54170
-x54172 = x54171
-x54173 = x54172
-x54174 = x54173
-x54175 = x54174
-x54176 = x54175
-x54177 = x54176
-x54178 = x54177
-x54179 = x54178
-x54180 = x54179
-x54181 = x54180
-x54182 = x54181
-x54183 = x54182
-x54184 = x54183
-x54185 = x54184
-x54186 = x54185
-x54187 = x54186
-x54188 = x54187
-x54189 = x54188
-x54190 = x54189
-x54191 = x54190
-x54192 = x54191
-x54193 = x54192
-x54194 = x54193
-x54195 = x54194
-x54196 = x54195
-x54197 = x54196
-x54198 = x54197
-x54199 = x54198
-x54200 = x54199
-x54201 = x54200
-x54202 = x54201
-x54203 = x54202
-x54204 = x54203
-x54205 = x54204
-x54206 = x54205
-x54207 = x54206
-x54208 = x54207
-x54209 = x54208
-x54210 = x54209
-x54211 = x54210
-x54212 = x54211
-x54213 = x54212
-x54214 = x54213
-x54215 = x54214
-x54216 = x54215
-x54217 = x54216
-x54218 = x54217
-x54219 = x54218
-x54220 = x54219
-x54221 = x54220
-x54222 = x54221
-x54223 = x54222
-x54224 = x54223
-x54225 = x54224
-x54226 = x54225
-x54227 = x54226
-x54228 = x54227
-x54229 = x54228
-x54230 = x54229
-x54231 = x54230
-x54232 = x54231
-x54233 = x54232
-x54234 = x54233
-x54235 = x54234
-x54236 = x54235
-x54237 = x54236
-x54238 = x54237
-x54239 = x54238
-x54240 = x54239
-x54241 = x54240
-x54242 = x54241
-x54243 = x54242
-x54244 = x54243
-x54245 = x54244
-x54246 = x54245
-x54247 = x54246
-x54248 = x54247
-x54249 = x54248
-x54250 = x54249
-x54251 = x54250
-x54252 = x54251
-x54253 = x54252
-x54254 = x54253
-x54255 = x54254
-x54256 = x54255
-x54257 = x54256
-x54258 = x54257
-x54259 = x54258
-x54260 = x54259
-x54261 = x54260
-x54262 = x54261
-x54263 = x54262
-x54264 = x54263
-x54265 = x54264
-x54266 = x54265
-x54267 = x54266
-x54268 = x54267
-x54269 = x54268
-x54270 = x54269
-x54271 = x54270
-x54272 = x54271
-x54273 = x54272
-x54274 = x54273
-x54275 = x54274
-x54276 = x54275
-x54277 = x54276
-x54278 = x54277
-x54279 = x54278
-x54280 = x54279
-x54281 = x54280
-x54282 = x54281
-x54283 = x54282
-x54284 = x54283
-x54285 = x54284
-x54286 = x54285
-x54287 = x54286
-x54288 = x54287
-x54289 = x54288
-x54290 = x54289
-x54291 = x54290
-x54292 = x54291
-x54293 = x54292
-x54294 = x54293
-x54295 = x54294
-x54296 = x54295
-x54297 = x54296
-x54298 = x54297
-x54299 = x54298
-x54300 = x54299
-x54301 = x54300
-x54302 = x54301
-x54303 = x54302
-x54304 = x54303
-x54305 = x54304
-x54306 = x54305
-x54307 = x54306
-x54308 = x54307
-x54309 = x54308
-x54310 = x54309
-x54311 = x54310
-x54312 = x54311
-x54313 = x54312
-x54314 = x54313
-x54315 = x54314
-x54316 = x54315
-x54317 = x54316
-x54318 = x54317
-x54319 = x54318
-x54320 = x54319
-x54321 = x54320
-x54322 = x54321
-x54323 = x54322
-x54324 = x54323
-x54325 = x54324
-x54326 = x54325
-x54327 = x54326
-x54328 = x54327
-x54329 = x54328
-x54330 = x54329
-x54331 = x54330
-x54332 = x54331
-x54333 = x54332
-x54334 = x54333
-x54335 = x54334
-x54336 = x54335
-x54337 = x54336
-x54338 = x54337
-x54339 = x54338
-x54340 = x54339
-x54341 = x54340
-x54342 = x54341
-x54343 = x54342
-x54344 = x54343
-x54345 = x54344
-x54346 = x54345
-x54347 = x54346
-x54348 = x54347
-x54349 = x54348
-x54350 = x54349
-x54351 = x54350
-x54352 = x54351
-x54353 = x54352
-x54354 = x54353
-x54355 = x54354
-x54356 = x54355
-x54357 = x54356
-x54358 = x54357
-x54359 = x54358
-x54360 = x54359
-x54361 = x54360
-x54362 = x54361
-x54363 = x54362
-x54364 = x54363
-x54365 = x54364
-x54366 = x54365
-x54367 = x54366
-x54368 = x54367
-x54369 = x54368
-x54370 = x54369
-x54371 = x54370
-x54372 = x54371
-x54373 = x54372
-x54374 = x54373
-x54375 = x54374
-x54376 = x54375
-x54377 = x54376
-x54378 = x54377
-x54379 = x54378
-x54380 = x54379
-x54381 = x54380
-x54382 = x54381
-x54383 = x54382
-x54384 = x54383
-x54385 = x54384
-x54386 = x54385
-x54387 = x54386
-x54388 = x54387
-x54389 = x54388
-x54390 = x54389
-x54391 = x54390
-x54392 = x54391
-x54393 = x54392
-x54394 = x54393
-x54395 = x54394
-x54396 = x54395
-x54397 = x54396
-x54398 = x54397
-x54399 = x54398
-x54400 = x54399
-x54401 = x54400
-x54402 = x54401
-x54403 = x54402
-x54404 = x54403
-x54405 = x54404
-x54406 = x54405
-x54407 = x54406
-x54408 = x54407
-x54409 = x54408
-x54410 = x54409
-x54411 = x54410
-x54412 = x54411
-x54413 = x54412
-x54414 = x54413
-x54415 = x54414
-x54416 = x54415
-x54417 = x54416
-x54418 = x54417
-x54419 = x54418
-x54420 = x54419
-x54421 = x54420
-x54422 = x54421
-x54423 = x54422
-x54424 = x54423
-x54425 = x54424
-x54426 = x54425
-x54427 = x54426
-x54428 = x54427
-x54429 = x54428
-x54430 = x54429
-x54431 = x54430
-x54432 = x54431
-x54433 = x54432
-x54434 = x54433
-x54435 = x54434
-x54436 = x54435
-x54437 = x54436
-x54438 = x54437
-x54439 = x54438
-x54440 = x54439
-x54441 = x54440
-x54442 = x54441
-x54443 = x54442
-x54444 = x54443
-x54445 = x54444
-x54446 = x54445
-x54447 = x54446
-x54448 = x54447
-x54449 = x54448
-x54450 = x54449
-x54451 = x54450
-x54452 = x54451
-x54453 = x54452
-x54454 = x54453
-x54455 = x54454
-x54456 = x54455
-x54457 = x54456
-x54458 = x54457
-x54459 = x54458
-x54460 = x54459
-x54461 = x54460
-x54462 = x54461
-x54463 = x54462
-x54464 = x54463
-x54465 = x54464
-x54466 = x54465
-x54467 = x54466
-x54468 = x54467
-x54469 = x54468
-x54470 = x54469
-x54471 = x54470
-x54472 = x54471
-x54473 = x54472
-x54474 = x54473
-x54475 = x54474
-x54476 = x54475
-x54477 = x54476
-x54478 = x54477
-x54479 = x54478
-x54480 = x54479
-x54481 = x54480
-x54482 = x54481
-x54483 = x54482
-x54484 = x54483
-x54485 = x54484
-x54486 = x54485
-x54487 = x54486
-x54488 = x54487
-x54489 = x54488
-x54490 = x54489
-x54491 = x54490
-x54492 = x54491
-x54493 = x54492
-x54494 = x54493
-x54495 = x54494
-x54496 = x54495
-x54497 = x54496
-x54498 = x54497
-x54499 = x54498
-x54500 = x54499
-x54501 = x54500
-x54502 = x54501
-x54503 = x54502
-x54504 = x54503
-x54505 = x54504
-x54506 = x54505
-x54507 = x54506
-x54508 = x54507
-x54509 = x54508
-x54510 = x54509
-x54511 = x54510
-x54512 = x54511
-x54513 = x54512
-x54514 = x54513
-x54515 = x54514
-x54516 = x54515
-x54517 = x54516
-x54518 = x54517
-x54519 = x54518
-x54520 = x54519
-x54521 = x54520
-x54522 = x54521
-x54523 = x54522
-x54524 = x54523
-x54525 = x54524
-x54526 = x54525
-x54527 = x54526
-x54528 = x54527
-x54529 = x54528
-x54530 = x54529
-x54531 = x54530
-x54532 = x54531
-x54533 = x54532
-x54534 = x54533
-x54535 = x54534
-x54536 = x54535
-x54537 = x54536
-x54538 = x54537
-x54539 = x54538
-x54540 = x54539
-x54541 = x54540
-x54542 = x54541
-x54543 = x54542
-x54544 = x54543
-x54545 = x54544
-x54546 = x54545
-x54547 = x54546
-x54548 = x54547
-x54549 = x54548
-x54550 = x54549
-x54551 = x54550
-x54552 = x54551
-x54553 = x54552
-x54554 = x54553
-x54555 = x54554
-x54556 = x54555
-x54557 = x54556
-x54558 = x54557
-x54559 = x54558
-x54560 = x54559
-x54561 = x54560
-x54562 = x54561
-x54563 = x54562
-x54564 = x54563
-x54565 = x54564
-x54566 = x54565
-x54567 = x54566
-x54568 = x54567
-x54569 = x54568
-x54570 = x54569
-x54571 = x54570
-x54572 = x54571
-x54573 = x54572
-x54574 = x54573
-x54575 = x54574
-x54576 = x54575
-x54577 = x54576
-x54578 = x54577
-x54579 = x54578
-x54580 = x54579
-x54581 = x54580
-x54582 = x54581
-x54583 = x54582
-x54584 = x54583
-x54585 = x54584
-x54586 = x54585
-x54587 = x54586
-x54588 = x54587
-x54589 = x54588
-x54590 = x54589
-x54591 = x54590
-x54592 = x54591
-x54593 = x54592
-x54594 = x54593
-x54595 = x54594
-x54596 = x54595
-x54597 = x54596
-x54598 = x54597
-x54599 = x54598
-x54600 = x54599
-x54601 = x54600
-x54602 = x54601
-x54603 = x54602
-x54604 = x54603
-x54605 = x54604
-x54606 = x54605
-x54607 = x54606
-x54608 = x54607
-x54609 = x54608
-x54610 = x54609
-x54611 = x54610
-x54612 = x54611
-x54613 = x54612
-x54614 = x54613
-x54615 = x54614
-x54616 = x54615
-x54617 = x54616
-x54618 = x54617
-x54619 = x54618
-x54620 = x54619
-x54621 = x54620
-x54622 = x54621
-x54623 = x54622
-x54624 = x54623
-x54625 = x54624
-x54626 = x54625
-x54627 = x54626
-x54628 = x54627
-x54629 = x54628
-x54630 = x54629
-x54631 = x54630
-x54632 = x54631
-x54633 = x54632
-x54634 = x54633
-x54635 = x54634
-x54636 = x54635
-x54637 = x54636
-x54638 = x54637
-x54639 = x54638
-x54640 = x54639
-x54641 = x54640
-x54642 = x54641
-x54643 = x54642
-x54644 = x54643
-x54645 = x54644
-x54646 = x54645
-x54647 = x54646
-x54648 = x54647
-x54649 = x54648
-x54650 = x54649
-x54651 = x54650
-x54652 = x54651
-x54653 = x54652
-x54654 = x54653
-x54655 = x54654
-x54656 = x54655
-x54657 = x54656
-x54658 = x54657
-x54659 = x54658
-x54660 = x54659
-x54661 = x54660
-x54662 = x54661
-x54663 = x54662
-x54664 = x54663
-x54665 = x54664
-x54666 = x54665
-x54667 = x54666
-x54668 = x54667
-x54669 = x54668
-x54670 = x54669
-x54671 = x54670
-x54672 = x54671
-x54673 = x54672
-x54674 = x54673
-x54675 = x54674
-x54676 = x54675
-x54677 = x54676
-x54678 = x54677
-x54679 = x54678
-x54680 = x54679
-x54681 = x54680
-x54682 = x54681
-x54683 = x54682
-x54684 = x54683
-x54685 = x54684
-x54686 = x54685
-x54687 = x54686
-x54688 = x54687
-x54689 = x54688
-x54690 = x54689
-x54691 = x54690
-x54692 = x54691
-x54693 = x54692
-x54694 = x54693
-x54695 = x54694
-x54696 = x54695
-x54697 = x54696
-x54698 = x54697
-x54699 = x54698
-x54700 = x54699
-x54701 = x54700
-x54702 = x54701
-x54703 = x54702
-x54704 = x54703
-x54705 = x54704
-x54706 = x54705
-x54707 = x54706
-x54708 = x54707
-x54709 = x54708
-x54710 = x54709
-x54711 = x54710
-x54712 = x54711
-x54713 = x54712
-x54714 = x54713
-x54715 = x54714
-x54716 = x54715
-x54717 = x54716
-x54718 = x54717
-x54719 = x54718
-x54720 = x54719
-x54721 = x54720
-x54722 = x54721
-x54723 = x54722
-x54724 = x54723
-x54725 = x54724
-x54726 = x54725
-x54727 = x54726
-x54728 = x54727
-x54729 = x54728
-x54730 = x54729
-x54731 = x54730
-x54732 = x54731
-x54733 = x54732
-x54734 = x54733
-x54735 = x54734
-x54736 = x54735
-x54737 = x54736
-x54738 = x54737
-x54739 = x54738
-x54740 = x54739
-x54741 = x54740
-x54742 = x54741
-x54743 = x54742
-x54744 = x54743
-x54745 = x54744
-x54746 = x54745
-x54747 = x54746
-x54748 = x54747
-x54749 = x54748
-x54750 = x54749
-x54751 = x54750
-x54752 = x54751
-x54753 = x54752
-x54754 = x54753
-x54755 = x54754
-x54756 = x54755
-x54757 = x54756
-x54758 = x54757
-x54759 = x54758
-x54760 = x54759
-x54761 = x54760
-x54762 = x54761
-x54763 = x54762
-x54764 = x54763
-x54765 = x54764
-x54766 = x54765
-x54767 = x54766
-x54768 = x54767
-x54769 = x54768
-x54770 = x54769
-x54771 = x54770
-x54772 = x54771
-x54773 = x54772
-x54774 = x54773
-x54775 = x54774
-x54776 = x54775
-x54777 = x54776
-x54778 = x54777
-x54779 = x54778
-x54780 = x54779
-x54781 = x54780
-x54782 = x54781
-x54783 = x54782
-x54784 = x54783
-x54785 = x54784
-x54786 = x54785
-x54787 = x54786
-x54788 = x54787
-x54789 = x54788
-x54790 = x54789
-x54791 = x54790
-x54792 = x54791
-x54793 = x54792
-x54794 = x54793
-x54795 = x54794
-x54796 = x54795
-x54797 = x54796
-x54798 = x54797
-x54799 = x54798
-x54800 = x54799
-x54801 = x54800
-x54802 = x54801
-x54803 = x54802
-x54804 = x54803
-x54805 = x54804
-x54806 = x54805
-x54807 = x54806
-x54808 = x54807
-x54809 = x54808
-x54810 = x54809
-x54811 = x54810
-x54812 = x54811
-x54813 = x54812
-x54814 = x54813
-x54815 = x54814
-x54816 = x54815
-x54817 = x54816
-x54818 = x54817
-x54819 = x54818
-x54820 = x54819
-x54821 = x54820
-x54822 = x54821
-x54823 = x54822
-x54824 = x54823
-x54825 = x54824
-x54826 = x54825
-x54827 = x54826
-x54828 = x54827
-x54829 = x54828
-x54830 = x54829
-x54831 = x54830
-x54832 = x54831
-x54833 = x54832
-x54834 = x54833
-x54835 = x54834
-x54836 = x54835
-x54837 = x54836
-x54838 = x54837
-x54839 = x54838
-x54840 = x54839
-x54841 = x54840
-x54842 = x54841
-x54843 = x54842
-x54844 = x54843
-x54845 = x54844
-x54846 = x54845
-x54847 = x54846
-x54848 = x54847
-x54849 = x54848
-x54850 = x54849
-x54851 = x54850
-x54852 = x54851
-x54853 = x54852
-x54854 = x54853
-x54855 = x54854
-x54856 = x54855
-x54857 = x54856
-x54858 = x54857
-x54859 = x54858
-x54860 = x54859
-x54861 = x54860
-x54862 = x54861
-x54863 = x54862
-x54864 = x54863
-x54865 = x54864
-x54866 = x54865
-x54867 = x54866
-x54868 = x54867
-x54869 = x54868
-x54870 = x54869
-x54871 = x54870
-x54872 = x54871
-x54873 = x54872
-x54874 = x54873
-x54875 = x54874
-x54876 = x54875
-x54877 = x54876
-x54878 = x54877
-x54879 = x54878
-x54880 = x54879
-x54881 = x54880
-x54882 = x54881
-x54883 = x54882
-x54884 = x54883
-x54885 = x54884
-x54886 = x54885
-x54887 = x54886
-x54888 = x54887
-x54889 = x54888
-x54890 = x54889
-x54891 = x54890
-x54892 = x54891
-x54893 = x54892
-x54894 = x54893
-x54895 = x54894
-x54896 = x54895
-x54897 = x54896
-x54898 = x54897
-x54899 = x54898
-x54900 = x54899
-x54901 = x54900
-x54902 = x54901
-x54903 = x54902
-x54904 = x54903
-x54905 = x54904
-x54906 = x54905
-x54907 = x54906
-x54908 = x54907
-x54909 = x54908
-x54910 = x54909
-x54911 = x54910
-x54912 = x54911
-x54913 = x54912
-x54914 = x54913
-x54915 = x54914
-x54916 = x54915
-x54917 = x54916
-x54918 = x54917
-x54919 = x54918
-x54920 = x54919
-x54921 = x54920
-x54922 = x54921
-x54923 = x54922
-x54924 = x54923
-x54925 = x54924
-x54926 = x54925
-x54927 = x54926
-x54928 = x54927
-x54929 = x54928
-x54930 = x54929
-x54931 = x54930
-x54932 = x54931
-x54933 = x54932
-x54934 = x54933
-x54935 = x54934
-x54936 = x54935
-x54937 = x54936
-x54938 = x54937
-x54939 = x54938
-x54940 = x54939
-x54941 = x54940
-x54942 = x54941
-x54943 = x54942
-x54944 = x54943
-x54945 = x54944
-x54946 = x54945
-x54947 = x54946
-x54948 = x54947
-x54949 = x54948
-x54950 = x54949
-x54951 = x54950
-x54952 = x54951
-x54953 = x54952
-x54954 = x54953
-x54955 = x54954
-x54956 = x54955
-x54957 = x54956
-x54958 = x54957
-x54959 = x54958
-x54960 = x54959
-x54961 = x54960
-x54962 = x54961
-x54963 = x54962
-x54964 = x54963
-x54965 = x54964
-x54966 = x54965
-x54967 = x54966
-x54968 = x54967
-x54969 = x54968
-x54970 = x54969
-x54971 = x54970
-x54972 = x54971
-x54973 = x54972
-x54974 = x54973
-x54975 = x54974
-x54976 = x54975
-x54977 = x54976
-x54978 = x54977
-x54979 = x54978
-x54980 = x54979
-x54981 = x54980
-x54982 = x54981
-x54983 = x54982
-x54984 = x54983
-x54985 = x54984
-x54986 = x54985
-x54987 = x54986
-x54988 = x54987
-x54989 = x54988
-x54990 = x54989
-x54991 = x54990
-x54992 = x54991
-x54993 = x54992
-x54994 = x54993
-x54995 = x54994
-x54996 = x54995
-x54997 = x54996
-x54998 = x54997
-x54999 = x54998
-x55000 = x54999
-x55001 = x55000
-x55002 = x55001
-x55003 = x55002
-x55004 = x55003
-x55005 = x55004
-x55006 = x55005
-x55007 = x55006
-x55008 = x55007
-x55009 = x55008
-x55010 = x55009
-x55011 = x55010
-x55012 = x55011
-x55013 = x55012
-x55014 = x55013
-x55015 = x55014
-x55016 = x55015
-x55017 = x55016
-x55018 = x55017
-x55019 = x55018
-x55020 = x55019
-x55021 = x55020
-x55022 = x55021
-x55023 = x55022
-x55024 = x55023
-x55025 = x55024
-x55026 = x55025
-x55027 = x55026
-x55028 = x55027
-x55029 = x55028
-x55030 = x55029
-x55031 = x55030
-x55032 = x55031
-x55033 = x55032
-x55034 = x55033
-x55035 = x55034
-x55036 = x55035
-x55037 = x55036
-x55038 = x55037
-x55039 = x55038
-x55040 = x55039
-x55041 = x55040
-x55042 = x55041
-x55043 = x55042
-x55044 = x55043
-x55045 = x55044
-x55046 = x55045
-x55047 = x55046
-x55048 = x55047
-x55049 = x55048
-x55050 = x55049
-x55051 = x55050
-x55052 = x55051
-x55053 = x55052
-x55054 = x55053
-x55055 = x55054
-x55056 = x55055
-x55057 = x55056
-x55058 = x55057
-x55059 = x55058
-x55060 = x55059
-x55061 = x55060
-x55062 = x55061
-x55063 = x55062
-x55064 = x55063
-x55065 = x55064
-x55066 = x55065
-x55067 = x55066
-x55068 = x55067
-x55069 = x55068
-x55070 = x55069
-x55071 = x55070
-x55072 = x55071
-x55073 = x55072
-x55074 = x55073
-x55075 = x55074
-x55076 = x55075
-x55077 = x55076
-x55078 = x55077
-x55079 = x55078
-x55080 = x55079
-x55081 = x55080
-x55082 = x55081
-x55083 = x55082
-x55084 = x55083
-x55085 = x55084
-x55086 = x55085
-x55087 = x55086
-x55088 = x55087
-x55089 = x55088
-x55090 = x55089
-x55091 = x55090
-x55092 = x55091
-x55093 = x55092
-x55094 = x55093
-x55095 = x55094
-x55096 = x55095
-x55097 = x55096
-x55098 = x55097
-x55099 = x55098
-x55100 = x55099
-x55101 = x55100
-x55102 = x55101
-x55103 = x55102
-x55104 = x55103
-x55105 = x55104
-x55106 = x55105
-x55107 = x55106
-x55108 = x55107
-x55109 = x55108
-x55110 = x55109
-x55111 = x55110
-x55112 = x55111
-x55113 = x55112
-x55114 = x55113
-x55115 = x55114
-x55116 = x55115
-x55117 = x55116
-x55118 = x55117
-x55119 = x55118
-x55120 = x55119
-x55121 = x55120
-x55122 = x55121
-x55123 = x55122
-x55124 = x55123
-x55125 = x55124
-x55126 = x55125
-x55127 = x55126
-x55128 = x55127
-x55129 = x55128
-x55130 = x55129
-x55131 = x55130
-x55132 = x55131
-x55133 = x55132
-x55134 = x55133
-x55135 = x55134
-x55136 = x55135
-x55137 = x55136
-x55138 = x55137
-x55139 = x55138
-x55140 = x55139
-x55141 = x55140
-x55142 = x55141
-x55143 = x55142
-x55144 = x55143
-x55145 = x55144
-x55146 = x55145
-x55147 = x55146
-x55148 = x55147
-x55149 = x55148
-x55150 = x55149
-x55151 = x55150
-x55152 = x55151
-x55153 = x55152
-x55154 = x55153
-x55155 = x55154
-x55156 = x55155
-x55157 = x55156
-x55158 = x55157
-x55159 = x55158
-x55160 = x55159
-x55161 = x55160
-x55162 = x55161
-x55163 = x55162
-x55164 = x55163
-x55165 = x55164
-x55166 = x55165
-x55167 = x55166
-x55168 = x55167
-x55169 = x55168
-x55170 = x55169
-x55171 = x55170
-x55172 = x55171
-x55173 = x55172
-x55174 = x55173
-x55175 = x55174
-x55176 = x55175
-x55177 = x55176
-x55178 = x55177
-x55179 = x55178
-x55180 = x55179
-x55181 = x55180
-x55182 = x55181
-x55183 = x55182
-x55184 = x55183
-x55185 = x55184
-x55186 = x55185
-x55187 = x55186
-x55188 = x55187
-x55189 = x55188
-x55190 = x55189
-x55191 = x55190
-x55192 = x55191
-x55193 = x55192
-x55194 = x55193
-x55195 = x55194
-x55196 = x55195
-x55197 = x55196
-x55198 = x55197
-x55199 = x55198
-x55200 = x55199
-x55201 = x55200
-x55202 = x55201
-x55203 = x55202
-x55204 = x55203
-x55205 = x55204
-x55206 = x55205
-x55207 = x55206
-x55208 = x55207
-x55209 = x55208
-x55210 = x55209
-x55211 = x55210
-x55212 = x55211
-x55213 = x55212
-x55214 = x55213
-x55215 = x55214
-x55216 = x55215
-x55217 = x55216
-x55218 = x55217
-x55219 = x55218
-x55220 = x55219
-x55221 = x55220
-x55222 = x55221
-x55223 = x55222
-x55224 = x55223
-x55225 = x55224
-x55226 = x55225
-x55227 = x55226
-x55228 = x55227
-x55229 = x55228
-x55230 = x55229
-x55231 = x55230
-x55232 = x55231
-x55233 = x55232
-x55234 = x55233
-x55235 = x55234
-x55236 = x55235
-x55237 = x55236
-x55238 = x55237
-x55239 = x55238
-x55240 = x55239
-x55241 = x55240
-x55242 = x55241
-x55243 = x55242
-x55244 = x55243
-x55245 = x55244
-x55246 = x55245
-x55247 = x55246
-x55248 = x55247
-x55249 = x55248
-x55250 = x55249
-x55251 = x55250
-x55252 = x55251
-x55253 = x55252
-x55254 = x55253
-x55255 = x55254
-x55256 = x55255
-x55257 = x55256
-x55258 = x55257
-x55259 = x55258
-x55260 = x55259
-x55261 = x55260
-x55262 = x55261
-x55263 = x55262
-x55264 = x55263
-x55265 = x55264
-x55266 = x55265
-x55267 = x55266
-x55268 = x55267
-x55269 = x55268
-x55270 = x55269
-x55271 = x55270
-x55272 = x55271
-x55273 = x55272
-x55274 = x55273
-x55275 = x55274
-x55276 = x55275
-x55277 = x55276
-x55278 = x55277
-x55279 = x55278
-x55280 = x55279
-x55281 = x55280
-x55282 = x55281
-x55283 = x55282
-x55284 = x55283
-x55285 = x55284
-x55286 = x55285
-x55287 = x55286
-x55288 = x55287
-x55289 = x55288
-x55290 = x55289
-x55291 = x55290
-x55292 = x55291
-x55293 = x55292
-x55294 = x55293
-x55295 = x55294
-x55296 = x55295
-x55297 = x55296
-x55298 = x55297
-x55299 = x55298
-x55300 = x55299
-x55301 = x55300
-x55302 = x55301
-x55303 = x55302
-x55304 = x55303
-x55305 = x55304
-x55306 = x55305
-x55307 = x55306
-x55308 = x55307
-x55309 = x55308
-x55310 = x55309
-x55311 = x55310
-x55312 = x55311
-x55313 = x55312
-x55314 = x55313
-x55315 = x55314
-x55316 = x55315
-x55317 = x55316
-x55318 = x55317
-x55319 = x55318
-x55320 = x55319
-x55321 = x55320
-x55322 = x55321
-x55323 = x55322
-x55324 = x55323
-x55325 = x55324
-x55326 = x55325
-x55327 = x55326
-x55328 = x55327
-x55329 = x55328
-x55330 = x55329
-x55331 = x55330
-x55332 = x55331
-x55333 = x55332
-x55334 = x55333
-x55335 = x55334
-x55336 = x55335
-x55337 = x55336
-x55338 = x55337
-x55339 = x55338
-x55340 = x55339
-x55341 = x55340
-x55342 = x55341
-x55343 = x55342
-x55344 = x55343
-x55345 = x55344
-x55346 = x55345
-x55347 = x55346
-x55348 = x55347
-x55349 = x55348
-x55350 = x55349
-x55351 = x55350
-x55352 = x55351
-x55353 = x55352
-x55354 = x55353
-x55355 = x55354
-x55356 = x55355
-x55357 = x55356
-x55358 = x55357
-x55359 = x55358
-x55360 = x55359
-x55361 = x55360
-x55362 = x55361
-x55363 = x55362
-x55364 = x55363
-x55365 = x55364
-x55366 = x55365
-x55367 = x55366
-x55368 = x55367
-x55369 = x55368
-x55370 = x55369
-x55371 = x55370
-x55372 = x55371
-x55373 = x55372
-x55374 = x55373
-x55375 = x55374
-x55376 = x55375
-x55377 = x55376
-x55378 = x55377
-x55379 = x55378
-x55380 = x55379
-x55381 = x55380
-x55382 = x55381
-x55383 = x55382
-x55384 = x55383
-x55385 = x55384
-x55386 = x55385
-x55387 = x55386
-x55388 = x55387
-x55389 = x55388
-x55390 = x55389
-x55391 = x55390
-x55392 = x55391
-x55393 = x55392
-x55394 = x55393
-x55395 = x55394
-x55396 = x55395
-x55397 = x55396
-x55398 = x55397
-x55399 = x55398
-x55400 = x55399
-x55401 = x55400
-x55402 = x55401
-x55403 = x55402
-x55404 = x55403
-x55405 = x55404
-x55406 = x55405
-x55407 = x55406
-x55408 = x55407
-x55409 = x55408
-x55410 = x55409
-x55411 = x55410
-x55412 = x55411
-x55413 = x55412
-x55414 = x55413
-x55415 = x55414
-x55416 = x55415
-x55417 = x55416
-x55418 = x55417
-x55419 = x55418
-x55420 = x55419
-x55421 = x55420
-x55422 = x55421
-x55423 = x55422
-x55424 = x55423
-x55425 = x55424
-x55426 = x55425
-x55427 = x55426
-x55428 = x55427
-x55429 = x55428
-x55430 = x55429
-x55431 = x55430
-x55432 = x55431
-x55433 = x55432
-x55434 = x55433
-x55435 = x55434
-x55436 = x55435
-x55437 = x55436
-x55438 = x55437
-x55439 = x55438
-x55440 = x55439
-x55441 = x55440
-x55442 = x55441
-x55443 = x55442
-x55444 = x55443
-x55445 = x55444
-x55446 = x55445
-x55447 = x55446
-x55448 = x55447
-x55449 = x55448
-x55450 = x55449
-x55451 = x55450
-x55452 = x55451
-x55453 = x55452
-x55454 = x55453
-x55455 = x55454
-x55456 = x55455
-x55457 = x55456
-x55458 = x55457
-x55459 = x55458
-x55460 = x55459
-x55461 = x55460
-x55462 = x55461
-x55463 = x55462
-x55464 = x55463
-x55465 = x55464
-x55466 = x55465
-x55467 = x55466
-x55468 = x55467
-x55469 = x55468
-x55470 = x55469
-x55471 = x55470
-x55472 = x55471
-x55473 = x55472
-x55474 = x55473
-x55475 = x55474
-x55476 = x55475
-x55477 = x55476
-x55478 = x55477
-x55479 = x55478
-x55480 = x55479
-x55481 = x55480
-x55482 = x55481
-x55483 = x55482
-x55484 = x55483
-x55485 = x55484
-x55486 = x55485
-x55487 = x55486
-x55488 = x55487
-x55489 = x55488
-x55490 = x55489
-x55491 = x55490
-x55492 = x55491
-x55493 = x55492
-x55494 = x55493
-x55495 = x55494
-x55496 = x55495
-x55497 = x55496
-x55498 = x55497
-x55499 = x55498
-x55500 = x55499
-x55501 = x55500
-x55502 = x55501
-x55503 = x55502
-x55504 = x55503
-x55505 = x55504
-x55506 = x55505
-x55507 = x55506
-x55508 = x55507
-x55509 = x55508
-x55510 = x55509
-x55511 = x55510
-x55512 = x55511
-x55513 = x55512
-x55514 = x55513
-x55515 = x55514
-x55516 = x55515
-x55517 = x55516
-x55518 = x55517
-x55519 = x55518
-x55520 = x55519
-x55521 = x55520
-x55522 = x55521
-x55523 = x55522
-x55524 = x55523
-x55525 = x55524
-x55526 = x55525
-x55527 = x55526
-x55528 = x55527
-x55529 = x55528
-x55530 = x55529
-x55531 = x55530
-x55532 = x55531
-x55533 = x55532
-x55534 = x55533
-x55535 = x55534
-x55536 = x55535
-x55537 = x55536
-x55538 = x55537
-x55539 = x55538
-x55540 = x55539
-x55541 = x55540
-x55542 = x55541
-x55543 = x55542
-x55544 = x55543
-x55545 = x55544
-x55546 = x55545
-x55547 = x55546
-x55548 = x55547
-x55549 = x55548
-x55550 = x55549
-x55551 = x55550
-x55552 = x55551
-x55553 = x55552
-x55554 = x55553
-x55555 = x55554
-x55556 = x55555
-x55557 = x55556
-x55558 = x55557
-x55559 = x55558
-x55560 = x55559
-x55561 = x55560
-x55562 = x55561
-x55563 = x55562
-x55564 = x55563
-x55565 = x55564
-x55566 = x55565
-x55567 = x55566
-x55568 = x55567
-x55569 = x55568
-x55570 = x55569
-x55571 = x55570
-x55572 = x55571
-x55573 = x55572
-x55574 = x55573
-x55575 = x55574
-x55576 = x55575
-x55577 = x55576
-x55578 = x55577
-x55579 = x55578
-x55580 = x55579
-x55581 = x55580
-x55582 = x55581
-x55583 = x55582
-x55584 = x55583
-x55585 = x55584
-x55586 = x55585
-x55587 = x55586
-x55588 = x55587
-x55589 = x55588
-x55590 = x55589
-x55591 = x55590
-x55592 = x55591
-x55593 = x55592
-x55594 = x55593
-x55595 = x55594
-x55596 = x55595
-x55597 = x55596
-x55598 = x55597
-x55599 = x55598
-x55600 = x55599
-x55601 = x55600
-x55602 = x55601
-x55603 = x55602
-x55604 = x55603
-x55605 = x55604
-x55606 = x55605
-x55607 = x55606
-x55608 = x55607
-x55609 = x55608
-x55610 = x55609
-x55611 = x55610
-x55612 = x55611
-x55613 = x55612
-x55614 = x55613
-x55615 = x55614
-x55616 = x55615
-x55617 = x55616
-x55618 = x55617
-x55619 = x55618
-x55620 = x55619
-x55621 = x55620
-x55622 = x55621
-x55623 = x55622
-x55624 = x55623
-x55625 = x55624
-x55626 = x55625
-x55627 = x55626
-x55628 = x55627
-x55629 = x55628
-x55630 = x55629
-x55631 = x55630
-x55632 = x55631
-x55633 = x55632
-x55634 = x55633
-x55635 = x55634
-x55636 = x55635
-x55637 = x55636
-x55638 = x55637
-x55639 = x55638
-x55640 = x55639
-x55641 = x55640
-x55642 = x55641
-x55643 = x55642
-x55644 = x55643
-x55645 = x55644
-x55646 = x55645
-x55647 = x55646
-x55648 = x55647
-x55649 = x55648
-x55650 = x55649
-x55651 = x55650
-x55652 = x55651
-x55653 = x55652
-x55654 = x55653
-x55655 = x55654
-x55656 = x55655
-x55657 = x55656
-x55658 = x55657
-x55659 = x55658
-x55660 = x55659
-x55661 = x55660
-x55662 = x55661
-x55663 = x55662
-x55664 = x55663
-x55665 = x55664
-x55666 = x55665
-x55667 = x55666
-x55668 = x55667
-x55669 = x55668
-x55670 = x55669
-x55671 = x55670
-x55672 = x55671
-x55673 = x55672
-x55674 = x55673
-x55675 = x55674
-x55676 = x55675
-x55677 = x55676
-x55678 = x55677
-x55679 = x55678
-x55680 = x55679
-x55681 = x55680
-x55682 = x55681
-x55683 = x55682
-x55684 = x55683
-x55685 = x55684
-x55686 = x55685
-x55687 = x55686
-x55688 = x55687
-x55689 = x55688
-x55690 = x55689
-x55691 = x55690
-x55692 = x55691
-x55693 = x55692
-x55694 = x55693
-x55695 = x55694
-x55696 = x55695
-x55697 = x55696
-x55698 = x55697
-x55699 = x55698
-x55700 = x55699
-x55701 = x55700
-x55702 = x55701
-x55703 = x55702
-x55704 = x55703
-x55705 = x55704
-x55706 = x55705
-x55707 = x55706
-x55708 = x55707
-x55709 = x55708
-x55710 = x55709
-x55711 = x55710
-x55712 = x55711
-x55713 = x55712
-x55714 = x55713
-x55715 = x55714
-x55716 = x55715
-x55717 = x55716
-x55718 = x55717
-x55719 = x55718
-x55720 = x55719
-x55721 = x55720
-x55722 = x55721
-x55723 = x55722
-x55724 = x55723
-x55725 = x55724
-x55726 = x55725
-x55727 = x55726
-x55728 = x55727
-x55729 = x55728
-x55730 = x55729
-x55731 = x55730
-x55732 = x55731
-x55733 = x55732
-x55734 = x55733
-x55735 = x55734
-x55736 = x55735
-x55737 = x55736
-x55738 = x55737
-x55739 = x55738
-x55740 = x55739
-x55741 = x55740
-x55742 = x55741
-x55743 = x55742
-x55744 = x55743
-x55745 = x55744
-x55746 = x55745
-x55747 = x55746
-x55748 = x55747
-x55749 = x55748
-x55750 = x55749
-x55751 = x55750
-x55752 = x55751
-x55753 = x55752
-x55754 = x55753
-x55755 = x55754
-x55756 = x55755
-x55757 = x55756
-x55758 = x55757
-x55759 = x55758
-x55760 = x55759
-x55761 = x55760
-x55762 = x55761
-x55763 = x55762
-x55764 = x55763
-x55765 = x55764
-x55766 = x55765
-x55767 = x55766
-x55768 = x55767
-x55769 = x55768
-x55770 = x55769
-x55771 = x55770
-x55772 = x55771
-x55773 = x55772
-x55774 = x55773
-x55775 = x55774
-x55776 = x55775
-x55777 = x55776
-x55778 = x55777
-x55779 = x55778
-x55780 = x55779
-x55781 = x55780
-x55782 = x55781
-x55783 = x55782
-x55784 = x55783
-x55785 = x55784
-x55786 = x55785
-x55787 = x55786
-x55788 = x55787
-x55789 = x55788
-x55790 = x55789
-x55791 = x55790
-x55792 = x55791
-x55793 = x55792
-x55794 = x55793
-x55795 = x55794
-x55796 = x55795
-x55797 = x55796
-x55798 = x55797
-x55799 = x55798
-x55800 = x55799
-x55801 = x55800
-x55802 = x55801
-x55803 = x55802
-x55804 = x55803
-x55805 = x55804
-x55806 = x55805
-x55807 = x55806
-x55808 = x55807
-x55809 = x55808
-x55810 = x55809
-x55811 = x55810
-x55812 = x55811
-x55813 = x55812
-x55814 = x55813
-x55815 = x55814
-x55816 = x55815
-x55817 = x55816
-x55818 = x55817
-x55819 = x55818
-x55820 = x55819
-x55821 = x55820
-x55822 = x55821
-x55823 = x55822
-x55824 = x55823
-x55825 = x55824
-x55826 = x55825
-x55827 = x55826
-x55828 = x55827
-x55829 = x55828
-x55830 = x55829
-x55831 = x55830
-x55832 = x55831
-x55833 = x55832
-x55834 = x55833
-x55835 = x55834
-x55836 = x55835
-x55837 = x55836
-x55838 = x55837
-x55839 = x55838
-x55840 = x55839
-x55841 = x55840
-x55842 = x55841
-x55843 = x55842
-x55844 = x55843
-x55845 = x55844
-x55846 = x55845
-x55847 = x55846
-x55848 = x55847
-x55849 = x55848
-x55850 = x55849
-x55851 = x55850
-x55852 = x55851
-x55853 = x55852
-x55854 = x55853
-x55855 = x55854
-x55856 = x55855
-x55857 = x55856
-x55858 = x55857
-x55859 = x55858
-x55860 = x55859
-x55861 = x55860
-x55862 = x55861
-x55863 = x55862
-x55864 = x55863
-x55865 = x55864
-x55866 = x55865
-x55867 = x55866
-x55868 = x55867
-x55869 = x55868
-x55870 = x55869
-x55871 = x55870
-x55872 = x55871
-x55873 = x55872
-x55874 = x55873
-x55875 = x55874
-x55876 = x55875
-x55877 = x55876
-x55878 = x55877
-x55879 = x55878
-x55880 = x55879
-x55881 = x55880
-x55882 = x55881
-x55883 = x55882
-x55884 = x55883
-x55885 = x55884
-x55886 = x55885
-x55887 = x55886
-x55888 = x55887
-x55889 = x55888
-x55890 = x55889
-x55891 = x55890
-x55892 = x55891
-x55893 = x55892
-x55894 = x55893
-x55895 = x55894
-x55896 = x55895
-x55897 = x55896
-x55898 = x55897
-x55899 = x55898
-x55900 = x55899
-x55901 = x55900
-x55902 = x55901
-x55903 = x55902
-x55904 = x55903
-x55905 = x55904
-x55906 = x55905
-x55907 = x55906
-x55908 = x55907
-x55909 = x55908
-x55910 = x55909
-x55911 = x55910
-x55912 = x55911
-x55913 = x55912
-x55914 = x55913
-x55915 = x55914
-x55916 = x55915
-x55917 = x55916
-x55918 = x55917
-x55919 = x55918
-x55920 = x55919
-x55921 = x55920
-x55922 = x55921
-x55923 = x55922
-x55924 = x55923
-x55925 = x55924
-x55926 = x55925
-x55927 = x55926
-x55928 = x55927
-x55929 = x55928
-x55930 = x55929
-x55931 = x55930
-x55932 = x55931
-x55933 = x55932
-x55934 = x55933
-x55935 = x55934
-x55936 = x55935
-x55937 = x55936
-x55938 = x55937
-x55939 = x55938
-x55940 = x55939
-x55941 = x55940
-x55942 = x55941
-x55943 = x55942
-x55944 = x55943
-x55945 = x55944
-x55946 = x55945
-x55947 = x55946
-x55948 = x55947
-x55949 = x55948
-x55950 = x55949
-x55951 = x55950
-x55952 = x55951
-x55953 = x55952
-x55954 = x55953
-x55955 = x55954
-x55956 = x55955
-x55957 = x55956
-x55958 = x55957
-x55959 = x55958
-x55960 = x55959
-x55961 = x55960
-x55962 = x55961
-x55963 = x55962
-x55964 = x55963
-x55965 = x55964
-x55966 = x55965
-x55967 = x55966
-x55968 = x55967
-x55969 = x55968
-x55970 = x55969
-x55971 = x55970
-x55972 = x55971
-x55973 = x55972
-x55974 = x55973
-x55975 = x55974
-x55976 = x55975
-x55977 = x55976
-x55978 = x55977
-x55979 = x55978
-x55980 = x55979
-x55981 = x55980
-x55982 = x55981
-x55983 = x55982
-x55984 = x55983
-x55985 = x55984
-x55986 = x55985
-x55987 = x55986
-x55988 = x55987
-x55989 = x55988
-x55990 = x55989
-x55991 = x55990
-x55992 = x55991
-x55993 = x55992
-x55994 = x55993
-x55995 = x55994
-x55996 = x55995
-x55997 = x55996
-x55998 = x55997
-x55999 = x55998
-x56000 = x55999
-x56001 = x56000
-x56002 = x56001
-x56003 = x56002
-x56004 = x56003
-x56005 = x56004
-x56006 = x56005
-x56007 = x56006
-x56008 = x56007
-x56009 = x56008
-x56010 = x56009
-x56011 = x56010
-x56012 = x56011
-x56013 = x56012
-x56014 = x56013
-x56015 = x56014
-x56016 = x56015
-x56017 = x56016
-x56018 = x56017
-x56019 = x56018
-x56020 = x56019
-x56021 = x56020
-x56022 = x56021
-x56023 = x56022
-x56024 = x56023
-x56025 = x56024
-x56026 = x56025
-x56027 = x56026
-x56028 = x56027
-x56029 = x56028
-x56030 = x56029
-x56031 = x56030
-x56032 = x56031
-x56033 = x56032
-x56034 = x56033
-x56035 = x56034
-x56036 = x56035
-x56037 = x56036
-x56038 = x56037
-x56039 = x56038
-x56040 = x56039
-x56041 = x56040
-x56042 = x56041
-x56043 = x56042
-x56044 = x56043
-x56045 = x56044
-x56046 = x56045
-x56047 = x56046
-x56048 = x56047
-x56049 = x56048
-x56050 = x56049
-x56051 = x56050
-x56052 = x56051
-x56053 = x56052
-x56054 = x56053
-x56055 = x56054
-x56056 = x56055
-x56057 = x56056
-x56058 = x56057
-x56059 = x56058
-x56060 = x56059
-x56061 = x56060
-x56062 = x56061
-x56063 = x56062
-x56064 = x56063
-x56065 = x56064
-x56066 = x56065
-x56067 = x56066
-x56068 = x56067
-x56069 = x56068
-x56070 = x56069
-x56071 = x56070
-x56072 = x56071
-x56073 = x56072
-x56074 = x56073
-x56075 = x56074
-x56076 = x56075
-x56077 = x56076
-x56078 = x56077
-x56079 = x56078
-x56080 = x56079
-x56081 = x56080
-x56082 = x56081
-x56083 = x56082
-x56084 = x56083
-x56085 = x56084
-x56086 = x56085
-x56087 = x56086
-x56088 = x56087
-x56089 = x56088
-x56090 = x56089
-x56091 = x56090
-x56092 = x56091
-x56093 = x56092
-x56094 = x56093
-x56095 = x56094
-x56096 = x56095
-x56097 = x56096
-x56098 = x56097
-x56099 = x56098
-x56100 = x56099
-x56101 = x56100
-x56102 = x56101
-x56103 = x56102
-x56104 = x56103
-x56105 = x56104
-x56106 = x56105
-x56107 = x56106
-x56108 = x56107
-x56109 = x56108
-x56110 = x56109
-x56111 = x56110
-x56112 = x56111
-x56113 = x56112
-x56114 = x56113
-x56115 = x56114
-x56116 = x56115
-x56117 = x56116
-x56118 = x56117
-x56119 = x56118
-x56120 = x56119
-x56121 = x56120
-x56122 = x56121
-x56123 = x56122
-x56124 = x56123
-x56125 = x56124
-x56126 = x56125
-x56127 = x56126
-x56128 = x56127
-x56129 = x56128
-x56130 = x56129
-x56131 = x56130
-x56132 = x56131
-x56133 = x56132
-x56134 = x56133
-x56135 = x56134
-x56136 = x56135
-x56137 = x56136
-x56138 = x56137
-x56139 = x56138
-x56140 = x56139
-x56141 = x56140
-x56142 = x56141
-x56143 = x56142
-x56144 = x56143
-x56145 = x56144
-x56146 = x56145
-x56147 = x56146
-x56148 = x56147
-x56149 = x56148
-x56150 = x56149
-x56151 = x56150
-x56152 = x56151
-x56153 = x56152
-x56154 = x56153
-x56155 = x56154
-x56156 = x56155
-x56157 = x56156
-x56158 = x56157
-x56159 = x56158
-x56160 = x56159
-x56161 = x56160
-x56162 = x56161
-x56163 = x56162
-x56164 = x56163
-x56165 = x56164
-x56166 = x56165
-x56167 = x56166
-x56168 = x56167
-x56169 = x56168
-x56170 = x56169
-x56171 = x56170
-x56172 = x56171
-x56173 = x56172
-x56174 = x56173
-x56175 = x56174
-x56176 = x56175
-x56177 = x56176
-x56178 = x56177
-x56179 = x56178
-x56180 = x56179
-x56181 = x56180
-x56182 = x56181
-x56183 = x56182
-x56184 = x56183
-x56185 = x56184
-x56186 = x56185
-x56187 = x56186
-x56188 = x56187
-x56189 = x56188
-x56190 = x56189
-x56191 = x56190
-x56192 = x56191
-x56193 = x56192
-x56194 = x56193
-x56195 = x56194
-x56196 = x56195
-x56197 = x56196
-x56198 = x56197
-x56199 = x56198
-x56200 = x56199
-x56201 = x56200
-x56202 = x56201
-x56203 = x56202
-x56204 = x56203
-x56205 = x56204
-x56206 = x56205
-x56207 = x56206
-x56208 = x56207
-x56209 = x56208
-x56210 = x56209
-x56211 = x56210
-x56212 = x56211
-x56213 = x56212
-x56214 = x56213
-x56215 = x56214
-x56216 = x56215
-x56217 = x56216
-x56218 = x56217
-x56219 = x56218
-x56220 = x56219
-x56221 = x56220
-x56222 = x56221
-x56223 = x56222
-x56224 = x56223
-x56225 = x56224
-x56226 = x56225
-x56227 = x56226
-x56228 = x56227
-x56229 = x56228
-x56230 = x56229
-x56231 = x56230
-x56232 = x56231
-x56233 = x56232
-x56234 = x56233
-x56235 = x56234
-x56236 = x56235
-x56237 = x56236
-x56238 = x56237
-x56239 = x56238
-x56240 = x56239
-x56241 = x56240
-x56242 = x56241
-x56243 = x56242
-x56244 = x56243
-x56245 = x56244
-x56246 = x56245
-x56247 = x56246
-x56248 = x56247
-x56249 = x56248
-x56250 = x56249
-x56251 = x56250
-x56252 = x56251
-x56253 = x56252
-x56254 = x56253
-x56255 = x56254
-x56256 = x56255
-x56257 = x56256
-x56258 = x56257
-x56259 = x56258
-x56260 = x56259
-x56261 = x56260
-x56262 = x56261
-x56263 = x56262
-x56264 = x56263
-x56265 = x56264
-x56266 = x56265
-x56267 = x56266
-x56268 = x56267
-x56269 = x56268
-x56270 = x56269
-x56271 = x56270
-x56272 = x56271
-x56273 = x56272
-x56274 = x56273
-x56275 = x56274
-x56276 = x56275
-x56277 = x56276
-x56278 = x56277
-x56279 = x56278
-x56280 = x56279
-x56281 = x56280
-x56282 = x56281
-x56283 = x56282
-x56284 = x56283
-x56285 = x56284
-x56286 = x56285
-x56287 = x56286
-x56288 = x56287
-x56289 = x56288
-x56290 = x56289
-x56291 = x56290
-x56292 = x56291
-x56293 = x56292
-x56294 = x56293
-x56295 = x56294
-x56296 = x56295
-x56297 = x56296
-x56298 = x56297
-x56299 = x56298
-x56300 = x56299
-x56301 = x56300
-x56302 = x56301
-x56303 = x56302
-x56304 = x56303
-x56305 = x56304
-x56306 = x56305
-x56307 = x56306
-x56308 = x56307
-x56309 = x56308
-x56310 = x56309
-x56311 = x56310
-x56312 = x56311
-x56313 = x56312
-x56314 = x56313
-x56315 = x56314
-x56316 = x56315
-x56317 = x56316
-x56318 = x56317
-x56319 = x56318
-x56320 = x56319
-x56321 = x56320
-x56322 = x56321
-x56323 = x56322
-x56324 = x56323
-x56325 = x56324
-x56326 = x56325
-x56327 = x56326
-x56328 = x56327
-x56329 = x56328
-x56330 = x56329
-x56331 = x56330
-x56332 = x56331
-x56333 = x56332
-x56334 = x56333
-x56335 = x56334
-x56336 = x56335
-x56337 = x56336
-x56338 = x56337
-x56339 = x56338
-x56340 = x56339
-x56341 = x56340
-x56342 = x56341
-x56343 = x56342
-x56344 = x56343
-x56345 = x56344
-x56346 = x56345
-x56347 = x56346
-x56348 = x56347
-x56349 = x56348
-x56350 = x56349
-x56351 = x56350
-x56352 = x56351
-x56353 = x56352
-x56354 = x56353
-x56355 = x56354
-x56356 = x56355
-x56357 = x56356
-x56358 = x56357
-x56359 = x56358
-x56360 = x56359
-x56361 = x56360
-x56362 = x56361
-x56363 = x56362
-x56364 = x56363
-x56365 = x56364
-x56366 = x56365
-x56367 = x56366
-x56368 = x56367
-x56369 = x56368
-x56370 = x56369
-x56371 = x56370
-x56372 = x56371
-x56373 = x56372
-x56374 = x56373
-x56375 = x56374
-x56376 = x56375
-x56377 = x56376
-x56378 = x56377
-x56379 = x56378
-x56380 = x56379
-x56381 = x56380
-x56382 = x56381
-x56383 = x56382
-x56384 = x56383
-x56385 = x56384
-x56386 = x56385
-x56387 = x56386
-x56388 = x56387
-x56389 = x56388
-x56390 = x56389
-x56391 = x56390
-x56392 = x56391
-x56393 = x56392
-x56394 = x56393
-x56395 = x56394
-x56396 = x56395
-x56397 = x56396
-x56398 = x56397
-x56399 = x56398
-x56400 = x56399
-x56401 = x56400
-x56402 = x56401
-x56403 = x56402
-x56404 = x56403
-x56405 = x56404
-x56406 = x56405
-x56407 = x56406
-x56408 = x56407
-x56409 = x56408
-x56410 = x56409
-x56411 = x56410
-x56412 = x56411
-x56413 = x56412
-x56414 = x56413
-x56415 = x56414
-x56416 = x56415
-x56417 = x56416
-x56418 = x56417
-x56419 = x56418
-x56420 = x56419
-x56421 = x56420
-x56422 = x56421
-x56423 = x56422
-x56424 = x56423
-x56425 = x56424
-x56426 = x56425
-x56427 = x56426
-x56428 = x56427
-x56429 = x56428
-x56430 = x56429
-x56431 = x56430
-x56432 = x56431
-x56433 = x56432
-x56434 = x56433
-x56435 = x56434
-x56436 = x56435
-x56437 = x56436
-x56438 = x56437
-x56439 = x56438
-x56440 = x56439
-x56441 = x56440
-x56442 = x56441
-x56443 = x56442
-x56444 = x56443
-x56445 = x56444
-x56446 = x56445
-x56447 = x56446
-x56448 = x56447
-x56449 = x56448
-x56450 = x56449
-x56451 = x56450
-x56452 = x56451
-x56453 = x56452
-x56454 = x56453
-x56455 = x56454
-x56456 = x56455
-x56457 = x56456
-x56458 = x56457
-x56459 = x56458
-x56460 = x56459
-x56461 = x56460
-x56462 = x56461
-x56463 = x56462
-x56464 = x56463
-x56465 = x56464
-x56466 = x56465
-x56467 = x56466
-x56468 = x56467
-x56469 = x56468
-x56470 = x56469
-x56471 = x56470
-x56472 = x56471
-x56473 = x56472
-x56474 = x56473
-x56475 = x56474
-x56476 = x56475
-x56477 = x56476
-x56478 = x56477
-x56479 = x56478
-x56480 = x56479
-x56481 = x56480
-x56482 = x56481
-x56483 = x56482
-x56484 = x56483
-x56485 = x56484
-x56486 = x56485
-x56487 = x56486
-x56488 = x56487
-x56489 = x56488
-x56490 = x56489
-x56491 = x56490
-x56492 = x56491
-x56493 = x56492
-x56494 = x56493
-x56495 = x56494
-x56496 = x56495
-x56497 = x56496
-x56498 = x56497
-x56499 = x56498
-x56500 = x56499
-x56501 = x56500
-x56502 = x56501
-x56503 = x56502
-x56504 = x56503
-x56505 = x56504
-x56506 = x56505
-x56507 = x56506
-x56508 = x56507
-x56509 = x56508
-x56510 = x56509
-x56511 = x56510
-x56512 = x56511
-x56513 = x56512
-x56514 = x56513
-x56515 = x56514
-x56516 = x56515
-x56517 = x56516
-x56518 = x56517
-x56519 = x56518
-x56520 = x56519
-x56521 = x56520
-x56522 = x56521
-x56523 = x56522
-x56524 = x56523
-x56525 = x56524
-x56526 = x56525
-x56527 = x56526
-x56528 = x56527
-x56529 = x56528
-x56530 = x56529
-x56531 = x56530
-x56532 = x56531
-x56533 = x56532
-x56534 = x56533
-x56535 = x56534
-x56536 = x56535
-x56537 = x56536
-x56538 = x56537
-x56539 = x56538
-x56540 = x56539
-x56541 = x56540
-x56542 = x56541
-x56543 = x56542
-x56544 = x56543
-x56545 = x56544
-x56546 = x56545
-x56547 = x56546
-x56548 = x56547
-x56549 = x56548
-x56550 = x56549
-x56551 = x56550
-x56552 = x56551
-x56553 = x56552
-x56554 = x56553
-x56555 = x56554
-x56556 = x56555
-x56557 = x56556
-x56558 = x56557
-x56559 = x56558
-x56560 = x56559
-x56561 = x56560
-x56562 = x56561
-x56563 = x56562
-x56564 = x56563
-x56565 = x56564
-x56566 = x56565
-x56567 = x56566
-x56568 = x56567
-x56569 = x56568
-x56570 = x56569
-x56571 = x56570
-x56572 = x56571
-x56573 = x56572
-x56574 = x56573
-x56575 = x56574
-x56576 = x56575
-x56577 = x56576
-x56578 = x56577
-x56579 = x56578
-x56580 = x56579
-x56581 = x56580
-x56582 = x56581
-x56583 = x56582
-x56584 = x56583
-x56585 = x56584
-x56586 = x56585
-x56587 = x56586
-x56588 = x56587
-x56589 = x56588
-x56590 = x56589
-x56591 = x56590
-x56592 = x56591
-x56593 = x56592
-x56594 = x56593
-x56595 = x56594
-x56596 = x56595
-x56597 = x56596
-x56598 = x56597
-x56599 = x56598
-x56600 = x56599
-x56601 = x56600
-x56602 = x56601
-x56603 = x56602
-x56604 = x56603
-x56605 = x56604
-x56606 = x56605
-x56607 = x56606
-x56608 = x56607
-x56609 = x56608
-x56610 = x56609
-x56611 = x56610
-x56612 = x56611
-x56613 = x56612
-x56614 = x56613
-x56615 = x56614
-x56616 = x56615
-x56617 = x56616
-x56618 = x56617
-x56619 = x56618
-x56620 = x56619
-x56621 = x56620
-x56622 = x56621
-x56623 = x56622
-x56624 = x56623
-x56625 = x56624
-x56626 = x56625
-x56627 = x56626
-x56628 = x56627
-x56629 = x56628
-x56630 = x56629
-x56631 = x56630
-x56632 = x56631
-x56633 = x56632
-x56634 = x56633
-x56635 = x56634
-x56636 = x56635
-x56637 = x56636
-x56638 = x56637
-x56639 = x56638
-x56640 = x56639
-x56641 = x56640
-x56642 = x56641
-x56643 = x56642
-x56644 = x56643
-x56645 = x56644
-x56646 = x56645
-x56647 = x56646
-x56648 = x56647
-x56649 = x56648
-x56650 = x56649
-x56651 = x56650
-x56652 = x56651
-x56653 = x56652
-x56654 = x56653
-x56655 = x56654
-x56656 = x56655
-x56657 = x56656
-x56658 = x56657
-x56659 = x56658
-x56660 = x56659
-x56661 = x56660
-x56662 = x56661
-x56663 = x56662
-x56664 = x56663
-x56665 = x56664
-x56666 = x56665
-x56667 = x56666
-x56668 = x56667
-x56669 = x56668
-x56670 = x56669
-x56671 = x56670
-x56672 = x56671
-x56673 = x56672
-x56674 = x56673
-x56675 = x56674
-x56676 = x56675
-x56677 = x56676
-x56678 = x56677
-x56679 = x56678
-x56680 = x56679
-x56681 = x56680
-x56682 = x56681
-x56683 = x56682
-x56684 = x56683
-x56685 = x56684
-x56686 = x56685
-x56687 = x56686
-x56688 = x56687
-x56689 = x56688
-x56690 = x56689
-x56691 = x56690
-x56692 = x56691
-x56693 = x56692
-x56694 = x56693
-x56695 = x56694
-x56696 = x56695
-x56697 = x56696
-x56698 = x56697
-x56699 = x56698
-x56700 = x56699
-x56701 = x56700
-x56702 = x56701
-x56703 = x56702
-x56704 = x56703
-x56705 = x56704
-x56706 = x56705
-x56707 = x56706
-x56708 = x56707
-x56709 = x56708
-x56710 = x56709
-x56711 = x56710
-x56712 = x56711
-x56713 = x56712
-x56714 = x56713
-x56715 = x56714
-x56716 = x56715
-x56717 = x56716
-x56718 = x56717
-x56719 = x56718
-x56720 = x56719
-x56721 = x56720
-x56722 = x56721
-x56723 = x56722
-x56724 = x56723
-x56725 = x56724
-x56726 = x56725
-x56727 = x56726
-x56728 = x56727
-x56729 = x56728
-x56730 = x56729
-x56731 = x56730
-x56732 = x56731
-x56733 = x56732
-x56734 = x56733
-x56735 = x56734
-x56736 = x56735
-x56737 = x56736
-x56738 = x56737
-x56739 = x56738
-x56740 = x56739
-x56741 = x56740
-x56742 = x56741
-x56743 = x56742
-x56744 = x56743
-x56745 = x56744
-x56746 = x56745
-x56747 = x56746
-x56748 = x56747
-x56749 = x56748
-x56750 = x56749
-x56751 = x56750
-x56752 = x56751
-x56753 = x56752
-x56754 = x56753
-x56755 = x56754
-x56756 = x56755
-x56757 = x56756
-x56758 = x56757
-x56759 = x56758
-x56760 = x56759
-x56761 = x56760
-x56762 = x56761
-x56763 = x56762
-x56764 = x56763
-x56765 = x56764
-x56766 = x56765
-x56767 = x56766
-x56768 = x56767
-x56769 = x56768
-x56770 = x56769
-x56771 = x56770
-x56772 = x56771
-x56773 = x56772
-x56774 = x56773
-x56775 = x56774
-x56776 = x56775
-x56777 = x56776
-x56778 = x56777
-x56779 = x56778
-x56780 = x56779
-x56781 = x56780
-x56782 = x56781
-x56783 = x56782
-x56784 = x56783
-x56785 = x56784
-x56786 = x56785
-x56787 = x56786
-x56788 = x56787
-x56789 = x56788
-x56790 = x56789
-x56791 = x56790
-x56792 = x56791
-x56793 = x56792
-x56794 = x56793
-x56795 = x56794
-x56796 = x56795
-x56797 = x56796
-x56798 = x56797
-x56799 = x56798
-x56800 = x56799
-x56801 = x56800
-x56802 = x56801
-x56803 = x56802
-x56804 = x56803
-x56805 = x56804
-x56806 = x56805
-x56807 = x56806
-x56808 = x56807
-x56809 = x56808
-x56810 = x56809
-x56811 = x56810
-x56812 = x56811
-x56813 = x56812
-x56814 = x56813
-x56815 = x56814
-x56816 = x56815
-x56817 = x56816
-x56818 = x56817
-x56819 = x56818
-x56820 = x56819
-x56821 = x56820
-x56822 = x56821
-x56823 = x56822
-x56824 = x56823
-x56825 = x56824
-x56826 = x56825
-x56827 = x56826
-x56828 = x56827
-x56829 = x56828
-x56830 = x56829
-x56831 = x56830
-x56832 = x56831
-x56833 = x56832
-x56834 = x56833
-x56835 = x56834
-x56836 = x56835
-x56837 = x56836
-x56838 = x56837
-x56839 = x56838
-x56840 = x56839
-x56841 = x56840
-x56842 = x56841
-x56843 = x56842
-x56844 = x56843
-x56845 = x56844
-x56846 = x56845
-x56847 = x56846
-x56848 = x56847
-x56849 = x56848
-x56850 = x56849
-x56851 = x56850
-x56852 = x56851
-x56853 = x56852
-x56854 = x56853
-x56855 = x56854
-x56856 = x56855
-x56857 = x56856
-x56858 = x56857
-x56859 = x56858
-x56860 = x56859
-x56861 = x56860
-x56862 = x56861
-x56863 = x56862
-x56864 = x56863
-x56865 = x56864
-x56866 = x56865
-x56867 = x56866
-x56868 = x56867
-x56869 = x56868
-x56870 = x56869
-x56871 = x56870
-x56872 = x56871
-x56873 = x56872
-x56874 = x56873
-x56875 = x56874
-x56876 = x56875
-x56877 = x56876
-x56878 = x56877
-x56879 = x56878
-x56880 = x56879
-x56881 = x56880
-x56882 = x56881
-x56883 = x56882
-x56884 = x56883
-x56885 = x56884
-x56886 = x56885
-x56887 = x56886
-x56888 = x56887
-x56889 = x56888
-x56890 = x56889
-x56891 = x56890
-x56892 = x56891
-x56893 = x56892
-x56894 = x56893
-x56895 = x56894
-x56896 = x56895
-x56897 = x56896
-x56898 = x56897
-x56899 = x56898
-x56900 = x56899
-x56901 = x56900
-x56902 = x56901
-x56903 = x56902
-x56904 = x56903
-x56905 = x56904
-x56906 = x56905
-x56907 = x56906
-x56908 = x56907
-x56909 = x56908
-x56910 = x56909
-x56911 = x56910
-x56912 = x56911
-x56913 = x56912
-x56914 = x56913
-x56915 = x56914
-x56916 = x56915
-x56917 = x56916
-x56918 = x56917
-x56919 = x56918
-x56920 = x56919
-x56921 = x56920
-x56922 = x56921
-x56923 = x56922
-x56924 = x56923
-x56925 = x56924
-x56926 = x56925
-x56927 = x56926
-x56928 = x56927
-x56929 = x56928
-x56930 = x56929
-x56931 = x56930
-x56932 = x56931
-x56933 = x56932
-x56934 = x56933
-x56935 = x56934
-x56936 = x56935
-x56937 = x56936
-x56938 = x56937
-x56939 = x56938
-x56940 = x56939
-x56941 = x56940
-x56942 = x56941
-x56943 = x56942
-x56944 = x56943
-x56945 = x56944
-x56946 = x56945
-x56947 = x56946
-x56948 = x56947
-x56949 = x56948
-x56950 = x56949
-x56951 = x56950
-x56952 = x56951
-x56953 = x56952
-x56954 = x56953
-x56955 = x56954
-x56956 = x56955
-x56957 = x56956
-x56958 = x56957
-x56959 = x56958
-x56960 = x56959
-x56961 = x56960
-x56962 = x56961
-x56963 = x56962
-x56964 = x56963
-x56965 = x56964
-x56966 = x56965
-x56967 = x56966
-x56968 = x56967
-x56969 = x56968
-x56970 = x56969
-x56971 = x56970
-x56972 = x56971
-x56973 = x56972
-x56974 = x56973
-x56975 = x56974
-x56976 = x56975
-x56977 = x56976
-x56978 = x56977
-x56979 = x56978
-x56980 = x56979
-x56981 = x56980
-x56982 = x56981
-x56983 = x56982
-x56984 = x56983
-x56985 = x56984
-x56986 = x56985
-x56987 = x56986
-x56988 = x56987
-x56989 = x56988
-x56990 = x56989
-x56991 = x56990
-x56992 = x56991
-x56993 = x56992
-x56994 = x56993
-x56995 = x56994
-x56996 = x56995
-x56997 = x56996
-x56998 = x56997
-x56999 = x56998
-x57000 = x56999
-x57001 = x57000
-x57002 = x57001
-x57003 = x57002
-x57004 = x57003
-x57005 = x57004
-x57006 = x57005
-x57007 = x57006
-x57008 = x57007
-x57009 = x57008
-x57010 = x57009
-x57011 = x57010
-x57012 = x57011
-x57013 = x57012
-x57014 = x57013
-x57015 = x57014
-x57016 = x57015
-x57017 = x57016
-x57018 = x57017
-x57019 = x57018
-x57020 = x57019
-x57021 = x57020
-x57022 = x57021
-x57023 = x57022
-x57024 = x57023
-x57025 = x57024
-x57026 = x57025
-x57027 = x57026
-x57028 = x57027
-x57029 = x57028
-x57030 = x57029
-x57031 = x57030
-x57032 = x57031
-x57033 = x57032
-x57034 = x57033
-x57035 = x57034
-x57036 = x57035
-x57037 = x57036
-x57038 = x57037
-x57039 = x57038
-x57040 = x57039
-x57041 = x57040
-x57042 = x57041
-x57043 = x57042
-x57044 = x57043
-x57045 = x57044
-x57046 = x57045
-x57047 = x57046
-x57048 = x57047
-x57049 = x57048
-x57050 = x57049
-x57051 = x57050
-x57052 = x57051
-x57053 = x57052
-x57054 = x57053
-x57055 = x57054
-x57056 = x57055
-x57057 = x57056
-x57058 = x57057
-x57059 = x57058
-x57060 = x57059
-x57061 = x57060
-x57062 = x57061
-x57063 = x57062
-x57064 = x57063
-x57065 = x57064
-x57066 = x57065
-x57067 = x57066
-x57068 = x57067
-x57069 = x57068
-x57070 = x57069
-x57071 = x57070
-x57072 = x57071
-x57073 = x57072
-x57074 = x57073
-x57075 = x57074
-x57076 = x57075
-x57077 = x57076
-x57078 = x57077
-x57079 = x57078
-x57080 = x57079
-x57081 = x57080
-x57082 = x57081
-x57083 = x57082
-x57084 = x57083
-x57085 = x57084
-x57086 = x57085
-x57087 = x57086
-x57088 = x57087
-x57089 = x57088
-x57090 = x57089
-x57091 = x57090
-x57092 = x57091
-x57093 = x57092
-x57094 = x57093
-x57095 = x57094
-x57096 = x57095
-x57097 = x57096
-x57098 = x57097
-x57099 = x57098
-x57100 = x57099
-x57101 = x57100
-x57102 = x57101
-x57103 = x57102
-x57104 = x57103
-x57105 = x57104
-x57106 = x57105
-x57107 = x57106
-x57108 = x57107
-x57109 = x57108
-x57110 = x57109
-x57111 = x57110
-x57112 = x57111
-x57113 = x57112
-x57114 = x57113
-x57115 = x57114
-x57116 = x57115
-x57117 = x57116
-x57118 = x57117
-x57119 = x57118
-x57120 = x57119
-x57121 = x57120
-x57122 = x57121
-x57123 = x57122
-x57124 = x57123
-x57125 = x57124
-x57126 = x57125
-x57127 = x57126
-x57128 = x57127
-x57129 = x57128
-x57130 = x57129
-x57131 = x57130
-x57132 = x57131
-x57133 = x57132
-x57134 = x57133
-x57135 = x57134
-x57136 = x57135
-x57137 = x57136
-x57138 = x57137
-x57139 = x57138
-x57140 = x57139
-x57141 = x57140
-x57142 = x57141
-x57143 = x57142
-x57144 = x57143
-x57145 = x57144
-x57146 = x57145
-x57147 = x57146
-x57148 = x57147
-x57149 = x57148
-x57150 = x57149
-x57151 = x57150
-x57152 = x57151
-x57153 = x57152
-x57154 = x57153
-x57155 = x57154
-x57156 = x57155
-x57157 = x57156
-x57158 = x57157
-x57159 = x57158
-x57160 = x57159
-x57161 = x57160
-x57162 = x57161
-x57163 = x57162
-x57164 = x57163
-x57165 = x57164
-x57166 = x57165
-x57167 = x57166
-x57168 = x57167
-x57169 = x57168
-x57170 = x57169
-x57171 = x57170
-x57172 = x57171
-x57173 = x57172
-x57174 = x57173
-x57175 = x57174
-x57176 = x57175
-x57177 = x57176
-x57178 = x57177
-x57179 = x57178
-x57180 = x57179
-x57181 = x57180
-x57182 = x57181
-x57183 = x57182
-x57184 = x57183
-x57185 = x57184
-x57186 = x57185
-x57187 = x57186
-x57188 = x57187
-x57189 = x57188
-x57190 = x57189
-x57191 = x57190
-x57192 = x57191
-x57193 = x57192
-x57194 = x57193
-x57195 = x57194
-x57196 = x57195
-x57197 = x57196
-x57198 = x57197
-x57199 = x57198
-x57200 = x57199
-x57201 = x57200
-x57202 = x57201
-x57203 = x57202
-x57204 = x57203
-x57205 = x57204
-x57206 = x57205
-x57207 = x57206
-x57208 = x57207
-x57209 = x57208
-x57210 = x57209
-x57211 = x57210
-x57212 = x57211
-x57213 = x57212
-x57214 = x57213
-x57215 = x57214
-x57216 = x57215
-x57217 = x57216
-x57218 = x57217
-x57219 = x57218
-x57220 = x57219
-x57221 = x57220
-x57222 = x57221
-x57223 = x57222
-x57224 = x57223
-x57225 = x57224
-x57226 = x57225
-x57227 = x57226
-x57228 = x57227
-x57229 = x57228
-x57230 = x57229
-x57231 = x57230
-x57232 = x57231
-x57233 = x57232
-x57234 = x57233
-x57235 = x57234
-x57236 = x57235
-x57237 = x57236
-x57238 = x57237
-x57239 = x57238
-x57240 = x57239
-x57241 = x57240
-x57242 = x57241
-x57243 = x57242
-x57244 = x57243
-x57245 = x57244
-x57246 = x57245
-x57247 = x57246
-x57248 = x57247
-x57249 = x57248
-x57250 = x57249
-x57251 = x57250
-x57252 = x57251
-x57253 = x57252
-x57254 = x57253
-x57255 = x57254
-x57256 = x57255
-x57257 = x57256
-x57258 = x57257
-x57259 = x57258
-x57260 = x57259
-x57261 = x57260
-x57262 = x57261
-x57263 = x57262
-x57264 = x57263
-x57265 = x57264
-x57266 = x57265
-x57267 = x57266
-x57268 = x57267
-x57269 = x57268
-x57270 = x57269
-x57271 = x57270
-x57272 = x57271
-x57273 = x57272
-x57274 = x57273
-x57275 = x57274
-x57276 = x57275
-x57277 = x57276
-x57278 = x57277
-x57279 = x57278
-x57280 = x57279
-x57281 = x57280
-x57282 = x57281
-x57283 = x57282
-x57284 = x57283
-x57285 = x57284
-x57286 = x57285
-x57287 = x57286
-x57288 = x57287
-x57289 = x57288
-x57290 = x57289
-x57291 = x57290
-x57292 = x57291
-x57293 = x57292
-x57294 = x57293
-x57295 = x57294
-x57296 = x57295
-x57297 = x57296
-x57298 = x57297
-x57299 = x57298
-x57300 = x57299
-x57301 = x57300
-x57302 = x57301
-x57303 = x57302
-x57304 = x57303
-x57305 = x57304
-x57306 = x57305
-x57307 = x57306
-x57308 = x57307
-x57309 = x57308
-x57310 = x57309
-x57311 = x57310
-x57312 = x57311
-x57313 = x57312
-x57314 = x57313
-x57315 = x57314
-x57316 = x57315
-x57317 = x57316
-x57318 = x57317
-x57319 = x57318
-x57320 = x57319
-x57321 = x57320
-x57322 = x57321
-x57323 = x57322
-x57324 = x57323
-x57325 = x57324
-x57326 = x57325
-x57327 = x57326
-x57328 = x57327
-x57329 = x57328
-x57330 = x57329
-x57331 = x57330
-x57332 = x57331
-x57333 = x57332
-x57334 = x57333
-x57335 = x57334
-x57336 = x57335
-x57337 = x57336
-x57338 = x57337
-x57339 = x57338
-x57340 = x57339
-x57341 = x57340
-x57342 = x57341
-x57343 = x57342
-x57344 = x57343
-x57345 = x57344
-x57346 = x57345
-x57347 = x57346
-x57348 = x57347
-x57349 = x57348
-x57350 = x57349
-x57351 = x57350
-x57352 = x57351
-x57353 = x57352
-x57354 = x57353
-x57355 = x57354
-x57356 = x57355
-x57357 = x57356
-x57358 = x57357
-x57359 = x57358
-x57360 = x57359
-x57361 = x57360
-x57362 = x57361
-x57363 = x57362
-x57364 = x57363
-x57365 = x57364
-x57366 = x57365
-x57367 = x57366
-x57368 = x57367
-x57369 = x57368
-x57370 = x57369
-x57371 = x57370
-x57372 = x57371
-x57373 = x57372
-x57374 = x57373
-x57375 = x57374
-x57376 = x57375
-x57377 = x57376
-x57378 = x57377
-x57379 = x57378
-x57380 = x57379
-x57381 = x57380
-x57382 = x57381
-x57383 = x57382
-x57384 = x57383
-x57385 = x57384
-x57386 = x57385
-x57387 = x57386
-x57388 = x57387
-x57389 = x57388
-x57390 = x57389
-x57391 = x57390
-x57392 = x57391
-x57393 = x57392
-x57394 = x57393
-x57395 = x57394
-x57396 = x57395
-x57397 = x57396
-x57398 = x57397
-x57399 = x57398
-x57400 = x57399
-x57401 = x57400
-x57402 = x57401
-x57403 = x57402
-x57404 = x57403
-x57405 = x57404
-x57406 = x57405
-x57407 = x57406
-x57408 = x57407
-x57409 = x57408
-x57410 = x57409
-x57411 = x57410
-x57412 = x57411
-x57413 = x57412
-x57414 = x57413
-x57415 = x57414
-x57416 = x57415
-x57417 = x57416
-x57418 = x57417
-x57419 = x57418
-x57420 = x57419
-x57421 = x57420
-x57422 = x57421
-x57423 = x57422
-x57424 = x57423
-x57425 = x57424
-x57426 = x57425
-x57427 = x57426
-x57428 = x57427
-x57429 = x57428
-x57430 = x57429
-x57431 = x57430
-x57432 = x57431
-x57433 = x57432
-x57434 = x57433
-x57435 = x57434
-x57436 = x57435
-x57437 = x57436
-x57438 = x57437
-x57439 = x57438
-x57440 = x57439
-x57441 = x57440
-x57442 = x57441
-x57443 = x57442
-x57444 = x57443
-x57445 = x57444
-x57446 = x57445
-x57447 = x57446
-x57448 = x57447
-x57449 = x57448
-x57450 = x57449
-x57451 = x57450
-x57452 = x57451
-x57453 = x57452
-x57454 = x57453
-x57455 = x57454
-x57456 = x57455
-x57457 = x57456
-x57458 = x57457
-x57459 = x57458
-x57460 = x57459
-x57461 = x57460
-x57462 = x57461
-x57463 = x57462
-x57464 = x57463
-x57465 = x57464
-x57466 = x57465
-x57467 = x57466
-x57468 = x57467
-x57469 = x57468
-x57470 = x57469
-x57471 = x57470
-x57472 = x57471
-x57473 = x57472
-x57474 = x57473
-x57475 = x57474
-x57476 = x57475
-x57477 = x57476
-x57478 = x57477
-x57479 = x57478
-x57480 = x57479
-x57481 = x57480
-x57482 = x57481
-x57483 = x57482
-x57484 = x57483
-x57485 = x57484
-x57486 = x57485
-x57487 = x57486
-x57488 = x57487
-x57489 = x57488
-x57490 = x57489
-x57491 = x57490
-x57492 = x57491
-x57493 = x57492
-x57494 = x57493
-x57495 = x57494
-x57496 = x57495
-x57497 = x57496
-x57498 = x57497
-x57499 = x57498
-x57500 = x57499
-x57501 = x57500
-x57502 = x57501
-x57503 = x57502
-x57504 = x57503
-x57505 = x57504
-x57506 = x57505
-x57507 = x57506
-x57508 = x57507
-x57509 = x57508
-x57510 = x57509
-x57511 = x57510
-x57512 = x57511
-x57513 = x57512
-x57514 = x57513
-x57515 = x57514
-x57516 = x57515
-x57517 = x57516
-x57518 = x57517
-x57519 = x57518
-x57520 = x57519
-x57521 = x57520
-x57522 = x57521
-x57523 = x57522
-x57524 = x57523
-x57525 = x57524
-x57526 = x57525
-x57527 = x57526
-x57528 = x57527
-x57529 = x57528
-x57530 = x57529
-x57531 = x57530
-x57532 = x57531
-x57533 = x57532
-x57534 = x57533
-x57535 = x57534
-x57536 = x57535
-x57537 = x57536
-x57538 = x57537
-x57539 = x57538
-x57540 = x57539
-x57541 = x57540
-x57542 = x57541
-x57543 = x57542
-x57544 = x57543
-x57545 = x57544
-x57546 = x57545
-x57547 = x57546
-x57548 = x57547
-x57549 = x57548
-x57550 = x57549
-x57551 = x57550
-x57552 = x57551
-x57553 = x57552
-x57554 = x57553
-x57555 = x57554
-x57556 = x57555
-x57557 = x57556
-x57558 = x57557
-x57559 = x57558
-x57560 = x57559
-x57561 = x57560
-x57562 = x57561
-x57563 = x57562
-x57564 = x57563
-x57565 = x57564
-x57566 = x57565
-x57567 = x57566
-x57568 = x57567
-x57569 = x57568
-x57570 = x57569
-x57571 = x57570
-x57572 = x57571
-x57573 = x57572
-x57574 = x57573
-x57575 = x57574
-x57576 = x57575
-x57577 = x57576
-x57578 = x57577
-x57579 = x57578
-x57580 = x57579
-x57581 = x57580
-x57582 = x57581
-x57583 = x57582
-x57584 = x57583
-x57585 = x57584
-x57586 = x57585
-x57587 = x57586
-x57588 = x57587
-x57589 = x57588
-x57590 = x57589
-x57591 = x57590
-x57592 = x57591
-x57593 = x57592
-x57594 = x57593
-x57595 = x57594
-x57596 = x57595
-x57597 = x57596
-x57598 = x57597
-x57599 = x57598
-x57600 = x57599
-x57601 = x57600
-x57602 = x57601
-x57603 = x57602
-x57604 = x57603
-x57605 = x57604
-x57606 = x57605
-x57607 = x57606
-x57608 = x57607
-x57609 = x57608
-x57610 = x57609
-x57611 = x57610
-x57612 = x57611
-x57613 = x57612
-x57614 = x57613
-x57615 = x57614
-x57616 = x57615
-x57617 = x57616
-x57618 = x57617
-x57619 = x57618
-x57620 = x57619
-x57621 = x57620
-x57622 = x57621
-x57623 = x57622
-x57624 = x57623
-x57625 = x57624
-x57626 = x57625
-x57627 = x57626
-x57628 = x57627
-x57629 = x57628
-x57630 = x57629
-x57631 = x57630
-x57632 = x57631
-x57633 = x57632
-x57634 = x57633
-x57635 = x57634
-x57636 = x57635
-x57637 = x57636
-x57638 = x57637
-x57639 = x57638
-x57640 = x57639
-x57641 = x57640
-x57642 = x57641
-x57643 = x57642
-x57644 = x57643
-x57645 = x57644
-x57646 = x57645
-x57647 = x57646
-x57648 = x57647
-x57649 = x57648
-x57650 = x57649
-x57651 = x57650
-x57652 = x57651
-x57653 = x57652
-x57654 = x57653
-x57655 = x57654
-x57656 = x57655
-x57657 = x57656
-x57658 = x57657
-x57659 = x57658
-x57660 = x57659
-x57661 = x57660
-x57662 = x57661
-x57663 = x57662
-x57664 = x57663
-x57665 = x57664
-x57666 = x57665
-x57667 = x57666
-x57668 = x57667
-x57669 = x57668
-x57670 = x57669
-x57671 = x57670
-x57672 = x57671
-x57673 = x57672
-x57674 = x57673
-x57675 = x57674
-x57676 = x57675
-x57677 = x57676
-x57678 = x57677
-x57679 = x57678
-x57680 = x57679
-x57681 = x57680
-x57682 = x57681
-x57683 = x57682
-x57684 = x57683
-x57685 = x57684
-x57686 = x57685
-x57687 = x57686
-x57688 = x57687
-x57689 = x57688
-x57690 = x57689
-x57691 = x57690
-x57692 = x57691
-x57693 = x57692
-x57694 = x57693
-x57695 = x57694
-x57696 = x57695
-x57697 = x57696
-x57698 = x57697
-x57699 = x57698
-x57700 = x57699
-x57701 = x57700
-x57702 = x57701
-x57703 = x57702
-x57704 = x57703
-x57705 = x57704
-x57706 = x57705
-x57707 = x57706
-x57708 = x57707
-x57709 = x57708
-x57710 = x57709
-x57711 = x57710
-x57712 = x57711
-x57713 = x57712
-x57714 = x57713
-x57715 = x57714
-x57716 = x57715
-x57717 = x57716
-x57718 = x57717
-x57719 = x57718
-x57720 = x57719
-x57721 = x57720
-x57722 = x57721
-x57723 = x57722
-x57724 = x57723
-x57725 = x57724
-x57726 = x57725
-x57727 = x57726
-x57728 = x57727
-x57729 = x57728
-x57730 = x57729
-x57731 = x57730
-x57732 = x57731
-x57733 = x57732
-x57734 = x57733
-x57735 = x57734
-x57736 = x57735
-x57737 = x57736
-x57738 = x57737
-x57739 = x57738
-x57740 = x57739
-x57741 = x57740
-x57742 = x57741
-x57743 = x57742
-x57744 = x57743
-x57745 = x57744
-x57746 = x57745
-x57747 = x57746
-x57748 = x57747
-x57749 = x57748
-x57750 = x57749
-x57751 = x57750
-x57752 = x57751
-x57753 = x57752
-x57754 = x57753
-x57755 = x57754
-x57756 = x57755
-x57757 = x57756
-x57758 = x57757
-x57759 = x57758
-x57760 = x57759
-x57761 = x57760
-x57762 = x57761
-x57763 = x57762
-x57764 = x57763
-x57765 = x57764
-x57766 = x57765
-x57767 = x57766
-x57768 = x57767
-x57769 = x57768
-x57770 = x57769
-x57771 = x57770
-x57772 = x57771
-x57773 = x57772
-x57774 = x57773
-x57775 = x57774
-x57776 = x57775
-x57777 = x57776
-x57778 = x57777
-x57779 = x57778
-x57780 = x57779
-x57781 = x57780
-x57782 = x57781
-x57783 = x57782
-x57784 = x57783
-x57785 = x57784
-x57786 = x57785
-x57787 = x57786
-x57788 = x57787
-x57789 = x57788
-x57790 = x57789
-x57791 = x57790
-x57792 = x57791
-x57793 = x57792
-x57794 = x57793
-x57795 = x57794
-x57796 = x57795
-x57797 = x57796
-x57798 = x57797
-x57799 = x57798
-x57800 = x57799
-x57801 = x57800
-x57802 = x57801
-x57803 = x57802
-x57804 = x57803
-x57805 = x57804
-x57806 = x57805
-x57807 = x57806
-x57808 = x57807
-x57809 = x57808
-x57810 = x57809
-x57811 = x57810
-x57812 = x57811
-x57813 = x57812
-x57814 = x57813
-x57815 = x57814
-x57816 = x57815
-x57817 = x57816
-x57818 = x57817
-x57819 = x57818
-x57820 = x57819
-x57821 = x57820
-x57822 = x57821
-x57823 = x57822
-x57824 = x57823
-x57825 = x57824
-x57826 = x57825
-x57827 = x57826
-x57828 = x57827
-x57829 = x57828
-x57830 = x57829
-x57831 = x57830
-x57832 = x57831
-x57833 = x57832
-x57834 = x57833
-x57835 = x57834
-x57836 = x57835
-x57837 = x57836
-x57838 = x57837
-x57839 = x57838
-x57840 = x57839
-x57841 = x57840
-x57842 = x57841
-x57843 = x57842
-x57844 = x57843
-x57845 = x57844
-x57846 = x57845
-x57847 = x57846
-x57848 = x57847
-x57849 = x57848
-x57850 = x57849
-x57851 = x57850
-x57852 = x57851
-x57853 = x57852
-x57854 = x57853
-x57855 = x57854
-x57856 = x57855
-x57857 = x57856
-x57858 = x57857
-x57859 = x57858
-x57860 = x57859
-x57861 = x57860
-x57862 = x57861
-x57863 = x57862
-x57864 = x57863
-x57865 = x57864
-x57866 = x57865
-x57867 = x57866
-x57868 = x57867
-x57869 = x57868
-x57870 = x57869
-x57871 = x57870
-x57872 = x57871
-x57873 = x57872
-x57874 = x57873
-x57875 = x57874
-x57876 = x57875
-x57877 = x57876
-x57878 = x57877
-x57879 = x57878
-x57880 = x57879
-x57881 = x57880
-x57882 = x57881
-x57883 = x57882
-x57884 = x57883
-x57885 = x57884
-x57886 = x57885
-x57887 = x57886
-x57888 = x57887
-x57889 = x57888
-x57890 = x57889
-x57891 = x57890
-x57892 = x57891
-x57893 = x57892
-x57894 = x57893
-x57895 = x57894
-x57896 = x57895
-x57897 = x57896
-x57898 = x57897
-x57899 = x57898
-x57900 = x57899
-x57901 = x57900
-x57902 = x57901
-x57903 = x57902
-x57904 = x57903
-x57905 = x57904
-x57906 = x57905
-x57907 = x57906
-x57908 = x57907
-x57909 = x57908
-x57910 = x57909
-x57911 = x57910
-x57912 = x57911
-x57913 = x57912
-x57914 = x57913
-x57915 = x57914
-x57916 = x57915
-x57917 = x57916
-x57918 = x57917
-x57919 = x57918
-x57920 = x57919
-x57921 = x57920
-x57922 = x57921
-x57923 = x57922
-x57924 = x57923
-x57925 = x57924
-x57926 = x57925
-x57927 = x57926
-x57928 = x57927
-x57929 = x57928
-x57930 = x57929
-x57931 = x57930
-x57932 = x57931
-x57933 = x57932
-x57934 = x57933
-x57935 = x57934
-x57936 = x57935
-x57937 = x57936
-x57938 = x57937
-x57939 = x57938
-x57940 = x57939
-x57941 = x57940
-x57942 = x57941
-x57943 = x57942
-x57944 = x57943
-x57945 = x57944
-x57946 = x57945
-x57947 = x57946
-x57948 = x57947
-x57949 = x57948
-x57950 = x57949
-x57951 = x57950
-x57952 = x57951
-x57953 = x57952
-x57954 = x57953
-x57955 = x57954
-x57956 = x57955
-x57957 = x57956
-x57958 = x57957
-x57959 = x57958
-x57960 = x57959
-x57961 = x57960
-x57962 = x57961
-x57963 = x57962
-x57964 = x57963
-x57965 = x57964
-x57966 = x57965
-x57967 = x57966
-x57968 = x57967
-x57969 = x57968
-x57970 = x57969
-x57971 = x57970
-x57972 = x57971
-x57973 = x57972
-x57974 = x57973
-x57975 = x57974
-x57976 = x57975
-x57977 = x57976
-x57978 = x57977
-x57979 = x57978
-x57980 = x57979
-x57981 = x57980
-x57982 = x57981
-x57983 = x57982
-x57984 = x57983
-x57985 = x57984
-x57986 = x57985
-x57987 = x57986
-x57988 = x57987
-x57989 = x57988
-x57990 = x57989
-x57991 = x57990
-x57992 = x57991
-x57993 = x57992
-x57994 = x57993
-x57995 = x57994
-x57996 = x57995
-x57997 = x57996
-x57998 = x57997
-x57999 = x57998
-x58000 = x57999
-x58001 = x58000
-x58002 = x58001
-x58003 = x58002
-x58004 = x58003
-x58005 = x58004
-x58006 = x58005
-x58007 = x58006
-x58008 = x58007
-x58009 = x58008
-x58010 = x58009
-x58011 = x58010
-x58012 = x58011
-x58013 = x58012
-x58014 = x58013
-x58015 = x58014
-x58016 = x58015
-x58017 = x58016
-x58018 = x58017
-x58019 = x58018
-x58020 = x58019
-x58021 = x58020
-x58022 = x58021
-x58023 = x58022
-x58024 = x58023
-x58025 = x58024
-x58026 = x58025
-x58027 = x58026
-x58028 = x58027
-x58029 = x58028
-x58030 = x58029
-x58031 = x58030
-x58032 = x58031
-x58033 = x58032
-x58034 = x58033
-x58035 = x58034
-x58036 = x58035
-x58037 = x58036
-x58038 = x58037
-x58039 = x58038
-x58040 = x58039
-x58041 = x58040
-x58042 = x58041
-x58043 = x58042
-x58044 = x58043
-x58045 = x58044
-x58046 = x58045
-x58047 = x58046
-x58048 = x58047
-x58049 = x58048
-x58050 = x58049
-x58051 = x58050
-x58052 = x58051
-x58053 = x58052
-x58054 = x58053
-x58055 = x58054
-x58056 = x58055
-x58057 = x58056
-x58058 = x58057
-x58059 = x58058
-x58060 = x58059
-x58061 = x58060
-x58062 = x58061
-x58063 = x58062
-x58064 = x58063
-x58065 = x58064
-x58066 = x58065
-x58067 = x58066
-x58068 = x58067
-x58069 = x58068
-x58070 = x58069
-x58071 = x58070
-x58072 = x58071
-x58073 = x58072
-x58074 = x58073
-x58075 = x58074
-x58076 = x58075
-x58077 = x58076
-x58078 = x58077
-x58079 = x58078
-x58080 = x58079
-x58081 = x58080
-x58082 = x58081
-x58083 = x58082
-x58084 = x58083
-x58085 = x58084
-x58086 = x58085
-x58087 = x58086
-x58088 = x58087
-x58089 = x58088
-x58090 = x58089
-x58091 = x58090
-x58092 = x58091
-x58093 = x58092
-x58094 = x58093
-x58095 = x58094
-x58096 = x58095
-x58097 = x58096
-x58098 = x58097
-x58099 = x58098
-x58100 = x58099
-x58101 = x58100
-x58102 = x58101
-x58103 = x58102
-x58104 = x58103
-x58105 = x58104
-x58106 = x58105
-x58107 = x58106
-x58108 = x58107
-x58109 = x58108
-x58110 = x58109
-x58111 = x58110
-x58112 = x58111
-x58113 = x58112
-x58114 = x58113
-x58115 = x58114
-x58116 = x58115
-x58117 = x58116
-x58118 = x58117
-x58119 = x58118
-x58120 = x58119
-x58121 = x58120
-x58122 = x58121
-x58123 = x58122
-x58124 = x58123
-x58125 = x58124
-x58126 = x58125
-x58127 = x58126
-x58128 = x58127
-x58129 = x58128
-x58130 = x58129
-x58131 = x58130
-x58132 = x58131
-x58133 = x58132
-x58134 = x58133
-x58135 = x58134
-x58136 = x58135
-x58137 = x58136
-x58138 = x58137
-x58139 = x58138
-x58140 = x58139
-x58141 = x58140
-x58142 = x58141
-x58143 = x58142
-x58144 = x58143
-x58145 = x58144
-x58146 = x58145
-x58147 = x58146
-x58148 = x58147
-x58149 = x58148
-x58150 = x58149
-x58151 = x58150
-x58152 = x58151
-x58153 = x58152
-x58154 = x58153
-x58155 = x58154
-x58156 = x58155
-x58157 = x58156
-x58158 = x58157
-x58159 = x58158
-x58160 = x58159
-x58161 = x58160
-x58162 = x58161
-x58163 = x58162
-x58164 = x58163
-x58165 = x58164
-x58166 = x58165
-x58167 = x58166
-x58168 = x58167
-x58169 = x58168
-x58170 = x58169
-x58171 = x58170
-x58172 = x58171
-x58173 = x58172
-x58174 = x58173
-x58175 = x58174
-x58176 = x58175
-x58177 = x58176
-x58178 = x58177
-x58179 = x58178
-x58180 = x58179
-x58181 = x58180
-x58182 = x58181
-x58183 = x58182
-x58184 = x58183
-x58185 = x58184
-x58186 = x58185
-x58187 = x58186
-x58188 = x58187
-x58189 = x58188
-x58190 = x58189
-x58191 = x58190
-x58192 = x58191
-x58193 = x58192
-x58194 = x58193
-x58195 = x58194
-x58196 = x58195
-x58197 = x58196
-x58198 = x58197
-x58199 = x58198
-x58200 = x58199
-x58201 = x58200
-x58202 = x58201
-x58203 = x58202
-x58204 = x58203
-x58205 = x58204
-x58206 = x58205
-x58207 = x58206
-x58208 = x58207
-x58209 = x58208
-x58210 = x58209
-x58211 = x58210
-x58212 = x58211
-x58213 = x58212
-x58214 = x58213
-x58215 = x58214
-x58216 = x58215
-x58217 = x58216
-x58218 = x58217
-x58219 = x58218
-x58220 = x58219
-x58221 = x58220
-x58222 = x58221
-x58223 = x58222
-x58224 = x58223
-x58225 = x58224
-x58226 = x58225
-x58227 = x58226
-x58228 = x58227
-x58229 = x58228
-x58230 = x58229
-x58231 = x58230
-x58232 = x58231
-x58233 = x58232
-x58234 = x58233
-x58235 = x58234
-x58236 = x58235
-x58237 = x58236
-x58238 = x58237
-x58239 = x58238
-x58240 = x58239
-x58241 = x58240
-x58242 = x58241
-x58243 = x58242
-x58244 = x58243
-x58245 = x58244
-x58246 = x58245
-x58247 = x58246
-x58248 = x58247
-x58249 = x58248
-x58250 = x58249
-x58251 = x58250
-x58252 = x58251
-x58253 = x58252
-x58254 = x58253
-x58255 = x58254
-x58256 = x58255
-x58257 = x58256
-x58258 = x58257
-x58259 = x58258
-x58260 = x58259
-x58261 = x58260
-x58262 = x58261
-x58263 = x58262
-x58264 = x58263
-x58265 = x58264
-x58266 = x58265
-x58267 = x58266
-x58268 = x58267
-x58269 = x58268
-x58270 = x58269
-x58271 = x58270
-x58272 = x58271
-x58273 = x58272
-x58274 = x58273
-x58275 = x58274
-x58276 = x58275
-x58277 = x58276
-x58278 = x58277
-x58279 = x58278
-x58280 = x58279
-x58281 = x58280
-x58282 = x58281
-x58283 = x58282
-x58284 = x58283
-x58285 = x58284
-x58286 = x58285
-x58287 = x58286
-x58288 = x58287
-x58289 = x58288
-x58290 = x58289
-x58291 = x58290
-x58292 = x58291
-x58293 = x58292
-x58294 = x58293
-x58295 = x58294
-x58296 = x58295
-x58297 = x58296
-x58298 = x58297
-x58299 = x58298
-x58300 = x58299
-x58301 = x58300
-x58302 = x58301
-x58303 = x58302
-x58304 = x58303
-x58305 = x58304
-x58306 = x58305
-x58307 = x58306
-x58308 = x58307
-x58309 = x58308
-x58310 = x58309
-x58311 = x58310
-x58312 = x58311
-x58313 = x58312
-x58314 = x58313
-x58315 = x58314
-x58316 = x58315
-x58317 = x58316
-x58318 = x58317
-x58319 = x58318
-x58320 = x58319
-x58321 = x58320
-x58322 = x58321
-x58323 = x58322
-x58324 = x58323
-x58325 = x58324
-x58326 = x58325
-x58327 = x58326
-x58328 = x58327
-x58329 = x58328
-x58330 = x58329
-x58331 = x58330
-x58332 = x58331
-x58333 = x58332
-x58334 = x58333
-x58335 = x58334
-x58336 = x58335
-x58337 = x58336
-x58338 = x58337
-x58339 = x58338
-x58340 = x58339
-x58341 = x58340
-x58342 = x58341
-x58343 = x58342
-x58344 = x58343
-x58345 = x58344
-x58346 = x58345
-x58347 = x58346
-x58348 = x58347
-x58349 = x58348
-x58350 = x58349
-x58351 = x58350
-x58352 = x58351
-x58353 = x58352
-x58354 = x58353
-x58355 = x58354
-x58356 = x58355
-x58357 = x58356
-x58358 = x58357
-x58359 = x58358
-x58360 = x58359
-x58361 = x58360
-x58362 = x58361
-x58363 = x58362
-x58364 = x58363
-x58365 = x58364
-x58366 = x58365
-x58367 = x58366
-x58368 = x58367
-x58369 = x58368
-x58370 = x58369
-x58371 = x58370
-x58372 = x58371
-x58373 = x58372
-x58374 = x58373
-x58375 = x58374
-x58376 = x58375
-x58377 = x58376
-x58378 = x58377
-x58379 = x58378
-x58380 = x58379
-x58381 = x58380
-x58382 = x58381
-x58383 = x58382
-x58384 = x58383
-x58385 = x58384
-x58386 = x58385
-x58387 = x58386
-x58388 = x58387
-x58389 = x58388
-x58390 = x58389
-x58391 = x58390
-x58392 = x58391
-x58393 = x58392
-x58394 = x58393
-x58395 = x58394
-x58396 = x58395
-x58397 = x58396
-x58398 = x58397
-x58399 = x58398
-x58400 = x58399
-x58401 = x58400
-x58402 = x58401
-x58403 = x58402
-x58404 = x58403
-x58405 = x58404
-x58406 = x58405
-x58407 = x58406
-x58408 = x58407
-x58409 = x58408
-x58410 = x58409
-x58411 = x58410
-x58412 = x58411
-x58413 = x58412
-x58414 = x58413
-x58415 = x58414
-x58416 = x58415
-x58417 = x58416
-x58418 = x58417
-x58419 = x58418
-x58420 = x58419
-x58421 = x58420
-x58422 = x58421
-x58423 = x58422
-x58424 = x58423
-x58425 = x58424
-x58426 = x58425
-x58427 = x58426
-x58428 = x58427
-x58429 = x58428
-x58430 = x58429
-x58431 = x58430
-x58432 = x58431
-x58433 = x58432
-x58434 = x58433
-x58435 = x58434
-x58436 = x58435
-x58437 = x58436
-x58438 = x58437
-x58439 = x58438
-x58440 = x58439
-x58441 = x58440
-x58442 = x58441
-x58443 = x58442
-x58444 = x58443
-x58445 = x58444
-x58446 = x58445
-x58447 = x58446
-x58448 = x58447
-x58449 = x58448
-x58450 = x58449
-x58451 = x58450
-x58452 = x58451
-x58453 = x58452
-x58454 = x58453
-x58455 = x58454
-x58456 = x58455
-x58457 = x58456
-x58458 = x58457
-x58459 = x58458
-x58460 = x58459
-x58461 = x58460
-x58462 = x58461
-x58463 = x58462
-x58464 = x58463
-x58465 = x58464
-x58466 = x58465
-x58467 = x58466
-x58468 = x58467
-x58469 = x58468
-x58470 = x58469
-x58471 = x58470
-x58472 = x58471
-x58473 = x58472
-x58474 = x58473
-x58475 = x58474
-x58476 = x58475
-x58477 = x58476
-x58478 = x58477
-x58479 = x58478
-x58480 = x58479
-x58481 = x58480
-x58482 = x58481
-x58483 = x58482
-x58484 = x58483
-x58485 = x58484
-x58486 = x58485
-x58487 = x58486
-x58488 = x58487
-x58489 = x58488
-x58490 = x58489
-x58491 = x58490
-x58492 = x58491
-x58493 = x58492
-x58494 = x58493
-x58495 = x58494
-x58496 = x58495
-x58497 = x58496
-x58498 = x58497
-x58499 = x58498
-x58500 = x58499
-x58501 = x58500
-x58502 = x58501
-x58503 = x58502
-x58504 = x58503
-x58505 = x58504
-x58506 = x58505
-x58507 = x58506
-x58508 = x58507
-x58509 = x58508
-x58510 = x58509
-x58511 = x58510
-x58512 = x58511
-x58513 = x58512
-x58514 = x58513
-x58515 = x58514
-x58516 = x58515
-x58517 = x58516
-x58518 = x58517
-x58519 = x58518
-x58520 = x58519
-x58521 = x58520
-x58522 = x58521
-x58523 = x58522
-x58524 = x58523
-x58525 = x58524
-x58526 = x58525
-x58527 = x58526
-x58528 = x58527
-x58529 = x58528
-x58530 = x58529
-x58531 = x58530
-x58532 = x58531
-x58533 = x58532
-x58534 = x58533
-x58535 = x58534
-x58536 = x58535
-x58537 = x58536
-x58538 = x58537
-x58539 = x58538
-x58540 = x58539
-x58541 = x58540
-x58542 = x58541
-x58543 = x58542
-x58544 = x58543
-x58545 = x58544
-x58546 = x58545
-x58547 = x58546
-x58548 = x58547
-x58549 = x58548
-x58550 = x58549
-x58551 = x58550
-x58552 = x58551
-x58553 = x58552
-x58554 = x58553
-x58555 = x58554
-x58556 = x58555
-x58557 = x58556
-x58558 = x58557
-x58559 = x58558
-x58560 = x58559
-x58561 = x58560
-x58562 = x58561
-x58563 = x58562
-x58564 = x58563
-x58565 = x58564
-x58566 = x58565
-x58567 = x58566
-x58568 = x58567
-x58569 = x58568
-x58570 = x58569
-x58571 = x58570
-x58572 = x58571
-x58573 = x58572
-x58574 = x58573
-x58575 = x58574
-x58576 = x58575
-x58577 = x58576
-x58578 = x58577
-x58579 = x58578
-x58580 = x58579
-x58581 = x58580
-x58582 = x58581
-x58583 = x58582
-x58584 = x58583
-x58585 = x58584
-x58586 = x58585
-x58587 = x58586
-x58588 = x58587
-x58589 = x58588
-x58590 = x58589
-x58591 = x58590
-x58592 = x58591
-x58593 = x58592
-x58594 = x58593
-x58595 = x58594
-x58596 = x58595
-x58597 = x58596
-x58598 = x58597
-x58599 = x58598
-x58600 = x58599
-x58601 = x58600
-x58602 = x58601
-x58603 = x58602
-x58604 = x58603
-x58605 = x58604
-x58606 = x58605
-x58607 = x58606
-x58608 = x58607
-x58609 = x58608
-x58610 = x58609
-x58611 = x58610
-x58612 = x58611
-x58613 = x58612
-x58614 = x58613
-x58615 = x58614
-x58616 = x58615
-x58617 = x58616
-x58618 = x58617
-x58619 = x58618
-x58620 = x58619
-x58621 = x58620
-x58622 = x58621
-x58623 = x58622
-x58624 = x58623
-x58625 = x58624
-x58626 = x58625
-x58627 = x58626
-x58628 = x58627
-x58629 = x58628
-x58630 = x58629
-x58631 = x58630
-x58632 = x58631
-x58633 = x58632
-x58634 = x58633
-x58635 = x58634
-x58636 = x58635
-x58637 = x58636
-x58638 = x58637
-x58639 = x58638
-x58640 = x58639
-x58641 = x58640
-x58642 = x58641
-x58643 = x58642
-x58644 = x58643
-x58645 = x58644
-x58646 = x58645
-x58647 = x58646
-x58648 = x58647
-x58649 = x58648
-x58650 = x58649
-x58651 = x58650
-x58652 = x58651
-x58653 = x58652
-x58654 = x58653
-x58655 = x58654
-x58656 = x58655
-x58657 = x58656
-x58658 = x58657
-x58659 = x58658
-x58660 = x58659
-x58661 = x58660
-x58662 = x58661
-x58663 = x58662
-x58664 = x58663
-x58665 = x58664
-x58666 = x58665
-x58667 = x58666
-x58668 = x58667
-x58669 = x58668
-x58670 = x58669
-x58671 = x58670
-x58672 = x58671
-x58673 = x58672
-x58674 = x58673
-x58675 = x58674
-x58676 = x58675
-x58677 = x58676
-x58678 = x58677
-x58679 = x58678
-x58680 = x58679
-x58681 = x58680
-x58682 = x58681
-x58683 = x58682
-x58684 = x58683
-x58685 = x58684
-x58686 = x58685
-x58687 = x58686
-x58688 = x58687
-x58689 = x58688
-x58690 = x58689
-x58691 = x58690
-x58692 = x58691
-x58693 = x58692
-x58694 = x58693
-x58695 = x58694
-x58696 = x58695
-x58697 = x58696
-x58698 = x58697
-x58699 = x58698
-x58700 = x58699
-x58701 = x58700
-x58702 = x58701
-x58703 = x58702
-x58704 = x58703
-x58705 = x58704
-x58706 = x58705
-x58707 = x58706
-x58708 = x58707
-x58709 = x58708
-x58710 = x58709
-x58711 = x58710
-x58712 = x58711
-x58713 = x58712
-x58714 = x58713
-x58715 = x58714
-x58716 = x58715
-x58717 = x58716
-x58718 = x58717
-x58719 = x58718
-x58720 = x58719
-x58721 = x58720
-x58722 = x58721
-x58723 = x58722
-x58724 = x58723
-x58725 = x58724
-x58726 = x58725
-x58727 = x58726
-x58728 = x58727
-x58729 = x58728
-x58730 = x58729
-x58731 = x58730
-x58732 = x58731
-x58733 = x58732
-x58734 = x58733
-x58735 = x58734
-x58736 = x58735
-x58737 = x58736
-x58738 = x58737
-x58739 = x58738
-x58740 = x58739
-x58741 = x58740
-x58742 = x58741
-x58743 = x58742
-x58744 = x58743
-x58745 = x58744
-x58746 = x58745
-x58747 = x58746
-x58748 = x58747
-x58749 = x58748
-x58750 = x58749
-x58751 = x58750
-x58752 = x58751
-x58753 = x58752
-x58754 = x58753
-x58755 = x58754
-x58756 = x58755
-x58757 = x58756
-x58758 = x58757
-x58759 = x58758
-x58760 = x58759
-x58761 = x58760
-x58762 = x58761
-x58763 = x58762
-x58764 = x58763
-x58765 = x58764
-x58766 = x58765
-x58767 = x58766
-x58768 = x58767
-x58769 = x58768
-x58770 = x58769
-x58771 = x58770
-x58772 = x58771
-x58773 = x58772
-x58774 = x58773
-x58775 = x58774
-x58776 = x58775
-x58777 = x58776
-x58778 = x58777
-x58779 = x58778
-x58780 = x58779
-x58781 = x58780
-x58782 = x58781
-x58783 = x58782
-x58784 = x58783
-x58785 = x58784
-x58786 = x58785
-x58787 = x58786
-x58788 = x58787
-x58789 = x58788
-x58790 = x58789
-x58791 = x58790
-x58792 = x58791
-x58793 = x58792
-x58794 = x58793
-x58795 = x58794
-x58796 = x58795
-x58797 = x58796
-x58798 = x58797
-x58799 = x58798
-x58800 = x58799
-x58801 = x58800
-x58802 = x58801
-x58803 = x58802
-x58804 = x58803
-x58805 = x58804
-x58806 = x58805
-x58807 = x58806
-x58808 = x58807
-x58809 = x58808
-x58810 = x58809
-x58811 = x58810
-x58812 = x58811
-x58813 = x58812
-x58814 = x58813
-x58815 = x58814
-x58816 = x58815
-x58817 = x58816
-x58818 = x58817
-x58819 = x58818
-x58820 = x58819
-x58821 = x58820
-x58822 = x58821
-x58823 = x58822
-x58824 = x58823
-x58825 = x58824
-x58826 = x58825
-x58827 = x58826
-x58828 = x58827
-x58829 = x58828
-x58830 = x58829
-x58831 = x58830
-x58832 = x58831
-x58833 = x58832
-x58834 = x58833
-x58835 = x58834
-x58836 = x58835
-x58837 = x58836
-x58838 = x58837
-x58839 = x58838
-x58840 = x58839
-x58841 = x58840
-x58842 = x58841
-x58843 = x58842
-x58844 = x58843
-x58845 = x58844
-x58846 = x58845
-x58847 = x58846
-x58848 = x58847
-x58849 = x58848
-x58850 = x58849
-x58851 = x58850
-x58852 = x58851
-x58853 = x58852
-x58854 = x58853
-x58855 = x58854
-x58856 = x58855
-x58857 = x58856
-x58858 = x58857
-x58859 = x58858
-x58860 = x58859
-x58861 = x58860
-x58862 = x58861
-x58863 = x58862
-x58864 = x58863
-x58865 = x58864
-x58866 = x58865
-x58867 = x58866
-x58868 = x58867
-x58869 = x58868
-x58870 = x58869
-x58871 = x58870
-x58872 = x58871
-x58873 = x58872
-x58874 = x58873
-x58875 = x58874
-x58876 = x58875
-x58877 = x58876
-x58878 = x58877
-x58879 = x58878
-x58880 = x58879
-x58881 = x58880
-x58882 = x58881
-x58883 = x58882
-x58884 = x58883
-x58885 = x58884
-x58886 = x58885
-x58887 = x58886
-x58888 = x58887
-x58889 = x58888
-x58890 = x58889
-x58891 = x58890
-x58892 = x58891
-x58893 = x58892
-x58894 = x58893
-x58895 = x58894
-x58896 = x58895
-x58897 = x58896
-x58898 = x58897
-x58899 = x58898
-x58900 = x58899
-x58901 = x58900
-x58902 = x58901
-x58903 = x58902
-x58904 = x58903
-x58905 = x58904
-x58906 = x58905
-x58907 = x58906
-x58908 = x58907
-x58909 = x58908
-x58910 = x58909
-x58911 = x58910
-x58912 = x58911
-x58913 = x58912
-x58914 = x58913
-x58915 = x58914
-x58916 = x58915
-x58917 = x58916
-x58918 = x58917
-x58919 = x58918
-x58920 = x58919
-x58921 = x58920
-x58922 = x58921
-x58923 = x58922
-x58924 = x58923
-x58925 = x58924
-x58926 = x58925
-x58927 = x58926
-x58928 = x58927
-x58929 = x58928
-x58930 = x58929
-x58931 = x58930
-x58932 = x58931
-x58933 = x58932
-x58934 = x58933
-x58935 = x58934
-x58936 = x58935
-x58937 = x58936
-x58938 = x58937
-x58939 = x58938
-x58940 = x58939
-x58941 = x58940
-x58942 = x58941
-x58943 = x58942
-x58944 = x58943
-x58945 = x58944
-x58946 = x58945
-x58947 = x58946
-x58948 = x58947
-x58949 = x58948
-x58950 = x58949
-x58951 = x58950
-x58952 = x58951
-x58953 = x58952
-x58954 = x58953
-x58955 = x58954
-x58956 = x58955
-x58957 = x58956
-x58958 = x58957
-x58959 = x58958
-x58960 = x58959
-x58961 = x58960
-x58962 = x58961
-x58963 = x58962
-x58964 = x58963
-x58965 = x58964
-x58966 = x58965
-x58967 = x58966
-x58968 = x58967
-x58969 = x58968
-x58970 = x58969
-x58971 = x58970
-x58972 = x58971
-x58973 = x58972
-x58974 = x58973
-x58975 = x58974
-x58976 = x58975
-x58977 = x58976
-x58978 = x58977
-x58979 = x58978
-x58980 = x58979
-x58981 = x58980
-x58982 = x58981
-x58983 = x58982
-x58984 = x58983
-x58985 = x58984
-x58986 = x58985
-x58987 = x58986
-x58988 = x58987
-x58989 = x58988
-x58990 = x58989
-x58991 = x58990
-x58992 = x58991
-x58993 = x58992
-x58994 = x58993
-x58995 = x58994
-x58996 = x58995
-x58997 = x58996
-x58998 = x58997
-x58999 = x58998
-x59000 = x58999
-x59001 = x59000
-x59002 = x59001
-x59003 = x59002
-x59004 = x59003
-x59005 = x59004
-x59006 = x59005
-x59007 = x59006
-x59008 = x59007
-x59009 = x59008
-x59010 = x59009
-x59011 = x59010
-x59012 = x59011
-x59013 = x59012
-x59014 = x59013
-x59015 = x59014
-x59016 = x59015
-x59017 = x59016
-x59018 = x59017
-x59019 = x59018
-x59020 = x59019
-x59021 = x59020
-x59022 = x59021
-x59023 = x59022
-x59024 = x59023
-x59025 = x59024
-x59026 = x59025
-x59027 = x59026
-x59028 = x59027
-x59029 = x59028
-x59030 = x59029
-x59031 = x59030
-x59032 = x59031
-x59033 = x59032
-x59034 = x59033
-x59035 = x59034
-x59036 = x59035
-x59037 = x59036
-x59038 = x59037
-x59039 = x59038
-x59040 = x59039
-x59041 = x59040
-x59042 = x59041
-x59043 = x59042
-x59044 = x59043
-x59045 = x59044
-x59046 = x59045
-x59047 = x59046
-x59048 = x59047
-x59049 = x59048
-x59050 = x59049
-x59051 = x59050
-x59052 = x59051
-x59053 = x59052
-x59054 = x59053
-x59055 = x59054
-x59056 = x59055
-x59057 = x59056
-x59058 = x59057
-x59059 = x59058
-x59060 = x59059
-x59061 = x59060
-x59062 = x59061
-x59063 = x59062
-x59064 = x59063
-x59065 = x59064
-x59066 = x59065
-x59067 = x59066
-x59068 = x59067
-x59069 = x59068
-x59070 = x59069
-x59071 = x59070
-x59072 = x59071
-x59073 = x59072
-x59074 = x59073
-x59075 = x59074
-x59076 = x59075
-x59077 = x59076
-x59078 = x59077
-x59079 = x59078
-x59080 = x59079
-x59081 = x59080
-x59082 = x59081
-x59083 = x59082
-x59084 = x59083
-x59085 = x59084
-x59086 = x59085
-x59087 = x59086
-x59088 = x59087
-x59089 = x59088
-x59090 = x59089
-x59091 = x59090
-x59092 = x59091
-x59093 = x59092
-x59094 = x59093
-x59095 = x59094
-x59096 = x59095
-x59097 = x59096
-x59098 = x59097
-x59099 = x59098
-x59100 = x59099
-x59101 = x59100
-x59102 = x59101
-x59103 = x59102
-x59104 = x59103
-x59105 = x59104
-x59106 = x59105
-x59107 = x59106
-x59108 = x59107
-x59109 = x59108
-x59110 = x59109
-x59111 = x59110
-x59112 = x59111
-x59113 = x59112
-x59114 = x59113
-x59115 = x59114
-x59116 = x59115
-x59117 = x59116
-x59118 = x59117
-x59119 = x59118
-x59120 = x59119
-x59121 = x59120
-x59122 = x59121
-x59123 = x59122
-x59124 = x59123
-x59125 = x59124
-x59126 = x59125
-x59127 = x59126
-x59128 = x59127
-x59129 = x59128
-x59130 = x59129
-x59131 = x59130
-x59132 = x59131
-x59133 = x59132
-x59134 = x59133
-x59135 = x59134
-x59136 = x59135
-x59137 = x59136
-x59138 = x59137
-x59139 = x59138
-x59140 = x59139
-x59141 = x59140
-x59142 = x59141
-x59143 = x59142
-x59144 = x59143
-x59145 = x59144
-x59146 = x59145
-x59147 = x59146
-x59148 = x59147
-x59149 = x59148
-x59150 = x59149
-x59151 = x59150
-x59152 = x59151
-x59153 = x59152
-x59154 = x59153
-x59155 = x59154
-x59156 = x59155
-x59157 = x59156
-x59158 = x59157
-x59159 = x59158
-x59160 = x59159
-x59161 = x59160
-x59162 = x59161
-x59163 = x59162
-x59164 = x59163
-x59165 = x59164
-x59166 = x59165
-x59167 = x59166
-x59168 = x59167
-x59169 = x59168
-x59170 = x59169
-x59171 = x59170
-x59172 = x59171
-x59173 = x59172
-x59174 = x59173
-x59175 = x59174
-x59176 = x59175
-x59177 = x59176
-x59178 = x59177
-x59179 = x59178
-x59180 = x59179
-x59181 = x59180
-x59182 = x59181
-x59183 = x59182
-x59184 = x59183
-x59185 = x59184
-x59186 = x59185
-x59187 = x59186
-x59188 = x59187
-x59189 = x59188
-x59190 = x59189
-x59191 = x59190
-x59192 = x59191
-x59193 = x59192
-x59194 = x59193
-x59195 = x59194
-x59196 = x59195
-x59197 = x59196
-x59198 = x59197
-x59199 = x59198
-x59200 = x59199
-x59201 = x59200
-x59202 = x59201
-x59203 = x59202
-x59204 = x59203
-x59205 = x59204
-x59206 = x59205
-x59207 = x59206
-x59208 = x59207
-x59209 = x59208
-x59210 = x59209
-x59211 = x59210
-x59212 = x59211
-x59213 = x59212
-x59214 = x59213
-x59215 = x59214
-x59216 = x59215
-x59217 = x59216
-x59218 = x59217
-x59219 = x59218
-x59220 = x59219
-x59221 = x59220
-x59222 = x59221
-x59223 = x59222
-x59224 = x59223
-x59225 = x59224
-x59226 = x59225
-x59227 = x59226
-x59228 = x59227
-x59229 = x59228
-x59230 = x59229
-x59231 = x59230
-x59232 = x59231
-x59233 = x59232
-x59234 = x59233
-x59235 = x59234
-x59236 = x59235
-x59237 = x59236
-x59238 = x59237
-x59239 = x59238
-x59240 = x59239
-x59241 = x59240
-x59242 = x59241
-x59243 = x59242
-x59244 = x59243
-x59245 = x59244
-x59246 = x59245
-x59247 = x59246
-x59248 = x59247
-x59249 = x59248
-x59250 = x59249
-x59251 = x59250
-x59252 = x59251
-x59253 = x59252
-x59254 = x59253
-x59255 = x59254
-x59256 = x59255
-x59257 = x59256
-x59258 = x59257
-x59259 = x59258
-x59260 = x59259
-x59261 = x59260
-x59262 = x59261
-x59263 = x59262
-x59264 = x59263
-x59265 = x59264
-x59266 = x59265
-x59267 = x59266
-x59268 = x59267
-x59269 = x59268
-x59270 = x59269
-x59271 = x59270
-x59272 = x59271
-x59273 = x59272
-x59274 = x59273
-x59275 = x59274
-x59276 = x59275
-x59277 = x59276
-x59278 = x59277
-x59279 = x59278
-x59280 = x59279
-x59281 = x59280
-x59282 = x59281
-x59283 = x59282
-x59284 = x59283
-x59285 = x59284
-x59286 = x59285
-x59287 = x59286
-x59288 = x59287
-x59289 = x59288
-x59290 = x59289
-x59291 = x59290
-x59292 = x59291
-x59293 = x59292
-x59294 = x59293
-x59295 = x59294
-x59296 = x59295
-x59297 = x59296
-x59298 = x59297
-x59299 = x59298
-x59300 = x59299
-x59301 = x59300
-x59302 = x59301
-x59303 = x59302
-x59304 = x59303
-x59305 = x59304
-x59306 = x59305
-x59307 = x59306
-x59308 = x59307
-x59309 = x59308
-x59310 = x59309
-x59311 = x59310
-x59312 = x59311
-x59313 = x59312
-x59314 = x59313
-x59315 = x59314
-x59316 = x59315
-x59317 = x59316
-x59318 = x59317
-x59319 = x59318
-x59320 = x59319
-x59321 = x59320
-x59322 = x59321
-x59323 = x59322
-x59324 = x59323
-x59325 = x59324
-x59326 = x59325
-x59327 = x59326
-x59328 = x59327
-x59329 = x59328
-x59330 = x59329
-x59331 = x59330
-x59332 = x59331
-x59333 = x59332
-x59334 = x59333
-x59335 = x59334
-x59336 = x59335
-x59337 = x59336
-x59338 = x59337
-x59339 = x59338
-x59340 = x59339
-x59341 = x59340
-x59342 = x59341
-x59343 = x59342
-x59344 = x59343
-x59345 = x59344
-x59346 = x59345
-x59347 = x59346
-x59348 = x59347
-x59349 = x59348
-x59350 = x59349
-x59351 = x59350
-x59352 = x59351
-x59353 = x59352
-x59354 = x59353
-x59355 = x59354
-x59356 = x59355
-x59357 = x59356
-x59358 = x59357
-x59359 = x59358
-x59360 = x59359
-x59361 = x59360
-x59362 = x59361
-x59363 = x59362
-x59364 = x59363
-x59365 = x59364
-x59366 = x59365
-x59367 = x59366
-x59368 = x59367
-x59369 = x59368
-x59370 = x59369
-x59371 = x59370
-x59372 = x59371
-x59373 = x59372
-x59374 = x59373
-x59375 = x59374
-x59376 = x59375
-x59377 = x59376
-x59378 = x59377
-x59379 = x59378
-x59380 = x59379
-x59381 = x59380
-x59382 = x59381
-x59383 = x59382
-x59384 = x59383
-x59385 = x59384
-x59386 = x59385
-x59387 = x59386
-x59388 = x59387
-x59389 = x59388
-x59390 = x59389
-x59391 = x59390
-x59392 = x59391
-x59393 = x59392
-x59394 = x59393
-x59395 = x59394
-x59396 = x59395
-x59397 = x59396
-x59398 = x59397
-x59399 = x59398
-x59400 = x59399
-x59401 = x59400
-x59402 = x59401
-x59403 = x59402
-x59404 = x59403
-x59405 = x59404
-x59406 = x59405
-x59407 = x59406
-x59408 = x59407
-x59409 = x59408
-x59410 = x59409
-x59411 = x59410
-x59412 = x59411
-x59413 = x59412
-x59414 = x59413
-x59415 = x59414
-x59416 = x59415
-x59417 = x59416
-x59418 = x59417
-x59419 = x59418
-x59420 = x59419
-x59421 = x59420
-x59422 = x59421
-x59423 = x59422
-x59424 = x59423
-x59425 = x59424
-x59426 = x59425
-x59427 = x59426
-x59428 = x59427
-x59429 = x59428
-x59430 = x59429
-x59431 = x59430
-x59432 = x59431
-x59433 = x59432
-x59434 = x59433
-x59435 = x59434
-x59436 = x59435
-x59437 = x59436
-x59438 = x59437
-x59439 = x59438
-x59440 = x59439
-x59441 = x59440
-x59442 = x59441
-x59443 = x59442
-x59444 = x59443
-x59445 = x59444
-x59446 = x59445
-x59447 = x59446
-x59448 = x59447
-x59449 = x59448
-x59450 = x59449
-x59451 = x59450
-x59452 = x59451
-x59453 = x59452
-x59454 = x59453
-x59455 = x59454
-x59456 = x59455
-x59457 = x59456
-x59458 = x59457
-x59459 = x59458
-x59460 = x59459
-x59461 = x59460
-x59462 = x59461
-x59463 = x59462
-x59464 = x59463
-x59465 = x59464
-x59466 = x59465
-x59467 = x59466
-x59468 = x59467
-x59469 = x59468
-x59470 = x59469
-x59471 = x59470
-x59472 = x59471
-x59473 = x59472
-x59474 = x59473
-x59475 = x59474
-x59476 = x59475
-x59477 = x59476
-x59478 = x59477
-x59479 = x59478
-x59480 = x59479
-x59481 = x59480
-x59482 = x59481
-x59483 = x59482
-x59484 = x59483
-x59485 = x59484
-x59486 = x59485
-x59487 = x59486
-x59488 = x59487
-x59489 = x59488
-x59490 = x59489
-x59491 = x59490
-x59492 = x59491
-x59493 = x59492
-x59494 = x59493
-x59495 = x59494
-x59496 = x59495
-x59497 = x59496
-x59498 = x59497
-x59499 = x59498
-x59500 = x59499
-x59501 = x59500
-x59502 = x59501
-x59503 = x59502
-x59504 = x59503
-x59505 = x59504
-x59506 = x59505
-x59507 = x59506
-x59508 = x59507
-x59509 = x59508
-x59510 = x59509
-x59511 = x59510
-x59512 = x59511
-x59513 = x59512
-x59514 = x59513
-x59515 = x59514
-x59516 = x59515
-x59517 = x59516
-x59518 = x59517
-x59519 = x59518
-x59520 = x59519
-x59521 = x59520
-x59522 = x59521
-x59523 = x59522
-x59524 = x59523
-x59525 = x59524
-x59526 = x59525
-x59527 = x59526
-x59528 = x59527
-x59529 = x59528
-x59530 = x59529
-x59531 = x59530
-x59532 = x59531
-x59533 = x59532
-x59534 = x59533
-x59535 = x59534
-x59536 = x59535
-x59537 = x59536
-x59538 = x59537
-x59539 = x59538
-x59540 = x59539
-x59541 = x59540
-x59542 = x59541
-x59543 = x59542
-x59544 = x59543
-x59545 = x59544
-x59546 = x59545
-x59547 = x59546
-x59548 = x59547
-x59549 = x59548
-x59550 = x59549
-x59551 = x59550
-x59552 = x59551
-x59553 = x59552
-x59554 = x59553
-x59555 = x59554
-x59556 = x59555
-x59557 = x59556
-x59558 = x59557
-x59559 = x59558
-x59560 = x59559
-x59561 = x59560
-x59562 = x59561
-x59563 = x59562
-x59564 = x59563
-x59565 = x59564
-x59566 = x59565
-x59567 = x59566
-x59568 = x59567
-x59569 = x59568
-x59570 = x59569
-x59571 = x59570
-x59572 = x59571
-x59573 = x59572
-x59574 = x59573
-x59575 = x59574
-x59576 = x59575
-x59577 = x59576
-x59578 = x59577
-x59579 = x59578
-x59580 = x59579
-x59581 = x59580
-x59582 = x59581
-x59583 = x59582
-x59584 = x59583
-x59585 = x59584
-x59586 = x59585
-x59587 = x59586
-x59588 = x59587
-x59589 = x59588
-x59590 = x59589
-x59591 = x59590
-x59592 = x59591
-x59593 = x59592
-x59594 = x59593
-x59595 = x59594
-x59596 = x59595
-x59597 = x59596
-x59598 = x59597
-x59599 = x59598
-x59600 = x59599
-x59601 = x59600
-x59602 = x59601
-x59603 = x59602
-x59604 = x59603
-x59605 = x59604
-x59606 = x59605
-x59607 = x59606
-x59608 = x59607
-x59609 = x59608
-x59610 = x59609
-x59611 = x59610
-x59612 = x59611
-x59613 = x59612
-x59614 = x59613
-x59615 = x59614
-x59616 = x59615
-x59617 = x59616
-x59618 = x59617
-x59619 = x59618
-x59620 = x59619
-x59621 = x59620
-x59622 = x59621
-x59623 = x59622
-x59624 = x59623
-x59625 = x59624
-x59626 = x59625
-x59627 = x59626
-x59628 = x59627
-x59629 = x59628
-x59630 = x59629
-x59631 = x59630
-x59632 = x59631
-x59633 = x59632
-x59634 = x59633
-x59635 = x59634
-x59636 = x59635
-x59637 = x59636
-x59638 = x59637
-x59639 = x59638
-x59640 = x59639
-x59641 = x59640
-x59642 = x59641
-x59643 = x59642
-x59644 = x59643
-x59645 = x59644
-x59646 = x59645
-x59647 = x59646
-x59648 = x59647
-x59649 = x59648
-x59650 = x59649
-x59651 = x59650
-x59652 = x59651
-x59653 = x59652
-x59654 = x59653
-x59655 = x59654
-x59656 = x59655
-x59657 = x59656
-x59658 = x59657
-x59659 = x59658
-x59660 = x59659
-x59661 = x59660
-x59662 = x59661
-x59663 = x59662
-x59664 = x59663
-x59665 = x59664
-x59666 = x59665
-x59667 = x59666
-x59668 = x59667
-x59669 = x59668
-x59670 = x59669
-x59671 = x59670
-x59672 = x59671
-x59673 = x59672
-x59674 = x59673
-x59675 = x59674
-x59676 = x59675
-x59677 = x59676
-x59678 = x59677
-x59679 = x59678
-x59680 = x59679
-x59681 = x59680
-x59682 = x59681
-x59683 = x59682
-x59684 = x59683
-x59685 = x59684
-x59686 = x59685
-x59687 = x59686
-x59688 = x59687
-x59689 = x59688
-x59690 = x59689
-x59691 = x59690
-x59692 = x59691
-x59693 = x59692
-x59694 = x59693
-x59695 = x59694
-x59696 = x59695
-x59697 = x59696
-x59698 = x59697
-x59699 = x59698
-x59700 = x59699
-x59701 = x59700
-x59702 = x59701
-x59703 = x59702
-x59704 = x59703
-x59705 = x59704
-x59706 = x59705
-x59707 = x59706
-x59708 = x59707
-x59709 = x59708
-x59710 = x59709
-x59711 = x59710
-x59712 = x59711
-x59713 = x59712
-x59714 = x59713
-x59715 = x59714
-x59716 = x59715
-x59717 = x59716
-x59718 = x59717
-x59719 = x59718
-x59720 = x59719
-x59721 = x59720
-x59722 = x59721
-x59723 = x59722
-x59724 = x59723
-x59725 = x59724
-x59726 = x59725
-x59727 = x59726
-x59728 = x59727
-x59729 = x59728
-x59730 = x59729
-x59731 = x59730
-x59732 = x59731
-x59733 = x59732
-x59734 = x59733
-x59735 = x59734
-x59736 = x59735
-x59737 = x59736
-x59738 = x59737
-x59739 = x59738
-x59740 = x59739
-x59741 = x59740
-x59742 = x59741
-x59743 = x59742
-x59744 = x59743
-x59745 = x59744
-x59746 = x59745
-x59747 = x59746
-x59748 = x59747
-x59749 = x59748
-x59750 = x59749
-x59751 = x59750
-x59752 = x59751
-x59753 = x59752
-x59754 = x59753
-x59755 = x59754
-x59756 = x59755
-x59757 = x59756
-x59758 = x59757
-x59759 = x59758
-x59760 = x59759
-x59761 = x59760
-x59762 = x59761
-x59763 = x59762
-x59764 = x59763
-x59765 = x59764
-x59766 = x59765
-x59767 = x59766
-x59768 = x59767
-x59769 = x59768
-x59770 = x59769
-x59771 = x59770
-x59772 = x59771
-x59773 = x59772
-x59774 = x59773
-x59775 = x59774
-x59776 = x59775
-x59777 = x59776
-x59778 = x59777
-x59779 = x59778
-x59780 = x59779
-x59781 = x59780
-x59782 = x59781
-x59783 = x59782
-x59784 = x59783
-x59785 = x59784
-x59786 = x59785
-x59787 = x59786
-x59788 = x59787
-x59789 = x59788
-x59790 = x59789
-x59791 = x59790
-x59792 = x59791
-x59793 = x59792
-x59794 = x59793
-x59795 = x59794
-x59796 = x59795
-x59797 = x59796
-x59798 = x59797
-x59799 = x59798
-x59800 = x59799
-x59801 = x59800
-x59802 = x59801
-x59803 = x59802
-x59804 = x59803
-x59805 = x59804
-x59806 = x59805
-x59807 = x59806
-x59808 = x59807
-x59809 = x59808
-x59810 = x59809
-x59811 = x59810
-x59812 = x59811
-x59813 = x59812
-x59814 = x59813
-x59815 = x59814
-x59816 = x59815
-x59817 = x59816
-x59818 = x59817
-x59819 = x59818
-x59820 = x59819
-x59821 = x59820
-x59822 = x59821
-x59823 = x59822
-x59824 = x59823
-x59825 = x59824
-x59826 = x59825
-x59827 = x59826
-x59828 = x59827
-x59829 = x59828
-x59830 = x59829
-x59831 = x59830
-x59832 = x59831
-x59833 = x59832
-x59834 = x59833
-x59835 = x59834
-x59836 = x59835
-x59837 = x59836
-x59838 = x59837
-x59839 = x59838
-x59840 = x59839
-x59841 = x59840
-x59842 = x59841
-x59843 = x59842
-x59844 = x59843
-x59845 = x59844
-x59846 = x59845
-x59847 = x59846
-x59848 = x59847
-x59849 = x59848
-x59850 = x59849
-x59851 = x59850
-x59852 = x59851
-x59853 = x59852
-x59854 = x59853
-x59855 = x59854
-x59856 = x59855
-x59857 = x59856
-x59858 = x59857
-x59859 = x59858
-x59860 = x59859
-x59861 = x59860
-x59862 = x59861
-x59863 = x59862
-x59864 = x59863
-x59865 = x59864
-x59866 = x59865
-x59867 = x59866
-x59868 = x59867
-x59869 = x59868
-x59870 = x59869
-x59871 = x59870
-x59872 = x59871
-x59873 = x59872
-x59874 = x59873
-x59875 = x59874
-x59876 = x59875
-x59877 = x59876
-x59878 = x59877
-x59879 = x59878
-x59880 = x59879
-x59881 = x59880
-x59882 = x59881
-x59883 = x59882
-x59884 = x59883
-x59885 = x59884
-x59886 = x59885
-x59887 = x59886
-x59888 = x59887
-x59889 = x59888
-x59890 = x59889
-x59891 = x59890
-x59892 = x59891
-x59893 = x59892
-x59894 = x59893
-x59895 = x59894
-x59896 = x59895
-x59897 = x59896
-x59898 = x59897
-x59899 = x59898
-x59900 = x59899
-x59901 = x59900
-x59902 = x59901
-x59903 = x59902
-x59904 = x59903
-x59905 = x59904
-x59906 = x59905
-x59907 = x59906
-x59908 = x59907
-x59909 = x59908
-x59910 = x59909
-x59911 = x59910
-x59912 = x59911
-x59913 = x59912
-x59914 = x59913
-x59915 = x59914
-x59916 = x59915
-x59917 = x59916
-x59918 = x59917
-x59919 = x59918
-x59920 = x59919
-x59921 = x59920
-x59922 = x59921
-x59923 = x59922
-x59924 = x59923
-x59925 = x59924
-x59926 = x59925
-x59927 = x59926
-x59928 = x59927
-x59929 = x59928
-x59930 = x59929
-x59931 = x59930
-x59932 = x59931
-x59933 = x59932
-x59934 = x59933
-x59935 = x59934
-x59936 = x59935
-x59937 = x59936
-x59938 = x59937
-x59939 = x59938
-x59940 = x59939
-x59941 = x59940
-x59942 = x59941
-x59943 = x59942
-x59944 = x59943
-x59945 = x59944
-x59946 = x59945
-x59947 = x59946
-x59948 = x59947
-x59949 = x59948
-x59950 = x59949
-x59951 = x59950
-x59952 = x59951
-x59953 = x59952
-x59954 = x59953
-x59955 = x59954
-x59956 = x59955
-x59957 = x59956
-x59958 = x59957
-x59959 = x59958
-x59960 = x59959
-x59961 = x59960
-x59962 = x59961
-x59963 = x59962
-x59964 = x59963
-x59965 = x59964
-x59966 = x59965
-x59967 = x59966
-x59968 = x59967
-x59969 = x59968
-x59970 = x59969
-x59971 = x59970
-x59972 = x59971
-x59973 = x59972
-x59974 = x59973
-x59975 = x59974
-x59976 = x59975
-x59977 = x59976
-x59978 = x59977
-x59979 = x59978
-x59980 = x59979
-x59981 = x59980
-x59982 = x59981
-x59983 = x59982
-x59984 = x59983
-x59985 = x59984
-x59986 = x59985
-x59987 = x59986
-x59988 = x59987
-x59989 = x59988
-x59990 = x59989
-x59991 = x59990
-x59992 = x59991
-x59993 = x59992
-x59994 = x59993
-x59995 = x59994
-x59996 = x59995
-x59997 = x59996
-x59998 = x59997
-x59999 = x59998
-x60000 = x59999
-x60001 = x60000
-x60002 = x60001
-x60003 = x60002
-x60004 = x60003
-x60005 = x60004
-x60006 = x60005
-x60007 = x60006
-x60008 = x60007
-x60009 = x60008
-x60010 = x60009
-x60011 = x60010
-x60012 = x60011
-x60013 = x60012
-x60014 = x60013
-x60015 = x60014
-x60016 = x60015
-x60017 = x60016
-x60018 = x60017
-x60019 = x60018
-x60020 = x60019
-x60021 = x60020
-x60022 = x60021
-x60023 = x60022
-x60024 = x60023
-x60025 = x60024
-x60026 = x60025
-x60027 = x60026
-x60028 = x60027
-x60029 = x60028
-x60030 = x60029
-x60031 = x60030
-x60032 = x60031
-x60033 = x60032
-x60034 = x60033
-x60035 = x60034
-x60036 = x60035
-x60037 = x60036
-x60038 = x60037
-x60039 = x60038
-x60040 = x60039
-x60041 = x60040
-x60042 = x60041
-x60043 = x60042
-x60044 = x60043
-x60045 = x60044
-x60046 = x60045
-x60047 = x60046
-x60048 = x60047
-x60049 = x60048
-x60050 = x60049
-x60051 = x60050
-x60052 = x60051
-x60053 = x60052
-x60054 = x60053
-x60055 = x60054
-x60056 = x60055
-x60057 = x60056
-x60058 = x60057
-x60059 = x60058
-x60060 = x60059
-x60061 = x60060
-x60062 = x60061
-x60063 = x60062
-x60064 = x60063
-x60065 = x60064
-x60066 = x60065
-x60067 = x60066
-x60068 = x60067
-x60069 = x60068
-x60070 = x60069
-x60071 = x60070
-x60072 = x60071
-x60073 = x60072
-x60074 = x60073
-x60075 = x60074
-x60076 = x60075
-x60077 = x60076
-x60078 = x60077
-x60079 = x60078
-x60080 = x60079
-x60081 = x60080
-x60082 = x60081
-x60083 = x60082
-x60084 = x60083
-x60085 = x60084
-x60086 = x60085
-x60087 = x60086
-x60088 = x60087
-x60089 = x60088
-x60090 = x60089
-x60091 = x60090
-x60092 = x60091
-x60093 = x60092
-x60094 = x60093
-x60095 = x60094
-x60096 = x60095
-x60097 = x60096
-x60098 = x60097
-x60099 = x60098
-x60100 = x60099
-x60101 = x60100
-x60102 = x60101
-x60103 = x60102
-x60104 = x60103
-x60105 = x60104
-x60106 = x60105
-x60107 = x60106
-x60108 = x60107
-x60109 = x60108
-x60110 = x60109
-x60111 = x60110
-x60112 = x60111
-x60113 = x60112
-x60114 = x60113
-x60115 = x60114
-x60116 = x60115
-x60117 = x60116
-x60118 = x60117
-x60119 = x60118
-x60120 = x60119
-x60121 = x60120
-x60122 = x60121
-x60123 = x60122
-x60124 = x60123
-x60125 = x60124
-x60126 = x60125
-x60127 = x60126
-x60128 = x60127
-x60129 = x60128
-x60130 = x60129
-x60131 = x60130
-x60132 = x60131
-x60133 = x60132
-x60134 = x60133
-x60135 = x60134
-x60136 = x60135
-x60137 = x60136
-x60138 = x60137
-x60139 = x60138
-x60140 = x60139
-x60141 = x60140
-x60142 = x60141
-x60143 = x60142
-x60144 = x60143
-x60145 = x60144
-x60146 = x60145
-x60147 = x60146
-x60148 = x60147
-x60149 = x60148
-x60150 = x60149
-x60151 = x60150
-x60152 = x60151
-x60153 = x60152
-x60154 = x60153
-x60155 = x60154
-x60156 = x60155
-x60157 = x60156
-x60158 = x60157
-x60159 = x60158
-x60160 = x60159
-x60161 = x60160
-x60162 = x60161
-x60163 = x60162
-x60164 = x60163
-x60165 = x60164
-x60166 = x60165
-x60167 = x60166
-x60168 = x60167
-x60169 = x60168
-x60170 = x60169
-x60171 = x60170
-x60172 = x60171
-x60173 = x60172
-x60174 = x60173
-x60175 = x60174
-x60176 = x60175
-x60177 = x60176
-x60178 = x60177
-x60179 = x60178
-x60180 = x60179
-x60181 = x60180
-x60182 = x60181
-x60183 = x60182
-x60184 = x60183
-x60185 = x60184
-x60186 = x60185
-x60187 = x60186
-x60188 = x60187
-x60189 = x60188
-x60190 = x60189
-x60191 = x60190
-x60192 = x60191
-x60193 = x60192
-x60194 = x60193
-x60195 = x60194
-x60196 = x60195
-x60197 = x60196
-x60198 = x60197
-x60199 = x60198
-x60200 = x60199
-x60201 = x60200
-x60202 = x60201
-x60203 = x60202
-x60204 = x60203
-x60205 = x60204
-x60206 = x60205
-x60207 = x60206
-x60208 = x60207
-x60209 = x60208
-x60210 = x60209
-x60211 = x60210
-x60212 = x60211
-x60213 = x60212
-x60214 = x60213
-x60215 = x60214
-x60216 = x60215
-x60217 = x60216
-x60218 = x60217
-x60219 = x60218
-x60220 = x60219
-x60221 = x60220
-x60222 = x60221
-x60223 = x60222
-x60224 = x60223
-x60225 = x60224
-x60226 = x60225
-x60227 = x60226
-x60228 = x60227
-x60229 = x60228
-x60230 = x60229
-x60231 = x60230
-x60232 = x60231
-x60233 = x60232
-x60234 = x60233
-x60235 = x60234
-x60236 = x60235
-x60237 = x60236
-x60238 = x60237
-x60239 = x60238
-x60240 = x60239
-x60241 = x60240
-x60242 = x60241
-x60243 = x60242
-x60244 = x60243
-x60245 = x60244
-x60246 = x60245
-x60247 = x60246
-x60248 = x60247
-x60249 = x60248
-x60250 = x60249
-x60251 = x60250
-x60252 = x60251
-x60253 = x60252
-x60254 = x60253
-x60255 = x60254
-x60256 = x60255
-x60257 = x60256
-x60258 = x60257
-x60259 = x60258
-x60260 = x60259
-x60261 = x60260
-x60262 = x60261
-x60263 = x60262
-x60264 = x60263
-x60265 = x60264
-x60266 = x60265
-x60267 = x60266
-x60268 = x60267
-x60269 = x60268
-x60270 = x60269
-x60271 = x60270
-x60272 = x60271
-x60273 = x60272
-x60274 = x60273
-x60275 = x60274
-x60276 = x60275
-x60277 = x60276
-x60278 = x60277
-x60279 = x60278
-x60280 = x60279
-x60281 = x60280
-x60282 = x60281
-x60283 = x60282
-x60284 = x60283
-x60285 = x60284
-x60286 = x60285
-x60287 = x60286
-x60288 = x60287
-x60289 = x60288
-x60290 = x60289
-x60291 = x60290
-x60292 = x60291
-x60293 = x60292
-x60294 = x60293
-x60295 = x60294
-x60296 = x60295
-x60297 = x60296
-x60298 = x60297
-x60299 = x60298
-x60300 = x60299
-x60301 = x60300
-x60302 = x60301
-x60303 = x60302
-x60304 = x60303
-x60305 = x60304
-x60306 = x60305
-x60307 = x60306
-x60308 = x60307
-x60309 = x60308
-x60310 = x60309
-x60311 = x60310
-x60312 = x60311
-x60313 = x60312
-x60314 = x60313
-x60315 = x60314
-x60316 = x60315
-x60317 = x60316
-x60318 = x60317
-x60319 = x60318
-x60320 = x60319
-x60321 = x60320
-x60322 = x60321
-x60323 = x60322
-x60324 = x60323
-x60325 = x60324
-x60326 = x60325
-x60327 = x60326
-x60328 = x60327
-x60329 = x60328
-x60330 = x60329
-x60331 = x60330
-x60332 = x60331
-x60333 = x60332
-x60334 = x60333
-x60335 = x60334
-x60336 = x60335
-x60337 = x60336
-x60338 = x60337
-x60339 = x60338
-x60340 = x60339
-x60341 = x60340
-x60342 = x60341
-x60343 = x60342
-x60344 = x60343
-x60345 = x60344
-x60346 = x60345
-x60347 = x60346
-x60348 = x60347
-x60349 = x60348
-x60350 = x60349
-x60351 = x60350
-x60352 = x60351
-x60353 = x60352
-x60354 = x60353
-x60355 = x60354
-x60356 = x60355
-x60357 = x60356
-x60358 = x60357
-x60359 = x60358
-x60360 = x60359
-x60361 = x60360
-x60362 = x60361
-x60363 = x60362
-x60364 = x60363
-x60365 = x60364
-x60366 = x60365
-x60367 = x60366
-x60368 = x60367
-x60369 = x60368
-x60370 = x60369
-x60371 = x60370
-x60372 = x60371
-x60373 = x60372
-x60374 = x60373
-x60375 = x60374
-x60376 = x60375
-x60377 = x60376
-x60378 = x60377
-x60379 = x60378
-x60380 = x60379
-x60381 = x60380
-x60382 = x60381
-x60383 = x60382
-x60384 = x60383
-x60385 = x60384
-x60386 = x60385
-x60387 = x60386
-x60388 = x60387
-x60389 = x60388
-x60390 = x60389
-x60391 = x60390
-x60392 = x60391
-x60393 = x60392
-x60394 = x60393
-x60395 = x60394
-x60396 = x60395
-x60397 = x60396
-x60398 = x60397
-x60399 = x60398
-x60400 = x60399
-x60401 = x60400
-x60402 = x60401
-x60403 = x60402
-x60404 = x60403
-x60405 = x60404
-x60406 = x60405
-x60407 = x60406
-x60408 = x60407
-x60409 = x60408
-x60410 = x60409
-x60411 = x60410
-x60412 = x60411
-x60413 = x60412
-x60414 = x60413
-x60415 = x60414
-x60416 = x60415
-x60417 = x60416
-x60418 = x60417
-x60419 = x60418
-x60420 = x60419
-x60421 = x60420
-x60422 = x60421
-x60423 = x60422
-x60424 = x60423
-x60425 = x60424
-x60426 = x60425
-x60427 = x60426
-x60428 = x60427
-x60429 = x60428
-x60430 = x60429
-x60431 = x60430
-x60432 = x60431
-x60433 = x60432
-x60434 = x60433
-x60435 = x60434
-x60436 = x60435
-x60437 = x60436
-x60438 = x60437
-x60439 = x60438
-x60440 = x60439
-x60441 = x60440
-x60442 = x60441
-x60443 = x60442
-x60444 = x60443
-x60445 = x60444
-x60446 = x60445
-x60447 = x60446
-x60448 = x60447
-x60449 = x60448
-x60450 = x60449
-x60451 = x60450
-x60452 = x60451
-x60453 = x60452
-x60454 = x60453
-x60455 = x60454
-x60456 = x60455
-x60457 = x60456
-x60458 = x60457
-x60459 = x60458
-x60460 = x60459
-x60461 = x60460
-x60462 = x60461
-x60463 = x60462
-x60464 = x60463
-x60465 = x60464
-x60466 = x60465
-x60467 = x60466
-x60468 = x60467
-x60469 = x60468
-x60470 = x60469
-x60471 = x60470
-x60472 = x60471
-x60473 = x60472
-x60474 = x60473
-x60475 = x60474
-x60476 = x60475
-x60477 = x60476
-x60478 = x60477
-x60479 = x60478
-x60480 = x60479
-x60481 = x60480
-x60482 = x60481
-x60483 = x60482
-x60484 = x60483
-x60485 = x60484
-x60486 = x60485
-x60487 = x60486
-x60488 = x60487
-x60489 = x60488
-x60490 = x60489
-x60491 = x60490
-x60492 = x60491
-x60493 = x60492
-x60494 = x60493
-x60495 = x60494
-x60496 = x60495
-x60497 = x60496
-x60498 = x60497
-x60499 = x60498
-x60500 = x60499
-x60501 = x60500
-x60502 = x60501
-x60503 = x60502
-x60504 = x60503
-x60505 = x60504
-x60506 = x60505
-x60507 = x60506
-x60508 = x60507
-x60509 = x60508
-x60510 = x60509
-x60511 = x60510
-x60512 = x60511
-x60513 = x60512
-x60514 = x60513
-x60515 = x60514
-x60516 = x60515
-x60517 = x60516
-x60518 = x60517
-x60519 = x60518
-x60520 = x60519
-x60521 = x60520
-x60522 = x60521
-x60523 = x60522
-x60524 = x60523
-x60525 = x60524
-x60526 = x60525
-x60527 = x60526
-x60528 = x60527
-x60529 = x60528
-x60530 = x60529
-x60531 = x60530
-x60532 = x60531
-x60533 = x60532
-x60534 = x60533
-x60535 = x60534
-x60536 = x60535
-x60537 = x60536
-x60538 = x60537
-x60539 = x60538
-x60540 = x60539
-x60541 = x60540
-x60542 = x60541
-x60543 = x60542
-x60544 = x60543
-x60545 = x60544
-x60546 = x60545
-x60547 = x60546
-x60548 = x60547
-x60549 = x60548
-x60550 = x60549
-x60551 = x60550
-x60552 = x60551
-x60553 = x60552
-x60554 = x60553
-x60555 = x60554
-x60556 = x60555
-x60557 = x60556
-x60558 = x60557
-x60559 = x60558
-x60560 = x60559
-x60561 = x60560
-x60562 = x60561
-x60563 = x60562
-x60564 = x60563
-x60565 = x60564
-x60566 = x60565
-x60567 = x60566
-x60568 = x60567
-x60569 = x60568
-x60570 = x60569
-x60571 = x60570
-x60572 = x60571
-x60573 = x60572
-x60574 = x60573
-x60575 = x60574
-x60576 = x60575
-x60577 = x60576
-x60578 = x60577
-x60579 = x60578
-x60580 = x60579
-x60581 = x60580
-x60582 = x60581
-x60583 = x60582
-x60584 = x60583
-x60585 = x60584
-x60586 = x60585
-x60587 = x60586
-x60588 = x60587
-x60589 = x60588
-x60590 = x60589
-x60591 = x60590
-x60592 = x60591
-x60593 = x60592
-x60594 = x60593
-x60595 = x60594
-x60596 = x60595
-x60597 = x60596
-x60598 = x60597
-x60599 = x60598
-x60600 = x60599
-x60601 = x60600
-x60602 = x60601
-x60603 = x60602
-x60604 = x60603
-x60605 = x60604
-x60606 = x60605
-x60607 = x60606
-x60608 = x60607
-x60609 = x60608
-x60610 = x60609
-x60611 = x60610
-x60612 = x60611
-x60613 = x60612
-x60614 = x60613
-x60615 = x60614
-x60616 = x60615
-x60617 = x60616
-x60618 = x60617
-x60619 = x60618
-x60620 = x60619
-x60621 = x60620
-x60622 = x60621
-x60623 = x60622
-x60624 = x60623
-x60625 = x60624
-x60626 = x60625
-x60627 = x60626
-x60628 = x60627
-x60629 = x60628
-x60630 = x60629
-x60631 = x60630
-x60632 = x60631
-x60633 = x60632
-x60634 = x60633
-x60635 = x60634
-x60636 = x60635
-x60637 = x60636
-x60638 = x60637
-x60639 = x60638
-x60640 = x60639
-x60641 = x60640
-x60642 = x60641
-x60643 = x60642
-x60644 = x60643
-x60645 = x60644
-x60646 = x60645
-x60647 = x60646
-x60648 = x60647
-x60649 = x60648
-x60650 = x60649
-x60651 = x60650
-x60652 = x60651
-x60653 = x60652
-x60654 = x60653
-x60655 = x60654
-x60656 = x60655
-x60657 = x60656
-x60658 = x60657
-x60659 = x60658
-x60660 = x60659
-x60661 = x60660
-x60662 = x60661
-x60663 = x60662
-x60664 = x60663
-x60665 = x60664
-x60666 = x60665
-x60667 = x60666
-x60668 = x60667
-x60669 = x60668
-x60670 = x60669
-x60671 = x60670
-x60672 = x60671
-x60673 = x60672
-x60674 = x60673
-x60675 = x60674
-x60676 = x60675
-x60677 = x60676
-x60678 = x60677
-x60679 = x60678
-x60680 = x60679
-x60681 = x60680
-x60682 = x60681
-x60683 = x60682
-x60684 = x60683
-x60685 = x60684
-x60686 = x60685
-x60687 = x60686
-x60688 = x60687
-x60689 = x60688
-x60690 = x60689
-x60691 = x60690
-x60692 = x60691
-x60693 = x60692
-x60694 = x60693
-x60695 = x60694
-x60696 = x60695
-x60697 = x60696
-x60698 = x60697
-x60699 = x60698
-x60700 = x60699
-x60701 = x60700
-x60702 = x60701
-x60703 = x60702
-x60704 = x60703
-x60705 = x60704
-x60706 = x60705
-x60707 = x60706
-x60708 = x60707
-x60709 = x60708
-x60710 = x60709
-x60711 = x60710
-x60712 = x60711
-x60713 = x60712
-x60714 = x60713
-x60715 = x60714
-x60716 = x60715
-x60717 = x60716
-x60718 = x60717
-x60719 = x60718
-x60720 = x60719
-x60721 = x60720
-x60722 = x60721
-x60723 = x60722
-x60724 = x60723
-x60725 = x60724
-x60726 = x60725
-x60727 = x60726
-x60728 = x60727
-x60729 = x60728
-x60730 = x60729
-x60731 = x60730
-x60732 = x60731
-x60733 = x60732
-x60734 = x60733
-x60735 = x60734
-x60736 = x60735
-x60737 = x60736
-x60738 = x60737
-x60739 = x60738
-x60740 = x60739
-x60741 = x60740
-x60742 = x60741
-x60743 = x60742
-x60744 = x60743
-x60745 = x60744
-x60746 = x60745
-x60747 = x60746
-x60748 = x60747
-x60749 = x60748
-x60750 = x60749
-x60751 = x60750
-x60752 = x60751
-x60753 = x60752
-x60754 = x60753
-x60755 = x60754
-x60756 = x60755
-x60757 = x60756
-x60758 = x60757
-x60759 = x60758
-x60760 = x60759
-x60761 = x60760
-x60762 = x60761
-x60763 = x60762
-x60764 = x60763
-x60765 = x60764
-x60766 = x60765
-x60767 = x60766
-x60768 = x60767
-x60769 = x60768
-x60770 = x60769
-x60771 = x60770
-x60772 = x60771
-x60773 = x60772
-x60774 = x60773
-x60775 = x60774
-x60776 = x60775
-x60777 = x60776
-x60778 = x60777
-x60779 = x60778
-x60780 = x60779
-x60781 = x60780
-x60782 = x60781
-x60783 = x60782
-x60784 = x60783
-x60785 = x60784
-x60786 = x60785
-x60787 = x60786
-x60788 = x60787
-x60789 = x60788
-x60790 = x60789
-x60791 = x60790
-x60792 = x60791
-x60793 = x60792
-x60794 = x60793
-x60795 = x60794
-x60796 = x60795
-x60797 = x60796
-x60798 = x60797
-x60799 = x60798
-x60800 = x60799
-x60801 = x60800
-x60802 = x60801
-x60803 = x60802
-x60804 = x60803
-x60805 = x60804
-x60806 = x60805
-x60807 = x60806
-x60808 = x60807
-x60809 = x60808
-x60810 = x60809
-x60811 = x60810
-x60812 = x60811
-x60813 = x60812
-x60814 = x60813
-x60815 = x60814
-x60816 = x60815
-x60817 = x60816
-x60818 = x60817
-x60819 = x60818
-x60820 = x60819
-x60821 = x60820
-x60822 = x60821
-x60823 = x60822
-x60824 = x60823
-x60825 = x60824
-x60826 = x60825
-x60827 = x60826
-x60828 = x60827
-x60829 = x60828
-x60830 = x60829
-x60831 = x60830
-x60832 = x60831
-x60833 = x60832
-x60834 = x60833
-x60835 = x60834
-x60836 = x60835
-x60837 = x60836
-x60838 = x60837
-x60839 = x60838
-x60840 = x60839
-x60841 = x60840
-x60842 = x60841
-x60843 = x60842
-x60844 = x60843
-x60845 = x60844
-x60846 = x60845
-x60847 = x60846
-x60848 = x60847
-x60849 = x60848
-x60850 = x60849
-x60851 = x60850
-x60852 = x60851
-x60853 = x60852
-x60854 = x60853
-x60855 = x60854
-x60856 = x60855
-x60857 = x60856
-x60858 = x60857
-x60859 = x60858
-x60860 = x60859
-x60861 = x60860
-x60862 = x60861
-x60863 = x60862
-x60864 = x60863
-x60865 = x60864
-x60866 = x60865
-x60867 = x60866
-x60868 = x60867
-x60869 = x60868
-x60870 = x60869
-x60871 = x60870
-x60872 = x60871
-x60873 = x60872
-x60874 = x60873
-x60875 = x60874
-x60876 = x60875
-x60877 = x60876
-x60878 = x60877
-x60879 = x60878
-x60880 = x60879
-x60881 = x60880
-x60882 = x60881
-x60883 = x60882
-x60884 = x60883
-x60885 = x60884
-x60886 = x60885
-x60887 = x60886
-x60888 = x60887
-x60889 = x60888
-x60890 = x60889
-x60891 = x60890
-x60892 = x60891
-x60893 = x60892
-x60894 = x60893
-x60895 = x60894
-x60896 = x60895
-x60897 = x60896
-x60898 = x60897
-x60899 = x60898
-x60900 = x60899
-x60901 = x60900
-x60902 = x60901
-x60903 = x60902
-x60904 = x60903
-x60905 = x60904
-x60906 = x60905
-x60907 = x60906
-x60908 = x60907
-x60909 = x60908
-x60910 = x60909
-x60911 = x60910
-x60912 = x60911
-x60913 = x60912
-x60914 = x60913
-x60915 = x60914
-x60916 = x60915
-x60917 = x60916
-x60918 = x60917
-x60919 = x60918
-x60920 = x60919
-x60921 = x60920
-x60922 = x60921
-x60923 = x60922
-x60924 = x60923
-x60925 = x60924
-x60926 = x60925
-x60927 = x60926
-x60928 = x60927
-x60929 = x60928
-x60930 = x60929
-x60931 = x60930
-x60932 = x60931
-x60933 = x60932
-x60934 = x60933
-x60935 = x60934
-x60936 = x60935
-x60937 = x60936
-x60938 = x60937
-x60939 = x60938
-x60940 = x60939
-x60941 = x60940
-x60942 = x60941
-x60943 = x60942
-x60944 = x60943
-x60945 = x60944
-x60946 = x60945
-x60947 = x60946
-x60948 = x60947
-x60949 = x60948
-x60950 = x60949
-x60951 = x60950
-x60952 = x60951
-x60953 = x60952
-x60954 = x60953
-x60955 = x60954
-x60956 = x60955
-x60957 = x60956
-x60958 = x60957
-x60959 = x60958
-x60960 = x60959
-x60961 = x60960
-x60962 = x60961
-x60963 = x60962
-x60964 = x60963
-x60965 = x60964
-x60966 = x60965
-x60967 = x60966
-x60968 = x60967
-x60969 = x60968
-x60970 = x60969
-x60971 = x60970
-x60972 = x60971
-x60973 = x60972
-x60974 = x60973
-x60975 = x60974
-x60976 = x60975
-x60977 = x60976
-x60978 = x60977
-x60979 = x60978
-x60980 = x60979
-x60981 = x60980
-x60982 = x60981
-x60983 = x60982
-x60984 = x60983
-x60985 = x60984
-x60986 = x60985
-x60987 = x60986
-x60988 = x60987
-x60989 = x60988
-x60990 = x60989
-x60991 = x60990
-x60992 = x60991
-x60993 = x60992
-x60994 = x60993
-x60995 = x60994
-x60996 = x60995
-x60997 = x60996
-x60998 = x60997
-x60999 = x60998
-x61000 = x60999
-x61001 = x61000
-x61002 = x61001
-x61003 = x61002
-x61004 = x61003
-x61005 = x61004
-x61006 = x61005
-x61007 = x61006
-x61008 = x61007
-x61009 = x61008
-x61010 = x61009
-x61011 = x61010
-x61012 = x61011
-x61013 = x61012
-x61014 = x61013
-x61015 = x61014
-x61016 = x61015
-x61017 = x61016
-x61018 = x61017
-x61019 = x61018
-x61020 = x61019
-x61021 = x61020
-x61022 = x61021
-x61023 = x61022
-x61024 = x61023
-x61025 = x61024
-x61026 = x61025
-x61027 = x61026
-x61028 = x61027
-x61029 = x61028
-x61030 = x61029
-x61031 = x61030
-x61032 = x61031
-x61033 = x61032
-x61034 = x61033
-x61035 = x61034
-x61036 = x61035
-x61037 = x61036
-x61038 = x61037
-x61039 = x61038
-x61040 = x61039
-x61041 = x61040
-x61042 = x61041
-x61043 = x61042
-x61044 = x61043
-x61045 = x61044
-x61046 = x61045
-x61047 = x61046
-x61048 = x61047
-x61049 = x61048
-x61050 = x61049
-x61051 = x61050
-x61052 = x61051
-x61053 = x61052
-x61054 = x61053
-x61055 = x61054
-x61056 = x61055
-x61057 = x61056
-x61058 = x61057
-x61059 = x61058
-x61060 = x61059
-x61061 = x61060
-x61062 = x61061
-x61063 = x61062
-x61064 = x61063
-x61065 = x61064
-x61066 = x61065
-x61067 = x61066
-x61068 = x61067
-x61069 = x61068
-x61070 = x61069
-x61071 = x61070
-x61072 = x61071
-x61073 = x61072
-x61074 = x61073
-x61075 = x61074
-x61076 = x61075
-x61077 = x61076
-x61078 = x61077
-x61079 = x61078
-x61080 = x61079
-x61081 = x61080
-x61082 = x61081
-x61083 = x61082
-x61084 = x61083
-x61085 = x61084
-x61086 = x61085
-x61087 = x61086
-x61088 = x61087
-x61089 = x61088
-x61090 = x61089
-x61091 = x61090
-x61092 = x61091
-x61093 = x61092
-x61094 = x61093
-x61095 = x61094
-x61096 = x61095
-x61097 = x61096
-x61098 = x61097
-x61099 = x61098
-x61100 = x61099
-x61101 = x61100
-x61102 = x61101
-x61103 = x61102
-x61104 = x61103
-x61105 = x61104
-x61106 = x61105
-x61107 = x61106
-x61108 = x61107
-x61109 = x61108
-x61110 = x61109
-x61111 = x61110
-x61112 = x61111
-x61113 = x61112
-x61114 = x61113
-x61115 = x61114
-x61116 = x61115
-x61117 = x61116
-x61118 = x61117
-x61119 = x61118
-x61120 = x61119
-x61121 = x61120
-x61122 = x61121
-x61123 = x61122
-x61124 = x61123
-x61125 = x61124
-x61126 = x61125
-x61127 = x61126
-x61128 = x61127
-x61129 = x61128
-x61130 = x61129
-x61131 = x61130
-x61132 = x61131
-x61133 = x61132
-x61134 = x61133
-x61135 = x61134
-x61136 = x61135
-x61137 = x61136
-x61138 = x61137
-x61139 = x61138
-x61140 = x61139
-x61141 = x61140
-x61142 = x61141
-x61143 = x61142
-x61144 = x61143
-x61145 = x61144
-x61146 = x61145
-x61147 = x61146
-x61148 = x61147
-x61149 = x61148
-x61150 = x61149
-x61151 = x61150
-x61152 = x61151
-x61153 = x61152
-x61154 = x61153
-x61155 = x61154
-x61156 = x61155
-x61157 = x61156
-x61158 = x61157
-x61159 = x61158
-x61160 = x61159
-x61161 = x61160
-x61162 = x61161
-x61163 = x61162
-x61164 = x61163
-x61165 = x61164
-x61166 = x61165
-x61167 = x61166
-x61168 = x61167
-x61169 = x61168
-x61170 = x61169
-x61171 = x61170
-x61172 = x61171
-x61173 = x61172
-x61174 = x61173
-x61175 = x61174
-x61176 = x61175
-x61177 = x61176
-x61178 = x61177
-x61179 = x61178
-x61180 = x61179
-x61181 = x61180
-x61182 = x61181
-x61183 = x61182
-x61184 = x61183
-x61185 = x61184
-x61186 = x61185
-x61187 = x61186
-x61188 = x61187
-x61189 = x61188
-x61190 = x61189
-x61191 = x61190
-x61192 = x61191
-x61193 = x61192
-x61194 = x61193
-x61195 = x61194
-x61196 = x61195
-x61197 = x61196
-x61198 = x61197
-x61199 = x61198
-x61200 = x61199
-x61201 = x61200
-x61202 = x61201
-x61203 = x61202
-x61204 = x61203
-x61205 = x61204
-x61206 = x61205
-x61207 = x61206
-x61208 = x61207
-x61209 = x61208
-x61210 = x61209
-x61211 = x61210
-x61212 = x61211
-x61213 = x61212
-x61214 = x61213
-x61215 = x61214
-x61216 = x61215
-x61217 = x61216
-x61218 = x61217
-x61219 = x61218
-x61220 = x61219
-x61221 = x61220
-x61222 = x61221
-x61223 = x61222
-x61224 = x61223
-x61225 = x61224
-x61226 = x61225
-x61227 = x61226
-x61228 = x61227
-x61229 = x61228
-x61230 = x61229
-x61231 = x61230
-x61232 = x61231
-x61233 = x61232
-x61234 = x61233
-x61235 = x61234
-x61236 = x61235
-x61237 = x61236
-x61238 = x61237
-x61239 = x61238
-x61240 = x61239
-x61241 = x61240
-x61242 = x61241
-x61243 = x61242
-x61244 = x61243
-x61245 = x61244
-x61246 = x61245
-x61247 = x61246
-x61248 = x61247
-x61249 = x61248
-x61250 = x61249
-x61251 = x61250
-x61252 = x61251
-x61253 = x61252
-x61254 = x61253
-x61255 = x61254
-x61256 = x61255
-x61257 = x61256
-x61258 = x61257
-x61259 = x61258
-x61260 = x61259
-x61261 = x61260
-x61262 = x61261
-x61263 = x61262
-x61264 = x61263
-x61265 = x61264
-x61266 = x61265
-x61267 = x61266
-x61268 = x61267
-x61269 = x61268
-x61270 = x61269
-x61271 = x61270
-x61272 = x61271
-x61273 = x61272
-x61274 = x61273
-x61275 = x61274
-x61276 = x61275
-x61277 = x61276
-x61278 = x61277
-x61279 = x61278
-x61280 = x61279
-x61281 = x61280
-x61282 = x61281
-x61283 = x61282
-x61284 = x61283
-x61285 = x61284
-x61286 = x61285
-x61287 = x61286
-x61288 = x61287
-x61289 = x61288
-x61290 = x61289
-x61291 = x61290
-x61292 = x61291
-x61293 = x61292
-x61294 = x61293
-x61295 = x61294
-x61296 = x61295
-x61297 = x61296
-x61298 = x61297
-x61299 = x61298
-x61300 = x61299
-x61301 = x61300
-x61302 = x61301
-x61303 = x61302
-x61304 = x61303
-x61305 = x61304
-x61306 = x61305
-x61307 = x61306
-x61308 = x61307
-x61309 = x61308
-x61310 = x61309
-x61311 = x61310
-x61312 = x61311
-x61313 = x61312
-x61314 = x61313
-x61315 = x61314
-x61316 = x61315
-x61317 = x61316
-x61318 = x61317
-x61319 = x61318
-x61320 = x61319
-x61321 = x61320
-x61322 = x61321
-x61323 = x61322
-x61324 = x61323
-x61325 = x61324
-x61326 = x61325
-x61327 = x61326
-x61328 = x61327
-x61329 = x61328
-x61330 = x61329
-x61331 = x61330
-x61332 = x61331
-x61333 = x61332
-x61334 = x61333
-x61335 = x61334
-x61336 = x61335
-x61337 = x61336
-x61338 = x61337
-x61339 = x61338
-x61340 = x61339
-x61341 = x61340
-x61342 = x61341
-x61343 = x61342
-x61344 = x61343
-x61345 = x61344
-x61346 = x61345
-x61347 = x61346
-x61348 = x61347
-x61349 = x61348
-x61350 = x61349
-x61351 = x61350
-x61352 = x61351
-x61353 = x61352
-x61354 = x61353
-x61355 = x61354
-x61356 = x61355
-x61357 = x61356
-x61358 = x61357
-x61359 = x61358
-x61360 = x61359
-x61361 = x61360
-x61362 = x61361
-x61363 = x61362
-x61364 = x61363
-x61365 = x61364
-x61366 = x61365
-x61367 = x61366
-x61368 = x61367
-x61369 = x61368
-x61370 = x61369
-x61371 = x61370
-x61372 = x61371
-x61373 = x61372
-x61374 = x61373
-x61375 = x61374
-x61376 = x61375
-x61377 = x61376
-x61378 = x61377
-x61379 = x61378
-x61380 = x61379
-x61381 = x61380
-x61382 = x61381
-x61383 = x61382
-x61384 = x61383
-x61385 = x61384
-x61386 = x61385
-x61387 = x61386
-x61388 = x61387
-x61389 = x61388
-x61390 = x61389
-x61391 = x61390
-x61392 = x61391
-x61393 = x61392
-x61394 = x61393
-x61395 = x61394
-x61396 = x61395
-x61397 = x61396
-x61398 = x61397
-x61399 = x61398
-x61400 = x61399
-x61401 = x61400
-x61402 = x61401
-x61403 = x61402
-x61404 = x61403
-x61405 = x61404
-x61406 = x61405
-x61407 = x61406
-x61408 = x61407
-x61409 = x61408
-x61410 = x61409
-x61411 = x61410
-x61412 = x61411
-x61413 = x61412
-x61414 = x61413
-x61415 = x61414
-x61416 = x61415
-x61417 = x61416
-x61418 = x61417
-x61419 = x61418
-x61420 = x61419
-x61421 = x61420
-x61422 = x61421
-x61423 = x61422
-x61424 = x61423
-x61425 = x61424
-x61426 = x61425
-x61427 = x61426
-x61428 = x61427
-x61429 = x61428
-x61430 = x61429
-x61431 = x61430
-x61432 = x61431
-x61433 = x61432
-x61434 = x61433
-x61435 = x61434
-x61436 = x61435
-x61437 = x61436
-x61438 = x61437
-x61439 = x61438
-x61440 = x61439
-x61441 = x61440
-x61442 = x61441
-x61443 = x61442
-x61444 = x61443
-x61445 = x61444
-x61446 = x61445
-x61447 = x61446
-x61448 = x61447
-x61449 = x61448
-x61450 = x61449
-x61451 = x61450
-x61452 = x61451
-x61453 = x61452
-x61454 = x61453
-x61455 = x61454
-x61456 = x61455
-x61457 = x61456
-x61458 = x61457
-x61459 = x61458
-x61460 = x61459
-x61461 = x61460
-x61462 = x61461
-x61463 = x61462
-x61464 = x61463
-x61465 = x61464
-x61466 = x61465
-x61467 = x61466
-x61468 = x61467
-x61469 = x61468
-x61470 = x61469
-x61471 = x61470
-x61472 = x61471
-x61473 = x61472
-x61474 = x61473
-x61475 = x61474
-x61476 = x61475
-x61477 = x61476
-x61478 = x61477
-x61479 = x61478
-x61480 = x61479
-x61481 = x61480
-x61482 = x61481
-x61483 = x61482
-x61484 = x61483
-x61485 = x61484
-x61486 = x61485
-x61487 = x61486
-x61488 = x61487
-x61489 = x61488
-x61490 = x61489
-x61491 = x61490
-x61492 = x61491
-x61493 = x61492
-x61494 = x61493
-x61495 = x61494
-x61496 = x61495
-x61497 = x61496
-x61498 = x61497
-x61499 = x61498
-x61500 = x61499
-x61501 = x61500
-x61502 = x61501
-x61503 = x61502
-x61504 = x61503
-x61505 = x61504
-x61506 = x61505
-x61507 = x61506
-x61508 = x61507
-x61509 = x61508
-x61510 = x61509
-x61511 = x61510
-x61512 = x61511
-x61513 = x61512
-x61514 = x61513
-x61515 = x61514
-x61516 = x61515
-x61517 = x61516
-x61518 = x61517
-x61519 = x61518
-x61520 = x61519
-x61521 = x61520
-x61522 = x61521
-x61523 = x61522
-x61524 = x61523
-x61525 = x61524
-x61526 = x61525
-x61527 = x61526
-x61528 = x61527
-x61529 = x61528
-x61530 = x61529
-x61531 = x61530
-x61532 = x61531
-x61533 = x61532
-x61534 = x61533
-x61535 = x61534
-x61536 = x61535
-x61537 = x61536
-x61538 = x61537
-x61539 = x61538
-x61540 = x61539
-x61541 = x61540
-x61542 = x61541
-x61543 = x61542
-x61544 = x61543
-x61545 = x61544
-x61546 = x61545
-x61547 = x61546
-x61548 = x61547
-x61549 = x61548
-x61550 = x61549
-x61551 = x61550
-x61552 = x61551
-x61553 = x61552
-x61554 = x61553
-x61555 = x61554
-x61556 = x61555
-x61557 = x61556
-x61558 = x61557
-x61559 = x61558
-x61560 = x61559
-x61561 = x61560
-x61562 = x61561
-x61563 = x61562
-x61564 = x61563
-x61565 = x61564
-x61566 = x61565
-x61567 = x61566
-x61568 = x61567
-x61569 = x61568
-x61570 = x61569
-x61571 = x61570
-x61572 = x61571
-x61573 = x61572
-x61574 = x61573
-x61575 = x61574
-x61576 = x61575
-x61577 = x61576
-x61578 = x61577
-x61579 = x61578
-x61580 = x61579
-x61581 = x61580
-x61582 = x61581
-x61583 = x61582
-x61584 = x61583
-x61585 = x61584
-x61586 = x61585
-x61587 = x61586
-x61588 = x61587
-x61589 = x61588
-x61590 = x61589
-x61591 = x61590
-x61592 = x61591
-x61593 = x61592
-x61594 = x61593
-x61595 = x61594
-x61596 = x61595
-x61597 = x61596
-x61598 = x61597
-x61599 = x61598
-x61600 = x61599
-x61601 = x61600
-x61602 = x61601
-x61603 = x61602
-x61604 = x61603
-x61605 = x61604
-x61606 = x61605
-x61607 = x61606
-x61608 = x61607
-x61609 = x61608
-x61610 = x61609
-x61611 = x61610
-x61612 = x61611
-x61613 = x61612
-x61614 = x61613
-x61615 = x61614
-x61616 = x61615
-x61617 = x61616
-x61618 = x61617
-x61619 = x61618
-x61620 = x61619
-x61621 = x61620
-x61622 = x61621
-x61623 = x61622
-x61624 = x61623
-x61625 = x61624
-x61626 = x61625
-x61627 = x61626
-x61628 = x61627
-x61629 = x61628
-x61630 = x61629
-x61631 = x61630
-x61632 = x61631
-x61633 = x61632
-x61634 = x61633
-x61635 = x61634
-x61636 = x61635
-x61637 = x61636
-x61638 = x61637
-x61639 = x61638
-x61640 = x61639
-x61641 = x61640
-x61642 = x61641
-x61643 = x61642
-x61644 = x61643
-x61645 = x61644
-x61646 = x61645
-x61647 = x61646
-x61648 = x61647
-x61649 = x61648
-x61650 = x61649
-x61651 = x61650
-x61652 = x61651
-x61653 = x61652
-x61654 = x61653
-x61655 = x61654
-x61656 = x61655
-x61657 = x61656
-x61658 = x61657
-x61659 = x61658
-x61660 = x61659
-x61661 = x61660
-x61662 = x61661
-x61663 = x61662
-x61664 = x61663
-x61665 = x61664
-x61666 = x61665
-x61667 = x61666
-x61668 = x61667
-x61669 = x61668
-x61670 = x61669
-x61671 = x61670
-x61672 = x61671
-x61673 = x61672
-x61674 = x61673
-x61675 = x61674
-x61676 = x61675
-x61677 = x61676
-x61678 = x61677
-x61679 = x61678
-x61680 = x61679
-x61681 = x61680
-x61682 = x61681
-x61683 = x61682
-x61684 = x61683
-x61685 = x61684
-x61686 = x61685
-x61687 = x61686
-x61688 = x61687
-x61689 = x61688
-x61690 = x61689
-x61691 = x61690
-x61692 = x61691
-x61693 = x61692
-x61694 = x61693
-x61695 = x61694
-x61696 = x61695
-x61697 = x61696
-x61698 = x61697
-x61699 = x61698
-x61700 = x61699
-x61701 = x61700
-x61702 = x61701
-x61703 = x61702
-x61704 = x61703
-x61705 = x61704
-x61706 = x61705
-x61707 = x61706
-x61708 = x61707
-x61709 = x61708
-x61710 = x61709
-x61711 = x61710
-x61712 = x61711
-x61713 = x61712
-x61714 = x61713
-x61715 = x61714
-x61716 = x61715
-x61717 = x61716
-x61718 = x61717
-x61719 = x61718
-x61720 = x61719
-x61721 = x61720
-x61722 = x61721
-x61723 = x61722
-x61724 = x61723
-x61725 = x61724
-x61726 = x61725
-x61727 = x61726
-x61728 = x61727
-x61729 = x61728
-x61730 = x61729
-x61731 = x61730
-x61732 = x61731
-x61733 = x61732
-x61734 = x61733
-x61735 = x61734
-x61736 = x61735
-x61737 = x61736
-x61738 = x61737
-x61739 = x61738
-x61740 = x61739
-x61741 = x61740
-x61742 = x61741
-x61743 = x61742
-x61744 = x61743
-x61745 = x61744
-x61746 = x61745
-x61747 = x61746
-x61748 = x61747
-x61749 = x61748
-x61750 = x61749
-x61751 = x61750
-x61752 = x61751
-x61753 = x61752
-x61754 = x61753
-x61755 = x61754
-x61756 = x61755
-x61757 = x61756
-x61758 = x61757
-x61759 = x61758
-x61760 = x61759
-x61761 = x61760
-x61762 = x61761
-x61763 = x61762
-x61764 = x61763
-x61765 = x61764
-x61766 = x61765
-x61767 = x61766
-x61768 = x61767
-x61769 = x61768
-x61770 = x61769
-x61771 = x61770
-x61772 = x61771
-x61773 = x61772
-x61774 = x61773
-x61775 = x61774
-x61776 = x61775
-x61777 = x61776
-x61778 = x61777
-x61779 = x61778
-x61780 = x61779
-x61781 = x61780
-x61782 = x61781
-x61783 = x61782
-x61784 = x61783
-x61785 = x61784
-x61786 = x61785
-x61787 = x61786
-x61788 = x61787
-x61789 = x61788
-x61790 = x61789
-x61791 = x61790
-x61792 = x61791
-x61793 = x61792
-x61794 = x61793
-x61795 = x61794
-x61796 = x61795
-x61797 = x61796
-x61798 = x61797
-x61799 = x61798
-x61800 = x61799
-x61801 = x61800
-x61802 = x61801
-x61803 = x61802
-x61804 = x61803
-x61805 = x61804
-x61806 = x61805
-x61807 = x61806
-x61808 = x61807
-x61809 = x61808
-x61810 = x61809
-x61811 = x61810
-x61812 = x61811
-x61813 = x61812
-x61814 = x61813
-x61815 = x61814
-x61816 = x61815
-x61817 = x61816
-x61818 = x61817
-x61819 = x61818
-x61820 = x61819
-x61821 = x61820
-x61822 = x61821
-x61823 = x61822
-x61824 = x61823
-x61825 = x61824
-x61826 = x61825
-x61827 = x61826
-x61828 = x61827
-x61829 = x61828
-x61830 = x61829
-x61831 = x61830
-x61832 = x61831
-x61833 = x61832
-x61834 = x61833
-x61835 = x61834
-x61836 = x61835
-x61837 = x61836
-x61838 = x61837
-x61839 = x61838
-x61840 = x61839
-x61841 = x61840
-x61842 = x61841
-x61843 = x61842
-x61844 = x61843
-x61845 = x61844
-x61846 = x61845
-x61847 = x61846
-x61848 = x61847
-x61849 = x61848
-x61850 = x61849
-x61851 = x61850
-x61852 = x61851
-x61853 = x61852
-x61854 = x61853
-x61855 = x61854
-x61856 = x61855
-x61857 = x61856
-x61858 = x61857
-x61859 = x61858
-x61860 = x61859
-x61861 = x61860
-x61862 = x61861
-x61863 = x61862
-x61864 = x61863
-x61865 = x61864
-x61866 = x61865
-x61867 = x61866
-x61868 = x61867
-x61869 = x61868
-x61870 = x61869
-x61871 = x61870
-x61872 = x61871
-x61873 = x61872
-x61874 = x61873
-x61875 = x61874
-x61876 = x61875
-x61877 = x61876
-x61878 = x61877
-x61879 = x61878
-x61880 = x61879
-x61881 = x61880
-x61882 = x61881
-x61883 = x61882
-x61884 = x61883
-x61885 = x61884
-x61886 = x61885
-x61887 = x61886
-x61888 = x61887
-x61889 = x61888
-x61890 = x61889
-x61891 = x61890
-x61892 = x61891
-x61893 = x61892
-x61894 = x61893
-x61895 = x61894
-x61896 = x61895
-x61897 = x61896
-x61898 = x61897
-x61899 = x61898
-x61900 = x61899
-x61901 = x61900
-x61902 = x61901
-x61903 = x61902
-x61904 = x61903
-x61905 = x61904
-x61906 = x61905
-x61907 = x61906
-x61908 = x61907
-x61909 = x61908
-x61910 = x61909
-x61911 = x61910
-x61912 = x61911
-x61913 = x61912
-x61914 = x61913
-x61915 = x61914
-x61916 = x61915
-x61917 = x61916
-x61918 = x61917
-x61919 = x61918
-x61920 = x61919
-x61921 = x61920
-x61922 = x61921
-x61923 = x61922
-x61924 = x61923
-x61925 = x61924
-x61926 = x61925
-x61927 = x61926
-x61928 = x61927
-x61929 = x61928
-x61930 = x61929
-x61931 = x61930
-x61932 = x61931
-x61933 = x61932
-x61934 = x61933
-x61935 = x61934
-x61936 = x61935
-x61937 = x61936
-x61938 = x61937
-x61939 = x61938
-x61940 = x61939
-x61941 = x61940
-x61942 = x61941
-x61943 = x61942
-x61944 = x61943
-x61945 = x61944
-x61946 = x61945
-x61947 = x61946
-x61948 = x61947
-x61949 = x61948
-x61950 = x61949
-x61951 = x61950
-x61952 = x61951
-x61953 = x61952
-x61954 = x61953
-x61955 = x61954
-x61956 = x61955
-x61957 = x61956
-x61958 = x61957
-x61959 = x61958
-x61960 = x61959
-x61961 = x61960
-x61962 = x61961
-x61963 = x61962
-x61964 = x61963
-x61965 = x61964
-x61966 = x61965
-x61967 = x61966
-x61968 = x61967
-x61969 = x61968
-x61970 = x61969
-x61971 = x61970
-x61972 = x61971
-x61973 = x61972
-x61974 = x61973
-x61975 = x61974
-x61976 = x61975
-x61977 = x61976
-x61978 = x61977
-x61979 = x61978
-x61980 = x61979
-x61981 = x61980
-x61982 = x61981
-x61983 = x61982
-x61984 = x61983
-x61985 = x61984
-x61986 = x61985
-x61987 = x61986
-x61988 = x61987
-x61989 = x61988
-x61990 = x61989
-x61991 = x61990
-x61992 = x61991
-x61993 = x61992
-x61994 = x61993
-x61995 = x61994
-x61996 = x61995
-x61997 = x61996
-x61998 = x61997
-x61999 = x61998
-x62000 = x61999
-x62001 = x62000
-x62002 = x62001
-x62003 = x62002
-x62004 = x62003
-x62005 = x62004
-x62006 = x62005
-x62007 = x62006
-x62008 = x62007
-x62009 = x62008
-x62010 = x62009
-x62011 = x62010
-x62012 = x62011
-x62013 = x62012
-x62014 = x62013
-x62015 = x62014
-x62016 = x62015
-x62017 = x62016
-x62018 = x62017
-x62019 = x62018
-x62020 = x62019
-x62021 = x62020
-x62022 = x62021
-x62023 = x62022
-x62024 = x62023
-x62025 = x62024
-x62026 = x62025
-x62027 = x62026
-x62028 = x62027
-x62029 = x62028
-x62030 = x62029
-x62031 = x62030
-x62032 = x62031
-x62033 = x62032
-x62034 = x62033
-x62035 = x62034
-x62036 = x62035
-x62037 = x62036
-x62038 = x62037
-x62039 = x62038
-x62040 = x62039
-x62041 = x62040
-x62042 = x62041
-x62043 = x62042
-x62044 = x62043
-x62045 = x62044
-x62046 = x62045
-x62047 = x62046
-x62048 = x62047
-x62049 = x62048
-x62050 = x62049
-x62051 = x62050
-x62052 = x62051
-x62053 = x62052
-x62054 = x62053
-x62055 = x62054
-x62056 = x62055
-x62057 = x62056
-x62058 = x62057
-x62059 = x62058
-x62060 = x62059
-x62061 = x62060
-x62062 = x62061
-x62063 = x62062
-x62064 = x62063
-x62065 = x62064
-x62066 = x62065
-x62067 = x62066
-x62068 = x62067
-x62069 = x62068
-x62070 = x62069
-x62071 = x62070
-x62072 = x62071
-x62073 = x62072
-x62074 = x62073
-x62075 = x62074
-x62076 = x62075
-x62077 = x62076
-x62078 = x62077
-x62079 = x62078
-x62080 = x62079
-x62081 = x62080
-x62082 = x62081
-x62083 = x62082
-x62084 = x62083
-x62085 = x62084
-x62086 = x62085
-x62087 = x62086
-x62088 = x62087
-x62089 = x62088
-x62090 = x62089
-x62091 = x62090
-x62092 = x62091
-x62093 = x62092
-x62094 = x62093
-x62095 = x62094
-x62096 = x62095
-x62097 = x62096
-x62098 = x62097
-x62099 = x62098
-x62100 = x62099
-x62101 = x62100
-x62102 = x62101
-x62103 = x62102
-x62104 = x62103
-x62105 = x62104
-x62106 = x62105
-x62107 = x62106
-x62108 = x62107
-x62109 = x62108
-x62110 = x62109
-x62111 = x62110
-x62112 = x62111
-x62113 = x62112
-x62114 = x62113
-x62115 = x62114
-x62116 = x62115
-x62117 = x62116
-x62118 = x62117
-x62119 = x62118
-x62120 = x62119
-x62121 = x62120
-x62122 = x62121
-x62123 = x62122
-x62124 = x62123
-x62125 = x62124
-x62126 = x62125
-x62127 = x62126
-x62128 = x62127
-x62129 = x62128
-x62130 = x62129
-x62131 = x62130
-x62132 = x62131
-x62133 = x62132
-x62134 = x62133
-x62135 = x62134
-x62136 = x62135
-x62137 = x62136
-x62138 = x62137
-x62139 = x62138
-x62140 = x62139
-x62141 = x62140
-x62142 = x62141
-x62143 = x62142
-x62144 = x62143
-x62145 = x62144
-x62146 = x62145
-x62147 = x62146
-x62148 = x62147
-x62149 = x62148
-x62150 = x62149
-x62151 = x62150
-x62152 = x62151
-x62153 = x62152
-x62154 = x62153
-x62155 = x62154
-x62156 = x62155
-x62157 = x62156
-x62158 = x62157
-x62159 = x62158
-x62160 = x62159
-x62161 = x62160
-x62162 = x62161
-x62163 = x62162
-x62164 = x62163
-x62165 = x62164
-x62166 = x62165
-x62167 = x62166
-x62168 = x62167
-x62169 = x62168
-x62170 = x62169
-x62171 = x62170
-x62172 = x62171
-x62173 = x62172
-x62174 = x62173
-x62175 = x62174
-x62176 = x62175
-x62177 = x62176
-x62178 = x62177
-x62179 = x62178
-x62180 = x62179
-x62181 = x62180
-x62182 = x62181
-x62183 = x62182
-x62184 = x62183
-x62185 = x62184
-x62186 = x62185
-x62187 = x62186
-x62188 = x62187
-x62189 = x62188
-x62190 = x62189
-x62191 = x62190
-x62192 = x62191
-x62193 = x62192
-x62194 = x62193
-x62195 = x62194
-x62196 = x62195
-x62197 = x62196
-x62198 = x62197
-x62199 = x62198
-x62200 = x62199
-x62201 = x62200
-x62202 = x62201
-x62203 = x62202
-x62204 = x62203
-x62205 = x62204
-x62206 = x62205
-x62207 = x62206
-x62208 = x62207
-x62209 = x62208
-x62210 = x62209
-x62211 = x62210
-x62212 = x62211
-x62213 = x62212
-x62214 = x62213
-x62215 = x62214
-x62216 = x62215
-x62217 = x62216
-x62218 = x62217
-x62219 = x62218
-x62220 = x62219
-x62221 = x62220
-x62222 = x62221
-x62223 = x62222
-x62224 = x62223
-x62225 = x62224
-x62226 = x62225
-x62227 = x62226
-x62228 = x62227
-x62229 = x62228
-x62230 = x62229
-x62231 = x62230
-x62232 = x62231
-x62233 = x62232
-x62234 = x62233
-x62235 = x62234
-x62236 = x62235
-x62237 = x62236
-x62238 = x62237
-x62239 = x62238
-x62240 = x62239
-x62241 = x62240
-x62242 = x62241
-x62243 = x62242
-x62244 = x62243
-x62245 = x62244
-x62246 = x62245
-x62247 = x62246
-x62248 = x62247
-x62249 = x62248
-x62250 = x62249
-x62251 = x62250
-x62252 = x62251
-x62253 = x62252
-x62254 = x62253
-x62255 = x62254
-x62256 = x62255
-x62257 = x62256
-x62258 = x62257
-x62259 = x62258
-x62260 = x62259
-x62261 = x62260
-x62262 = x62261
-x62263 = x62262
-x62264 = x62263
-x62265 = x62264
-x62266 = x62265
-x62267 = x62266
-x62268 = x62267
-x62269 = x62268
-x62270 = x62269
-x62271 = x62270
-x62272 = x62271
-x62273 = x62272
-x62274 = x62273
-x62275 = x62274
-x62276 = x62275
-x62277 = x62276
-x62278 = x62277
-x62279 = x62278
-x62280 = x62279
-x62281 = x62280
-x62282 = x62281
-x62283 = x62282
-x62284 = x62283
-x62285 = x62284
-x62286 = x62285
-x62287 = x62286
-x62288 = x62287
-x62289 = x62288
-x62290 = x62289
-x62291 = x62290
-x62292 = x62291
-x62293 = x62292
-x62294 = x62293
-x62295 = x62294
-x62296 = x62295
-x62297 = x62296
-x62298 = x62297
-x62299 = x62298
-x62300 = x62299
-x62301 = x62300
-x62302 = x62301
-x62303 = x62302
-x62304 = x62303
-x62305 = x62304
-x62306 = x62305
-x62307 = x62306
-x62308 = x62307
-x62309 = x62308
-x62310 = x62309
-x62311 = x62310
-x62312 = x62311
-x62313 = x62312
-x62314 = x62313
-x62315 = x62314
-x62316 = x62315
-x62317 = x62316
-x62318 = x62317
-x62319 = x62318
-x62320 = x62319
-x62321 = x62320
-x62322 = x62321
-x62323 = x62322
-x62324 = x62323
-x62325 = x62324
-x62326 = x62325
-x62327 = x62326
-x62328 = x62327
-x62329 = x62328
-x62330 = x62329
-x62331 = x62330
-x62332 = x62331
-x62333 = x62332
-x62334 = x62333
-x62335 = x62334
-x62336 = x62335
-x62337 = x62336
-x62338 = x62337
-x62339 = x62338
-x62340 = x62339
-x62341 = x62340
-x62342 = x62341
-x62343 = x62342
-x62344 = x62343
-x62345 = x62344
-x62346 = x62345
-x62347 = x62346
-x62348 = x62347
-x62349 = x62348
-x62350 = x62349
-x62351 = x62350
-x62352 = x62351
-x62353 = x62352
-x62354 = x62353
-x62355 = x62354
-x62356 = x62355
-x62357 = x62356
-x62358 = x62357
-x62359 = x62358
-x62360 = x62359
-x62361 = x62360
-x62362 = x62361
-x62363 = x62362
-x62364 = x62363
-x62365 = x62364
-x62366 = x62365
-x62367 = x62366
-x62368 = x62367
-x62369 = x62368
-x62370 = x62369
-x62371 = x62370
-x62372 = x62371
-x62373 = x62372
-x62374 = x62373
-x62375 = x62374
-x62376 = x62375
-x62377 = x62376
-x62378 = x62377
-x62379 = x62378
-x62380 = x62379
-x62381 = x62380
-x62382 = x62381
-x62383 = x62382
-x62384 = x62383
-x62385 = x62384
-x62386 = x62385
-x62387 = x62386
-x62388 = x62387
-x62389 = x62388
-x62390 = x62389
-x62391 = x62390
-x62392 = x62391
-x62393 = x62392
-x62394 = x62393
-x62395 = x62394
-x62396 = x62395
-x62397 = x62396
-x62398 = x62397
-x62399 = x62398
-x62400 = x62399
-x62401 = x62400
-x62402 = x62401
-x62403 = x62402
-x62404 = x62403
-x62405 = x62404
-x62406 = x62405
-x62407 = x62406
-x62408 = x62407
-x62409 = x62408
-x62410 = x62409
-x62411 = x62410
-x62412 = x62411
-x62413 = x62412
-x62414 = x62413
-x62415 = x62414
-x62416 = x62415
-x62417 = x62416
-x62418 = x62417
-x62419 = x62418
-x62420 = x62419
-x62421 = x62420
-x62422 = x62421
-x62423 = x62422
-x62424 = x62423
-x62425 = x62424
-x62426 = x62425
-x62427 = x62426
-x62428 = x62427
-x62429 = x62428
-x62430 = x62429
-x62431 = x62430
-x62432 = x62431
-x62433 = x62432
-x62434 = x62433
-x62435 = x62434
-x62436 = x62435
-x62437 = x62436
-x62438 = x62437
-x62439 = x62438
-x62440 = x62439
-x62441 = x62440
-x62442 = x62441
-x62443 = x62442
-x62444 = x62443
-x62445 = x62444
-x62446 = x62445
-x62447 = x62446
-x62448 = x62447
-x62449 = x62448
-x62450 = x62449
-x62451 = x62450
-x62452 = x62451
-x62453 = x62452
-x62454 = x62453
-x62455 = x62454
-x62456 = x62455
-x62457 = x62456
-x62458 = x62457
-x62459 = x62458
-x62460 = x62459
-x62461 = x62460
-x62462 = x62461
-x62463 = x62462
-x62464 = x62463
-x62465 = x62464
-x62466 = x62465
-x62467 = x62466
-x62468 = x62467
-x62469 = x62468
-x62470 = x62469
-x62471 = x62470
-x62472 = x62471
-x62473 = x62472
-x62474 = x62473
-x62475 = x62474
-x62476 = x62475
-x62477 = x62476
-x62478 = x62477
-x62479 = x62478
-x62480 = x62479
-x62481 = x62480
-x62482 = x62481
-x62483 = x62482
-x62484 = x62483
-x62485 = x62484
-x62486 = x62485
-x62487 = x62486
-x62488 = x62487
-x62489 = x62488
-x62490 = x62489
-x62491 = x62490
-x62492 = x62491
-x62493 = x62492
-x62494 = x62493
-x62495 = x62494
-x62496 = x62495
-x62497 = x62496
-x62498 = x62497
-x62499 = x62498
-x62500 = x62499
-x62501 = x62500
-x62502 = x62501
-x62503 = x62502
-x62504 = x62503
-x62505 = x62504
-x62506 = x62505
-x62507 = x62506
-x62508 = x62507
-x62509 = x62508
-x62510 = x62509
-x62511 = x62510
-x62512 = x62511
-x62513 = x62512
-x62514 = x62513
-x62515 = x62514
-x62516 = x62515
-x62517 = x62516
-x62518 = x62517
-x62519 = x62518
-x62520 = x62519
-x62521 = x62520
-x62522 = x62521
-x62523 = x62522
-x62524 = x62523
-x62525 = x62524
-x62526 = x62525
-x62527 = x62526
-x62528 = x62527
-x62529 = x62528
-x62530 = x62529
-x62531 = x62530
-x62532 = x62531
-x62533 = x62532
-x62534 = x62533
-x62535 = x62534
-x62536 = x62535
-x62537 = x62536
-x62538 = x62537
-x62539 = x62538
-x62540 = x62539
-x62541 = x62540
-x62542 = x62541
-x62543 = x62542
-x62544 = x62543
-x62545 = x62544
-x62546 = x62545
-x62547 = x62546
-x62548 = x62547
-x62549 = x62548
-x62550 = x62549
-x62551 = x62550
-x62552 = x62551
-x62553 = x62552
-x62554 = x62553
-x62555 = x62554
-x62556 = x62555
-x62557 = x62556
-x62558 = x62557
-x62559 = x62558
-x62560 = x62559
-x62561 = x62560
-x62562 = x62561
-x62563 = x62562
-x62564 = x62563
-x62565 = x62564
-x62566 = x62565
-x62567 = x62566
-x62568 = x62567
-x62569 = x62568
-x62570 = x62569
-x62571 = x62570
-x62572 = x62571
-x62573 = x62572
-x62574 = x62573
-x62575 = x62574
-x62576 = x62575
-x62577 = x62576
-x62578 = x62577
-x62579 = x62578
-x62580 = x62579
-x62581 = x62580
-x62582 = x62581
-x62583 = x62582
-x62584 = x62583
-x62585 = x62584
-x62586 = x62585
-x62587 = x62586
-x62588 = x62587
-x62589 = x62588
-x62590 = x62589
-x62591 = x62590
-x62592 = x62591
-x62593 = x62592
-x62594 = x62593
-x62595 = x62594
-x62596 = x62595
-x62597 = x62596
-x62598 = x62597
-x62599 = x62598
-x62600 = x62599
-x62601 = x62600
-x62602 = x62601
-x62603 = x62602
-x62604 = x62603
-x62605 = x62604
-x62606 = x62605
-x62607 = x62606
-x62608 = x62607
-x62609 = x62608
-x62610 = x62609
-x62611 = x62610
-x62612 = x62611
-x62613 = x62612
-x62614 = x62613
-x62615 = x62614
-x62616 = x62615
-x62617 = x62616
-x62618 = x62617
-x62619 = x62618
-x62620 = x62619
-x62621 = x62620
-x62622 = x62621
-x62623 = x62622
-x62624 = x62623
-x62625 = x62624
-x62626 = x62625
-x62627 = x62626
-x62628 = x62627
-x62629 = x62628
-x62630 = x62629
-x62631 = x62630
-x62632 = x62631
-x62633 = x62632
-x62634 = x62633
-x62635 = x62634
-x62636 = x62635
-x62637 = x62636
-x62638 = x62637
-x62639 = x62638
-x62640 = x62639
-x62641 = x62640
-x62642 = x62641
-x62643 = x62642
-x62644 = x62643
-x62645 = x62644
-x62646 = x62645
-x62647 = x62646
-x62648 = x62647
-x62649 = x62648
-x62650 = x62649
-x62651 = x62650
-x62652 = x62651
-x62653 = x62652
-x62654 = x62653
-x62655 = x62654
-x62656 = x62655
-x62657 = x62656
-x62658 = x62657
-x62659 = x62658
-x62660 = x62659
-x62661 = x62660
-x62662 = x62661
-x62663 = x62662
-x62664 = x62663
-x62665 = x62664
-x62666 = x62665
-x62667 = x62666
-x62668 = x62667
-x62669 = x62668
-x62670 = x62669
-x62671 = x62670
-x62672 = x62671
-x62673 = x62672
-x62674 = x62673
-x62675 = x62674
-x62676 = x62675
-x62677 = x62676
-x62678 = x62677
-x62679 = x62678
-x62680 = x62679
-x62681 = x62680
-x62682 = x62681
-x62683 = x62682
-x62684 = x62683
-x62685 = x62684
-x62686 = x62685
-x62687 = x62686
-x62688 = x62687
-x62689 = x62688
-x62690 = x62689
-x62691 = x62690
-x62692 = x62691
-x62693 = x62692
-x62694 = x62693
-x62695 = x62694
-x62696 = x62695
-x62697 = x62696
-x62698 = x62697
-x62699 = x62698
-x62700 = x62699
-x62701 = x62700
-x62702 = x62701
-x62703 = x62702
-x62704 = x62703
-x62705 = x62704
-x62706 = x62705
-x62707 = x62706
-x62708 = x62707
-x62709 = x62708
-x62710 = x62709
-x62711 = x62710
-x62712 = x62711
-x62713 = x62712
-x62714 = x62713
-x62715 = x62714
-x62716 = x62715
-x62717 = x62716
-x62718 = x62717
-x62719 = x62718
-x62720 = x62719
-x62721 = x62720
-x62722 = x62721
-x62723 = x62722
-x62724 = x62723
-x62725 = x62724
-x62726 = x62725
-x62727 = x62726
-x62728 = x62727
-x62729 = x62728
-x62730 = x62729
-x62731 = x62730
-x62732 = x62731
-x62733 = x62732
-x62734 = x62733
-x62735 = x62734
-x62736 = x62735
-x62737 = x62736
-x62738 = x62737
-x62739 = x62738
-x62740 = x62739
-x62741 = x62740
-x62742 = x62741
-x62743 = x62742
-x62744 = x62743
-x62745 = x62744
-x62746 = x62745
-x62747 = x62746
-x62748 = x62747
-x62749 = x62748
-x62750 = x62749
-x62751 = x62750
-x62752 = x62751
-x62753 = x62752
-x62754 = x62753
-x62755 = x62754
-x62756 = x62755
-x62757 = x62756
-x62758 = x62757
-x62759 = x62758
-x62760 = x62759
-x62761 = x62760
-x62762 = x62761
-x62763 = x62762
-x62764 = x62763
-x62765 = x62764
-x62766 = x62765
-x62767 = x62766
-x62768 = x62767
-x62769 = x62768
-x62770 = x62769
-x62771 = x62770
-x62772 = x62771
-x62773 = x62772
-x62774 = x62773
-x62775 = x62774
-x62776 = x62775
-x62777 = x62776
-x62778 = x62777
-x62779 = x62778
-x62780 = x62779
-x62781 = x62780
-x62782 = x62781
-x62783 = x62782
-x62784 = x62783
-x62785 = x62784
-x62786 = x62785
-x62787 = x62786
-x62788 = x62787
-x62789 = x62788
-x62790 = x62789
-x62791 = x62790
-x62792 = x62791
-x62793 = x62792
-x62794 = x62793
-x62795 = x62794
-x62796 = x62795
-x62797 = x62796
-x62798 = x62797
-x62799 = x62798
-x62800 = x62799
-x62801 = x62800
-x62802 = x62801
-x62803 = x62802
-x62804 = x62803
-x62805 = x62804
-x62806 = x62805
-x62807 = x62806
-x62808 = x62807
-x62809 = x62808
-x62810 = x62809
-x62811 = x62810
-x62812 = x62811
-x62813 = x62812
-x62814 = x62813
-x62815 = x62814
-x62816 = x62815
-x62817 = x62816
-x62818 = x62817
-x62819 = x62818
-x62820 = x62819
-x62821 = x62820
-x62822 = x62821
-x62823 = x62822
-x62824 = x62823
-x62825 = x62824
-x62826 = x62825
-x62827 = x62826
-x62828 = x62827
-x62829 = x62828
-x62830 = x62829
-x62831 = x62830
-x62832 = x62831
-x62833 = x62832
-x62834 = x62833
-x62835 = x62834
-x62836 = x62835
-x62837 = x62836
-x62838 = x62837
-x62839 = x62838
-x62840 = x62839
-x62841 = x62840
-x62842 = x62841
-x62843 = x62842
-x62844 = x62843
-x62845 = x62844
-x62846 = x62845
-x62847 = x62846
-x62848 = x62847
-x62849 = x62848
-x62850 = x62849
-x62851 = x62850
-x62852 = x62851
-x62853 = x62852
-x62854 = x62853
-x62855 = x62854
-x62856 = x62855
-x62857 = x62856
-x62858 = x62857
-x62859 = x62858
-x62860 = x62859
-x62861 = x62860
-x62862 = x62861
-x62863 = x62862
-x62864 = x62863
-x62865 = x62864
-x62866 = x62865
-x62867 = x62866
-x62868 = x62867
-x62869 = x62868
-x62870 = x62869
-x62871 = x62870
-x62872 = x62871
-x62873 = x62872
-x62874 = x62873
-x62875 = x62874
-x62876 = x62875
-x62877 = x62876
-x62878 = x62877
-x62879 = x62878
-x62880 = x62879
-x62881 = x62880
-x62882 = x62881
-x62883 = x62882
-x62884 = x62883
-x62885 = x62884
-x62886 = x62885
-x62887 = x62886
-x62888 = x62887
-x62889 = x62888
-x62890 = x62889
-x62891 = x62890
-x62892 = x62891
-x62893 = x62892
-x62894 = x62893
-x62895 = x62894
-x62896 = x62895
-x62897 = x62896
-x62898 = x62897
-x62899 = x62898
-x62900 = x62899
-x62901 = x62900
-x62902 = x62901
-x62903 = x62902
-x62904 = x62903
-x62905 = x62904
-x62906 = x62905
-x62907 = x62906
-x62908 = x62907
-x62909 = x62908
-x62910 = x62909
-x62911 = x62910
-x62912 = x62911
-x62913 = x62912
-x62914 = x62913
-x62915 = x62914
-x62916 = x62915
-x62917 = x62916
-x62918 = x62917
-x62919 = x62918
-x62920 = x62919
-x62921 = x62920
-x62922 = x62921
-x62923 = x62922
-x62924 = x62923
-x62925 = x62924
-x62926 = x62925
-x62927 = x62926
-x62928 = x62927
-x62929 = x62928
-x62930 = x62929
-x62931 = x62930
-x62932 = x62931
-x62933 = x62932
-x62934 = x62933
-x62935 = x62934
-x62936 = x62935
-x62937 = x62936
-x62938 = x62937
-x62939 = x62938
-x62940 = x62939
-x62941 = x62940
-x62942 = x62941
-x62943 = x62942
-x62944 = x62943
-x62945 = x62944
-x62946 = x62945
-x62947 = x62946
-x62948 = x62947
-x62949 = x62948
-x62950 = x62949
-x62951 = x62950
-x62952 = x62951
-x62953 = x62952
-x62954 = x62953
-x62955 = x62954
-x62956 = x62955
-x62957 = x62956
-x62958 = x62957
-x62959 = x62958
-x62960 = x62959
-x62961 = x62960
-x62962 = x62961
-x62963 = x62962
-x62964 = x62963
-x62965 = x62964
-x62966 = x62965
-x62967 = x62966
-x62968 = x62967
-x62969 = x62968
-x62970 = x62969
-x62971 = x62970
-x62972 = x62971
-x62973 = x62972
-x62974 = x62973
-x62975 = x62974
-x62976 = x62975
-x62977 = x62976
-x62978 = x62977
-x62979 = x62978
-x62980 = x62979
-x62981 = x62980
-x62982 = x62981
-x62983 = x62982
-x62984 = x62983
-x62985 = x62984
-x62986 = x62985
-x62987 = x62986
-x62988 = x62987
-x62989 = x62988
-x62990 = x62989
-x62991 = x62990
-x62992 = x62991
-x62993 = x62992
-x62994 = x62993
-x62995 = x62994
-x62996 = x62995
-x62997 = x62996
-x62998 = x62997
-x62999 = x62998
-x63000 = x62999
-x63001 = x63000
-x63002 = x63001
-x63003 = x63002
-x63004 = x63003
-x63005 = x63004
-x63006 = x63005
-x63007 = x63006
-x63008 = x63007
-x63009 = x63008
-x63010 = x63009
-x63011 = x63010
-x63012 = x63011
-x63013 = x63012
-x63014 = x63013
-x63015 = x63014
-x63016 = x63015
-x63017 = x63016
-x63018 = x63017
-x63019 = x63018
-x63020 = x63019
-x63021 = x63020
-x63022 = x63021
-x63023 = x63022
-x63024 = x63023
-x63025 = x63024
-x63026 = x63025
-x63027 = x63026
-x63028 = x63027
-x63029 = x63028
-x63030 = x63029
-x63031 = x63030
-x63032 = x63031
-x63033 = x63032
-x63034 = x63033
-x63035 = x63034
-x63036 = x63035
-x63037 = x63036
-x63038 = x63037
-x63039 = x63038
-x63040 = x63039
-x63041 = x63040
-x63042 = x63041
-x63043 = x63042
-x63044 = x63043
-x63045 = x63044
-x63046 = x63045
-x63047 = x63046
-x63048 = x63047
-x63049 = x63048
-x63050 = x63049
-x63051 = x63050
-x63052 = x63051
-x63053 = x63052
-x63054 = x63053
-x63055 = x63054
-x63056 = x63055
-x63057 = x63056
-x63058 = x63057
-x63059 = x63058
-x63060 = x63059
-x63061 = x63060
-x63062 = x63061
-x63063 = x63062
-x63064 = x63063
-x63065 = x63064
-x63066 = x63065
-x63067 = x63066
-x63068 = x63067
-x63069 = x63068
-x63070 = x63069
-x63071 = x63070
-x63072 = x63071
-x63073 = x63072
-x63074 = x63073
-x63075 = x63074
-x63076 = x63075
-x63077 = x63076
-x63078 = x63077
-x63079 = x63078
-x63080 = x63079
-x63081 = x63080
-x63082 = x63081
-x63083 = x63082
-x63084 = x63083
-x63085 = x63084
-x63086 = x63085
-x63087 = x63086
-x63088 = x63087
-x63089 = x63088
-x63090 = x63089
-x63091 = x63090
-x63092 = x63091
-x63093 = x63092
-x63094 = x63093
-x63095 = x63094
-x63096 = x63095
-x63097 = x63096
-x63098 = x63097
-x63099 = x63098
-x63100 = x63099
-x63101 = x63100
-x63102 = x63101
-x63103 = x63102
-x63104 = x63103
-x63105 = x63104
-x63106 = x63105
-x63107 = x63106
-x63108 = x63107
-x63109 = x63108
-x63110 = x63109
-x63111 = x63110
-x63112 = x63111
-x63113 = x63112
-x63114 = x63113
-x63115 = x63114
-x63116 = x63115
-x63117 = x63116
-x63118 = x63117
-x63119 = x63118
-x63120 = x63119
-x63121 = x63120
-x63122 = x63121
-x63123 = x63122
-x63124 = x63123
-x63125 = x63124
-x63126 = x63125
-x63127 = x63126
-x63128 = x63127
-x63129 = x63128
-x63130 = x63129
-x63131 = x63130
-x63132 = x63131
-x63133 = x63132
-x63134 = x63133
-x63135 = x63134
-x63136 = x63135
-x63137 = x63136
-x63138 = x63137
-x63139 = x63138
-x63140 = x63139
-x63141 = x63140
-x63142 = x63141
-x63143 = x63142
-x63144 = x63143
-x63145 = x63144
-x63146 = x63145
-x63147 = x63146
-x63148 = x63147
-x63149 = x63148
-x63150 = x63149
-x63151 = x63150
-x63152 = x63151
-x63153 = x63152
-x63154 = x63153
-x63155 = x63154
-x63156 = x63155
-x63157 = x63156
-x63158 = x63157
-x63159 = x63158
-x63160 = x63159
-x63161 = x63160
-x63162 = x63161
-x63163 = x63162
-x63164 = x63163
-x63165 = x63164
-x63166 = x63165
-x63167 = x63166
-x63168 = x63167
-x63169 = x63168
-x63170 = x63169
-x63171 = x63170
-x63172 = x63171
-x63173 = x63172
-x63174 = x63173
-x63175 = x63174
-x63176 = x63175
-x63177 = x63176
-x63178 = x63177
-x63179 = x63178
-x63180 = x63179
-x63181 = x63180
-x63182 = x63181
-x63183 = x63182
-x63184 = x63183
-x63185 = x63184
-x63186 = x63185
-x63187 = x63186
-x63188 = x63187
-x63189 = x63188
-x63190 = x63189
-x63191 = x63190
-x63192 = x63191
-x63193 = x63192
-x63194 = x63193
-x63195 = x63194
-x63196 = x63195
-x63197 = x63196
-x63198 = x63197
-x63199 = x63198
-x63200 = x63199
-x63201 = x63200
-x63202 = x63201
-x63203 = x63202
-x63204 = x63203
-x63205 = x63204
-x63206 = x63205
-x63207 = x63206
-x63208 = x63207
-x63209 = x63208
-x63210 = x63209
-x63211 = x63210
-x63212 = x63211
-x63213 = x63212
-x63214 = x63213
-x63215 = x63214
-x63216 = x63215
-x63217 = x63216
-x63218 = x63217
-x63219 = x63218
-x63220 = x63219
-x63221 = x63220
-x63222 = x63221
-x63223 = x63222
-x63224 = x63223
-x63225 = x63224
-x63226 = x63225
-x63227 = x63226
-x63228 = x63227
-x63229 = x63228
-x63230 = x63229
-x63231 = x63230
-x63232 = x63231
-x63233 = x63232
-x63234 = x63233
-x63235 = x63234
-x63236 = x63235
-x63237 = x63236
-x63238 = x63237
-x63239 = x63238
-x63240 = x63239
-x63241 = x63240
-x63242 = x63241
-x63243 = x63242
-x63244 = x63243
-x63245 = x63244
-x63246 = x63245
-x63247 = x63246
-x63248 = x63247
-x63249 = x63248
-x63250 = x63249
-x63251 = x63250
-x63252 = x63251
-x63253 = x63252
-x63254 = x63253
-x63255 = x63254
-x63256 = x63255
-x63257 = x63256
-x63258 = x63257
-x63259 = x63258
-x63260 = x63259
-x63261 = x63260
-x63262 = x63261
-x63263 = x63262
-x63264 = x63263
-x63265 = x63264
-x63266 = x63265
-x63267 = x63266
-x63268 = x63267
-x63269 = x63268
-x63270 = x63269
-x63271 = x63270
-x63272 = x63271
-x63273 = x63272
-x63274 = x63273
-x63275 = x63274
-x63276 = x63275
-x63277 = x63276
-x63278 = x63277
-x63279 = x63278
-x63280 = x63279
-x63281 = x63280
-x63282 = x63281
-x63283 = x63282
-x63284 = x63283
-x63285 = x63284
-x63286 = x63285
-x63287 = x63286
-x63288 = x63287
-x63289 = x63288
-x63290 = x63289
-x63291 = x63290
-x63292 = x63291
-x63293 = x63292
-x63294 = x63293
-x63295 = x63294
-x63296 = x63295
-x63297 = x63296
-x63298 = x63297
-x63299 = x63298
-x63300 = x63299
-x63301 = x63300
-x63302 = x63301
-x63303 = x63302
-x63304 = x63303
-x63305 = x63304
-x63306 = x63305
-x63307 = x63306
-x63308 = x63307
-x63309 = x63308
-x63310 = x63309
-x63311 = x63310
-x63312 = x63311
-x63313 = x63312
-x63314 = x63313
-x63315 = x63314
-x63316 = x63315
-x63317 = x63316
-x63318 = x63317
-x63319 = x63318
-x63320 = x63319
-x63321 = x63320
-x63322 = x63321
-x63323 = x63322
-x63324 = x63323
-x63325 = x63324
-x63326 = x63325
-x63327 = x63326
-x63328 = x63327
-x63329 = x63328
-x63330 = x63329
-x63331 = x63330
-x63332 = x63331
-x63333 = x63332
-x63334 = x63333
-x63335 = x63334
-x63336 = x63335
-x63337 = x63336
-x63338 = x63337
-x63339 = x63338
-x63340 = x63339
-x63341 = x63340
-x63342 = x63341
-x63343 = x63342
-x63344 = x63343
-x63345 = x63344
-x63346 = x63345
-x63347 = x63346
-x63348 = x63347
-x63349 = x63348
-x63350 = x63349
-x63351 = x63350
-x63352 = x63351
-x63353 = x63352
-x63354 = x63353
-x63355 = x63354
-x63356 = x63355
-x63357 = x63356
-x63358 = x63357
-x63359 = x63358
-x63360 = x63359
-x63361 = x63360
-x63362 = x63361
-x63363 = x63362
-x63364 = x63363
-x63365 = x63364
-x63366 = x63365
-x63367 = x63366
-x63368 = x63367
-x63369 = x63368
-x63370 = x63369
-x63371 = x63370
-x63372 = x63371
-x63373 = x63372
-x63374 = x63373
-x63375 = x63374
-x63376 = x63375
-x63377 = x63376
-x63378 = x63377
-x63379 = x63378
-x63380 = x63379
-x63381 = x63380
-x63382 = x63381
-x63383 = x63382
-x63384 = x63383
-x63385 = x63384
-x63386 = x63385
-x63387 = x63386
-x63388 = x63387
-x63389 = x63388
-x63390 = x63389
-x63391 = x63390
-x63392 = x63391
-x63393 = x63392
-x63394 = x63393
-x63395 = x63394
-x63396 = x63395
-x63397 = x63396
-x63398 = x63397
-x63399 = x63398
-x63400 = x63399
-x63401 = x63400
-x63402 = x63401
-x63403 = x63402
-x63404 = x63403
-x63405 = x63404
-x63406 = x63405
-x63407 = x63406
-x63408 = x63407
-x63409 = x63408
-x63410 = x63409
-x63411 = x63410
-x63412 = x63411
-x63413 = x63412
-x63414 = x63413
-x63415 = x63414
-x63416 = x63415
-x63417 = x63416
-x63418 = x63417
-x63419 = x63418
-x63420 = x63419
-x63421 = x63420
-x63422 = x63421
-x63423 = x63422
-x63424 = x63423
-x63425 = x63424
-x63426 = x63425
-x63427 = x63426
-x63428 = x63427
-x63429 = x63428
-x63430 = x63429
-x63431 = x63430
-x63432 = x63431
-x63433 = x63432
-x63434 = x63433
-x63435 = x63434
-x63436 = x63435
-x63437 = x63436
-x63438 = x63437
-x63439 = x63438
-x63440 = x63439
-x63441 = x63440
-x63442 = x63441
-x63443 = x63442
-x63444 = x63443
-x63445 = x63444
-x63446 = x63445
-x63447 = x63446
-x63448 = x63447
-x63449 = x63448
-x63450 = x63449
-x63451 = x63450
-x63452 = x63451
-x63453 = x63452
-x63454 = x63453
-x63455 = x63454
-x63456 = x63455
-x63457 = x63456
-x63458 = x63457
-x63459 = x63458
-x63460 = x63459
-x63461 = x63460
-x63462 = x63461
-x63463 = x63462
-x63464 = x63463
-x63465 = x63464
-x63466 = x63465
-x63467 = x63466
-x63468 = x63467
-x63469 = x63468
-x63470 = x63469
-x63471 = x63470
-x63472 = x63471
-x63473 = x63472
-x63474 = x63473
-x63475 = x63474
-x63476 = x63475
-x63477 = x63476
-x63478 = x63477
-x63479 = x63478
-x63480 = x63479
-x63481 = x63480
-x63482 = x63481
-x63483 = x63482
-x63484 = x63483
-x63485 = x63484
-x63486 = x63485
-x63487 = x63486
-x63488 = x63487
-x63489 = x63488
-x63490 = x63489
-x63491 = x63490
-x63492 = x63491
-x63493 = x63492
-x63494 = x63493
-x63495 = x63494
-x63496 = x63495
-x63497 = x63496
-x63498 = x63497
-x63499 = x63498
-x63500 = x63499
-x63501 = x63500
-x63502 = x63501
-x63503 = x63502
-x63504 = x63503
-x63505 = x63504
-x63506 = x63505
-x63507 = x63506
-x63508 = x63507
-x63509 = x63508
-x63510 = x63509
-x63511 = x63510
-x63512 = x63511
-x63513 = x63512
-x63514 = x63513
-x63515 = x63514
-x63516 = x63515
-x63517 = x63516
-x63518 = x63517
-x63519 = x63518
-x63520 = x63519
-x63521 = x63520
-x63522 = x63521
-x63523 = x63522
-x63524 = x63523
-x63525 = x63524
-x63526 = x63525
-x63527 = x63526
-x63528 = x63527
-x63529 = x63528
-x63530 = x63529
-x63531 = x63530
-x63532 = x63531
-x63533 = x63532
-x63534 = x63533
-x63535 = x63534
-x63536 = x63535
-x63537 = x63536
-x63538 = x63537
-x63539 = x63538
-x63540 = x63539
-x63541 = x63540
-x63542 = x63541
-x63543 = x63542
-x63544 = x63543
-x63545 = x63544
-x63546 = x63545
-x63547 = x63546
-x63548 = x63547
-x63549 = x63548
-x63550 = x63549
-x63551 = x63550
-x63552 = x63551
-x63553 = x63552
-x63554 = x63553
-x63555 = x63554
-x63556 = x63555
-x63557 = x63556
-x63558 = x63557
-x63559 = x63558
-x63560 = x63559
-x63561 = x63560
-x63562 = x63561
-x63563 = x63562
-x63564 = x63563
-x63565 = x63564
-x63566 = x63565
-x63567 = x63566
-x63568 = x63567
-x63569 = x63568
-x63570 = x63569
-x63571 = x63570
-x63572 = x63571
-x63573 = x63572
-x63574 = x63573
-x63575 = x63574
-x63576 = x63575
-x63577 = x63576
-x63578 = x63577
-x63579 = x63578
-x63580 = x63579
-x63581 = x63580
-x63582 = x63581
-x63583 = x63582
-x63584 = x63583
-x63585 = x63584
-x63586 = x63585
-x63587 = x63586
-x63588 = x63587
-x63589 = x63588
-x63590 = x63589
-x63591 = x63590
-x63592 = x63591
-x63593 = x63592
-x63594 = x63593
-x63595 = x63594
-x63596 = x63595
-x63597 = x63596
-x63598 = x63597
-x63599 = x63598
-x63600 = x63599
-x63601 = x63600
-x63602 = x63601
-x63603 = x63602
-x63604 = x63603
-x63605 = x63604
-x63606 = x63605
-x63607 = x63606
-x63608 = x63607
-x63609 = x63608
-x63610 = x63609
-x63611 = x63610
-x63612 = x63611
-x63613 = x63612
-x63614 = x63613
-x63615 = x63614
-x63616 = x63615
-x63617 = x63616
-x63618 = x63617
-x63619 = x63618
-x63620 = x63619
-x63621 = x63620
-x63622 = x63621
-x63623 = x63622
-x63624 = x63623
-x63625 = x63624
-x63626 = x63625
-x63627 = x63626
-x63628 = x63627
-x63629 = x63628
-x63630 = x63629
-x63631 = x63630
-x63632 = x63631
-x63633 = x63632
-x63634 = x63633
-x63635 = x63634
-x63636 = x63635
-x63637 = x63636
-x63638 = x63637
-x63639 = x63638
-x63640 = x63639
-x63641 = x63640
-x63642 = x63641
-x63643 = x63642
-x63644 = x63643
-x63645 = x63644
-x63646 = x63645
-x63647 = x63646
-x63648 = x63647
-x63649 = x63648
-x63650 = x63649
-x63651 = x63650
-x63652 = x63651
-x63653 = x63652
-x63654 = x63653
-x63655 = x63654
-x63656 = x63655
-x63657 = x63656
-x63658 = x63657
-x63659 = x63658
-x63660 = x63659
-x63661 = x63660
-x63662 = x63661
-x63663 = x63662
-x63664 = x63663
-x63665 = x63664
-x63666 = x63665
-x63667 = x63666
-x63668 = x63667
-x63669 = x63668
-x63670 = x63669
-x63671 = x63670
-x63672 = x63671
-x63673 = x63672
-x63674 = x63673
-x63675 = x63674
-x63676 = x63675
-x63677 = x63676
-x63678 = x63677
-x63679 = x63678
-x63680 = x63679
-x63681 = x63680
-x63682 = x63681
-x63683 = x63682
-x63684 = x63683
-x63685 = x63684
-x63686 = x63685
-x63687 = x63686
-x63688 = x63687
-x63689 = x63688
-x63690 = x63689
-x63691 = x63690
-x63692 = x63691
-x63693 = x63692
-x63694 = x63693
-x63695 = x63694
-x63696 = x63695
-x63697 = x63696
-x63698 = x63697
-x63699 = x63698
-x63700 = x63699
-x63701 = x63700
-x63702 = x63701
-x63703 = x63702
-x63704 = x63703
-x63705 = x63704
-x63706 = x63705
-x63707 = x63706
-x63708 = x63707
-x63709 = x63708
-x63710 = x63709
-x63711 = x63710
-x63712 = x63711
-x63713 = x63712
-x63714 = x63713
-x63715 = x63714
-x63716 = x63715
-x63717 = x63716
-x63718 = x63717
-x63719 = x63718
-x63720 = x63719
-x63721 = x63720
-x63722 = x63721
-x63723 = x63722
-x63724 = x63723
-x63725 = x63724
-x63726 = x63725
-x63727 = x63726
-x63728 = x63727
-x63729 = x63728
-x63730 = x63729
-x63731 = x63730
-x63732 = x63731
-x63733 = x63732
-x63734 = x63733
-x63735 = x63734
-x63736 = x63735
-x63737 = x63736
-x63738 = x63737
-x63739 = x63738
-x63740 = x63739
-x63741 = x63740
-x63742 = x63741
-x63743 = x63742
-x63744 = x63743
-x63745 = x63744
-x63746 = x63745
-x63747 = x63746
-x63748 = x63747
-x63749 = x63748
-x63750 = x63749
-x63751 = x63750
-x63752 = x63751
-x63753 = x63752
-x63754 = x63753
-x63755 = x63754
-x63756 = x63755
-x63757 = x63756
-x63758 = x63757
-x63759 = x63758
-x63760 = x63759
-x63761 = x63760
-x63762 = x63761
-x63763 = x63762
-x63764 = x63763
-x63765 = x63764
-x63766 = x63765
-x63767 = x63766
-x63768 = x63767
-x63769 = x63768
-x63770 = x63769
-x63771 = x63770
-x63772 = x63771
-x63773 = x63772
-x63774 = x63773
-x63775 = x63774
-x63776 = x63775
-x63777 = x63776
-x63778 = x63777
-x63779 = x63778
-x63780 = x63779
-x63781 = x63780
-x63782 = x63781
-x63783 = x63782
-x63784 = x63783
-x63785 = x63784
-x63786 = x63785
-x63787 = x63786
-x63788 = x63787
-x63789 = x63788
-x63790 = x63789
-x63791 = x63790
-x63792 = x63791
-x63793 = x63792
-x63794 = x63793
-x63795 = x63794
-x63796 = x63795
-x63797 = x63796
-x63798 = x63797
-x63799 = x63798
-x63800 = x63799
-x63801 = x63800
-x63802 = x63801
-x63803 = x63802
-x63804 = x63803
-x63805 = x63804
-x63806 = x63805
-x63807 = x63806
-x63808 = x63807
-x63809 = x63808
-x63810 = x63809
-x63811 = x63810
-x63812 = x63811
-x63813 = x63812
-x63814 = x63813
-x63815 = x63814
-x63816 = x63815
-x63817 = x63816
-x63818 = x63817
-x63819 = x63818
-x63820 = x63819
-x63821 = x63820
-x63822 = x63821
-x63823 = x63822
-x63824 = x63823
-x63825 = x63824
-x63826 = x63825
-x63827 = x63826
-x63828 = x63827
-x63829 = x63828
-x63830 = x63829
-x63831 = x63830
-x63832 = x63831
-x63833 = x63832
-x63834 = x63833
-x63835 = x63834
-x63836 = x63835
-x63837 = x63836
-x63838 = x63837
-x63839 = x63838
-x63840 = x63839
-x63841 = x63840
-x63842 = x63841
-x63843 = x63842
-x63844 = x63843
-x63845 = x63844
-x63846 = x63845
-x63847 = x63846
-x63848 = x63847
-x63849 = x63848
-x63850 = x63849
-x63851 = x63850
-x63852 = x63851
-x63853 = x63852
-x63854 = x63853
-x63855 = x63854
-x63856 = x63855
-x63857 = x63856
-x63858 = x63857
-x63859 = x63858
-x63860 = x63859
-x63861 = x63860
-x63862 = x63861
-x63863 = x63862
-x63864 = x63863
-x63865 = x63864
-x63866 = x63865
-x63867 = x63866
-x63868 = x63867
-x63869 = x63868
-x63870 = x63869
-x63871 = x63870
-x63872 = x63871
-x63873 = x63872
-x63874 = x63873
-x63875 = x63874
-x63876 = x63875
-x63877 = x63876
-x63878 = x63877
-x63879 = x63878
-x63880 = x63879
-x63881 = x63880
-x63882 = x63881
-x63883 = x63882
-x63884 = x63883
-x63885 = x63884
-x63886 = x63885
-x63887 = x63886
-x63888 = x63887
-x63889 = x63888
-x63890 = x63889
-x63891 = x63890
-x63892 = x63891
-x63893 = x63892
-x63894 = x63893
-x63895 = x63894
-x63896 = x63895
-x63897 = x63896
-x63898 = x63897
-x63899 = x63898
-x63900 = x63899
-x63901 = x63900
-x63902 = x63901
-x63903 = x63902
-x63904 = x63903
-x63905 = x63904
-x63906 = x63905
-x63907 = x63906
-x63908 = x63907
-x63909 = x63908
-x63910 = x63909
-x63911 = x63910
-x63912 = x63911
-x63913 = x63912
-x63914 = x63913
-x63915 = x63914
-x63916 = x63915
-x63917 = x63916
-x63918 = x63917
-x63919 = x63918
-x63920 = x63919
-x63921 = x63920
-x63922 = x63921
-x63923 = x63922
-x63924 = x63923
-x63925 = x63924
-x63926 = x63925
-x63927 = x63926
-x63928 = x63927
-x63929 = x63928
-x63930 = x63929
-x63931 = x63930
-x63932 = x63931
-x63933 = x63932
-x63934 = x63933
-x63935 = x63934
-x63936 = x63935
-x63937 = x63936
-x63938 = x63937
-x63939 = x63938
-x63940 = x63939
-x63941 = x63940
-x63942 = x63941
-x63943 = x63942
-x63944 = x63943
-x63945 = x63944
-x63946 = x63945
-x63947 = x63946
-x63948 = x63947
-x63949 = x63948
-x63950 = x63949
-x63951 = x63950
-x63952 = x63951
-x63953 = x63952
-x63954 = x63953
-x63955 = x63954
-x63956 = x63955
-x63957 = x63956
-x63958 = x63957
-x63959 = x63958
-x63960 = x63959
-x63961 = x63960
-x63962 = x63961
-x63963 = x63962
-x63964 = x63963
-x63965 = x63964
-x63966 = x63965
-x63967 = x63966
-x63968 = x63967
-x63969 = x63968
-x63970 = x63969
-x63971 = x63970
-x63972 = x63971
-x63973 = x63972
-x63974 = x63973
-x63975 = x63974
-x63976 = x63975
-x63977 = x63976
-x63978 = x63977
-x63979 = x63978
-x63980 = x63979
-x63981 = x63980
-x63982 = x63981
-x63983 = x63982
-x63984 = x63983
-x63985 = x63984
-x63986 = x63985
-x63987 = x63986
-x63988 = x63987
-x63989 = x63988
-x63990 = x63989
-x63991 = x63990
-x63992 = x63991
-x63993 = x63992
-x63994 = x63993
-x63995 = x63994
-x63996 = x63995
-x63997 = x63996
-x63998 = x63997
-x63999 = x63998
-x64000 = x63999
-x64001 = x64000
-x64002 = x64001
-x64003 = x64002
-x64004 = x64003
-x64005 = x64004
-x64006 = x64005
-x64007 = x64006
-x64008 = x64007
-x64009 = x64008
-x64010 = x64009
-x64011 = x64010
-x64012 = x64011
-x64013 = x64012
-x64014 = x64013
-x64015 = x64014
-x64016 = x64015
-x64017 = x64016
-x64018 = x64017
-x64019 = x64018
-x64020 = x64019
-x64021 = x64020
-x64022 = x64021
-x64023 = x64022
-x64024 = x64023
-x64025 = x64024
-x64026 = x64025
-x64027 = x64026
-x64028 = x64027
-x64029 = x64028
-x64030 = x64029
-x64031 = x64030
-x64032 = x64031
-x64033 = x64032
-x64034 = x64033
-x64035 = x64034
-x64036 = x64035
-x64037 = x64036
-x64038 = x64037
-x64039 = x64038
-x64040 = x64039
-x64041 = x64040
-x64042 = x64041
-x64043 = x64042
-x64044 = x64043
-x64045 = x64044
-x64046 = x64045
-x64047 = x64046
-x64048 = x64047
-x64049 = x64048
-x64050 = x64049
-x64051 = x64050
-x64052 = x64051
-x64053 = x64052
-x64054 = x64053
-x64055 = x64054
-x64056 = x64055
-x64057 = x64056
-x64058 = x64057
-x64059 = x64058
-x64060 = x64059
-x64061 = x64060
-x64062 = x64061
-x64063 = x64062
-x64064 = x64063
-x64065 = x64064
-x64066 = x64065
-x64067 = x64066
-x64068 = x64067
-x64069 = x64068
-x64070 = x64069
-x64071 = x64070
-x64072 = x64071
-x64073 = x64072
-x64074 = x64073
-x64075 = x64074
-x64076 = x64075
-x64077 = x64076
-x64078 = x64077
-x64079 = x64078
-x64080 = x64079
-x64081 = x64080
-x64082 = x64081
-x64083 = x64082
-x64084 = x64083
-x64085 = x64084
-x64086 = x64085
-x64087 = x64086
-x64088 = x64087
-x64089 = x64088
-x64090 = x64089
-x64091 = x64090
-x64092 = x64091
-x64093 = x64092
-x64094 = x64093
-x64095 = x64094
-x64096 = x64095
-x64097 = x64096
-x64098 = x64097
-x64099 = x64098
-x64100 = x64099
-x64101 = x64100
-x64102 = x64101
-x64103 = x64102
-x64104 = x64103
-x64105 = x64104
-x64106 = x64105
-x64107 = x64106
-x64108 = x64107
-x64109 = x64108
-x64110 = x64109
-x64111 = x64110
-x64112 = x64111
-x64113 = x64112
-x64114 = x64113
-x64115 = x64114
-x64116 = x64115
-x64117 = x64116
-x64118 = x64117
-x64119 = x64118
-x64120 = x64119
-x64121 = x64120
-x64122 = x64121
-x64123 = x64122
-x64124 = x64123
-x64125 = x64124
-x64126 = x64125
-x64127 = x64126
-x64128 = x64127
-x64129 = x64128
-x64130 = x64129
-x64131 = x64130
-x64132 = x64131
-x64133 = x64132
-x64134 = x64133
-x64135 = x64134
-x64136 = x64135
-x64137 = x64136
-x64138 = x64137
-x64139 = x64138
-x64140 = x64139
-x64141 = x64140
-x64142 = x64141
-x64143 = x64142
-x64144 = x64143
-x64145 = x64144
-x64146 = x64145
-x64147 = x64146
-x64148 = x64147
-x64149 = x64148
-x64150 = x64149
-x64151 = x64150
-x64152 = x64151
-x64153 = x64152
-x64154 = x64153
-x64155 = x64154
-x64156 = x64155
-x64157 = x64156
-x64158 = x64157
-x64159 = x64158
-x64160 = x64159
-x64161 = x64160
-x64162 = x64161
-x64163 = x64162
-x64164 = x64163
-x64165 = x64164
-x64166 = x64165
-x64167 = x64166
-x64168 = x64167
-x64169 = x64168
-x64170 = x64169
-x64171 = x64170
-x64172 = x64171
-x64173 = x64172
-x64174 = x64173
-x64175 = x64174
-x64176 = x64175
-x64177 = x64176
-x64178 = x64177
-x64179 = x64178
-x64180 = x64179
-x64181 = x64180
-x64182 = x64181
-x64183 = x64182
-x64184 = x64183
-x64185 = x64184
-x64186 = x64185
-x64187 = x64186
-x64188 = x64187
-x64189 = x64188
-x64190 = x64189
-x64191 = x64190
-x64192 = x64191
-x64193 = x64192
-x64194 = x64193
-x64195 = x64194
-x64196 = x64195
-x64197 = x64196
-x64198 = x64197
-x64199 = x64198
-x64200 = x64199
-x64201 = x64200
-x64202 = x64201
-x64203 = x64202
-x64204 = x64203
-x64205 = x64204
-x64206 = x64205
-x64207 = x64206
-x64208 = x64207
-x64209 = x64208
-x64210 = x64209
-x64211 = x64210
-x64212 = x64211
-x64213 = x64212
-x64214 = x64213
-x64215 = x64214
-x64216 = x64215
-x64217 = x64216
-x64218 = x64217
-x64219 = x64218
-x64220 = x64219
-x64221 = x64220
-x64222 = x64221
-x64223 = x64222
-x64224 = x64223
-x64225 = x64224
-x64226 = x64225
-x64227 = x64226
-x64228 = x64227
-x64229 = x64228
-x64230 = x64229
-x64231 = x64230
-x64232 = x64231
-x64233 = x64232
-x64234 = x64233
-x64235 = x64234
-x64236 = x64235
-x64237 = x64236
-x64238 = x64237
-x64239 = x64238
-x64240 = x64239
-x64241 = x64240
-x64242 = x64241
-x64243 = x64242
-x64244 = x64243
-x64245 = x64244
-x64246 = x64245
-x64247 = x64246
-x64248 = x64247
-x64249 = x64248
-x64250 = x64249
-x64251 = x64250
-x64252 = x64251
-x64253 = x64252
-x64254 = x64253
-x64255 = x64254
-x64256 = x64255
-x64257 = x64256
-x64258 = x64257
-x64259 = x64258
-x64260 = x64259
-x64261 = x64260
-x64262 = x64261
-x64263 = x64262
-x64264 = x64263
-x64265 = x64264
-x64266 = x64265
-x64267 = x64266
-x64268 = x64267
-x64269 = x64268
-x64270 = x64269
-x64271 = x64270
-x64272 = x64271
-x64273 = x64272
-x64274 = x64273
-x64275 = x64274
-x64276 = x64275
-x64277 = x64276
-x64278 = x64277
-x64279 = x64278
-x64280 = x64279
-x64281 = x64280
-x64282 = x64281
-x64283 = x64282
-x64284 = x64283
-x64285 = x64284
-x64286 = x64285
-x64287 = x64286
-x64288 = x64287
-x64289 = x64288
-x64290 = x64289
-x64291 = x64290
-x64292 = x64291
-x64293 = x64292
-x64294 = x64293
-x64295 = x64294
-x64296 = x64295
-x64297 = x64296
-x64298 = x64297
-x64299 = x64298
-x64300 = x64299
-x64301 = x64300
-x64302 = x64301
-x64303 = x64302
-x64304 = x64303
-x64305 = x64304
-x64306 = x64305
-x64307 = x64306
-x64308 = x64307
-x64309 = x64308
-x64310 = x64309
-x64311 = x64310
-x64312 = x64311
-x64313 = x64312
-x64314 = x64313
-x64315 = x64314
-x64316 = x64315
-x64317 = x64316
-x64318 = x64317
-x64319 = x64318
-x64320 = x64319
-x64321 = x64320
-x64322 = x64321
-x64323 = x64322
-x64324 = x64323
-x64325 = x64324
-x64326 = x64325
-x64327 = x64326
-x64328 = x64327
-x64329 = x64328
-x64330 = x64329
-x64331 = x64330
-x64332 = x64331
-x64333 = x64332
-x64334 = x64333
-x64335 = x64334
-x64336 = x64335
-x64337 = x64336
-x64338 = x64337
-x64339 = x64338
-x64340 = x64339
-x64341 = x64340
-x64342 = x64341
-x64343 = x64342
-x64344 = x64343
-x64345 = x64344
-x64346 = x64345
-x64347 = x64346
-x64348 = x64347
-x64349 = x64348
-x64350 = x64349
-x64351 = x64350
-x64352 = x64351
-x64353 = x64352
-x64354 = x64353
-x64355 = x64354
-x64356 = x64355
-x64357 = x64356
-x64358 = x64357
-x64359 = x64358
-x64360 = x64359
-x64361 = x64360
-x64362 = x64361
-x64363 = x64362
-x64364 = x64363
-x64365 = x64364
-x64366 = x64365
-x64367 = x64366
-x64368 = x64367
-x64369 = x64368
-x64370 = x64369
-x64371 = x64370
-x64372 = x64371
-x64373 = x64372
-x64374 = x64373
-x64375 = x64374
-x64376 = x64375
-x64377 = x64376
-x64378 = x64377
-x64379 = x64378
-x64380 = x64379
-x64381 = x64380
-x64382 = x64381
-x64383 = x64382
-x64384 = x64383
-x64385 = x64384
-x64386 = x64385
-x64387 = x64386
-x64388 = x64387
-x64389 = x64388
-x64390 = x64389
-x64391 = x64390
-x64392 = x64391
-x64393 = x64392
-x64394 = x64393
-x64395 = x64394
-x64396 = x64395
-x64397 = x64396
-x64398 = x64397
-x64399 = x64398
-x64400 = x64399
-x64401 = x64400
-x64402 = x64401
-x64403 = x64402
-x64404 = x64403
-x64405 = x64404
-x64406 = x64405
-x64407 = x64406
-x64408 = x64407
-x64409 = x64408
-x64410 = x64409
-x64411 = x64410
-x64412 = x64411
-x64413 = x64412
-x64414 = x64413
-x64415 = x64414
-x64416 = x64415
-x64417 = x64416
-x64418 = x64417
-x64419 = x64418
-x64420 = x64419
-x64421 = x64420
-x64422 = x64421
-x64423 = x64422
-x64424 = x64423
-x64425 = x64424
-x64426 = x64425
-x64427 = x64426
-x64428 = x64427
-x64429 = x64428
-x64430 = x64429
-x64431 = x64430
-x64432 = x64431
-x64433 = x64432
-x64434 = x64433
-x64435 = x64434
-x64436 = x64435
-x64437 = x64436
-x64438 = x64437
-x64439 = x64438
-x64440 = x64439
-x64441 = x64440
-x64442 = x64441
-x64443 = x64442
-x64444 = x64443
-x64445 = x64444
-x64446 = x64445
-x64447 = x64446
-x64448 = x64447
-x64449 = x64448
-x64450 = x64449
-x64451 = x64450
-x64452 = x64451
-x64453 = x64452
-x64454 = x64453
-x64455 = x64454
-x64456 = x64455
-x64457 = x64456
-x64458 = x64457
-x64459 = x64458
-x64460 = x64459
-x64461 = x64460
-x64462 = x64461
-x64463 = x64462
-x64464 = x64463
-x64465 = x64464
-x64466 = x64465
-x64467 = x64466
-x64468 = x64467
-x64469 = x64468
-x64470 = x64469
-x64471 = x64470
-x64472 = x64471
-x64473 = x64472
-x64474 = x64473
-x64475 = x64474
-x64476 = x64475
-x64477 = x64476
-x64478 = x64477
-x64479 = x64478
-x64480 = x64479
-x64481 = x64480
-x64482 = x64481
-x64483 = x64482
-x64484 = x64483
-x64485 = x64484
-x64486 = x64485
-x64487 = x64486
-x64488 = x64487
-x64489 = x64488
-x64490 = x64489
-x64491 = x64490
-x64492 = x64491
-x64493 = x64492
-x64494 = x64493
-x64495 = x64494
-x64496 = x64495
-x64497 = x64496
-x64498 = x64497
-x64499 = x64498
-x64500 = x64499
-x64501 = x64500
-x64502 = x64501
-x64503 = x64502
-x64504 = x64503
-x64505 = x64504
-x64506 = x64505
-x64507 = x64506
-x64508 = x64507
-x64509 = x64508
-x64510 = x64509
-x64511 = x64510
-x64512 = x64511
-x64513 = x64512
-x64514 = x64513
-x64515 = x64514
-x64516 = x64515
-x64517 = x64516
-x64518 = x64517
-x64519 = x64518
-x64520 = x64519
-x64521 = x64520
-x64522 = x64521
-x64523 = x64522
-x64524 = x64523
-x64525 = x64524
-x64526 = x64525
-x64527 = x64526
-x64528 = x64527
-x64529 = x64528
-x64530 = x64529
-x64531 = x64530
-x64532 = x64531
-x64533 = x64532
-x64534 = x64533
-x64535 = x64534
-x64536 = x64535
-x64537 = x64536
-x64538 = x64537
-x64539 = x64538
-x64540 = x64539
-x64541 = x64540
-x64542 = x64541
-x64543 = x64542
-x64544 = x64543
-x64545 = x64544
-x64546 = x64545
-x64547 = x64546
-x64548 = x64547
-x64549 = x64548
-x64550 = x64549
-x64551 = x64550
-x64552 = x64551
-x64553 = x64552
-x64554 = x64553
-x64555 = x64554
-x64556 = x64555
-x64557 = x64556
-x64558 = x64557
-x64559 = x64558
-x64560 = x64559
-x64561 = x64560
-x64562 = x64561
-x64563 = x64562
-x64564 = x64563
-x64565 = x64564
-x64566 = x64565
-x64567 = x64566
-x64568 = x64567
-x64569 = x64568
-x64570 = x64569
-x64571 = x64570
-x64572 = x64571
-x64573 = x64572
-x64574 = x64573
-x64575 = x64574
-x64576 = x64575
-x64577 = x64576
-x64578 = x64577
-x64579 = x64578
-x64580 = x64579
-x64581 = x64580
-x64582 = x64581
-x64583 = x64582
-x64584 = x64583
-x64585 = x64584
-x64586 = x64585
-x64587 = x64586
-x64588 = x64587
-x64589 = x64588
-x64590 = x64589
-x64591 = x64590
-x64592 = x64591
-x64593 = x64592
-x64594 = x64593
-x64595 = x64594
-x64596 = x64595
-x64597 = x64596
-x64598 = x64597
-x64599 = x64598
-x64600 = x64599
-x64601 = x64600
-x64602 = x64601
-x64603 = x64602
-x64604 = x64603
-x64605 = x64604
-x64606 = x64605
-x64607 = x64606
-x64608 = x64607
-x64609 = x64608
-x64610 = x64609
-x64611 = x64610
-x64612 = x64611
-x64613 = x64612
-x64614 = x64613
-x64615 = x64614
-x64616 = x64615
-x64617 = x64616
-x64618 = x64617
-x64619 = x64618
-x64620 = x64619
-x64621 = x64620
-x64622 = x64621
-x64623 = x64622
-x64624 = x64623
-x64625 = x64624
-x64626 = x64625
-x64627 = x64626
-x64628 = x64627
-x64629 = x64628
-x64630 = x64629
-x64631 = x64630
-x64632 = x64631
-x64633 = x64632
-x64634 = x64633
-x64635 = x64634
-x64636 = x64635
-x64637 = x64636
-x64638 = x64637
-x64639 = x64638
-x64640 = x64639
-x64641 = x64640
-x64642 = x64641
-x64643 = x64642
-x64644 = x64643
-x64645 = x64644
-x64646 = x64645
-x64647 = x64646
-x64648 = x64647
-x64649 = x64648
-x64650 = x64649
-x64651 = x64650
-x64652 = x64651
-x64653 = x64652
-x64654 = x64653
-x64655 = x64654
-x64656 = x64655
-x64657 = x64656
-x64658 = x64657
-x64659 = x64658
-x64660 = x64659
-x64661 = x64660
-x64662 = x64661
-x64663 = x64662
-x64664 = x64663
-x64665 = x64664
-x64666 = x64665
-x64667 = x64666
-x64668 = x64667
-x64669 = x64668
-x64670 = x64669
-x64671 = x64670
-x64672 = x64671
-x64673 = x64672
-x64674 = x64673
-x64675 = x64674
-x64676 = x64675
-x64677 = x64676
-x64678 = x64677
-x64679 = x64678
-x64680 = x64679
-x64681 = x64680
-x64682 = x64681
-x64683 = x64682
-x64684 = x64683
-x64685 = x64684
-x64686 = x64685
-x64687 = x64686
-x64688 = x64687
-x64689 = x64688
-x64690 = x64689
-x64691 = x64690
-x64692 = x64691
-x64693 = x64692
-x64694 = x64693
-x64695 = x64694
-x64696 = x64695
-x64697 = x64696
-x64698 = x64697
-x64699 = x64698
-x64700 = x64699
-x64701 = x64700
-x64702 = x64701
-x64703 = x64702
-x64704 = x64703
-x64705 = x64704
-x64706 = x64705
-x64707 = x64706
-x64708 = x64707
-x64709 = x64708
-x64710 = x64709
-x64711 = x64710
-x64712 = x64711
-x64713 = x64712
-x64714 = x64713
-x64715 = x64714
-x64716 = x64715
-x64717 = x64716
-x64718 = x64717
-x64719 = x64718
-x64720 = x64719
-x64721 = x64720
-x64722 = x64721
-x64723 = x64722
-x64724 = x64723
-x64725 = x64724
-x64726 = x64725
-x64727 = x64726
-x64728 = x64727
-x64729 = x64728
-x64730 = x64729
-x64731 = x64730
-x64732 = x64731
-x64733 = x64732
-x64734 = x64733
-x64735 = x64734
-x64736 = x64735
-x64737 = x64736
-x64738 = x64737
-x64739 = x64738
-x64740 = x64739
-x64741 = x64740
-x64742 = x64741
-x64743 = x64742
-x64744 = x64743
-x64745 = x64744
-x64746 = x64745
-x64747 = x64746
-x64748 = x64747
-x64749 = x64748
-x64750 = x64749
-x64751 = x64750
-x64752 = x64751
-x64753 = x64752
-x64754 = x64753
-x64755 = x64754
-x64756 = x64755
-x64757 = x64756
-x64758 = x64757
-x64759 = x64758
-x64760 = x64759
-x64761 = x64760
-x64762 = x64761
-x64763 = x64762
-x64764 = x64763
-x64765 = x64764
-x64766 = x64765
-x64767 = x64766
-x64768 = x64767
-x64769 = x64768
-x64770 = x64769
-x64771 = x64770
-x64772 = x64771
-x64773 = x64772
-x64774 = x64773
-x64775 = x64774
-x64776 = x64775
-x64777 = x64776
-x64778 = x64777
-x64779 = x64778
-x64780 = x64779
-x64781 = x64780
-x64782 = x64781
-x64783 = x64782
-x64784 = x64783
-x64785 = x64784
-x64786 = x64785
-x64787 = x64786
-x64788 = x64787
-x64789 = x64788
-x64790 = x64789
-x64791 = x64790
-x64792 = x64791
-x64793 = x64792
-x64794 = x64793
-x64795 = x64794
-x64796 = x64795
-x64797 = x64796
-x64798 = x64797
-x64799 = x64798
-x64800 = x64799
-x64801 = x64800
-x64802 = x64801
-x64803 = x64802
-x64804 = x64803
-x64805 = x64804
-x64806 = x64805
-x64807 = x64806
-x64808 = x64807
-x64809 = x64808
-x64810 = x64809
-x64811 = x64810
-x64812 = x64811
-x64813 = x64812
-x64814 = x64813
-x64815 = x64814
-x64816 = x64815
-x64817 = x64816
-x64818 = x64817
-x64819 = x64818
-x64820 = x64819
-x64821 = x64820
-x64822 = x64821
-x64823 = x64822
-x64824 = x64823
-x64825 = x64824
-x64826 = x64825
-x64827 = x64826
-x64828 = x64827
-x64829 = x64828
-x64830 = x64829
-x64831 = x64830
-x64832 = x64831
-x64833 = x64832
-x64834 = x64833
-x64835 = x64834
-x64836 = x64835
-x64837 = x64836
-x64838 = x64837
-x64839 = x64838
-x64840 = x64839
-x64841 = x64840
-x64842 = x64841
-x64843 = x64842
-x64844 = x64843
-x64845 = x64844
-x64846 = x64845
-x64847 = x64846
-x64848 = x64847
-x64849 = x64848
-x64850 = x64849
-x64851 = x64850
-x64852 = x64851
-x64853 = x64852
-x64854 = x64853
-x64855 = x64854
-x64856 = x64855
-x64857 = x64856
-x64858 = x64857
-x64859 = x64858
-x64860 = x64859
-x64861 = x64860
-x64862 = x64861
-x64863 = x64862
-x64864 = x64863
-x64865 = x64864
-x64866 = x64865
-x64867 = x64866
-x64868 = x64867
-x64869 = x64868
-x64870 = x64869
-x64871 = x64870
-x64872 = x64871
-x64873 = x64872
-x64874 = x64873
-x64875 = x64874
-x64876 = x64875
-x64877 = x64876
-x64878 = x64877
-x64879 = x64878
-x64880 = x64879
-x64881 = x64880
-x64882 = x64881
-x64883 = x64882
-x64884 = x64883
-x64885 = x64884
-x64886 = x64885
-x64887 = x64886
-x64888 = x64887
-x64889 = x64888
-x64890 = x64889
-x64891 = x64890
-x64892 = x64891
-x64893 = x64892
-x64894 = x64893
-x64895 = x64894
-x64896 = x64895
-x64897 = x64896
-x64898 = x64897
-x64899 = x64898
-x64900 = x64899
-x64901 = x64900
-x64902 = x64901
-x64903 = x64902
-x64904 = x64903
-x64905 = x64904
-x64906 = x64905
-x64907 = x64906
-x64908 = x64907
-x64909 = x64908
-x64910 = x64909
-x64911 = x64910
-x64912 = x64911
-x64913 = x64912
-x64914 = x64913
-x64915 = x64914
-x64916 = x64915
-x64917 = x64916
-x64918 = x64917
-x64919 = x64918
-x64920 = x64919
-x64921 = x64920
-x64922 = x64921
-x64923 = x64922
-x64924 = x64923
-x64925 = x64924
-x64926 = x64925
-x64927 = x64926
-x64928 = x64927
-x64929 = x64928
-x64930 = x64929
-x64931 = x64930
-x64932 = x64931
-x64933 = x64932
-x64934 = x64933
-x64935 = x64934
-x64936 = x64935
-x64937 = x64936
-x64938 = x64937
-x64939 = x64938
-x64940 = x64939
-x64941 = x64940
-x64942 = x64941
-x64943 = x64942
-x64944 = x64943
-x64945 = x64944
-x64946 = x64945
-x64947 = x64946
-x64948 = x64947
-x64949 = x64948
-x64950 = x64949
-x64951 = x64950
-x64952 = x64951
-x64953 = x64952
-x64954 = x64953
-x64955 = x64954
-x64956 = x64955
-x64957 = x64956
-x64958 = x64957
-x64959 = x64958
-x64960 = x64959
-x64961 = x64960
-x64962 = x64961
-x64963 = x64962
-x64964 = x64963
-x64965 = x64964
-x64966 = x64965
-x64967 = x64966
-x64968 = x64967
-x64969 = x64968
-x64970 = x64969
-x64971 = x64970
-x64972 = x64971
-x64973 = x64972
-x64974 = x64973
-x64975 = x64974
-x64976 = x64975
-x64977 = x64976
-x64978 = x64977
-x64979 = x64978
-x64980 = x64979
-x64981 = x64980
-x64982 = x64981
-x64983 = x64982
-x64984 = x64983
-x64985 = x64984
-x64986 = x64985
-x64987 = x64986
-x64988 = x64987
-x64989 = x64988
-x64990 = x64989
-x64991 = x64990
-x64992 = x64991
-x64993 = x64992
-x64994 = x64993
-x64995 = x64994
-x64996 = x64995
-x64997 = x64996
-x64998 = x64997
-x64999 = x64998
-x65000 = x64999
-x65001 = x65000
-x65002 = x65001
-x65003 = x65002
-x65004 = x65003
-x65005 = x65004
-x65006 = x65005
-x65007 = x65006
-x65008 = x65007
-x65009 = x65008
-x65010 = x65009
-x65011 = x65010
-x65012 = x65011
-x65013 = x65012
-x65014 = x65013
-x65015 = x65014
-x65016 = x65015
-x65017 = x65016
-x65018 = x65017
-x65019 = x65018
-x65020 = x65019
-x65021 = x65020
-x65022 = x65021
-x65023 = x65022
-x65024 = x65023
-x65025 = x65024
-x65026 = x65025
-x65027 = x65026
-x65028 = x65027
-x65029 = x65028
-x65030 = x65029
-x65031 = x65030
-x65032 = x65031
-x65033 = x65032
-x65034 = x65033
-x65035 = x65034
-x65036 = x65035
-x65037 = x65036
-x65038 = x65037
-x65039 = x65038
-x65040 = x65039
-x65041 = x65040
-x65042 = x65041
-x65043 = x65042
-x65044 = x65043
-x65045 = x65044
-x65046 = x65045
-x65047 = x65046
-x65048 = x65047
-x65049 = x65048
-x65050 = x65049
-x65051 = x65050
-x65052 = x65051
-x65053 = x65052
-x65054 = x65053
-x65055 = x65054
-x65056 = x65055
-x65057 = x65056
-x65058 = x65057
-x65059 = x65058
-x65060 = x65059
-x65061 = x65060
-x65062 = x65061
-x65063 = x65062
-x65064 = x65063
-x65065 = x65064
-x65066 = x65065
-x65067 = x65066
-x65068 = x65067
-x65069 = x65068
-x65070 = x65069
-x65071 = x65070
-x65072 = x65071
-x65073 = x65072
-x65074 = x65073
-x65075 = x65074
-x65076 = x65075
-x65077 = x65076
-x65078 = x65077
-x65079 = x65078
-x65080 = x65079
-x65081 = x65080
-x65082 = x65081
-x65083 = x65082
-x65084 = x65083
-x65085 = x65084
-x65086 = x65085
-x65087 = x65086
-x65088 = x65087
-x65089 = x65088
-x65090 = x65089
-x65091 = x65090
-x65092 = x65091
-x65093 = x65092
-x65094 = x65093
-x65095 = x65094
-x65096 = x65095
-x65097 = x65096
-x65098 = x65097
-x65099 = x65098
-x65100 = x65099
-x65101 = x65100
-x65102 = x65101
-x65103 = x65102
-x65104 = x65103
-x65105 = x65104
-x65106 = x65105
-x65107 = x65106
-x65108 = x65107
-x65109 = x65108
-x65110 = x65109
-x65111 = x65110
-x65112 = x65111
-x65113 = x65112
-x65114 = x65113
-x65115 = x65114
-x65116 = x65115
-x65117 = x65116
-x65118 = x65117
-x65119 = x65118
-x65120 = x65119
-x65121 = x65120
-x65122 = x65121
-x65123 = x65122
-x65124 = x65123
-x65125 = x65124
-x65126 = x65125
-x65127 = x65126
-x65128 = x65127
-x65129 = x65128
-x65130 = x65129
-x65131 = x65130
-x65132 = x65131
-x65133 = x65132
-x65134 = x65133
-x65135 = x65134
-x65136 = x65135
-x65137 = x65136
-x65138 = x65137
-x65139 = x65138
-x65140 = x65139
-x65141 = x65140
-x65142 = x65141
-x65143 = x65142
-x65144 = x65143
-x65145 = x65144
-x65146 = x65145
-x65147 = x65146
-x65148 = x65147
-x65149 = x65148
-x65150 = x65149
-x65151 = x65150
-x65152 = x65151
-x65153 = x65152
-x65154 = x65153
-x65155 = x65154
-x65156 = x65155
-x65157 = x65156
-x65158 = x65157
-x65159 = x65158
-x65160 = x65159
-x65161 = x65160
-x65162 = x65161
-x65163 = x65162
-x65164 = x65163
-x65165 = x65164
-x65166 = x65165
-x65167 = x65166
-x65168 = x65167
-x65169 = x65168
-x65170 = x65169
-x65171 = x65170
-x65172 = x65171
-x65173 = x65172
-x65174 = x65173
-x65175 = x65174
-x65176 = x65175
-x65177 = x65176
-x65178 = x65177
-x65179 = x65178
-x65180 = x65179
-x65181 = x65180
-x65182 = x65181
-x65183 = x65182
-x65184 = x65183
-x65185 = x65184
-x65186 = x65185
-x65187 = x65186
-x65188 = x65187
-x65189 = x65188
-x65190 = x65189
-x65191 = x65190
-x65192 = x65191
-x65193 = x65192
-x65194 = x65193
-x65195 = x65194
-x65196 = x65195
-x65197 = x65196
-x65198 = x65197
-x65199 = x65198
-x65200 = x65199
-x65201 = x65200
-x65202 = x65201
-x65203 = x65202
-x65204 = x65203
-x65205 = x65204
-x65206 = x65205
-x65207 = x65206
-x65208 = x65207
-x65209 = x65208
-x65210 = x65209
-x65211 = x65210
-x65212 = x65211
-x65213 = x65212
-x65214 = x65213
-x65215 = x65214
-x65216 = x65215
-x65217 = x65216
-x65218 = x65217
-x65219 = x65218
-x65220 = x65219
-x65221 = x65220
-x65222 = x65221
-x65223 = x65222
-x65224 = x65223
-x65225 = x65224
-x65226 = x65225
-x65227 = x65226
-x65228 = x65227
-x65229 = x65228
-x65230 = x65229
-x65231 = x65230
-x65232 = x65231
-x65233 = x65232
-x65234 = x65233
-x65235 = x65234
-x65236 = x65235
-x65237 = x65236
-x65238 = x65237
-x65239 = x65238
-x65240 = x65239
-x65241 = x65240
-x65242 = x65241
-x65243 = x65242
-x65244 = x65243
-x65245 = x65244
-x65246 = x65245
-x65247 = x65246
-x65248 = x65247
-x65249 = x65248
-x65250 = x65249
-x65251 = x65250
-x65252 = x65251
-x65253 = x65252
-x65254 = x65253
-x65255 = x65254
-x65256 = x65255
-x65257 = x65256
-x65258 = x65257
-x65259 = x65258
-x65260 = x65259
-x65261 = x65260
-x65262 = x65261
-x65263 = x65262
-x65264 = x65263
-x65265 = x65264
-x65266 = x65265
-x65267 = x65266
-x65268 = x65267
-x65269 = x65268
-x65270 = x65269
-x65271 = x65270
-x65272 = x65271
-x65273 = x65272
-x65274 = x65273
-x65275 = x65274
-x65276 = x65275
-x65277 = x65276
-x65278 = x65277
-x65279 = x65278
-x65280 = x65279
-x65281 = x65280
-x65282 = x65281
-x65283 = x65282
-x65284 = x65283
-x65285 = x65284
-x65286 = x65285
-x65287 = x65286
-x65288 = x65287
-x65289 = x65288
-x65290 = x65289
-x65291 = x65290
-x65292 = x65291
-x65293 = x65292
-x65294 = x65293
-x65295 = x65294
-x65296 = x65295
-x65297 = x65296
-x65298 = x65297
-x65299 = x65298
-x65300 = x65299
-x65301 = x65300
-x65302 = x65301
-x65303 = x65302
-x65304 = x65303
-x65305 = x65304
-x65306 = x65305
-x65307 = x65306
-x65308 = x65307
-x65309 = x65308
-x65310 = x65309
-x65311 = x65310
-x65312 = x65311
-x65313 = x65312
-x65314 = x65313
-x65315 = x65314
-x65316 = x65315
-x65317 = x65316
-x65318 = x65317
-x65319 = x65318
-x65320 = x65319
-x65321 = x65320
-x65322 = x65321
-x65323 = x65322
-x65324 = x65323
-x65325 = x65324
-x65326 = x65325
-x65327 = x65326
-x65328 = x65327
-x65329 = x65328
-x65330 = x65329
-x65331 = x65330
-x65332 = x65331
-x65333 = x65332
-x65334 = x65333
-x65335 = x65334
-x65336 = x65335
-x65337 = x65336
-x65338 = x65337
-x65339 = x65338
-x65340 = x65339
-x65341 = x65340
-x65342 = x65341
-x65343 = x65342
-x65344 = x65343
-x65345 = x65344
-x65346 = x65345
-x65347 = x65346
-x65348 = x65347
-x65349 = x65348
-x65350 = x65349
-x65351 = x65350
-x65352 = x65351
-x65353 = x65352
-x65354 = x65353
-x65355 = x65354
-x65356 = x65355
-x65357 = x65356
-x65358 = x65357
-x65359 = x65358
-x65360 = x65359
-x65361 = x65360
-x65362 = x65361
-x65363 = x65362
-x65364 = x65363
-x65365 = x65364
-x65366 = x65365
-x65367 = x65366
-x65368 = x65367
-x65369 = x65368
-x65370 = x65369
-x65371 = x65370
-x65372 = x65371
-x65373 = x65372
-x65374 = x65373
-x65375 = x65374
-x65376 = x65375
-x65377 = x65376
-x65378 = x65377
-x65379 = x65378
-x65380 = x65379
-x65381 = x65380
-x65382 = x65381
-x65383 = x65382
-x65384 = x65383
-x65385 = x65384
-x65386 = x65385
-x65387 = x65386
-x65388 = x65387
-x65389 = x65388
-x65390 = x65389
-x65391 = x65390
-x65392 = x65391
-x65393 = x65392
-x65394 = x65393
-x65395 = x65394
-x65396 = x65395
-x65397 = x65396
-x65398 = x65397
-x65399 = x65398
-x65400 = x65399
-x65401 = x65400
-x65402 = x65401
-x65403 = x65402
-x65404 = x65403
-x65405 = x65404
-x65406 = x65405
-x65407 = x65406
-x65408 = x65407
-x65409 = x65408
-x65410 = x65409
-x65411 = x65410
-x65412 = x65411
-x65413 = x65412
-x65414 = x65413
-x65415 = x65414
-x65416 = x65415
-x65417 = x65416
-x65418 = x65417
-x65419 = x65418
-x65420 = x65419
-x65421 = x65420
-x65422 = x65421
-x65423 = x65422
-x65424 = x65423
-x65425 = x65424
-x65426 = x65425
-x65427 = x65426
-x65428 = x65427
-x65429 = x65428
-x65430 = x65429
-x65431 = x65430
-x65432 = x65431
-x65433 = x65432
-x65434 = x65433
-x65435 = x65434
-x65436 = x65435
-x65437 = x65436
-x65438 = x65437
-x65439 = x65438
-x65440 = x65439
-x65441 = x65440
-x65442 = x65441
-x65443 = x65442
-x65444 = x65443
-x65445 = x65444
-x65446 = x65445
-x65447 = x65446
-x65448 = x65447
-x65449 = x65448
-x65450 = x65449
-x65451 = x65450
-x65452 = x65451
-x65453 = x65452
-x65454 = x65453
-x65455 = x65454
-x65456 = x65455
-x65457 = x65456
-x65458 = x65457
-x65459 = x65458
-x65460 = x65459
-x65461 = x65460
-x65462 = x65461
-x65463 = x65462
-x65464 = x65463
-x65465 = x65464
-x65466 = x65465
-x65467 = x65466
-x65468 = x65467
-x65469 = x65468
-x65470 = x65469
-x65471 = x65470
-x65472 = x65471
-x65473 = x65472
-x65474 = x65473
-x65475 = x65474
-x65476 = x65475
-x65477 = x65476
-x65478 = x65477
-x65479 = x65478
-x65480 = x65479
-x65481 = x65480
-x65482 = x65481
-x65483 = x65482
-x65484 = x65483
-x65485 = x65484
-x65486 = x65485
-x65487 = x65486
-x65488 = x65487
-x65489 = x65488
-x65490 = x65489
-x65491 = x65490
-x65492 = x65491
-x65493 = x65492
-x65494 = x65493
-x65495 = x65494
-x65496 = x65495
-x65497 = x65496
-x65498 = x65497
-x65499 = x65498
-x65500 = x65499
-x65501 = x65500
-x65502 = x65501
-x65503 = x65502
-x65504 = x65503
-x65505 = x65504
-x65506 = x65505
-x65507 = x65506
-x65508 = x65507
-x65509 = x65508
-x65510 = x65509
-x65511 = x65510
-x65512 = x65511
-x65513 = x65512
-x65514 = x65513
-x65515 = x65514
-x65516 = x65515
-x65517 = x65516
-x65518 = x65517
-x65519 = x65518
-x65520 = x65519
-x65521 = x65520
-x65522 = x65521
-x65523 = x65522
-x65524 = x65523
-x65525 = x65524
-x65526 = x65525
-x65527 = x65526
-x65528 = x65527
-x65529 = x65528
-x65530 = x65529
-x65531 = x65530
-x65532 = x65531
-x65533 = x65532
-x65534 = x65533
-x65535 = x65534
-x65536 = x65535
-x65537 = x65536
-x65538 = x65537
-x65539 = x65538
-x65540 = x65539
-x65541 = x65540
-x65542 = x65541
-x65543 = x65542
-x65544 = x65543
-x65545 = x65544
-x65546 = x65545
-x65547 = x65546
-x65548 = x65547
-x65549 = x65548
-x65550 = x65549
-x65551 = x65550
-x65552 = x65551
-x65553 = x65552
-x65554 = x65553
-x65555 = x65554
-x65556 = x65555
-x65557 = x65556
-x65558 = x65557
-x65559 = x65558
-x65560 = x65559
-x65561 = x65560
-x65562 = x65561
-x65563 = x65562
-x65564 = x65563
-x65565 = x65564
-x65566 = x65565
-x65567 = x65566
-x65568 = x65567
-x65569 = x65568
-x65570 = x65569
-x65571 = x65570
-x65572 = x65571
-x65573 = x65572
-x65574 = x65573
-x65575 = x65574
-x65576 = x65575
-x65577 = x65576
-x65578 = x65577
-x65579 = x65578
-x65580 = x65579
-x65581 = x65580
-x65582 = x65581
-x65583 = x65582
-x65584 = x65583
-x65585 = x65584
-x65586 = x65585
-x65587 = x65586
-x65588 = x65587
-x65589 = x65588
-x65590 = x65589
-x65591 = x65590
-x65592 = x65591
-x65593 = x65592
-x65594 = x65593
-x65595 = x65594
-x65596 = x65595
-x65597 = x65596
-x65598 = x65597
-x65599 = x65598
-x65600 = x65599
-x65601 = x65600
-x65602 = x65601
-x65603 = x65602
-x65604 = x65603
-x65605 = x65604
-x65606 = x65605
-x65607 = x65606
-x65608 = x65607
-x65609 = x65608
-x65610 = x65609
-x65611 = x65610
-x65612 = x65611
-x65613 = x65612
-x65614 = x65613
-x65615 = x65614
-x65616 = x65615
-x65617 = x65616
-x65618 = x65617
-x65619 = x65618
-x65620 = x65619
-x65621 = x65620
-x65622 = x65621
-x65623 = x65622
-x65624 = x65623
-x65625 = x65624
-x65626 = x65625
-x65627 = x65626
-x65628 = x65627
-x65629 = x65628
-x65630 = x65629
-x65631 = x65630
-x65632 = x65631
-x65633 = x65632
-x65634 = x65633
-x65635 = x65634
-x65636 = x65635
-x65637 = x65636
-x65638 = x65637
-x65639 = x65638
-x65640 = x65639
-x65641 = x65640
-x65642 = x65641
-x65643 = x65642
-x65644 = x65643
-x65645 = x65644
-x65646 = x65645
-x65647 = x65646
-x65648 = x65647
-x65649 = x65648
-x65650 = x65649
-x65651 = x65650
-x65652 = x65651
-x65653 = x65652
-x65654 = x65653
-x65655 = x65654
-x65656 = x65655
-x65657 = x65656
-x65658 = x65657
-x65659 = x65658
-x65660 = x65659
-x65661 = x65660
-x65662 = x65661
-x65663 = x65662
-x65664 = x65663
-x65665 = x65664
-x65666 = x65665
-x65667 = x65666
-x65668 = x65667
-x65669 = x65668
-x65670 = x65669
-x65671 = x65670
-x65672 = x65671
-x65673 = x65672
-x65674 = x65673
-x65675 = x65674
-x65676 = x65675
-x65677 = x65676
-x65678 = x65677
-x65679 = x65678
-x65680 = x65679
-x65681 = x65680
-x65682 = x65681
-x65683 = x65682
-x65684 = x65683
-x65685 = x65684
-x65686 = x65685
-x65687 = x65686
-x65688 = x65687
-x65689 = x65688
-x65690 = x65689
-x65691 = x65690
-x65692 = x65691
-x65693 = x65692
-x65694 = x65693
-x65695 = x65694
-x65696 = x65695
-x65697 = x65696
-x65698 = x65697
-x65699 = x65698
-x65700 = x65699
-x65701 = x65700
-x65702 = x65701
-x65703 = x65702
-x65704 = x65703
-x65705 = x65704
-x65706 = x65705
-x65707 = x65706
-x65708 = x65707
-x65709 = x65708
-x65710 = x65709
-x65711 = x65710
-x65712 = x65711
-x65713 = x65712
-x65714 = x65713
-x65715 = x65714
-x65716 = x65715
-x65717 = x65716
-x65718 = x65717
-x65719 = x65718
-x65720 = x65719
-x65721 = x65720
-x65722 = x65721
-x65723 = x65722
-x65724 = x65723
-x65725 = x65724
-x65726 = x65725
-x65727 = x65726
-x65728 = x65727
-x65729 = x65728
-x65730 = x65729
-x65731 = x65730
-x65732 = x65731
-x65733 = x65732
-x65734 = x65733
-x65735 = x65734
-x65736 = x65735
-x65737 = x65736
-x65738 = x65737
-x65739 = x65738
-x65740 = x65739
-x65741 = x65740
-x65742 = x65741
-x65743 = x65742
-x65744 = x65743
-x65745 = x65744
-x65746 = x65745
-x65747 = x65746
-x65748 = x65747
-x65749 = x65748
-x65750 = x65749
-x65751 = x65750
-x65752 = x65751
-x65753 = x65752
-x65754 = x65753
-x65755 = x65754
-x65756 = x65755
-x65757 = x65756
-x65758 = x65757
-x65759 = x65758
-x65760 = x65759
-x65761 = x65760
-x65762 = x65761
-x65763 = x65762
-x65764 = x65763
-x65765 = x65764
-x65766 = x65765
-x65767 = x65766
-x65768 = x65767
-x65769 = x65768
-x65770 = x65769
-x65771 = x65770
-x65772 = x65771
-x65773 = x65772
-x65774 = x65773
-x65775 = x65774
-x65776 = x65775
-x65777 = x65776
-x65778 = x65777
-x65779 = x65778
-x65780 = x65779
-x65781 = x65780
-x65782 = x65781
-x65783 = x65782
-x65784 = x65783
-x65785 = x65784
-x65786 = x65785
-x65787 = x65786
-x65788 = x65787
-x65789 = x65788
-x65790 = x65789
-x65791 = x65790
-x65792 = x65791
-x65793 = x65792
-x65794 = x65793
-x65795 = x65794
-x65796 = x65795
-x65797 = x65796
-x65798 = x65797
-x65799 = x65798
-x65800 = x65799
-x65801 = x65800
-x65802 = x65801
-x65803 = x65802
-x65804 = x65803
-x65805 = x65804
-x65806 = x65805
-x65807 = x65806
-x65808 = x65807
-x65809 = x65808
-x65810 = x65809
-x65811 = x65810
-x65812 = x65811
-x65813 = x65812
-x65814 = x65813
-x65815 = x65814
-x65816 = x65815
-x65817 = x65816
-x65818 = x65817
-x65819 = x65818
-x65820 = x65819
-x65821 = x65820
-x65822 = x65821
-x65823 = x65822
-x65824 = x65823
-x65825 = x65824
-x65826 = x65825
-x65827 = x65826
-x65828 = x65827
-x65829 = x65828
-x65830 = x65829
-x65831 = x65830
-x65832 = x65831
-x65833 = x65832
-x65834 = x65833
-x65835 = x65834
-x65836 = x65835
-x65837 = x65836
-x65838 = x65837
-x65839 = x65838
-x65840 = x65839
-x65841 = x65840
-x65842 = x65841
-x65843 = x65842
-x65844 = x65843
-x65845 = x65844
-x65846 = x65845
-x65847 = x65846
-x65848 = x65847
-x65849 = x65848
-x65850 = x65849
-x65851 = x65850
-x65852 = x65851
-x65853 = x65852
-x65854 = x65853
-x65855 = x65854
-x65856 = x65855
-x65857 = x65856
-x65858 = x65857
-x65859 = x65858
-x65860 = x65859
-x65861 = x65860
-x65862 = x65861
-x65863 = x65862
-x65864 = x65863
-x65865 = x65864
-x65866 = x65865
-x65867 = x65866
-x65868 = x65867
-x65869 = x65868
-x65870 = x65869
-x65871 = x65870
-x65872 = x65871
-x65873 = x65872
-x65874 = x65873
-x65875 = x65874
-x65876 = x65875
-x65877 = x65876
-x65878 = x65877
-x65879 = x65878
-x65880 = x65879
-x65881 = x65880
-x65882 = x65881
-x65883 = x65882
-x65884 = x65883
-x65885 = x65884
-x65886 = x65885
-x65887 = x65886
-x65888 = x65887
-x65889 = x65888
-x65890 = x65889
-x65891 = x65890
-x65892 = x65891
-x65893 = x65892
-x65894 = x65893
-x65895 = x65894
-x65896 = x65895
-x65897 = x65896
-x65898 = x65897
-x65899 = x65898
-x65900 = x65899
-x65901 = x65900
-x65902 = x65901
-x65903 = x65902
-x65904 = x65903
-x65905 = x65904
-x65906 = x65905
-x65907 = x65906
-x65908 = x65907
-x65909 = x65908
-x65910 = x65909
-x65911 = x65910
-x65912 = x65911
-x65913 = x65912
-x65914 = x65913
-x65915 = x65914
-x65916 = x65915
-x65917 = x65916
-x65918 = x65917
-x65919 = x65918
-x65920 = x65919
-x65921 = x65920
-x65922 = x65921
-x65923 = x65922
-x65924 = x65923
-x65925 = x65924
-x65926 = x65925
-x65927 = x65926
-x65928 = x65927
-x65929 = x65928
-x65930 = x65929
-x65931 = x65930
-x65932 = x65931
-x65933 = x65932
-x65934 = x65933
-x65935 = x65934
-x65936 = x65935
-x65937 = x65936
-x65938 = x65937
-x65939 = x65938
-x65940 = x65939
-x65941 = x65940
-x65942 = x65941
-x65943 = x65942
-x65944 = x65943
-x65945 = x65944
-x65946 = x65945
-x65947 = x65946
-x65948 = x65947
-x65949 = x65948
-x65950 = x65949
-x65951 = x65950
-x65952 = x65951
-x65953 = x65952
-x65954 = x65953
-x65955 = x65954
-x65956 = x65955
-x65957 = x65956
-x65958 = x65957
-x65959 = x65958
-x65960 = x65959
-x65961 = x65960
-x65962 = x65961
-x65963 = x65962
-x65964 = x65963
-x65965 = x65964
-x65966 = x65965
-x65967 = x65966
-x65968 = x65967
-x65969 = x65968
-x65970 = x65969
-x65971 = x65970
-x65972 = x65971
-x65973 = x65972
-x65974 = x65973
-x65975 = x65974
-x65976 = x65975
-x65977 = x65976
-x65978 = x65977
-x65979 = x65978
-x65980 = x65979
-x65981 = x65980
-x65982 = x65981
-x65983 = x65982
-x65984 = x65983
-x65985 = x65984
-x65986 = x65985
-x65987 = x65986
-x65988 = x65987
-x65989 = x65988
-x65990 = x65989
-x65991 = x65990
-x65992 = x65991
-x65993 = x65992
-x65994 = x65993
-x65995 = x65994
-x65996 = x65995
-x65997 = x65996
-x65998 = x65997
-x65999 = x65998
-x66000 = x65999
-x66001 = x66000
-x66002 = x66001
-x66003 = x66002
-x66004 = x66003
-x66005 = x66004
-x66006 = x66005
-x66007 = x66006
-x66008 = x66007
-x66009 = x66008
-x66010 = x66009
-x66011 = x66010
-x66012 = x66011
-x66013 = x66012
-x66014 = x66013
-x66015 = x66014
-x66016 = x66015
-x66017 = x66016
-x66018 = x66017
-x66019 = x66018
-x66020 = x66019
-x66021 = x66020
-x66022 = x66021
-x66023 = x66022
-x66024 = x66023
-x66025 = x66024
-x66026 = x66025
-x66027 = x66026
-x66028 = x66027
-x66029 = x66028
-x66030 = x66029
-x66031 = x66030
-x66032 = x66031
-x66033 = x66032
-x66034 = x66033
-x66035 = x66034
-x66036 = x66035
-x66037 = x66036
-x66038 = x66037
-x66039 = x66038
-x66040 = x66039
-x66041 = x66040
-x66042 = x66041
-x66043 = x66042
-x66044 = x66043
-x66045 = x66044
-x66046 = x66045
-x66047 = x66046
-x66048 = x66047
-x66049 = x66048
-x66050 = x66049
-x66051 = x66050
-x66052 = x66051
-x66053 = x66052
-x66054 = x66053
-x66055 = x66054
-x66056 = x66055
-x66057 = x66056
-x66058 = x66057
-x66059 = x66058
-x66060 = x66059
-x66061 = x66060
-x66062 = x66061
-x66063 = x66062
-x66064 = x66063
-x66065 = x66064
-x66066 = x66065
-x66067 = x66066
-x66068 = x66067
-x66069 = x66068
-x66070 = x66069
-x66071 = x66070
-x66072 = x66071
-x66073 = x66072
-x66074 = x66073
-x66075 = x66074
-x66076 = x66075
-x66077 = x66076
-x66078 = x66077
-x66079 = x66078
-x66080 = x66079
-x66081 = x66080
-x66082 = x66081
-x66083 = x66082
-x66084 = x66083
-x66085 = x66084
-x66086 = x66085
-x66087 = x66086
-x66088 = x66087
-x66089 = x66088
-x66090 = x66089
-x66091 = x66090
-x66092 = x66091
-x66093 = x66092
-x66094 = x66093
-x66095 = x66094
-x66096 = x66095
-x66097 = x66096
-x66098 = x66097
-x66099 = x66098
-x66100 = x66099
-x66101 = x66100
-x66102 = x66101
-x66103 = x66102
-x66104 = x66103
-x66105 = x66104
-x66106 = x66105
-x66107 = x66106
-x66108 = x66107
-x66109 = x66108
-x66110 = x66109
-x66111 = x66110
-x66112 = x66111
-x66113 = x66112
-x66114 = x66113
-x66115 = x66114
-x66116 = x66115
-x66117 = x66116
-x66118 = x66117
-x66119 = x66118
-x66120 = x66119
-x66121 = x66120
-x66122 = x66121
-x66123 = x66122
-x66124 = x66123
-x66125 = x66124
-x66126 = x66125
-x66127 = x66126
-x66128 = x66127
-x66129 = x66128
-x66130 = x66129
-x66131 = x66130
-x66132 = x66131
-x66133 = x66132
-x66134 = x66133
-x66135 = x66134
-x66136 = x66135
-x66137 = x66136
-x66138 = x66137
-x66139 = x66138
-x66140 = x66139
-x66141 = x66140
-x66142 = x66141
-x66143 = x66142
-x66144 = x66143
-x66145 = x66144
-x66146 = x66145
-x66147 = x66146
-x66148 = x66147
-x66149 = x66148
-x66150 = x66149
-x66151 = x66150
-x66152 = x66151
-x66153 = x66152
-x66154 = x66153
-x66155 = x66154
-x66156 = x66155
-x66157 = x66156
-x66158 = x66157
-x66159 = x66158
-x66160 = x66159
-x66161 = x66160
-x66162 = x66161
-x66163 = x66162
-x66164 = x66163
-x66165 = x66164
-x66166 = x66165
-x66167 = x66166
-x66168 = x66167
-x66169 = x66168
-x66170 = x66169
-x66171 = x66170
-x66172 = x66171
-x66173 = x66172
-x66174 = x66173
-x66175 = x66174
-x66176 = x66175
-x66177 = x66176
-x66178 = x66177
-x66179 = x66178
-x66180 = x66179
-x66181 = x66180
-x66182 = x66181
-x66183 = x66182
-x66184 = x66183
-x66185 = x66184
-x66186 = x66185
-x66187 = x66186
-x66188 = x66187
-x66189 = x66188
-x66190 = x66189
-x66191 = x66190
-x66192 = x66191
-x66193 = x66192
-x66194 = x66193
-x66195 = x66194
-x66196 = x66195
-x66197 = x66196
-x66198 = x66197
-x66199 = x66198
-x66200 = x66199
-x66201 = x66200
-x66202 = x66201
-x66203 = x66202
-x66204 = x66203
-x66205 = x66204
-x66206 = x66205
-x66207 = x66206
-x66208 = x66207
-x66209 = x66208
-x66210 = x66209
-x66211 = x66210
-x66212 = x66211
-x66213 = x66212
-x66214 = x66213
-x66215 = x66214
-x66216 = x66215
-x66217 = x66216
-x66218 = x66217
-x66219 = x66218
-x66220 = x66219
-x66221 = x66220
-x66222 = x66221
-x66223 = x66222
-x66224 = x66223
-x66225 = x66224
-x66226 = x66225
-x66227 = x66226
-x66228 = x66227
-x66229 = x66228
-x66230 = x66229
-x66231 = x66230
-x66232 = x66231
-x66233 = x66232
-x66234 = x66233
-x66235 = x66234
-x66236 = x66235
-x66237 = x66236
-x66238 = x66237
-x66239 = x66238
-x66240 = x66239
-x66241 = x66240
-x66242 = x66241
-x66243 = x66242
-x66244 = x66243
-x66245 = x66244
-x66246 = x66245
-x66247 = x66246
-x66248 = x66247
-x66249 = x66248
-x66250 = x66249
-x66251 = x66250
-x66252 = x66251
-x66253 = x66252
-x66254 = x66253
-x66255 = x66254
-x66256 = x66255
-x66257 = x66256
-x66258 = x66257
-x66259 = x66258
-x66260 = x66259
-x66261 = x66260
-x66262 = x66261
-x66263 = x66262
-x66264 = x66263
-x66265 = x66264
-x66266 = x66265
-x66267 = x66266
-x66268 = x66267
-x66269 = x66268
-x66270 = x66269
-x66271 = x66270
-x66272 = x66271
-x66273 = x66272
-x66274 = x66273
-x66275 = x66274
-x66276 = x66275
-x66277 = x66276
-x66278 = x66277
-x66279 = x66278
-x66280 = x66279
-x66281 = x66280
-x66282 = x66281
-x66283 = x66282
-x66284 = x66283
-x66285 = x66284
-x66286 = x66285
-x66287 = x66286
-x66288 = x66287
-x66289 = x66288
-x66290 = x66289
-x66291 = x66290
-x66292 = x66291
-x66293 = x66292
-x66294 = x66293
-x66295 = x66294
-x66296 = x66295
-x66297 = x66296
-x66298 = x66297
-x66299 = x66298
-x66300 = x66299
-x66301 = x66300
-x66302 = x66301
-x66303 = x66302
-x66304 = x66303
-x66305 = x66304
-x66306 = x66305
-x66307 = x66306
-x66308 = x66307
-x66309 = x66308
-x66310 = x66309
-x66311 = x66310
-x66312 = x66311
-x66313 = x66312
-x66314 = x66313
-x66315 = x66314
-x66316 = x66315
-x66317 = x66316
-x66318 = x66317
-x66319 = x66318
-x66320 = x66319
-x66321 = x66320
-x66322 = x66321
-x66323 = x66322
-x66324 = x66323
-x66325 = x66324
-x66326 = x66325
-x66327 = x66326
-x66328 = x66327
-x66329 = x66328
-x66330 = x66329
-x66331 = x66330
-x66332 = x66331
-x66333 = x66332
-x66334 = x66333
-x66335 = x66334
-x66336 = x66335
-x66337 = x66336
-x66338 = x66337
-x66339 = x66338
-x66340 = x66339
-x66341 = x66340
-x66342 = x66341
-x66343 = x66342
-x66344 = x66343
-x66345 = x66344
-x66346 = x66345
-x66347 = x66346
-x66348 = x66347
-x66349 = x66348
-x66350 = x66349
-x66351 = x66350
-x66352 = x66351
-x66353 = x66352
-x66354 = x66353
-x66355 = x66354
-x66356 = x66355
-x66357 = x66356
-x66358 = x66357
-x66359 = x66358
-x66360 = x66359
-x66361 = x66360
-x66362 = x66361
-x66363 = x66362
-x66364 = x66363
-x66365 = x66364
-x66366 = x66365
-x66367 = x66366
-x66368 = x66367
-x66369 = x66368
-x66370 = x66369
-x66371 = x66370
-x66372 = x66371
-x66373 = x66372
-x66374 = x66373
-x66375 = x66374
-x66376 = x66375
-x66377 = x66376
-x66378 = x66377
-x66379 = x66378
-x66380 = x66379
-x66381 = x66380
-x66382 = x66381
-x66383 = x66382
-x66384 = x66383
-x66385 = x66384
-x66386 = x66385
-x66387 = x66386
-x66388 = x66387
-x66389 = x66388
-x66390 = x66389
-x66391 = x66390
-x66392 = x66391
-x66393 = x66392
-x66394 = x66393
-x66395 = x66394
-x66396 = x66395
-x66397 = x66396
-x66398 = x66397
-x66399 = x66398
-x66400 = x66399
-x66401 = x66400
-x66402 = x66401
-x66403 = x66402
-x66404 = x66403
-x66405 = x66404
-x66406 = x66405
-x66407 = x66406
-x66408 = x66407
-x66409 = x66408
-x66410 = x66409
-x66411 = x66410
-x66412 = x66411
-x66413 = x66412
-x66414 = x66413
-x66415 = x66414
-x66416 = x66415
-x66417 = x66416
-x66418 = x66417
-x66419 = x66418
-x66420 = x66419
-x66421 = x66420
-x66422 = x66421
-x66423 = x66422
-x66424 = x66423
-x66425 = x66424
-x66426 = x66425
-x66427 = x66426
-x66428 = x66427
-x66429 = x66428
-x66430 = x66429
-x66431 = x66430
-x66432 = x66431
-x66433 = x66432
-x66434 = x66433
-x66435 = x66434
-x66436 = x66435
-x66437 = x66436
-x66438 = x66437
-x66439 = x66438
-x66440 = x66439
-x66441 = x66440
-x66442 = x66441
-x66443 = x66442
-x66444 = x66443
-x66445 = x66444
-x66446 = x66445
-x66447 = x66446
-x66448 = x66447
-x66449 = x66448
-x66450 = x66449
-x66451 = x66450
-x66452 = x66451
-x66453 = x66452
-x66454 = x66453
-x66455 = x66454
-x66456 = x66455
-x66457 = x66456
-x66458 = x66457
-x66459 = x66458
-x66460 = x66459
-x66461 = x66460
-x66462 = x66461
-x66463 = x66462
-x66464 = x66463
-x66465 = x66464
-x66466 = x66465
-x66467 = x66466
-x66468 = x66467
-x66469 = x66468
-x66470 = x66469
-x66471 = x66470
-x66472 = x66471
-x66473 = x66472
-x66474 = x66473
-x66475 = x66474
-x66476 = x66475
-x66477 = x66476
-x66478 = x66477
-x66479 = x66478
-x66480 = x66479
-x66481 = x66480
-x66482 = x66481
-x66483 = x66482
-x66484 = x66483
-x66485 = x66484
-x66486 = x66485
-x66487 = x66486
-x66488 = x66487
-x66489 = x66488
-x66490 = x66489
-x66491 = x66490
-x66492 = x66491
-x66493 = x66492
-x66494 = x66493
-x66495 = x66494
-x66496 = x66495
-x66497 = x66496
-x66498 = x66497
-x66499 = x66498
-x66500 = x66499
-x66501 = x66500
-x66502 = x66501
-x66503 = x66502
-x66504 = x66503
-x66505 = x66504
-x66506 = x66505
-x66507 = x66506
-x66508 = x66507
-x66509 = x66508
-x66510 = x66509
-x66511 = x66510
-x66512 = x66511
-x66513 = x66512
-x66514 = x66513
-x66515 = x66514
-x66516 = x66515
-x66517 = x66516
-x66518 = x66517
-x66519 = x66518
-x66520 = x66519
-x66521 = x66520
-x66522 = x66521
-x66523 = x66522
-x66524 = x66523
-x66525 = x66524
-x66526 = x66525
-x66527 = x66526
-x66528 = x66527
-x66529 = x66528
-x66530 = x66529
-x66531 = x66530
-x66532 = x66531
-x66533 = x66532
-x66534 = x66533
-x66535 = x66534
-x66536 = x66535
-x66537 = x66536
-x66538 = x66537
-x66539 = x66538
-x66540 = x66539
-x66541 = x66540
-x66542 = x66541
-x66543 = x66542
-x66544 = x66543
-x66545 = x66544
-x66546 = x66545
-x66547 = x66546
-x66548 = x66547
-x66549 = x66548
-x66550 = x66549
-x66551 = x66550
-x66552 = x66551
-x66553 = x66552
-x66554 = x66553
-x66555 = x66554
-x66556 = x66555
-x66557 = x66556
-x66558 = x66557
-x66559 = x66558
-x66560 = x66559
-x66561 = x66560
-x66562 = x66561
-x66563 = x66562
-x66564 = x66563
-x66565 = x66564
-x66566 = x66565
-x66567 = x66566
-x66568 = x66567
-x66569 = x66568
-x66570 = x66569
-x66571 = x66570
-x66572 = x66571
-x66573 = x66572
-x66574 = x66573
-x66575 = x66574
-x66576 = x66575
-x66577 = x66576
-x66578 = x66577
-x66579 = x66578
-x66580 = x66579
-x66581 = x66580
-x66582 = x66581
-x66583 = x66582
-x66584 = x66583
-x66585 = x66584
-x66586 = x66585
-x66587 = x66586
-x66588 = x66587
-x66589 = x66588
-x66590 = x66589
-x66591 = x66590
-x66592 = x66591
-x66593 = x66592
-x66594 = x66593
-x66595 = x66594
-x66596 = x66595
-x66597 = x66596
-x66598 = x66597
-x66599 = x66598
-x66600 = x66599
-x66601 = x66600
-x66602 = x66601
-x66603 = x66602
-x66604 = x66603
-x66605 = x66604
-x66606 = x66605
-x66607 = x66606
-x66608 = x66607
-x66609 = x66608
-x66610 = x66609
-x66611 = x66610
-x66612 = x66611
-x66613 = x66612
-x66614 = x66613
-x66615 = x66614
-x66616 = x66615
-x66617 = x66616
-x66618 = x66617
-x66619 = x66618
-x66620 = x66619
-x66621 = x66620
-x66622 = x66621
-x66623 = x66622
-x66624 = x66623
-x66625 = x66624
-x66626 = x66625
-x66627 = x66626
-x66628 = x66627
-x66629 = x66628
-x66630 = x66629
-x66631 = x66630
-x66632 = x66631
-x66633 = x66632
-x66634 = x66633
-x66635 = x66634
-x66636 = x66635
-x66637 = x66636
-x66638 = x66637
-x66639 = x66638
-x66640 = x66639
-x66641 = x66640
-x66642 = x66641
-x66643 = x66642
-x66644 = x66643
-x66645 = x66644
-x66646 = x66645
-x66647 = x66646
-x66648 = x66647
-x66649 = x66648
-x66650 = x66649
-x66651 = x66650
-x66652 = x66651
-x66653 = x66652
-x66654 = x66653
-x66655 = x66654
-x66656 = x66655
-x66657 = x66656
-x66658 = x66657
-x66659 = x66658
-x66660 = x66659
-x66661 = x66660
-x66662 = x66661
-x66663 = x66662
-x66664 = x66663
-x66665 = x66664
-x66666 = x66665
-x66667 = x66666
-x66668 = x66667
-x66669 = x66668
-x66670 = x66669
-x66671 = x66670
-x66672 = x66671
-x66673 = x66672
-x66674 = x66673
-x66675 = x66674
-x66676 = x66675
-x66677 = x66676
-x66678 = x66677
-x66679 = x66678
-x66680 = x66679
-x66681 = x66680
-x66682 = x66681
-x66683 = x66682
-x66684 = x66683
-x66685 = x66684
-x66686 = x66685
-x66687 = x66686
-x66688 = x66687
-x66689 = x66688
-x66690 = x66689
-x66691 = x66690
-x66692 = x66691
-x66693 = x66692
-x66694 = x66693
-x66695 = x66694
-x66696 = x66695
-x66697 = x66696
-x66698 = x66697
-x66699 = x66698
-x66700 = x66699
-x66701 = x66700
-x66702 = x66701
-x66703 = x66702
-x66704 = x66703
-x66705 = x66704
-x66706 = x66705
-x66707 = x66706
-x66708 = x66707
-x66709 = x66708
-x66710 = x66709
-x66711 = x66710
-x66712 = x66711
-x66713 = x66712
-x66714 = x66713
-x66715 = x66714
-x66716 = x66715
-x66717 = x66716
-x66718 = x66717
-x66719 = x66718
-x66720 = x66719
-x66721 = x66720
-x66722 = x66721
-x66723 = x66722
-x66724 = x66723
-x66725 = x66724
-x66726 = x66725
-x66727 = x66726
-x66728 = x66727
-x66729 = x66728
-x66730 = x66729
-x66731 = x66730
-x66732 = x66731
-x66733 = x66732
-x66734 = x66733
-x66735 = x66734
-x66736 = x66735
-x66737 = x66736
-x66738 = x66737
-x66739 = x66738
-x66740 = x66739
-x66741 = x66740
-x66742 = x66741
-x66743 = x66742
-x66744 = x66743
-x66745 = x66744
-x66746 = x66745
-x66747 = x66746
-x66748 = x66747
-x66749 = x66748
-x66750 = x66749
-x66751 = x66750
-x66752 = x66751
-x66753 = x66752
-x66754 = x66753
-x66755 = x66754
-x66756 = x66755
-x66757 = x66756
-x66758 = x66757
-x66759 = x66758
-x66760 = x66759
-x66761 = x66760
-x66762 = x66761
-x66763 = x66762
-x66764 = x66763
-x66765 = x66764
-x66766 = x66765
-x66767 = x66766
-x66768 = x66767
-x66769 = x66768
-x66770 = x66769
-x66771 = x66770
-x66772 = x66771
-x66773 = x66772
-x66774 = x66773
-x66775 = x66774
-x66776 = x66775
-x66777 = x66776
-x66778 = x66777
-x66779 = x66778
-x66780 = x66779
-x66781 = x66780
-x66782 = x66781
-x66783 = x66782
-x66784 = x66783
-x66785 = x66784
-x66786 = x66785
-x66787 = x66786
-x66788 = x66787
-x66789 = x66788
-x66790 = x66789
-x66791 = x66790
-x66792 = x66791
-x66793 = x66792
-x66794 = x66793
-x66795 = x66794
-x66796 = x66795
-x66797 = x66796
-x66798 = x66797
-x66799 = x66798
-x66800 = x66799
-x66801 = x66800
-x66802 = x66801
-x66803 = x66802
-x66804 = x66803
-x66805 = x66804
-x66806 = x66805
-x66807 = x66806
-x66808 = x66807
-x66809 = x66808
-x66810 = x66809
-x66811 = x66810
-x66812 = x66811
-x66813 = x66812
-x66814 = x66813
-x66815 = x66814
-x66816 = x66815
-x66817 = x66816
-x66818 = x66817
-x66819 = x66818
-x66820 = x66819
-x66821 = x66820
-x66822 = x66821
-x66823 = x66822
-x66824 = x66823
-x66825 = x66824
-x66826 = x66825
-x66827 = x66826
-x66828 = x66827
-x66829 = x66828
-x66830 = x66829
-x66831 = x66830
-x66832 = x66831
-x66833 = x66832
-x66834 = x66833
-x66835 = x66834
-x66836 = x66835
-x66837 = x66836
-x66838 = x66837
-x66839 = x66838
-x66840 = x66839
-x66841 = x66840
-x66842 = x66841
-x66843 = x66842
-x66844 = x66843
-x66845 = x66844
-x66846 = x66845
-x66847 = x66846
-x66848 = x66847
-x66849 = x66848
-x66850 = x66849
-x66851 = x66850
-x66852 = x66851
-x66853 = x66852
-x66854 = x66853
-x66855 = x66854
-x66856 = x66855
-x66857 = x66856
-x66858 = x66857
-x66859 = x66858
-x66860 = x66859
-x66861 = x66860
-x66862 = x66861
-x66863 = x66862
-x66864 = x66863
-x66865 = x66864
-x66866 = x66865
-x66867 = x66866
-x66868 = x66867
-x66869 = x66868
-x66870 = x66869
-x66871 = x66870
-x66872 = x66871
-x66873 = x66872
-x66874 = x66873
-x66875 = x66874
-x66876 = x66875
-x66877 = x66876
-x66878 = x66877
-x66879 = x66878
-x66880 = x66879
-x66881 = x66880
-x66882 = x66881
-x66883 = x66882
-x66884 = x66883
-x66885 = x66884
-x66886 = x66885
-x66887 = x66886
-x66888 = x66887
-x66889 = x66888
-x66890 = x66889
-x66891 = x66890
-x66892 = x66891
-x66893 = x66892
-x66894 = x66893
-x66895 = x66894
-x66896 = x66895
-x66897 = x66896
-x66898 = x66897
-x66899 = x66898
-x66900 = x66899
-x66901 = x66900
-x66902 = x66901
-x66903 = x66902
-x66904 = x66903
-x66905 = x66904
-x66906 = x66905
-x66907 = x66906
-x66908 = x66907
-x66909 = x66908
-x66910 = x66909
-x66911 = x66910
-x66912 = x66911
-x66913 = x66912
-x66914 = x66913
-x66915 = x66914
-x66916 = x66915
-x66917 = x66916
-x66918 = x66917
-x66919 = x66918
-x66920 = x66919
-x66921 = x66920
-x66922 = x66921
-x66923 = x66922
-x66924 = x66923
-x66925 = x66924
-x66926 = x66925
-x66927 = x66926
-x66928 = x66927
-x66929 = x66928
-x66930 = x66929
-x66931 = x66930
-x66932 = x66931
-x66933 = x66932
-x66934 = x66933
-x66935 = x66934
-x66936 = x66935
-x66937 = x66936
-x66938 = x66937
-x66939 = x66938
-x66940 = x66939
-x66941 = x66940
-x66942 = x66941
-x66943 = x66942
-x66944 = x66943
-x66945 = x66944
-x66946 = x66945
-x66947 = x66946
-x66948 = x66947
-x66949 = x66948
-x66950 = x66949
-x66951 = x66950
-x66952 = x66951
-x66953 = x66952
-x66954 = x66953
-x66955 = x66954
-x66956 = x66955
-x66957 = x66956
-x66958 = x66957
-x66959 = x66958
-x66960 = x66959
-x66961 = x66960
-x66962 = x66961
-x66963 = x66962
-x66964 = x66963
-x66965 = x66964
-x66966 = x66965
-x66967 = x66966
-x66968 = x66967
-x66969 = x66968
-x66970 = x66969
-x66971 = x66970
-x66972 = x66971
-x66973 = x66972
-x66974 = x66973
-x66975 = x66974
-x66976 = x66975
-x66977 = x66976
-x66978 = x66977
-x66979 = x66978
-x66980 = x66979
-x66981 = x66980
-x66982 = x66981
-x66983 = x66982
-x66984 = x66983
-x66985 = x66984
-x66986 = x66985
-x66987 = x66986
-x66988 = x66987
-x66989 = x66988
-x66990 = x66989
-x66991 = x66990
-x66992 = x66991
-x66993 = x66992
-x66994 = x66993
-x66995 = x66994
-x66996 = x66995
-x66997 = x66996
-x66998 = x66997
-x66999 = x66998
-x67000 = x66999
-x67001 = x67000
-x67002 = x67001
-x67003 = x67002
-x67004 = x67003
-x67005 = x67004
-x67006 = x67005
-x67007 = x67006
-x67008 = x67007
-x67009 = x67008
-x67010 = x67009
-x67011 = x67010
-x67012 = x67011
-x67013 = x67012
-x67014 = x67013
-x67015 = x67014
-x67016 = x67015
-x67017 = x67016
-x67018 = x67017
-x67019 = x67018
-x67020 = x67019
-x67021 = x67020
-x67022 = x67021
-x67023 = x67022
-x67024 = x67023
-x67025 = x67024
-x67026 = x67025
-x67027 = x67026
-x67028 = x67027
-x67029 = x67028
-x67030 = x67029
-x67031 = x67030
-x67032 = x67031
-x67033 = x67032
-x67034 = x67033
-x67035 = x67034
-x67036 = x67035
-x67037 = x67036
-x67038 = x67037
-x67039 = x67038
-x67040 = x67039
-x67041 = x67040
-x67042 = x67041
-x67043 = x67042
-x67044 = x67043
-x67045 = x67044
-x67046 = x67045
-x67047 = x67046
-x67048 = x67047
-x67049 = x67048
-x67050 = x67049
-x67051 = x67050
-x67052 = x67051
-x67053 = x67052
-x67054 = x67053
-x67055 = x67054
-x67056 = x67055
-x67057 = x67056
-x67058 = x67057
-x67059 = x67058
-x67060 = x67059
-x67061 = x67060
-x67062 = x67061
-x67063 = x67062
-x67064 = x67063
-x67065 = x67064
-x67066 = x67065
-x67067 = x67066
-x67068 = x67067
-x67069 = x67068
-x67070 = x67069
-x67071 = x67070
-x67072 = x67071
-x67073 = x67072
-x67074 = x67073
-x67075 = x67074
-x67076 = x67075
-x67077 = x67076
-x67078 = x67077
-x67079 = x67078
-x67080 = x67079
-x67081 = x67080
-x67082 = x67081
-x67083 = x67082
-x67084 = x67083
-x67085 = x67084
-x67086 = x67085
-x67087 = x67086
-x67088 = x67087
-x67089 = x67088
-x67090 = x67089
-x67091 = x67090
-x67092 = x67091
-x67093 = x67092
-x67094 = x67093
-x67095 = x67094
-x67096 = x67095
-x67097 = x67096
-x67098 = x67097
-x67099 = x67098
-x67100 = x67099
-x67101 = x67100
-x67102 = x67101
-x67103 = x67102
-x67104 = x67103
-x67105 = x67104
-x67106 = x67105
-x67107 = x67106
-x67108 = x67107
-x67109 = x67108
-x67110 = x67109
-x67111 = x67110
-x67112 = x67111
-x67113 = x67112
-x67114 = x67113
-x67115 = x67114
-x67116 = x67115
-x67117 = x67116
-x67118 = x67117
-x67119 = x67118
-x67120 = x67119
-x67121 = x67120
-x67122 = x67121
-x67123 = x67122
-x67124 = x67123
-x67125 = x67124
-x67126 = x67125
-x67127 = x67126
-x67128 = x67127
-x67129 = x67128
-x67130 = x67129
-x67131 = x67130
-x67132 = x67131
-x67133 = x67132
-x67134 = x67133
-x67135 = x67134
-x67136 = x67135
-x67137 = x67136
-x67138 = x67137
-x67139 = x67138
-x67140 = x67139
-x67141 = x67140
-x67142 = x67141
-x67143 = x67142
-x67144 = x67143
-x67145 = x67144
-x67146 = x67145
-x67147 = x67146
-x67148 = x67147
-x67149 = x67148
-x67150 = x67149
-x67151 = x67150
-x67152 = x67151
-x67153 = x67152
-x67154 = x67153
-x67155 = x67154
-x67156 = x67155
-x67157 = x67156
-x67158 = x67157
-x67159 = x67158
-x67160 = x67159
-x67161 = x67160
-x67162 = x67161
-x67163 = x67162
-x67164 = x67163
-x67165 = x67164
-x67166 = x67165
-x67167 = x67166
-x67168 = x67167
-x67169 = x67168
-x67170 = x67169
-x67171 = x67170
-x67172 = x67171
-x67173 = x67172
-x67174 = x67173
-x67175 = x67174
-x67176 = x67175
-x67177 = x67176
-x67178 = x67177
-x67179 = x67178
-x67180 = x67179
-x67181 = x67180
-x67182 = x67181
-x67183 = x67182
-x67184 = x67183
-x67185 = x67184
-x67186 = x67185
-x67187 = x67186
-x67188 = x67187
-x67189 = x67188
-x67190 = x67189
-x67191 = x67190
-x67192 = x67191
-x67193 = x67192
-x67194 = x67193
-x67195 = x67194
-x67196 = x67195
-x67197 = x67196
-x67198 = x67197
-x67199 = x67198
-x67200 = x67199
-x67201 = x67200
-x67202 = x67201
-x67203 = x67202
-x67204 = x67203
-x67205 = x67204
-x67206 = x67205
-x67207 = x67206
-x67208 = x67207
-x67209 = x67208
-x67210 = x67209
-x67211 = x67210
-x67212 = x67211
-x67213 = x67212
-x67214 = x67213
-x67215 = x67214
-x67216 = x67215
-x67217 = x67216
-x67218 = x67217
-x67219 = x67218
-x67220 = x67219
-x67221 = x67220
-x67222 = x67221
-x67223 = x67222
-x67224 = x67223
-x67225 = x67224
-x67226 = x67225
-x67227 = x67226
-x67228 = x67227
-x67229 = x67228
-x67230 = x67229
-x67231 = x67230
-x67232 = x67231
-x67233 = x67232
-x67234 = x67233
-x67235 = x67234
-x67236 = x67235
-x67237 = x67236
-x67238 = x67237
-x67239 = x67238
-x67240 = x67239
-x67241 = x67240
-x67242 = x67241
-x67243 = x67242
-x67244 = x67243
-x67245 = x67244
-x67246 = x67245
-x67247 = x67246
-x67248 = x67247
-x67249 = x67248
-x67250 = x67249
-x67251 = x67250
-x67252 = x67251
-x67253 = x67252
-x67254 = x67253
-x67255 = x67254
-x67256 = x67255
-x67257 = x67256
-x67258 = x67257
-x67259 = x67258
-x67260 = x67259
-x67261 = x67260
-x67262 = x67261
-x67263 = x67262
-x67264 = x67263
-x67265 = x67264
-x67266 = x67265
-x67267 = x67266
-x67268 = x67267
-x67269 = x67268
-x67270 = x67269
-x67271 = x67270
-x67272 = x67271
-x67273 = x67272
-x67274 = x67273
-x67275 = x67274
-x67276 = x67275
-x67277 = x67276
-x67278 = x67277
-x67279 = x67278
-x67280 = x67279
-x67281 = x67280
-x67282 = x67281
-x67283 = x67282
-x67284 = x67283
-x67285 = x67284
-x67286 = x67285
-x67287 = x67286
-x67288 = x67287
-x67289 = x67288
-x67290 = x67289
-x67291 = x67290
-x67292 = x67291
-x67293 = x67292
-x67294 = x67293
-x67295 = x67294
-x67296 = x67295
-x67297 = x67296
-x67298 = x67297
-x67299 = x67298
-x67300 = x67299
-x67301 = x67300
-x67302 = x67301
-x67303 = x67302
-x67304 = x67303
-x67305 = x67304
-x67306 = x67305
-x67307 = x67306
-x67308 = x67307
-x67309 = x67308
-x67310 = x67309
-x67311 = x67310
-x67312 = x67311
-x67313 = x67312
-x67314 = x67313
-x67315 = x67314
-x67316 = x67315
-x67317 = x67316
-x67318 = x67317
-x67319 = x67318
-x67320 = x67319
-x67321 = x67320
-x67322 = x67321
-x67323 = x67322
-x67324 = x67323
-x67325 = x67324
-x67326 = x67325
-x67327 = x67326
-x67328 = x67327
-x67329 = x67328
-x67330 = x67329
-x67331 = x67330
-x67332 = x67331
-x67333 = x67332
-x67334 = x67333
-x67335 = x67334
-x67336 = x67335
-x67337 = x67336
-x67338 = x67337
-x67339 = x67338
-x67340 = x67339
-x67341 = x67340
-x67342 = x67341
-x67343 = x67342
-x67344 = x67343
-x67345 = x67344
-x67346 = x67345
-x67347 = x67346
-x67348 = x67347
-x67349 = x67348
-x67350 = x67349
-x67351 = x67350
-x67352 = x67351
-x67353 = x67352
-x67354 = x67353
-x67355 = x67354
-x67356 = x67355
-x67357 = x67356
-x67358 = x67357
-x67359 = x67358
-x67360 = x67359
-x67361 = x67360
-x67362 = x67361
-x67363 = x67362
-x67364 = x67363
-x67365 = x67364
-x67366 = x67365
-x67367 = x67366
-x67368 = x67367
-x67369 = x67368
-x67370 = x67369
-x67371 = x67370
-x67372 = x67371
-x67373 = x67372
-x67374 = x67373
-x67375 = x67374
-x67376 = x67375
-x67377 = x67376
-x67378 = x67377
-x67379 = x67378
-x67380 = x67379
-x67381 = x67380
-x67382 = x67381
-x67383 = x67382
-x67384 = x67383
-x67385 = x67384
-x67386 = x67385
-x67387 = x67386
-x67388 = x67387
-x67389 = x67388
-x67390 = x67389
-x67391 = x67390
-x67392 = x67391
-x67393 = x67392
-x67394 = x67393
-x67395 = x67394
-x67396 = x67395
-x67397 = x67396
-x67398 = x67397
-x67399 = x67398
-x67400 = x67399
-x67401 = x67400
-x67402 = x67401
-x67403 = x67402
-x67404 = x67403
-x67405 = x67404
-x67406 = x67405
-x67407 = x67406
-x67408 = x67407
-x67409 = x67408
-x67410 = x67409
-x67411 = x67410
-x67412 = x67411
-x67413 = x67412
-x67414 = x67413
-x67415 = x67414
-x67416 = x67415
-x67417 = x67416
-x67418 = x67417
-x67419 = x67418
-x67420 = x67419
-x67421 = x67420
-x67422 = x67421
-x67423 = x67422
-x67424 = x67423
-x67425 = x67424
-x67426 = x67425
-x67427 = x67426
-x67428 = x67427
-x67429 = x67428
-x67430 = x67429
-x67431 = x67430
-x67432 = x67431
-x67433 = x67432
-x67434 = x67433
-x67435 = x67434
-x67436 = x67435
-x67437 = x67436
-x67438 = x67437
-x67439 = x67438
-x67440 = x67439
-x67441 = x67440
-x67442 = x67441
-x67443 = x67442
-x67444 = x67443
-x67445 = x67444
-x67446 = x67445
-x67447 = x67446
-x67448 = x67447
-x67449 = x67448
-x67450 = x67449
-x67451 = x67450
-x67452 = x67451
-x67453 = x67452
-x67454 = x67453
-x67455 = x67454
-x67456 = x67455
-x67457 = x67456
-x67458 = x67457
-x67459 = x67458
-x67460 = x67459
-x67461 = x67460
-x67462 = x67461
-x67463 = x67462
-x67464 = x67463
-x67465 = x67464
-x67466 = x67465
-x67467 = x67466
-x67468 = x67467
-x67469 = x67468
-x67470 = x67469
-x67471 = x67470
-x67472 = x67471
-x67473 = x67472
-x67474 = x67473
-x67475 = x67474
-x67476 = x67475
-x67477 = x67476
-x67478 = x67477
-x67479 = x67478
-x67480 = x67479
-x67481 = x67480
-x67482 = x67481
-x67483 = x67482
-x67484 = x67483
-x67485 = x67484
-x67486 = x67485
-x67487 = x67486
-x67488 = x67487
-x67489 = x67488
-x67490 = x67489
-x67491 = x67490
-x67492 = x67491
-x67493 = x67492
-x67494 = x67493
-x67495 = x67494
-x67496 = x67495
-x67497 = x67496
-x67498 = x67497
-x67499 = x67498
-x67500 = x67499
-x67501 = x67500
-x67502 = x67501
-x67503 = x67502
-x67504 = x67503
-x67505 = x67504
-x67506 = x67505
-x67507 = x67506
-x67508 = x67507
-x67509 = x67508
-x67510 = x67509
-x67511 = x67510
-x67512 = x67511
-x67513 = x67512
-x67514 = x67513
-x67515 = x67514
-x67516 = x67515
-x67517 = x67516
-x67518 = x67517
-x67519 = x67518
-x67520 = x67519
-x67521 = x67520
-x67522 = x67521
-x67523 = x67522
-x67524 = x67523
-x67525 = x67524
-x67526 = x67525
-x67527 = x67526
-x67528 = x67527
-x67529 = x67528
-x67530 = x67529
-x67531 = x67530
-x67532 = x67531
-x67533 = x67532
-x67534 = x67533
-x67535 = x67534
-x67536 = x67535
-x67537 = x67536
-x67538 = x67537
-x67539 = x67538
-x67540 = x67539
-x67541 = x67540
-x67542 = x67541
-x67543 = x67542
-x67544 = x67543
-x67545 = x67544
-x67546 = x67545
-x67547 = x67546
-x67548 = x67547
-x67549 = x67548
-x67550 = x67549
-x67551 = x67550
-x67552 = x67551
-x67553 = x67552
-x67554 = x67553
-x67555 = x67554
-x67556 = x67555
-x67557 = x67556
-x67558 = x67557
-x67559 = x67558
-x67560 = x67559
-x67561 = x67560
-x67562 = x67561
-x67563 = x67562
-x67564 = x67563
-x67565 = x67564
-x67566 = x67565
-x67567 = x67566
-x67568 = x67567
-x67569 = x67568
-x67570 = x67569
-x67571 = x67570
-x67572 = x67571
-x67573 = x67572
-x67574 = x67573
-x67575 = x67574
-x67576 = x67575
-x67577 = x67576
-x67578 = x67577
-x67579 = x67578
-x67580 = x67579
-x67581 = x67580
-x67582 = x67581
-x67583 = x67582
-x67584 = x67583
-x67585 = x67584
-x67586 = x67585
-x67587 = x67586
-x67588 = x67587
-x67589 = x67588
-x67590 = x67589
-x67591 = x67590
-x67592 = x67591
-x67593 = x67592
-x67594 = x67593
-x67595 = x67594
-x67596 = x67595
-x67597 = x67596
-x67598 = x67597
-x67599 = x67598
-x67600 = x67599
-x67601 = x67600
-x67602 = x67601
-x67603 = x67602
-x67604 = x67603
-x67605 = x67604
-x67606 = x67605
-x67607 = x67606
-x67608 = x67607
-x67609 = x67608
-x67610 = x67609
-x67611 = x67610
-x67612 = x67611
-x67613 = x67612
-x67614 = x67613
-x67615 = x67614
-x67616 = x67615
-x67617 = x67616
-x67618 = x67617
-x67619 = x67618
-x67620 = x67619
-x67621 = x67620
-x67622 = x67621
-x67623 = x67622
-x67624 = x67623
-x67625 = x67624
-x67626 = x67625
-x67627 = x67626
-x67628 = x67627
-x67629 = x67628
-x67630 = x67629
-x67631 = x67630
-x67632 = x67631
-x67633 = x67632
-x67634 = x67633
-x67635 = x67634
-x67636 = x67635
-x67637 = x67636
-x67638 = x67637
-x67639 = x67638
-x67640 = x67639
-x67641 = x67640
-x67642 = x67641
-x67643 = x67642
-x67644 = x67643
-x67645 = x67644
-x67646 = x67645
-x67647 = x67646
-x67648 = x67647
-x67649 = x67648
-x67650 = x67649
-x67651 = x67650
-x67652 = x67651
-x67653 = x67652
-x67654 = x67653
-x67655 = x67654
-x67656 = x67655
-x67657 = x67656
-x67658 = x67657
-x67659 = x67658
-x67660 = x67659
-x67661 = x67660
-x67662 = x67661
-x67663 = x67662
-x67664 = x67663
-x67665 = x67664
-x67666 = x67665
-x67667 = x67666
-x67668 = x67667
-x67669 = x67668
-x67670 = x67669
-x67671 = x67670
-x67672 = x67671
-x67673 = x67672
-x67674 = x67673
-x67675 = x67674
-x67676 = x67675
-x67677 = x67676
-x67678 = x67677
-x67679 = x67678
-x67680 = x67679
-x67681 = x67680
-x67682 = x67681
-x67683 = x67682
-x67684 = x67683
-x67685 = x67684
-x67686 = x67685
-x67687 = x67686
-x67688 = x67687
-x67689 = x67688
-x67690 = x67689
-x67691 = x67690
-x67692 = x67691
-x67693 = x67692
-x67694 = x67693
-x67695 = x67694
-x67696 = x67695
-x67697 = x67696
-x67698 = x67697
-x67699 = x67698
-x67700 = x67699
-x67701 = x67700
-x67702 = x67701
-x67703 = x67702
-x67704 = x67703
-x67705 = x67704
-x67706 = x67705
-x67707 = x67706
-x67708 = x67707
-x67709 = x67708
-x67710 = x67709
-x67711 = x67710
-x67712 = x67711
-x67713 = x67712
-x67714 = x67713
-x67715 = x67714
-x67716 = x67715
-x67717 = x67716
-x67718 = x67717
-x67719 = x67718
-x67720 = x67719
-x67721 = x67720
-x67722 = x67721
-x67723 = x67722
-x67724 = x67723
-x67725 = x67724
-x67726 = x67725
-x67727 = x67726
-x67728 = x67727
-x67729 = x67728
-x67730 = x67729
-x67731 = x67730
-x67732 = x67731
-x67733 = x67732
-x67734 = x67733
-x67735 = x67734
-x67736 = x67735
-x67737 = x67736
-x67738 = x67737
-x67739 = x67738
-x67740 = x67739
-x67741 = x67740
-x67742 = x67741
-x67743 = x67742
-x67744 = x67743
-x67745 = x67744
-x67746 = x67745
-x67747 = x67746
-x67748 = x67747
-x67749 = x67748
-x67750 = x67749
-x67751 = x67750
-x67752 = x67751
-x67753 = x67752
-x67754 = x67753
-x67755 = x67754
-x67756 = x67755
-x67757 = x67756
-x67758 = x67757
-x67759 = x67758
-x67760 = x67759
-x67761 = x67760
-x67762 = x67761
-x67763 = x67762
-x67764 = x67763
-x67765 = x67764
-x67766 = x67765
-x67767 = x67766
-x67768 = x67767
-x67769 = x67768
-x67770 = x67769
-x67771 = x67770
-x67772 = x67771
-x67773 = x67772
-x67774 = x67773
-x67775 = x67774
-x67776 = x67775
-x67777 = x67776
-x67778 = x67777
-x67779 = x67778
-x67780 = x67779
-x67781 = x67780
-x67782 = x67781
-x67783 = x67782
-x67784 = x67783
-x67785 = x67784
-x67786 = x67785
-x67787 = x67786
-x67788 = x67787
-x67789 = x67788
-x67790 = x67789
-x67791 = x67790
-x67792 = x67791
-x67793 = x67792
-x67794 = x67793
-x67795 = x67794
-x67796 = x67795
-x67797 = x67796
-x67798 = x67797
-x67799 = x67798
-x67800 = x67799
-x67801 = x67800
-x67802 = x67801
-x67803 = x67802
-x67804 = x67803
-x67805 = x67804
-x67806 = x67805
-x67807 = x67806
-x67808 = x67807
-x67809 = x67808
-x67810 = x67809
-x67811 = x67810
-x67812 = x67811
-x67813 = x67812
-x67814 = x67813
-x67815 = x67814
-x67816 = x67815
-x67817 = x67816
-x67818 = x67817
-x67819 = x67818
-x67820 = x67819
-x67821 = x67820
-x67822 = x67821
-x67823 = x67822
-x67824 = x67823
-x67825 = x67824
-x67826 = x67825
-x67827 = x67826
-x67828 = x67827
-x67829 = x67828
-x67830 = x67829
-x67831 = x67830
-x67832 = x67831
-x67833 = x67832
-x67834 = x67833
-x67835 = x67834
-x67836 = x67835
-x67837 = x67836
-x67838 = x67837
-x67839 = x67838
-x67840 = x67839
-x67841 = x67840
-x67842 = x67841
-x67843 = x67842
-x67844 = x67843
-x67845 = x67844
-x67846 = x67845
-x67847 = x67846
-x67848 = x67847
-x67849 = x67848
-x67850 = x67849
-x67851 = x67850
-x67852 = x67851
-x67853 = x67852
-x67854 = x67853
-x67855 = x67854
-x67856 = x67855
-x67857 = x67856
-x67858 = x67857
-x67859 = x67858
-x67860 = x67859
-x67861 = x67860
-x67862 = x67861
-x67863 = x67862
-x67864 = x67863
-x67865 = x67864
-x67866 = x67865
-x67867 = x67866
-x67868 = x67867
-x67869 = x67868
-x67870 = x67869
-x67871 = x67870
-x67872 = x67871
-x67873 = x67872
-x67874 = x67873
-x67875 = x67874
-x67876 = x67875
-x67877 = x67876
-x67878 = x67877
-x67879 = x67878
-x67880 = x67879
-x67881 = x67880
-x67882 = x67881
-x67883 = x67882
-x67884 = x67883
-x67885 = x67884
-x67886 = x67885
-x67887 = x67886
-x67888 = x67887
-x67889 = x67888
-x67890 = x67889
-x67891 = x67890
-x67892 = x67891
-x67893 = x67892
-x67894 = x67893
-x67895 = x67894
-x67896 = x67895
-x67897 = x67896
-x67898 = x67897
-x67899 = x67898
-x67900 = x67899
-x67901 = x67900
-x67902 = x67901
-x67903 = x67902
-x67904 = x67903
-x67905 = x67904
-x67906 = x67905
-x67907 = x67906
-x67908 = x67907
-x67909 = x67908
-x67910 = x67909
-x67911 = x67910
-x67912 = x67911
-x67913 = x67912
-x67914 = x67913
-x67915 = x67914
-x67916 = x67915
-x67917 = x67916
-x67918 = x67917
-x67919 = x67918
-x67920 = x67919
-x67921 = x67920
-x67922 = x67921
-x67923 = x67922
-x67924 = x67923
-x67925 = x67924
-x67926 = x67925
-x67927 = x67926
-x67928 = x67927
-x67929 = x67928
-x67930 = x67929
-x67931 = x67930
-x67932 = x67931
-x67933 = x67932
-x67934 = x67933
-x67935 = x67934
-x67936 = x67935
-x67937 = x67936
-x67938 = x67937
-x67939 = x67938
-x67940 = x67939
-x67941 = x67940
-x67942 = x67941
-x67943 = x67942
-x67944 = x67943
-x67945 = x67944
-x67946 = x67945
-x67947 = x67946
-x67948 = x67947
-x67949 = x67948
-x67950 = x67949
-x67951 = x67950
-x67952 = x67951
-x67953 = x67952
-x67954 = x67953
-x67955 = x67954
-x67956 = x67955
-x67957 = x67956
-x67958 = x67957
-x67959 = x67958
-x67960 = x67959
-x67961 = x67960
-x67962 = x67961
-x67963 = x67962
-x67964 = x67963
-x67965 = x67964
-x67966 = x67965
-x67967 = x67966
-x67968 = x67967
-x67969 = x67968
-x67970 = x67969
-x67971 = x67970
-x67972 = x67971
-x67973 = x67972
-x67974 = x67973
-x67975 = x67974
-x67976 = x67975
-x67977 = x67976
-x67978 = x67977
-x67979 = x67978
-x67980 = x67979
-x67981 = x67980
-x67982 = x67981
-x67983 = x67982
-x67984 = x67983
-x67985 = x67984
-x67986 = x67985
-x67987 = x67986
-x67988 = x67987
-x67989 = x67988
-x67990 = x67989
-x67991 = x67990
-x67992 = x67991
-x67993 = x67992
-x67994 = x67993
-x67995 = x67994
-x67996 = x67995
-x67997 = x67996
-x67998 = x67997
-x67999 = x67998
-x68000 = x67999
-x68001 = x68000
-x68002 = x68001
-x68003 = x68002
-x68004 = x68003
-x68005 = x68004
-x68006 = x68005
-x68007 = x68006
-x68008 = x68007
-x68009 = x68008
-x68010 = x68009
-x68011 = x68010
-x68012 = x68011
-x68013 = x68012
-x68014 = x68013
-x68015 = x68014
-x68016 = x68015
-x68017 = x68016
-x68018 = x68017
-x68019 = x68018
-x68020 = x68019
-x68021 = x68020
-x68022 = x68021
-x68023 = x68022
-x68024 = x68023
-x68025 = x68024
-x68026 = x68025
-x68027 = x68026
-x68028 = x68027
-x68029 = x68028
-x68030 = x68029
-x68031 = x68030
-x68032 = x68031
-x68033 = x68032
-x68034 = x68033
-x68035 = x68034
-x68036 = x68035
-x68037 = x68036
-x68038 = x68037
-x68039 = x68038
-x68040 = x68039
-x68041 = x68040
-x68042 = x68041
-x68043 = x68042
-x68044 = x68043
-x68045 = x68044
-x68046 = x68045
-x68047 = x68046
-x68048 = x68047
-x68049 = x68048
-x68050 = x68049
-x68051 = x68050
-x68052 = x68051
-x68053 = x68052
-x68054 = x68053
-x68055 = x68054
-x68056 = x68055
-x68057 = x68056
-x68058 = x68057
-x68059 = x68058
-x68060 = x68059
-x68061 = x68060
-x68062 = x68061
-x68063 = x68062
-x68064 = x68063
-x68065 = x68064
-x68066 = x68065
-x68067 = x68066
-x68068 = x68067
-x68069 = x68068
-x68070 = x68069
-x68071 = x68070
-x68072 = x68071
-x68073 = x68072
-x68074 = x68073
-x68075 = x68074
-x68076 = x68075
-x68077 = x68076
-x68078 = x68077
-x68079 = x68078
-x68080 = x68079
-x68081 = x68080
-x68082 = x68081
-x68083 = x68082
-x68084 = x68083
-x68085 = x68084
-x68086 = x68085
-x68087 = x68086
-x68088 = x68087
-x68089 = x68088
-x68090 = x68089
-x68091 = x68090
-x68092 = x68091
-x68093 = x68092
-x68094 = x68093
-x68095 = x68094
-x68096 = x68095
-x68097 = x68096
-x68098 = x68097
-x68099 = x68098
-x68100 = x68099
-x68101 = x68100
-x68102 = x68101
-x68103 = x68102
-x68104 = x68103
-x68105 = x68104
-x68106 = x68105
-x68107 = x68106
-x68108 = x68107
-x68109 = x68108
-x68110 = x68109
-x68111 = x68110
-x68112 = x68111
-x68113 = x68112
-x68114 = x68113
-x68115 = x68114
-x68116 = x68115
-x68117 = x68116
-x68118 = x68117
-x68119 = x68118
-x68120 = x68119
-x68121 = x68120
-x68122 = x68121
-x68123 = x68122
-x68124 = x68123
-x68125 = x68124
-x68126 = x68125
-x68127 = x68126
-x68128 = x68127
-x68129 = x68128
-x68130 = x68129
-x68131 = x68130
-x68132 = x68131
-x68133 = x68132
-x68134 = x68133
-x68135 = x68134
-x68136 = x68135
-x68137 = x68136
-x68138 = x68137
-x68139 = x68138
-x68140 = x68139
-x68141 = x68140
-x68142 = x68141
-x68143 = x68142
-x68144 = x68143
-x68145 = x68144
-x68146 = x68145
-x68147 = x68146
-x68148 = x68147
-x68149 = x68148
-x68150 = x68149
-x68151 = x68150
-x68152 = x68151
-x68153 = x68152
-x68154 = x68153
-x68155 = x68154
-x68156 = x68155
-x68157 = x68156
-x68158 = x68157
-x68159 = x68158
-x68160 = x68159
-x68161 = x68160
-x68162 = x68161
-x68163 = x68162
-x68164 = x68163
-x68165 = x68164
-x68166 = x68165
-x68167 = x68166
-x68168 = x68167
-x68169 = x68168
-x68170 = x68169
-x68171 = x68170
-x68172 = x68171
-x68173 = x68172
-x68174 = x68173
-x68175 = x68174
-x68176 = x68175
-x68177 = x68176
-x68178 = x68177
-x68179 = x68178
-x68180 = x68179
-x68181 = x68180
-x68182 = x68181
-x68183 = x68182
-x68184 = x68183
-x68185 = x68184
-x68186 = x68185
-x68187 = x68186
-x68188 = x68187
-x68189 = x68188
-x68190 = x68189
-x68191 = x68190
-x68192 = x68191
-x68193 = x68192
-x68194 = x68193
-x68195 = x68194
-x68196 = x68195
-x68197 = x68196
-x68198 = x68197
-x68199 = x68198
-x68200 = x68199
-x68201 = x68200
-x68202 = x68201
-x68203 = x68202
-x68204 = x68203
-x68205 = x68204
-x68206 = x68205
-x68207 = x68206
-x68208 = x68207
-x68209 = x68208
-x68210 = x68209
-x68211 = x68210
-x68212 = x68211
-x68213 = x68212
-x68214 = x68213
-x68215 = x68214
-x68216 = x68215
-x68217 = x68216
-x68218 = x68217
-x68219 = x68218
-x68220 = x68219
-x68221 = x68220
-x68222 = x68221
-x68223 = x68222
-x68224 = x68223
-x68225 = x68224
-x68226 = x68225
-x68227 = x68226
-x68228 = x68227
-x68229 = x68228
-x68230 = x68229
-x68231 = x68230
-x68232 = x68231
-x68233 = x68232
-x68234 = x68233
-x68235 = x68234
-x68236 = x68235
-x68237 = x68236
-x68238 = x68237
-x68239 = x68238
-x68240 = x68239
-x68241 = x68240
-x68242 = x68241
-x68243 = x68242
-x68244 = x68243
-x68245 = x68244
-x68246 = x68245
-x68247 = x68246
-x68248 = x68247
-x68249 = x68248
-x68250 = x68249
-x68251 = x68250
-x68252 = x68251
-x68253 = x68252
-x68254 = x68253
-x68255 = x68254
-x68256 = x68255
-x68257 = x68256
-x68258 = x68257
-x68259 = x68258
-x68260 = x68259
-x68261 = x68260
-x68262 = x68261
-x68263 = x68262
-x68264 = x68263
-x68265 = x68264
-x68266 = x68265
-x68267 = x68266
-x68268 = x68267
-x68269 = x68268
-x68270 = x68269
-x68271 = x68270
-x68272 = x68271
-x68273 = x68272
-x68274 = x68273
-x68275 = x68274
-x68276 = x68275
-x68277 = x68276
-x68278 = x68277
-x68279 = x68278
-x68280 = x68279
-x68281 = x68280
-x68282 = x68281
-x68283 = x68282
-x68284 = x68283
-x68285 = x68284
-x68286 = x68285
-x68287 = x68286
-x68288 = x68287
-x68289 = x68288
-x68290 = x68289
-x68291 = x68290
-x68292 = x68291
-x68293 = x68292
-x68294 = x68293
-x68295 = x68294
-x68296 = x68295
-x68297 = x68296
-x68298 = x68297
-x68299 = x68298
-x68300 = x68299
-x68301 = x68300
-x68302 = x68301
-x68303 = x68302
-x68304 = x68303
-x68305 = x68304
-x68306 = x68305
-x68307 = x68306
-x68308 = x68307
-x68309 = x68308
-x68310 = x68309
-x68311 = x68310
-x68312 = x68311
-x68313 = x68312
-x68314 = x68313
-x68315 = x68314
-x68316 = x68315
-x68317 = x68316
-x68318 = x68317
-x68319 = x68318
-x68320 = x68319
-x68321 = x68320
-x68322 = x68321
-x68323 = x68322
-x68324 = x68323
-x68325 = x68324
-x68326 = x68325
-x68327 = x68326
-x68328 = x68327
-x68329 = x68328
-x68330 = x68329
-x68331 = x68330
-x68332 = x68331
-x68333 = x68332
-x68334 = x68333
-x68335 = x68334
-x68336 = x68335
-x68337 = x68336
-x68338 = x68337
-x68339 = x68338
-x68340 = x68339
-x68341 = x68340
-x68342 = x68341
-x68343 = x68342
-x68344 = x68343
-x68345 = x68344
-x68346 = x68345
-x68347 = x68346
-x68348 = x68347
-x68349 = x68348
-x68350 = x68349
-x68351 = x68350
-x68352 = x68351
-x68353 = x68352
-x68354 = x68353
-x68355 = x68354
-x68356 = x68355
-x68357 = x68356
-x68358 = x68357
-x68359 = x68358
-x68360 = x68359
-x68361 = x68360
-x68362 = x68361
-x68363 = x68362
-x68364 = x68363
-x68365 = x68364
-x68366 = x68365
-x68367 = x68366
-x68368 = x68367
-x68369 = x68368
-x68370 = x68369
-x68371 = x68370
-x68372 = x68371
-x68373 = x68372
-x68374 = x68373
-x68375 = x68374
-x68376 = x68375
-x68377 = x68376
-x68378 = x68377
-x68379 = x68378
-x68380 = x68379
-x68381 = x68380
-x68382 = x68381
-x68383 = x68382
-x68384 = x68383
-x68385 = x68384
-x68386 = x68385
-x68387 = x68386
-x68388 = x68387
-x68389 = x68388
-x68390 = x68389
-x68391 = x68390
-x68392 = x68391
-x68393 = x68392
-x68394 = x68393
-x68395 = x68394
-x68396 = x68395
-x68397 = x68396
-x68398 = x68397
-x68399 = x68398
-x68400 = x68399
-x68401 = x68400
-x68402 = x68401
-x68403 = x68402
-x68404 = x68403
-x68405 = x68404
-x68406 = x68405
-x68407 = x68406
-x68408 = x68407
-x68409 = x68408
-x68410 = x68409
-x68411 = x68410
-x68412 = x68411
-x68413 = x68412
-x68414 = x68413
-x68415 = x68414
-x68416 = x68415
-x68417 = x68416
-x68418 = x68417
-x68419 = x68418
-x68420 = x68419
-x68421 = x68420
-x68422 = x68421
-x68423 = x68422
-x68424 = x68423
-x68425 = x68424
-x68426 = x68425
-x68427 = x68426
-x68428 = x68427
-x68429 = x68428
-x68430 = x68429
-x68431 = x68430
-x68432 = x68431
-x68433 = x68432
-x68434 = x68433
-x68435 = x68434
-x68436 = x68435
-x68437 = x68436
-x68438 = x68437
-x68439 = x68438
-x68440 = x68439
-x68441 = x68440
-x68442 = x68441
-x68443 = x68442
-x68444 = x68443
-x68445 = x68444
-x68446 = x68445
-x68447 = x68446
-x68448 = x68447
-x68449 = x68448
-x68450 = x68449
-x68451 = x68450
-x68452 = x68451
-x68453 = x68452
-x68454 = x68453
-x68455 = x68454
-x68456 = x68455
-x68457 = x68456
-x68458 = x68457
-x68459 = x68458
-x68460 = x68459
-x68461 = x68460
-x68462 = x68461
-x68463 = x68462
-x68464 = x68463
-x68465 = x68464
-x68466 = x68465
-x68467 = x68466
-x68468 = x68467
-x68469 = x68468
-x68470 = x68469
-x68471 = x68470
-x68472 = x68471
-x68473 = x68472
-x68474 = x68473
-x68475 = x68474
-x68476 = x68475
-x68477 = x68476
-x68478 = x68477
-x68479 = x68478
-x68480 = x68479
-x68481 = x68480
-x68482 = x68481
-x68483 = x68482
-x68484 = x68483
-x68485 = x68484
-x68486 = x68485
-x68487 = x68486
-x68488 = x68487
-x68489 = x68488
-x68490 = x68489
-x68491 = x68490
-x68492 = x68491
-x68493 = x68492
-x68494 = x68493
-x68495 = x68494
-x68496 = x68495
-x68497 = x68496
-x68498 = x68497
-x68499 = x68498
-x68500 = x68499
-x68501 = x68500
-x68502 = x68501
-x68503 = x68502
-x68504 = x68503
-x68505 = x68504
-x68506 = x68505
-x68507 = x68506
-x68508 = x68507
-x68509 = x68508
-x68510 = x68509
-x68511 = x68510
-x68512 = x68511
-x68513 = x68512
-x68514 = x68513
-x68515 = x68514
-x68516 = x68515
-x68517 = x68516
-x68518 = x68517
-x68519 = x68518
-x68520 = x68519
-x68521 = x68520
-x68522 = x68521
-x68523 = x68522
-x68524 = x68523
-x68525 = x68524
-x68526 = x68525
-x68527 = x68526
-x68528 = x68527
-x68529 = x68528
-x68530 = x68529
-x68531 = x68530
-x68532 = x68531
-x68533 = x68532
-x68534 = x68533
-x68535 = x68534
-x68536 = x68535
-x68537 = x68536
-x68538 = x68537
-x68539 = x68538
-x68540 = x68539
-x68541 = x68540
-x68542 = x68541
-x68543 = x68542
-x68544 = x68543
-x68545 = x68544
-x68546 = x68545
-x68547 = x68546
-x68548 = x68547
-x68549 = x68548
-x68550 = x68549
-x68551 = x68550
-x68552 = x68551
-x68553 = x68552
-x68554 = x68553
-x68555 = x68554
-x68556 = x68555
-x68557 = x68556
-x68558 = x68557
-x68559 = x68558
-x68560 = x68559
-x68561 = x68560
-x68562 = x68561
-x68563 = x68562
-x68564 = x68563
-x68565 = x68564
-x68566 = x68565
-x68567 = x68566
-x68568 = x68567
-x68569 = x68568
-x68570 = x68569
-x68571 = x68570
-x68572 = x68571
-x68573 = x68572
-x68574 = x68573
-x68575 = x68574
-x68576 = x68575
-x68577 = x68576
-x68578 = x68577
-x68579 = x68578
-x68580 = x68579
-x68581 = x68580
-x68582 = x68581
-x68583 = x68582
-x68584 = x68583
-x68585 = x68584
-x68586 = x68585
-x68587 = x68586
-x68588 = x68587
-x68589 = x68588
-x68590 = x68589
-x68591 = x68590
-x68592 = x68591
-x68593 = x68592
-x68594 = x68593
-x68595 = x68594
-x68596 = x68595
-x68597 = x68596
-x68598 = x68597
-x68599 = x68598
-x68600 = x68599
-x68601 = x68600
-x68602 = x68601
-x68603 = x68602
-x68604 = x68603
-x68605 = x68604
-x68606 = x68605
-x68607 = x68606
-x68608 = x68607
-x68609 = x68608
-x68610 = x68609
-x68611 = x68610
-x68612 = x68611
-x68613 = x68612
-x68614 = x68613
-x68615 = x68614
-x68616 = x68615
-x68617 = x68616
-x68618 = x68617
-x68619 = x68618
-x68620 = x68619
-x68621 = x68620
-x68622 = x68621
-x68623 = x68622
-x68624 = x68623
-x68625 = x68624
-x68626 = x68625
-x68627 = x68626
-x68628 = x68627
-x68629 = x68628
-x68630 = x68629
-x68631 = x68630
-x68632 = x68631
-x68633 = x68632
-x68634 = x68633
-x68635 = x68634
-x68636 = x68635
-x68637 = x68636
-x68638 = x68637
-x68639 = x68638
-x68640 = x68639
-x68641 = x68640
-x68642 = x68641
-x68643 = x68642
-x68644 = x68643
-x68645 = x68644
-x68646 = x68645
-x68647 = x68646
-x68648 = x68647
-x68649 = x68648
-x68650 = x68649
-x68651 = x68650
-x68652 = x68651
-x68653 = x68652
-x68654 = x68653
-x68655 = x68654
-x68656 = x68655
-x68657 = x68656
-x68658 = x68657
-x68659 = x68658
-x68660 = x68659
-x68661 = x68660
-x68662 = x68661
-x68663 = x68662
-x68664 = x68663
-x68665 = x68664
-x68666 = x68665
-x68667 = x68666
-x68668 = x68667
-x68669 = x68668
-x68670 = x68669
-x68671 = x68670
-x68672 = x68671
-x68673 = x68672
-x68674 = x68673
-x68675 = x68674
-x68676 = x68675
-x68677 = x68676
-x68678 = x68677
-x68679 = x68678
-x68680 = x68679
-x68681 = x68680
-x68682 = x68681
-x68683 = x68682
-x68684 = x68683
-x68685 = x68684
-x68686 = x68685
-x68687 = x68686
-x68688 = x68687
-x68689 = x68688
-x68690 = x68689
-x68691 = x68690
-x68692 = x68691
-x68693 = x68692
-x68694 = x68693
-x68695 = x68694
-x68696 = x68695
-x68697 = x68696
-x68698 = x68697
-x68699 = x68698
-x68700 = x68699
-x68701 = x68700
-x68702 = x68701
-x68703 = x68702
-x68704 = x68703
-x68705 = x68704
-x68706 = x68705
-x68707 = x68706
-x68708 = x68707
-x68709 = x68708
-x68710 = x68709
-x68711 = x68710
-x68712 = x68711
-x68713 = x68712
-x68714 = x68713
-x68715 = x68714
-x68716 = x68715
-x68717 = x68716
-x68718 = x68717
-x68719 = x68718
-x68720 = x68719
-x68721 = x68720
-x68722 = x68721
-x68723 = x68722
-x68724 = x68723
-x68725 = x68724
-x68726 = x68725
-x68727 = x68726
-x68728 = x68727
-x68729 = x68728
-x68730 = x68729
-x68731 = x68730
-x68732 = x68731
-x68733 = x68732
-x68734 = x68733
-x68735 = x68734
-x68736 = x68735
-x68737 = x68736
-x68738 = x68737
-x68739 = x68738
-x68740 = x68739
-x68741 = x68740
-x68742 = x68741
-x68743 = x68742
-x68744 = x68743
-x68745 = x68744
-x68746 = x68745
-x68747 = x68746
-x68748 = x68747
-x68749 = x68748
-x68750 = x68749
-x68751 = x68750
-x68752 = x68751
-x68753 = x68752
-x68754 = x68753
-x68755 = x68754
-x68756 = x68755
-x68757 = x68756
-x68758 = x68757
-x68759 = x68758
-x68760 = x68759
-x68761 = x68760
-x68762 = x68761
-x68763 = x68762
-x68764 = x68763
-x68765 = x68764
-x68766 = x68765
-x68767 = x68766
-x68768 = x68767
-x68769 = x68768
-x68770 = x68769
-x68771 = x68770
-x68772 = x68771
-x68773 = x68772
-x68774 = x68773
-x68775 = x68774
-x68776 = x68775
-x68777 = x68776
-x68778 = x68777
-x68779 = x68778
-x68780 = x68779
-x68781 = x68780
-x68782 = x68781
-x68783 = x68782
-x68784 = x68783
-x68785 = x68784
-x68786 = x68785
-x68787 = x68786
-x68788 = x68787
-x68789 = x68788
-x68790 = x68789
-x68791 = x68790
-x68792 = x68791
-x68793 = x68792
-x68794 = x68793
-x68795 = x68794
-x68796 = x68795
-x68797 = x68796
-x68798 = x68797
-x68799 = x68798
-x68800 = x68799
-x68801 = x68800
-x68802 = x68801
-x68803 = x68802
-x68804 = x68803
-x68805 = x68804
-x68806 = x68805
-x68807 = x68806
-x68808 = x68807
-x68809 = x68808
-x68810 = x68809
-x68811 = x68810
-x68812 = x68811
-x68813 = x68812
-x68814 = x68813
-x68815 = x68814
-x68816 = x68815
-x68817 = x68816
-x68818 = x68817
-x68819 = x68818
-x68820 = x68819
-x68821 = x68820
-x68822 = x68821
-x68823 = x68822
-x68824 = x68823
-x68825 = x68824
-x68826 = x68825
-x68827 = x68826
-x68828 = x68827
-x68829 = x68828
-x68830 = x68829
-x68831 = x68830
-x68832 = x68831
-x68833 = x68832
-x68834 = x68833
-x68835 = x68834
-x68836 = x68835
-x68837 = x68836
-x68838 = x68837
-x68839 = x68838
-x68840 = x68839
-x68841 = x68840
-x68842 = x68841
-x68843 = x68842
-x68844 = x68843
-x68845 = x68844
-x68846 = x68845
-x68847 = x68846
-x68848 = x68847
-x68849 = x68848
-x68850 = x68849
-x68851 = x68850
-x68852 = x68851
-x68853 = x68852
-x68854 = x68853
-x68855 = x68854
-x68856 = x68855
-x68857 = x68856
-x68858 = x68857
-x68859 = x68858
-x68860 = x68859
-x68861 = x68860
-x68862 = x68861
-x68863 = x68862
-x68864 = x68863
-x68865 = x68864
-x68866 = x68865
-x68867 = x68866
-x68868 = x68867
-x68869 = x68868
-x68870 = x68869
-x68871 = x68870
-x68872 = x68871
-x68873 = x68872
-x68874 = x68873
-x68875 = x68874
-x68876 = x68875
-x68877 = x68876
-x68878 = x68877
-x68879 = x68878
-x68880 = x68879
-x68881 = x68880
-x68882 = x68881
-x68883 = x68882
-x68884 = x68883
-x68885 = x68884
-x68886 = x68885
-x68887 = x68886
-x68888 = x68887
-x68889 = x68888
-x68890 = x68889
-x68891 = x68890
-x68892 = x68891
-x68893 = x68892
-x68894 = x68893
-x68895 = x68894
-x68896 = x68895
-x68897 = x68896
-x68898 = x68897
-x68899 = x68898
-x68900 = x68899
-x68901 = x68900
-x68902 = x68901
-x68903 = x68902
-x68904 = x68903
-x68905 = x68904
-x68906 = x68905
-x68907 = x68906
-x68908 = x68907
-x68909 = x68908
-x68910 = x68909
-x68911 = x68910
-x68912 = x68911
-x68913 = x68912
-x68914 = x68913
-x68915 = x68914
-x68916 = x68915
-x68917 = x68916
-x68918 = x68917
-x68919 = x68918
-x68920 = x68919
-x68921 = x68920
-x68922 = x68921
-x68923 = x68922
-x68924 = x68923
-x68925 = x68924
-x68926 = x68925
-x68927 = x68926
-x68928 = x68927
-x68929 = x68928
-x68930 = x68929
-x68931 = x68930
-x68932 = x68931
-x68933 = x68932
-x68934 = x68933
-x68935 = x68934
-x68936 = x68935
-x68937 = x68936
-x68938 = x68937
-x68939 = x68938
-x68940 = x68939
-x68941 = x68940
-x68942 = x68941
-x68943 = x68942
-x68944 = x68943
-x68945 = x68944
-x68946 = x68945
-x68947 = x68946
-x68948 = x68947
-x68949 = x68948
-x68950 = x68949
-x68951 = x68950
-x68952 = x68951
-x68953 = x68952
-x68954 = x68953
-x68955 = x68954
-x68956 = x68955
-x68957 = x68956
-x68958 = x68957
-x68959 = x68958
-x68960 = x68959
-x68961 = x68960
-x68962 = x68961
-x68963 = x68962
-x68964 = x68963
-x68965 = x68964
-x68966 = x68965
-x68967 = x68966
-x68968 = x68967
-x68969 = x68968
-x68970 = x68969
-x68971 = x68970
-x68972 = x68971
-x68973 = x68972
-x68974 = x68973
-x68975 = x68974
-x68976 = x68975
-x68977 = x68976
-x68978 = x68977
-x68979 = x68978
-x68980 = x68979
-x68981 = x68980
-x68982 = x68981
-x68983 = x68982
-x68984 = x68983
-x68985 = x68984
-x68986 = x68985
-x68987 = x68986
-x68988 = x68987
-x68989 = x68988
-x68990 = x68989
-x68991 = x68990
-x68992 = x68991
-x68993 = x68992
-x68994 = x68993
-x68995 = x68994
-x68996 = x68995
-x68997 = x68996
-x68998 = x68997
-x68999 = x68998
-x69000 = x68999
-x69001 = x69000
-x69002 = x69001
-x69003 = x69002
-x69004 = x69003
-x69005 = x69004
-x69006 = x69005
-x69007 = x69006
-x69008 = x69007
-x69009 = x69008
-x69010 = x69009
-x69011 = x69010
-x69012 = x69011
-x69013 = x69012
-x69014 = x69013
-x69015 = x69014
-x69016 = x69015
-x69017 = x69016
-x69018 = x69017
-x69019 = x69018
-x69020 = x69019
-x69021 = x69020
-x69022 = x69021
-x69023 = x69022
-x69024 = x69023
-x69025 = x69024
-x69026 = x69025
-x69027 = x69026
-x69028 = x69027
-x69029 = x69028
-x69030 = x69029
-x69031 = x69030
-x69032 = x69031
-x69033 = x69032
-x69034 = x69033
-x69035 = x69034
-x69036 = x69035
-x69037 = x69036
-x69038 = x69037
-x69039 = x69038
-x69040 = x69039
-x69041 = x69040
-x69042 = x69041
-x69043 = x69042
-x69044 = x69043
-x69045 = x69044
-x69046 = x69045
-x69047 = x69046
-x69048 = x69047
-x69049 = x69048
-x69050 = x69049
-x69051 = x69050
-x69052 = x69051
-x69053 = x69052
-x69054 = x69053
-x69055 = x69054
-x69056 = x69055
-x69057 = x69056
-x69058 = x69057
-x69059 = x69058
-x69060 = x69059
-x69061 = x69060
-x69062 = x69061
-x69063 = x69062
-x69064 = x69063
-x69065 = x69064
-x69066 = x69065
-x69067 = x69066
-x69068 = x69067
-x69069 = x69068
-x69070 = x69069
-x69071 = x69070
-x69072 = x69071
-x69073 = x69072
-x69074 = x69073
-x69075 = x69074
-x69076 = x69075
-x69077 = x69076
-x69078 = x69077
-x69079 = x69078
-x69080 = x69079
-x69081 = x69080
-x69082 = x69081
-x69083 = x69082
-x69084 = x69083
-x69085 = x69084
-x69086 = x69085
-x69087 = x69086
-x69088 = x69087
-x69089 = x69088
-x69090 = x69089
-x69091 = x69090
-x69092 = x69091
-x69093 = x69092
-x69094 = x69093
-x69095 = x69094
-x69096 = x69095
-x69097 = x69096
-x69098 = x69097
-x69099 = x69098
-x69100 = x69099
-x69101 = x69100
-x69102 = x69101
-x69103 = x69102
-x69104 = x69103
-x69105 = x69104
-x69106 = x69105
-x69107 = x69106
-x69108 = x69107
-x69109 = x69108
-x69110 = x69109
-x69111 = x69110
-x69112 = x69111
-x69113 = x69112
-x69114 = x69113
-x69115 = x69114
-x69116 = x69115
-x69117 = x69116
-x69118 = x69117
-x69119 = x69118
-x69120 = x69119
-x69121 = x69120
-x69122 = x69121
-x69123 = x69122
-x69124 = x69123
-x69125 = x69124
-x69126 = x69125
-x69127 = x69126
-x69128 = x69127
-x69129 = x69128
-x69130 = x69129
-x69131 = x69130
-x69132 = x69131
-x69133 = x69132
-x69134 = x69133
-x69135 = x69134
-x69136 = x69135
-x69137 = x69136
-x69138 = x69137
-x69139 = x69138
-x69140 = x69139
-x69141 = x69140
-x69142 = x69141
-x69143 = x69142
-x69144 = x69143
-x69145 = x69144
-x69146 = x69145
-x69147 = x69146
-x69148 = x69147
-x69149 = x69148
-x69150 = x69149
-x69151 = x69150
-x69152 = x69151
-x69153 = x69152
-x69154 = x69153
-x69155 = x69154
-x69156 = x69155
-x69157 = x69156
-x69158 = x69157
-x69159 = x69158
-x69160 = x69159
-x69161 = x69160
-x69162 = x69161
-x69163 = x69162
-x69164 = x69163
-x69165 = x69164
-x69166 = x69165
-x69167 = x69166
-x69168 = x69167
-x69169 = x69168
-x69170 = x69169
-x69171 = x69170
-x69172 = x69171
-x69173 = x69172
-x69174 = x69173
-x69175 = x69174
-x69176 = x69175
-x69177 = x69176
-x69178 = x69177
-x69179 = x69178
-x69180 = x69179
-x69181 = x69180
-x69182 = x69181
-x69183 = x69182
-x69184 = x69183
-x69185 = x69184
-x69186 = x69185
-x69187 = x69186
-x69188 = x69187
-x69189 = x69188
-x69190 = x69189
-x69191 = x69190
-x69192 = x69191
-x69193 = x69192
-x69194 = x69193
-x69195 = x69194
-x69196 = x69195
-x69197 = x69196
-x69198 = x69197
-x69199 = x69198
-x69200 = x69199
-x69201 = x69200
-x69202 = x69201
-x69203 = x69202
-x69204 = x69203
-x69205 = x69204
-x69206 = x69205
-x69207 = x69206
-x69208 = x69207
-x69209 = x69208
-x69210 = x69209
-x69211 = x69210
-x69212 = x69211
-x69213 = x69212
-x69214 = x69213
-x69215 = x69214
-x69216 = x69215
-x69217 = x69216
-x69218 = x69217
-x69219 = x69218
-x69220 = x69219
-x69221 = x69220
-x69222 = x69221
-x69223 = x69222
-x69224 = x69223
-x69225 = x69224
-x69226 = x69225
-x69227 = x69226
-x69228 = x69227
-x69229 = x69228
-x69230 = x69229
-x69231 = x69230
-x69232 = x69231
-x69233 = x69232
-x69234 = x69233
-x69235 = x69234
-x69236 = x69235
-x69237 = x69236
-x69238 = x69237
-x69239 = x69238
-x69240 = x69239
-x69241 = x69240
-x69242 = x69241
-x69243 = x69242
-x69244 = x69243
-x69245 = x69244
-x69246 = x69245
-x69247 = x69246
-x69248 = x69247
-x69249 = x69248
-x69250 = x69249
-x69251 = x69250
-x69252 = x69251
-x69253 = x69252
-x69254 = x69253
-x69255 = x69254
-x69256 = x69255
-x69257 = x69256
-x69258 = x69257
-x69259 = x69258
-x69260 = x69259
-x69261 = x69260
-x69262 = x69261
-x69263 = x69262
-x69264 = x69263
-x69265 = x69264
-x69266 = x69265
-x69267 = x69266
-x69268 = x69267
-x69269 = x69268
-x69270 = x69269
-x69271 = x69270
-x69272 = x69271
-x69273 = x69272
-x69274 = x69273
-x69275 = x69274
-x69276 = x69275
-x69277 = x69276
-x69278 = x69277
-x69279 = x69278
-x69280 = x69279
-x69281 = x69280
-x69282 = x69281
-x69283 = x69282
-x69284 = x69283
-x69285 = x69284
-x69286 = x69285
-x69287 = x69286
-x69288 = x69287
-x69289 = x69288
-x69290 = x69289
-x69291 = x69290
-x69292 = x69291
-x69293 = x69292
-x69294 = x69293
-x69295 = x69294
-x69296 = x69295
-x69297 = x69296
-x69298 = x69297
-x69299 = x69298
-x69300 = x69299
-x69301 = x69300
-x69302 = x69301
-x69303 = x69302
-x69304 = x69303
-x69305 = x69304
-x69306 = x69305
-x69307 = x69306
-x69308 = x69307
-x69309 = x69308
-x69310 = x69309
-x69311 = x69310
-x69312 = x69311
-x69313 = x69312
-x69314 = x69313
-x69315 = x69314
-x69316 = x69315
-x69317 = x69316
-x69318 = x69317
-x69319 = x69318
-x69320 = x69319
-x69321 = x69320
-x69322 = x69321
-x69323 = x69322
-x69324 = x69323
-x69325 = x69324
-x69326 = x69325
-x69327 = x69326
-x69328 = x69327
-x69329 = x69328
-x69330 = x69329
-x69331 = x69330
-x69332 = x69331
-x69333 = x69332
-x69334 = x69333
-x69335 = x69334
-x69336 = x69335
-x69337 = x69336
-x69338 = x69337
-x69339 = x69338
-x69340 = x69339
-x69341 = x69340
-x69342 = x69341
-x69343 = x69342
-x69344 = x69343
-x69345 = x69344
-x69346 = x69345
-x69347 = x69346
-x69348 = x69347
-x69349 = x69348
-x69350 = x69349
-x69351 = x69350
-x69352 = x69351
-x69353 = x69352
-x69354 = x69353
-x69355 = x69354
-x69356 = x69355
-x69357 = x69356
-x69358 = x69357
-x69359 = x69358
-x69360 = x69359
-x69361 = x69360
-x69362 = x69361
-x69363 = x69362
-x69364 = x69363
-x69365 = x69364
-x69366 = x69365
-x69367 = x69366
-x69368 = x69367
-x69369 = x69368
-x69370 = x69369
-x69371 = x69370
-x69372 = x69371
-x69373 = x69372
-x69374 = x69373
-x69375 = x69374
-x69376 = x69375
-x69377 = x69376
-x69378 = x69377
-x69379 = x69378
-x69380 = x69379
-x69381 = x69380
-x69382 = x69381
-x69383 = x69382
-x69384 = x69383
-x69385 = x69384
-x69386 = x69385
-x69387 = x69386
-x69388 = x69387
-x69389 = x69388
-x69390 = x69389
-x69391 = x69390
-x69392 = x69391
-x69393 = x69392
-x69394 = x69393
-x69395 = x69394
-x69396 = x69395
-x69397 = x69396
-x69398 = x69397
-x69399 = x69398
-x69400 = x69399
-x69401 = x69400
-x69402 = x69401
-x69403 = x69402
-x69404 = x69403
-x69405 = x69404
-x69406 = x69405
-x69407 = x69406
-x69408 = x69407
-x69409 = x69408
-x69410 = x69409
-x69411 = x69410
-x69412 = x69411
-x69413 = x69412
-x69414 = x69413
-x69415 = x69414
-x69416 = x69415
-x69417 = x69416
-x69418 = x69417
-x69419 = x69418
-x69420 = x69419
-x69421 = x69420
-x69422 = x69421
-x69423 = x69422
-x69424 = x69423
-x69425 = x69424
-x69426 = x69425
-x69427 = x69426
-x69428 = x69427
-x69429 = x69428
-x69430 = x69429
-x69431 = x69430
-x69432 = x69431
-x69433 = x69432
-x69434 = x69433
-x69435 = x69434
-x69436 = x69435
-x69437 = x69436
-x69438 = x69437
-x69439 = x69438
-x69440 = x69439
-x69441 = x69440
-x69442 = x69441
-x69443 = x69442
-x69444 = x69443
-x69445 = x69444
-x69446 = x69445
-x69447 = x69446
-x69448 = x69447
-x69449 = x69448
-x69450 = x69449
-x69451 = x69450
-x69452 = x69451
-x69453 = x69452
-x69454 = x69453
-x69455 = x69454
-x69456 = x69455
-x69457 = x69456
-x69458 = x69457
-x69459 = x69458
-x69460 = x69459
-x69461 = x69460
-x69462 = x69461
-x69463 = x69462
-x69464 = x69463
-x69465 = x69464
-x69466 = x69465
-x69467 = x69466
-x69468 = x69467
-x69469 = x69468
-x69470 = x69469
-x69471 = x69470
-x69472 = x69471
-x69473 = x69472
-x69474 = x69473
-x69475 = x69474
-x69476 = x69475
-x69477 = x69476
-x69478 = x69477
-x69479 = x69478
-x69480 = x69479
-x69481 = x69480
-x69482 = x69481
-x69483 = x69482
-x69484 = x69483
-x69485 = x69484
-x69486 = x69485
-x69487 = x69486
-x69488 = x69487
-x69489 = x69488
-x69490 = x69489
-x69491 = x69490
-x69492 = x69491
-x69493 = x69492
-x69494 = x69493
-x69495 = x69494
-x69496 = x69495
-x69497 = x69496
-x69498 = x69497
-x69499 = x69498
-x69500 = x69499
-x69501 = x69500
-x69502 = x69501
-x69503 = x69502
-x69504 = x69503
-x69505 = x69504
-x69506 = x69505
-x69507 = x69506
-x69508 = x69507
-x69509 = x69508
-x69510 = x69509
-x69511 = x69510
-x69512 = x69511
-x69513 = x69512
-x69514 = x69513
-x69515 = x69514
-x69516 = x69515
-x69517 = x69516
-x69518 = x69517
-x69519 = x69518
-x69520 = x69519
-x69521 = x69520
-x69522 = x69521
-x69523 = x69522
-x69524 = x69523
-x69525 = x69524
-x69526 = x69525
-x69527 = x69526
-x69528 = x69527
-x69529 = x69528
-x69530 = x69529
-x69531 = x69530
-x69532 = x69531
-x69533 = x69532
-x69534 = x69533
-x69535 = x69534
-x69536 = x69535
-x69537 = x69536
-x69538 = x69537
-x69539 = x69538
-x69540 = x69539
-x69541 = x69540
-x69542 = x69541
-x69543 = x69542
-x69544 = x69543
-x69545 = x69544
-x69546 = x69545
-x69547 = x69546
-x69548 = x69547
-x69549 = x69548
-x69550 = x69549
-x69551 = x69550
-x69552 = x69551
-x69553 = x69552
-x69554 = x69553
-x69555 = x69554
-x69556 = x69555
-x69557 = x69556
-x69558 = x69557
-x69559 = x69558
-x69560 = x69559
-x69561 = x69560
-x69562 = x69561
-x69563 = x69562
-x69564 = x69563
-x69565 = x69564
-x69566 = x69565
-x69567 = x69566
-x69568 = x69567
-x69569 = x69568
-x69570 = x69569
-x69571 = x69570
-x69572 = x69571
-x69573 = x69572
-x69574 = x69573
-x69575 = x69574
-x69576 = x69575
-x69577 = x69576
-x69578 = x69577
-x69579 = x69578
-x69580 = x69579
-x69581 = x69580
-x69582 = x69581
-x69583 = x69582
-x69584 = x69583
-x69585 = x69584
-x69586 = x69585
-x69587 = x69586
-x69588 = x69587
-x69589 = x69588
-x69590 = x69589
-x69591 = x69590
-x69592 = x69591
-x69593 = x69592
-x69594 = x69593
-x69595 = x69594
-x69596 = x69595
-x69597 = x69596
-x69598 = x69597
-x69599 = x69598
-x69600 = x69599
-x69601 = x69600
-x69602 = x69601
-x69603 = x69602
-x69604 = x69603
-x69605 = x69604
-x69606 = x69605
-x69607 = x69606
-x69608 = x69607
-x69609 = x69608
-x69610 = x69609
-x69611 = x69610
-x69612 = x69611
-x69613 = x69612
-x69614 = x69613
-x69615 = x69614
-x69616 = x69615
-x69617 = x69616
-x69618 = x69617
-x69619 = x69618
-x69620 = x69619
-x69621 = x69620
-x69622 = x69621
-x69623 = x69622
-x69624 = x69623
-x69625 = x69624
-x69626 = x69625
-x69627 = x69626
-x69628 = x69627
-x69629 = x69628
-x69630 = x69629
-x69631 = x69630
-x69632 = x69631
-x69633 = x69632
-x69634 = x69633
-x69635 = x69634
-x69636 = x69635
-x69637 = x69636
-x69638 = x69637
-x69639 = x69638
-x69640 = x69639
-x69641 = x69640
-x69642 = x69641
-x69643 = x69642
-x69644 = x69643
-x69645 = x69644
-x69646 = x69645
-x69647 = x69646
-x69648 = x69647
-x69649 = x69648
-x69650 = x69649
-x69651 = x69650
-x69652 = x69651
-x69653 = x69652
-x69654 = x69653
-x69655 = x69654
-x69656 = x69655
-x69657 = x69656
-x69658 = x69657
-x69659 = x69658
-x69660 = x69659
-x69661 = x69660
-x69662 = x69661
-x69663 = x69662
-x69664 = x69663
-x69665 = x69664
-x69666 = x69665
-x69667 = x69666
-x69668 = x69667
-x69669 = x69668
-x69670 = x69669
-x69671 = x69670
-x69672 = x69671
-x69673 = x69672
-x69674 = x69673
-x69675 = x69674
-x69676 = x69675
-x69677 = x69676
-x69678 = x69677
-x69679 = x69678
-x69680 = x69679
-x69681 = x69680
-x69682 = x69681
-x69683 = x69682
-x69684 = x69683
-x69685 = x69684
-x69686 = x69685
-x69687 = x69686
-x69688 = x69687
-x69689 = x69688
-x69690 = x69689
-x69691 = x69690
-x69692 = x69691
-x69693 = x69692
-x69694 = x69693
-x69695 = x69694
-x69696 = x69695
-x69697 = x69696
-x69698 = x69697
-x69699 = x69698
-x69700 = x69699
-x69701 = x69700
-x69702 = x69701
-x69703 = x69702
-x69704 = x69703
-x69705 = x69704
-x69706 = x69705
-x69707 = x69706
-x69708 = x69707
-x69709 = x69708
-x69710 = x69709
-x69711 = x69710
-x69712 = x69711
-x69713 = x69712
-x69714 = x69713
-x69715 = x69714
-x69716 = x69715
-x69717 = x69716
-x69718 = x69717
-x69719 = x69718
-x69720 = x69719
-x69721 = x69720
-x69722 = x69721
-x69723 = x69722
-x69724 = x69723
-x69725 = x69724
-x69726 = x69725
-x69727 = x69726
-x69728 = x69727
-x69729 = x69728
-x69730 = x69729
-x69731 = x69730
-x69732 = x69731
-x69733 = x69732
-x69734 = x69733
-x69735 = x69734
-x69736 = x69735
-x69737 = x69736
-x69738 = x69737
-x69739 = x69738
-x69740 = x69739
-x69741 = x69740
-x69742 = x69741
-x69743 = x69742
-x69744 = x69743
-x69745 = x69744
-x69746 = x69745
-x69747 = x69746
-x69748 = x69747
-x69749 = x69748
-x69750 = x69749
-x69751 = x69750
-x69752 = x69751
-x69753 = x69752
-x69754 = x69753
-x69755 = x69754
-x69756 = x69755
-x69757 = x69756
-x69758 = x69757
-x69759 = x69758
-x69760 = x69759
-x69761 = x69760
-x69762 = x69761
-x69763 = x69762
-x69764 = x69763
-x69765 = x69764
-x69766 = x69765
-x69767 = x69766
-x69768 = x69767
-x69769 = x69768
-x69770 = x69769
-x69771 = x69770
-x69772 = x69771
-x69773 = x69772
-x69774 = x69773
-x69775 = x69774
-x69776 = x69775
-x69777 = x69776
-x69778 = x69777
-x69779 = x69778
-x69780 = x69779
-x69781 = x69780
-x69782 = x69781
-x69783 = x69782
-x69784 = x69783
-x69785 = x69784
-x69786 = x69785
-x69787 = x69786
-x69788 = x69787
-x69789 = x69788
-x69790 = x69789
-x69791 = x69790
-x69792 = x69791
-x69793 = x69792
-x69794 = x69793
-x69795 = x69794
-x69796 = x69795
-x69797 = x69796
-x69798 = x69797
-x69799 = x69798
-x69800 = x69799
-x69801 = x69800
-x69802 = x69801
-x69803 = x69802
-x69804 = x69803
-x69805 = x69804
-x69806 = x69805
-x69807 = x69806
-x69808 = x69807
-x69809 = x69808
-x69810 = x69809
-x69811 = x69810
-x69812 = x69811
-x69813 = x69812
-x69814 = x69813
-x69815 = x69814
-x69816 = x69815
-x69817 = x69816
-x69818 = x69817
-x69819 = x69818
-x69820 = x69819
-x69821 = x69820
-x69822 = x69821
-x69823 = x69822
-x69824 = x69823
-x69825 = x69824
-x69826 = x69825
-x69827 = x69826
-x69828 = x69827
-x69829 = x69828
-x69830 = x69829
-x69831 = x69830
-x69832 = x69831
-x69833 = x69832
-x69834 = x69833
-x69835 = x69834
-x69836 = x69835
-x69837 = x69836
-x69838 = x69837
-x69839 = x69838
-x69840 = x69839
-x69841 = x69840
-x69842 = x69841
-x69843 = x69842
-x69844 = x69843
-x69845 = x69844
-x69846 = x69845
-x69847 = x69846
-x69848 = x69847
-x69849 = x69848
-x69850 = x69849
-x69851 = x69850
-x69852 = x69851
-x69853 = x69852
-x69854 = x69853
-x69855 = x69854
-x69856 = x69855
-x69857 = x69856
-x69858 = x69857
-x69859 = x69858
-x69860 = x69859
-x69861 = x69860
-x69862 = x69861
-x69863 = x69862
-x69864 = x69863
-x69865 = x69864
-x69866 = x69865
-x69867 = x69866
-x69868 = x69867
-x69869 = x69868
-x69870 = x69869
-x69871 = x69870
-x69872 = x69871
-x69873 = x69872
-x69874 = x69873
-x69875 = x69874
-x69876 = x69875
-x69877 = x69876
-x69878 = x69877
-x69879 = x69878
-x69880 = x69879
-x69881 = x69880
-x69882 = x69881
-x69883 = x69882
-x69884 = x69883
-x69885 = x69884
-x69886 = x69885
-x69887 = x69886
-x69888 = x69887
-x69889 = x69888
-x69890 = x69889
-x69891 = x69890
-x69892 = x69891
-x69893 = x69892
-x69894 = x69893
-x69895 = x69894
-x69896 = x69895
-x69897 = x69896
-x69898 = x69897
-x69899 = x69898
-x69900 = x69899
-x69901 = x69900
-x69902 = x69901
-x69903 = x69902
-x69904 = x69903
-x69905 = x69904
-x69906 = x69905
-x69907 = x69906
-x69908 = x69907
-x69909 = x69908
-x69910 = x69909
-x69911 = x69910
-x69912 = x69911
-x69913 = x69912
-x69914 = x69913
-x69915 = x69914
-x69916 = x69915
-x69917 = x69916
-x69918 = x69917
-x69919 = x69918
-x69920 = x69919
-x69921 = x69920
-x69922 = x69921
-x69923 = x69922
-x69924 = x69923
-x69925 = x69924
-x69926 = x69925
-x69927 = x69926
-x69928 = x69927
-x69929 = x69928
-x69930 = x69929
-x69931 = x69930
-x69932 = x69931
-x69933 = x69932
-x69934 = x69933
-x69935 = x69934
-x69936 = x69935
-x69937 = x69936
-x69938 = x69937
-x69939 = x69938
-x69940 = x69939
-x69941 = x69940
-x69942 = x69941
-x69943 = x69942
-x69944 = x69943
-x69945 = x69944
-x69946 = x69945
-x69947 = x69946
-x69948 = x69947
-x69949 = x69948
-x69950 = x69949
-x69951 = x69950
-x69952 = x69951
-x69953 = x69952
-x69954 = x69953
-x69955 = x69954
-x69956 = x69955
-x69957 = x69956
-x69958 = x69957
-x69959 = x69958
-x69960 = x69959
-x69961 = x69960
-x69962 = x69961
-x69963 = x69962
-x69964 = x69963
-x69965 = x69964
-x69966 = x69965
-x69967 = x69966
-x69968 = x69967
-x69969 = x69968
-x69970 = x69969
-x69971 = x69970
-x69972 = x69971
-x69973 = x69972
-x69974 = x69973
-x69975 = x69974
-x69976 = x69975
-x69977 = x69976
-x69978 = x69977
-x69979 = x69978
-x69980 = x69979
-x69981 = x69980
-x69982 = x69981
-x69983 = x69982
-x69984 = x69983
-x69985 = x69984
-x69986 = x69985
-x69987 = x69986
-x69988 = x69987
-x69989 = x69988
-x69990 = x69989
-x69991 = x69990
-x69992 = x69991
-x69993 = x69992
-x69994 = x69993
-x69995 = x69994
-x69996 = x69995
-x69997 = x69996
-x69998 = x69997
-x69999 = x69998
-x70000 = x69999
-x70001 = x70000
-x70002 = x70001
-x70003 = x70002
-x70004 = x70003
-x70005 = x70004
-x70006 = x70005
-x70007 = x70006
-x70008 = x70007
-x70009 = x70008
-x70010 = x70009
-x70011 = x70010
-x70012 = x70011
-x70013 = x70012
-x70014 = x70013
-x70015 = x70014
-x70016 = x70015
-x70017 = x70016
-x70018 = x70017
-x70019 = x70018
-x70020 = x70019
-x70021 = x70020
-x70022 = x70021
-x70023 = x70022
-x70024 = x70023
-x70025 = x70024
-x70026 = x70025
-x70027 = x70026
-x70028 = x70027
-x70029 = x70028
-x70030 = x70029
-x70031 = x70030
-x70032 = x70031
-x70033 = x70032
-x70034 = x70033
-x70035 = x70034
-x70036 = x70035
-x70037 = x70036
-x70038 = x70037
-x70039 = x70038
-x70040 = x70039
-x70041 = x70040
-x70042 = x70041
-x70043 = x70042
-x70044 = x70043
-x70045 = x70044
-x70046 = x70045
-x70047 = x70046
-x70048 = x70047
-x70049 = x70048
-x70050 = x70049
-x70051 = x70050
-x70052 = x70051
-x70053 = x70052
-x70054 = x70053
-x70055 = x70054
-x70056 = x70055
-x70057 = x70056
-x70058 = x70057
-x70059 = x70058
-x70060 = x70059
-x70061 = x70060
-x70062 = x70061
-x70063 = x70062
-x70064 = x70063
-x70065 = x70064
-x70066 = x70065
-x70067 = x70066
-x70068 = x70067
-x70069 = x70068
-x70070 = x70069
-x70071 = x70070
-x70072 = x70071
-x70073 = x70072
-x70074 = x70073
-x70075 = x70074
-x70076 = x70075
-x70077 = x70076
-x70078 = x70077
-x70079 = x70078
-x70080 = x70079
-x70081 = x70080
-x70082 = x70081
-x70083 = x70082
-x70084 = x70083
-x70085 = x70084
-x70086 = x70085
-x70087 = x70086
-x70088 = x70087
-x70089 = x70088
-x70090 = x70089
-x70091 = x70090
-x70092 = x70091
-x70093 = x70092
-x70094 = x70093
-x70095 = x70094
-x70096 = x70095
-x70097 = x70096
-x70098 = x70097
-x70099 = x70098
-x70100 = x70099
-x70101 = x70100
-x70102 = x70101
-x70103 = x70102
-x70104 = x70103
-x70105 = x70104
-x70106 = x70105
-x70107 = x70106
-x70108 = x70107
-x70109 = x70108
-x70110 = x70109
-x70111 = x70110
-x70112 = x70111
-x70113 = x70112
-x70114 = x70113
-x70115 = x70114
-x70116 = x70115
-x70117 = x70116
-x70118 = x70117
-x70119 = x70118
-x70120 = x70119
-x70121 = x70120
-x70122 = x70121
-x70123 = x70122
-x70124 = x70123
-x70125 = x70124
-x70126 = x70125
-x70127 = x70126
-x70128 = x70127
-x70129 = x70128
-x70130 = x70129
-x70131 = x70130
-x70132 = x70131
-x70133 = x70132
-x70134 = x70133
-x70135 = x70134
-x70136 = x70135
-x70137 = x70136
-x70138 = x70137
-x70139 = x70138
-x70140 = x70139
-x70141 = x70140
-x70142 = x70141
-x70143 = x70142
-x70144 = x70143
-x70145 = x70144
-x70146 = x70145
-x70147 = x70146
-x70148 = x70147
-x70149 = x70148
-x70150 = x70149
-x70151 = x70150
-x70152 = x70151
-x70153 = x70152
-x70154 = x70153
-x70155 = x70154
-x70156 = x70155
-x70157 = x70156
-x70158 = x70157
-x70159 = x70158
-x70160 = x70159
-x70161 = x70160
-x70162 = x70161
-x70163 = x70162
-x70164 = x70163
-x70165 = x70164
-x70166 = x70165
-x70167 = x70166
-x70168 = x70167
-x70169 = x70168
-x70170 = x70169
-x70171 = x70170
-x70172 = x70171
-x70173 = x70172
-x70174 = x70173
-x70175 = x70174
-x70176 = x70175
-x70177 = x70176
-x70178 = x70177
-x70179 = x70178
-x70180 = x70179
-x70181 = x70180
-x70182 = x70181
-x70183 = x70182
-x70184 = x70183
-x70185 = x70184
-x70186 = x70185
-x70187 = x70186
-x70188 = x70187
-x70189 = x70188
-x70190 = x70189
-x70191 = x70190
-x70192 = x70191
-x70193 = x70192
-x70194 = x70193
-x70195 = x70194
-x70196 = x70195
-x70197 = x70196
-x70198 = x70197
-x70199 = x70198
-x70200 = x70199
-x70201 = x70200
-x70202 = x70201
-x70203 = x70202
-x70204 = x70203
-x70205 = x70204
-x70206 = x70205
-x70207 = x70206
-x70208 = x70207
-x70209 = x70208
-x70210 = x70209
-x70211 = x70210
-x70212 = x70211
-x70213 = x70212
-x70214 = x70213
-x70215 = x70214
-x70216 = x70215
-x70217 = x70216
-x70218 = x70217
-x70219 = x70218
-x70220 = x70219
-x70221 = x70220
-x70222 = x70221
-x70223 = x70222
-x70224 = x70223
-x70225 = x70224
-x70226 = x70225
-x70227 = x70226
-x70228 = x70227
-x70229 = x70228
-x70230 = x70229
-x70231 = x70230
-x70232 = x70231
-x70233 = x70232
-x70234 = x70233
-x70235 = x70234
-x70236 = x70235
-x70237 = x70236
-x70238 = x70237
-x70239 = x70238
-x70240 = x70239
-x70241 = x70240
-x70242 = x70241
-x70243 = x70242
-x70244 = x70243
-x70245 = x70244
-x70246 = x70245
-x70247 = x70246
-x70248 = x70247
-x70249 = x70248
-x70250 = x70249
-x70251 = x70250
-x70252 = x70251
-x70253 = x70252
-x70254 = x70253
-x70255 = x70254
-x70256 = x70255
-x70257 = x70256
-x70258 = x70257
-x70259 = x70258
-x70260 = x70259
-x70261 = x70260
-x70262 = x70261
-x70263 = x70262
-x70264 = x70263
-x70265 = x70264
-x70266 = x70265
-x70267 = x70266
-x70268 = x70267
-x70269 = x70268
-x70270 = x70269
-x70271 = x70270
-x70272 = x70271
-x70273 = x70272
-x70274 = x70273
-x70275 = x70274
-x70276 = x70275
-x70277 = x70276
-x70278 = x70277
-x70279 = x70278
-x70280 = x70279
-x70281 = x70280
-x70282 = x70281
-x70283 = x70282
-x70284 = x70283
-x70285 = x70284
-x70286 = x70285
-x70287 = x70286
-x70288 = x70287
-x70289 = x70288
-x70290 = x70289
-x70291 = x70290
-x70292 = x70291
-x70293 = x70292
-x70294 = x70293
-x70295 = x70294
-x70296 = x70295
-x70297 = x70296
-x70298 = x70297
-x70299 = x70298
-x70300 = x70299
-x70301 = x70300
-x70302 = x70301
-x70303 = x70302
-x70304 = x70303
-x70305 = x70304
-x70306 = x70305
-x70307 = x70306
-x70308 = x70307
-x70309 = x70308
-x70310 = x70309
-x70311 = x70310
-x70312 = x70311
-x70313 = x70312
-x70314 = x70313
-x70315 = x70314
-x70316 = x70315
-x70317 = x70316
-x70318 = x70317
-x70319 = x70318
-x70320 = x70319
-x70321 = x70320
-x70322 = x70321
-x70323 = x70322
-x70324 = x70323
-x70325 = x70324
-x70326 = x70325
-x70327 = x70326
-x70328 = x70327
-x70329 = x70328
-x70330 = x70329
-x70331 = x70330
-x70332 = x70331
-x70333 = x70332
-x70334 = x70333
-x70335 = x70334
-x70336 = x70335
-x70337 = x70336
-x70338 = x70337
-x70339 = x70338
-x70340 = x70339
-x70341 = x70340
-x70342 = x70341
-x70343 = x70342
-x70344 = x70343
-x70345 = x70344
-x70346 = x70345
-x70347 = x70346
-x70348 = x70347
-x70349 = x70348
-x70350 = x70349
-x70351 = x70350
-x70352 = x70351
-x70353 = x70352
-x70354 = x70353
-x70355 = x70354
-x70356 = x70355
-x70357 = x70356
-x70358 = x70357
-x70359 = x70358
-x70360 = x70359
-x70361 = x70360
-x70362 = x70361
-x70363 = x70362
-x70364 = x70363
-x70365 = x70364
-x70366 = x70365
-x70367 = x70366
-x70368 = x70367
-x70369 = x70368
-x70370 = x70369
-x70371 = x70370
-x70372 = x70371
-x70373 = x70372
-x70374 = x70373
-x70375 = x70374
-x70376 = x70375
-x70377 = x70376
-x70378 = x70377
-x70379 = x70378
-x70380 = x70379
-x70381 = x70380
-x70382 = x70381
-x70383 = x70382
-x70384 = x70383
-x70385 = x70384
-x70386 = x70385
-x70387 = x70386
-x70388 = x70387
-x70389 = x70388
-x70390 = x70389
-x70391 = x70390
-x70392 = x70391
-x70393 = x70392
-x70394 = x70393
-x70395 = x70394
-x70396 = x70395
-x70397 = x70396
-x70398 = x70397
-x70399 = x70398
-x70400 = x70399
-x70401 = x70400
-x70402 = x70401
-x70403 = x70402
-x70404 = x70403
-x70405 = x70404
-x70406 = x70405
-x70407 = x70406
-x70408 = x70407
-x70409 = x70408
-x70410 = x70409
-x70411 = x70410
-x70412 = x70411
-x70413 = x70412
-x70414 = x70413
-x70415 = x70414
-x70416 = x70415
-x70417 = x70416
-x70418 = x70417
-x70419 = x70418
-x70420 = x70419
-x70421 = x70420
-x70422 = x70421
-x70423 = x70422
-x70424 = x70423
-x70425 = x70424
-x70426 = x70425
-x70427 = x70426
-x70428 = x70427
-x70429 = x70428
-x70430 = x70429
-x70431 = x70430
-x70432 = x70431
-x70433 = x70432
-x70434 = x70433
-x70435 = x70434
-x70436 = x70435
-x70437 = x70436
-x70438 = x70437
-x70439 = x70438
-x70440 = x70439
-x70441 = x70440
-x70442 = x70441
-x70443 = x70442
-x70444 = x70443
-x70445 = x70444
-x70446 = x70445
-x70447 = x70446
-x70448 = x70447
-x70449 = x70448
-x70450 = x70449
-x70451 = x70450
-x70452 = x70451
-x70453 = x70452
-x70454 = x70453
-x70455 = x70454
-x70456 = x70455
-x70457 = x70456
-x70458 = x70457
-x70459 = x70458
-x70460 = x70459
-x70461 = x70460
-x70462 = x70461
-x70463 = x70462
-x70464 = x70463
-x70465 = x70464
-x70466 = x70465
-x70467 = x70466
-x70468 = x70467
-x70469 = x70468
-x70470 = x70469
-x70471 = x70470
-x70472 = x70471
-x70473 = x70472
-x70474 = x70473
-x70475 = x70474
-x70476 = x70475
-x70477 = x70476
-x70478 = x70477
-x70479 = x70478
-x70480 = x70479
-x70481 = x70480
-x70482 = x70481
-x70483 = x70482
-x70484 = x70483
-x70485 = x70484
-x70486 = x70485
-x70487 = x70486
-x70488 = x70487
-x70489 = x70488
-x70490 = x70489
-x70491 = x70490
-x70492 = x70491
-x70493 = x70492
-x70494 = x70493
-x70495 = x70494
-x70496 = x70495
-x70497 = x70496
-x70498 = x70497
-x70499 = x70498
-x70500 = x70499
-x70501 = x70500
-x70502 = x70501
-x70503 = x70502
-x70504 = x70503
-x70505 = x70504
-x70506 = x70505
-x70507 = x70506
-x70508 = x70507
-x70509 = x70508
-x70510 = x70509
-x70511 = x70510
-x70512 = x70511
-x70513 = x70512
-x70514 = x70513
-x70515 = x70514
-x70516 = x70515
-x70517 = x70516
-x70518 = x70517
-x70519 = x70518
-x70520 = x70519
-x70521 = x70520
-x70522 = x70521
-x70523 = x70522
-x70524 = x70523
-x70525 = x70524
-x70526 = x70525
-x70527 = x70526
-x70528 = x70527
-x70529 = x70528
-x70530 = x70529
-x70531 = x70530
-x70532 = x70531
-x70533 = x70532
-x70534 = x70533
-x70535 = x70534
-x70536 = x70535
-x70537 = x70536
-x70538 = x70537
-x70539 = x70538
-x70540 = x70539
-x70541 = x70540
-x70542 = x70541
-x70543 = x70542
-x70544 = x70543
-x70545 = x70544
-x70546 = x70545
-x70547 = x70546
-x70548 = x70547
-x70549 = x70548
-x70550 = x70549
-x70551 = x70550
-x70552 = x70551
-x70553 = x70552
-x70554 = x70553
-x70555 = x70554
-x70556 = x70555
-x70557 = x70556
-x70558 = x70557
-x70559 = x70558
-x70560 = x70559
-x70561 = x70560
-x70562 = x70561
-x70563 = x70562
-x70564 = x70563
-x70565 = x70564
-x70566 = x70565
-x70567 = x70566
-x70568 = x70567
-x70569 = x70568
-x70570 = x70569
-x70571 = x70570
-x70572 = x70571
-x70573 = x70572
-x70574 = x70573
-x70575 = x70574
-x70576 = x70575
-x70577 = x70576
-x70578 = x70577
-x70579 = x70578
-x70580 = x70579
-x70581 = x70580
-x70582 = x70581
-x70583 = x70582
-x70584 = x70583
-x70585 = x70584
-x70586 = x70585
-x70587 = x70586
-x70588 = x70587
-x70589 = x70588
-x70590 = x70589
-x70591 = x70590
-x70592 = x70591
-x70593 = x70592
-x70594 = x70593
-x70595 = x70594
-x70596 = x70595
-x70597 = x70596
-x70598 = x70597
-x70599 = x70598
-x70600 = x70599
-x70601 = x70600
-x70602 = x70601
-x70603 = x70602
-x70604 = x70603
-x70605 = x70604
-x70606 = x70605
-x70607 = x70606
-x70608 = x70607
-x70609 = x70608
-x70610 = x70609
-x70611 = x70610
-x70612 = x70611
-x70613 = x70612
-x70614 = x70613
-x70615 = x70614
-x70616 = x70615
-x70617 = x70616
-x70618 = x70617
-x70619 = x70618
-x70620 = x70619
-x70621 = x70620
-x70622 = x70621
-x70623 = x70622
-x70624 = x70623
-x70625 = x70624
-x70626 = x70625
-x70627 = x70626
-x70628 = x70627
-x70629 = x70628
-x70630 = x70629
-x70631 = x70630
-x70632 = x70631
-x70633 = x70632
-x70634 = x70633
-x70635 = x70634
-x70636 = x70635
-x70637 = x70636
-x70638 = x70637
-x70639 = x70638
-x70640 = x70639
-x70641 = x70640
-x70642 = x70641
-x70643 = x70642
-x70644 = x70643
-x70645 = x70644
-x70646 = x70645
-x70647 = x70646
-x70648 = x70647
-x70649 = x70648
-x70650 = x70649
-x70651 = x70650
-x70652 = x70651
-x70653 = x70652
-x70654 = x70653
-x70655 = x70654
-x70656 = x70655
-x70657 = x70656
-x70658 = x70657
-x70659 = x70658
-x70660 = x70659
-x70661 = x70660
-x70662 = x70661
-x70663 = x70662
-x70664 = x70663
-x70665 = x70664
-x70666 = x70665
-x70667 = x70666
-x70668 = x70667
-x70669 = x70668
-x70670 = x70669
-x70671 = x70670
-x70672 = x70671
-x70673 = x70672
-x70674 = x70673
-x70675 = x70674
-x70676 = x70675
-x70677 = x70676
-x70678 = x70677
-x70679 = x70678
-x70680 = x70679
-x70681 = x70680
-x70682 = x70681
-x70683 = x70682
-x70684 = x70683
-x70685 = x70684
-x70686 = x70685
-x70687 = x70686
-x70688 = x70687
-x70689 = x70688
-x70690 = x70689
-x70691 = x70690
-x70692 = x70691
-x70693 = x70692
-x70694 = x70693
-x70695 = x70694
-x70696 = x70695
-x70697 = x70696
-x70698 = x70697
-x70699 = x70698
-x70700 = x70699
-x70701 = x70700
-x70702 = x70701
-x70703 = x70702
-x70704 = x70703
-x70705 = x70704
-x70706 = x70705
-x70707 = x70706
-x70708 = x70707
-x70709 = x70708
-x70710 = x70709
-x70711 = x70710
-x70712 = x70711
-x70713 = x70712
-x70714 = x70713
-x70715 = x70714
-x70716 = x70715
-x70717 = x70716
-x70718 = x70717
-x70719 = x70718
-x70720 = x70719
-x70721 = x70720
-x70722 = x70721
-x70723 = x70722
-x70724 = x70723
-x70725 = x70724
-x70726 = x70725
-x70727 = x70726
-x70728 = x70727
-x70729 = x70728
-x70730 = x70729
-x70731 = x70730
-x70732 = x70731
-x70733 = x70732
-x70734 = x70733
-x70735 = x70734
-x70736 = x70735
-x70737 = x70736
-x70738 = x70737
-x70739 = x70738
-x70740 = x70739
-x70741 = x70740
-x70742 = x70741
-x70743 = x70742
-x70744 = x70743
-x70745 = x70744
-x70746 = x70745
-x70747 = x70746
-x70748 = x70747
-x70749 = x70748
-x70750 = x70749
-x70751 = x70750
-x70752 = x70751
-x70753 = x70752
-x70754 = x70753
-x70755 = x70754
-x70756 = x70755
-x70757 = x70756
-x70758 = x70757
-x70759 = x70758
-x70760 = x70759
-x70761 = x70760
-x70762 = x70761
-x70763 = x70762
-x70764 = x70763
-x70765 = x70764
-x70766 = x70765
-x70767 = x70766
-x70768 = x70767
-x70769 = x70768
-x70770 = x70769
-x70771 = x70770
-x70772 = x70771
-x70773 = x70772
-x70774 = x70773
-x70775 = x70774
-x70776 = x70775
-x70777 = x70776
-x70778 = x70777
-x70779 = x70778
-x70780 = x70779
-x70781 = x70780
-x70782 = x70781
-x70783 = x70782
-x70784 = x70783
-x70785 = x70784
-x70786 = x70785
-x70787 = x70786
-x70788 = x70787
-x70789 = x70788
-x70790 = x70789
-x70791 = x70790
-x70792 = x70791
-x70793 = x70792
-x70794 = x70793
-x70795 = x70794
-x70796 = x70795
-x70797 = x70796
-x70798 = x70797
-x70799 = x70798
-x70800 = x70799
-x70801 = x70800
-x70802 = x70801
-x70803 = x70802
-x70804 = x70803
-x70805 = x70804
-x70806 = x70805
-x70807 = x70806
-x70808 = x70807
-x70809 = x70808
-x70810 = x70809
-x70811 = x70810
-x70812 = x70811
-x70813 = x70812
-x70814 = x70813
-x70815 = x70814
-x70816 = x70815
-x70817 = x70816
-x70818 = x70817
-x70819 = x70818
-x70820 = x70819
-x70821 = x70820
-x70822 = x70821
-x70823 = x70822
-x70824 = x70823
-x70825 = x70824
-x70826 = x70825
-x70827 = x70826
-x70828 = x70827
-x70829 = x70828
-x70830 = x70829
-x70831 = x70830
-x70832 = x70831
-x70833 = x70832
-x70834 = x70833
-x70835 = x70834
-x70836 = x70835
-x70837 = x70836
-x70838 = x70837
-x70839 = x70838
-x70840 = x70839
-x70841 = x70840
-x70842 = x70841
-x70843 = x70842
-x70844 = x70843
-x70845 = x70844
-x70846 = x70845
-x70847 = x70846
-x70848 = x70847
-x70849 = x70848
-x70850 = x70849
-x70851 = x70850
-x70852 = x70851
-x70853 = x70852
-x70854 = x70853
-x70855 = x70854
-x70856 = x70855
-x70857 = x70856
-x70858 = x70857
-x70859 = x70858
-x70860 = x70859
-x70861 = x70860
-x70862 = x70861
-x70863 = x70862
-x70864 = x70863
-x70865 = x70864
-x70866 = x70865
-x70867 = x70866
-x70868 = x70867
-x70869 = x70868
-x70870 = x70869
-x70871 = x70870
-x70872 = x70871
-x70873 = x70872
-x70874 = x70873
-x70875 = x70874
-x70876 = x70875
-x70877 = x70876
-x70878 = x70877
-x70879 = x70878
-x70880 = x70879
-x70881 = x70880
-x70882 = x70881
-x70883 = x70882
-x70884 = x70883
-x70885 = x70884
-x70886 = x70885
-x70887 = x70886
-x70888 = x70887
-x70889 = x70888
-x70890 = x70889
-x70891 = x70890
-x70892 = x70891
-x70893 = x70892
-x70894 = x70893
-x70895 = x70894
-x70896 = x70895
-x70897 = x70896
-x70898 = x70897
-x70899 = x70898
-x70900 = x70899
-x70901 = x70900
-x70902 = x70901
-x70903 = x70902
-x70904 = x70903
-x70905 = x70904
-x70906 = x70905
-x70907 = x70906
-x70908 = x70907
-x70909 = x70908
-x70910 = x70909
-x70911 = x70910
-x70912 = x70911
-x70913 = x70912
-x70914 = x70913
-x70915 = x70914
-x70916 = x70915
-x70917 = x70916
-x70918 = x70917
-x70919 = x70918
-x70920 = x70919
-x70921 = x70920
-x70922 = x70921
-x70923 = x70922
-x70924 = x70923
-x70925 = x70924
-x70926 = x70925
-x70927 = x70926
-x70928 = x70927
-x70929 = x70928
-x70930 = x70929
-x70931 = x70930
-x70932 = x70931
-x70933 = x70932
-x70934 = x70933
-x70935 = x70934
-x70936 = x70935
-x70937 = x70936
-x70938 = x70937
-x70939 = x70938
-x70940 = x70939
-x70941 = x70940
-x70942 = x70941
-x70943 = x70942
-x70944 = x70943
-x70945 = x70944
-x70946 = x70945
-x70947 = x70946
-x70948 = x70947
-x70949 = x70948
-x70950 = x70949
-x70951 = x70950
-x70952 = x70951
-x70953 = x70952
-x70954 = x70953
-x70955 = x70954
-x70956 = x70955
-x70957 = x70956
-x70958 = x70957
-x70959 = x70958
-x70960 = x70959
-x70961 = x70960
-x70962 = x70961
-x70963 = x70962
-x70964 = x70963
-x70965 = x70964
-x70966 = x70965
-x70967 = x70966
-x70968 = x70967
-x70969 = x70968
-x70970 = x70969
-x70971 = x70970
-x70972 = x70971
-x70973 = x70972
-x70974 = x70973
-x70975 = x70974
-x70976 = x70975
-x70977 = x70976
-x70978 = x70977
-x70979 = x70978
-x70980 = x70979
-x70981 = x70980
-x70982 = x70981
-x70983 = x70982
-x70984 = x70983
-x70985 = x70984
-x70986 = x70985
-x70987 = x70986
-x70988 = x70987
-x70989 = x70988
-x70990 = x70989
-x70991 = x70990
-x70992 = x70991
-x70993 = x70992
-x70994 = x70993
-x70995 = x70994
-x70996 = x70995
-x70997 = x70996
-x70998 = x70997
-x70999 = x70998
-x71000 = x70999
-x71001 = x71000
-x71002 = x71001
-x71003 = x71002
-x71004 = x71003
-x71005 = x71004
-x71006 = x71005
-x71007 = x71006
-x71008 = x71007
-x71009 = x71008
-x71010 = x71009
-x71011 = x71010
-x71012 = x71011
-x71013 = x71012
-x71014 = x71013
-x71015 = x71014
-x71016 = x71015
-x71017 = x71016
-x71018 = x71017
-x71019 = x71018
-x71020 = x71019
-x71021 = x71020
-x71022 = x71021
-x71023 = x71022
-x71024 = x71023
-x71025 = x71024
-x71026 = x71025
-x71027 = x71026
-x71028 = x71027
-x71029 = x71028
-x71030 = x71029
-x71031 = x71030
-x71032 = x71031
-x71033 = x71032
-x71034 = x71033
-x71035 = x71034
-x71036 = x71035
-x71037 = x71036
-x71038 = x71037
-x71039 = x71038
-x71040 = x71039
-x71041 = x71040
-x71042 = x71041
-x71043 = x71042
-x71044 = x71043
-x71045 = x71044
-x71046 = x71045
-x71047 = x71046
-x71048 = x71047
-x71049 = x71048
-x71050 = x71049
-x71051 = x71050
-x71052 = x71051
-x71053 = x71052
-x71054 = x71053
-x71055 = x71054
-x71056 = x71055
-x71057 = x71056
-x71058 = x71057
-x71059 = x71058
-x71060 = x71059
-x71061 = x71060
-x71062 = x71061
-x71063 = x71062
-x71064 = x71063
-x71065 = x71064
-x71066 = x71065
-x71067 = x71066
-x71068 = x71067
-x71069 = x71068
-x71070 = x71069
-x71071 = x71070
-x71072 = x71071
-x71073 = x71072
-x71074 = x71073
-x71075 = x71074
-x71076 = x71075
-x71077 = x71076
-x71078 = x71077
-x71079 = x71078
-x71080 = x71079
-x71081 = x71080
-x71082 = x71081
-x71083 = x71082
-x71084 = x71083
-x71085 = x71084
-x71086 = x71085
-x71087 = x71086
-x71088 = x71087
-x71089 = x71088
-x71090 = x71089
-x71091 = x71090
-x71092 = x71091
-x71093 = x71092
-x71094 = x71093
-x71095 = x71094
-x71096 = x71095
-x71097 = x71096
-x71098 = x71097
-x71099 = x71098
-x71100 = x71099
-x71101 = x71100
-x71102 = x71101
-x71103 = x71102
-x71104 = x71103
-x71105 = x71104
-x71106 = x71105
-x71107 = x71106
-x71108 = x71107
-x71109 = x71108
-x71110 = x71109
-x71111 = x71110
-x71112 = x71111
-x71113 = x71112
-x71114 = x71113
-x71115 = x71114
-x71116 = x71115
-x71117 = x71116
-x71118 = x71117
-x71119 = x71118
-x71120 = x71119
-x71121 = x71120
-x71122 = x71121
-x71123 = x71122
-x71124 = x71123
-x71125 = x71124
-x71126 = x71125
-x71127 = x71126
-x71128 = x71127
-x71129 = x71128
-x71130 = x71129
-x71131 = x71130
-x71132 = x71131
-x71133 = x71132
-x71134 = x71133
-x71135 = x71134
-x71136 = x71135
-x71137 = x71136
-x71138 = x71137
-x71139 = x71138
-x71140 = x71139
-x71141 = x71140
-x71142 = x71141
-x71143 = x71142
-x71144 = x71143
-x71145 = x71144
-x71146 = x71145
-x71147 = x71146
-x71148 = x71147
-x71149 = x71148
-x71150 = x71149
-x71151 = x71150
-x71152 = x71151
-x71153 = x71152
-x71154 = x71153
-x71155 = x71154
-x71156 = x71155
-x71157 = x71156
-x71158 = x71157
-x71159 = x71158
-x71160 = x71159
-x71161 = x71160
-x71162 = x71161
-x71163 = x71162
-x71164 = x71163
-x71165 = x71164
-x71166 = x71165
-x71167 = x71166
-x71168 = x71167
-x71169 = x71168
-x71170 = x71169
-x71171 = x71170
-x71172 = x71171
-x71173 = x71172
-x71174 = x71173
-x71175 = x71174
-x71176 = x71175
-x71177 = x71176
-x71178 = x71177
-x71179 = x71178
-x71180 = x71179
-x71181 = x71180
-x71182 = x71181
-x71183 = x71182
-x71184 = x71183
-x71185 = x71184
-x71186 = x71185
-x71187 = x71186
-x71188 = x71187
-x71189 = x71188
-x71190 = x71189
-x71191 = x71190
-x71192 = x71191
-x71193 = x71192
-x71194 = x71193
-x71195 = x71194
-x71196 = x71195
-x71197 = x71196
-x71198 = x71197
-x71199 = x71198
-x71200 = x71199
-x71201 = x71200
-x71202 = x71201
-x71203 = x71202
-x71204 = x71203
-x71205 = x71204
-x71206 = x71205
-x71207 = x71206
-x71208 = x71207
-x71209 = x71208
-x71210 = x71209
-x71211 = x71210
-x71212 = x71211
-x71213 = x71212
-x71214 = x71213
-x71215 = x71214
-x71216 = x71215
-x71217 = x71216
-x71218 = x71217
-x71219 = x71218
-x71220 = x71219
-x71221 = x71220
-x71222 = x71221
-x71223 = x71222
-x71224 = x71223
-x71225 = x71224
-x71226 = x71225
-x71227 = x71226
-x71228 = x71227
-x71229 = x71228
-x71230 = x71229
-x71231 = x71230
-x71232 = x71231
-x71233 = x71232
-x71234 = x71233
-x71235 = x71234
-x71236 = x71235
-x71237 = x71236
-x71238 = x71237
-x71239 = x71238
-x71240 = x71239
-x71241 = x71240
-x71242 = x71241
-x71243 = x71242
-x71244 = x71243
-x71245 = x71244
-x71246 = x71245
-x71247 = x71246
-x71248 = x71247
-x71249 = x71248
-x71250 = x71249
-x71251 = x71250
-x71252 = x71251
-x71253 = x71252
-x71254 = x71253
-x71255 = x71254
-x71256 = x71255
-x71257 = x71256
-x71258 = x71257
-x71259 = x71258
-x71260 = x71259
-x71261 = x71260
-x71262 = x71261
-x71263 = x71262
-x71264 = x71263
-x71265 = x71264
-x71266 = x71265
-x71267 = x71266
-x71268 = x71267
-x71269 = x71268
-x71270 = x71269
-x71271 = x71270
-x71272 = x71271
-x71273 = x71272
-x71274 = x71273
-x71275 = x71274
-x71276 = x71275
-x71277 = x71276
-x71278 = x71277
-x71279 = x71278
-x71280 = x71279
-x71281 = x71280
-x71282 = x71281
-x71283 = x71282
-x71284 = x71283
-x71285 = x71284
-x71286 = x71285
-x71287 = x71286
-x71288 = x71287
-x71289 = x71288
-x71290 = x71289
-x71291 = x71290
-x71292 = x71291
-x71293 = x71292
-x71294 = x71293
-x71295 = x71294
-x71296 = x71295
-x71297 = x71296
-x71298 = x71297
-x71299 = x71298
-x71300 = x71299
-x71301 = x71300
-x71302 = x71301
-x71303 = x71302
-x71304 = x71303
-x71305 = x71304
-x71306 = x71305
-x71307 = x71306
-x71308 = x71307
-x71309 = x71308
-x71310 = x71309
-x71311 = x71310
-x71312 = x71311
-x71313 = x71312
-x71314 = x71313
-x71315 = x71314
-x71316 = x71315
-x71317 = x71316
-x71318 = x71317
-x71319 = x71318
-x71320 = x71319
-x71321 = x71320
-x71322 = x71321
-x71323 = x71322
-x71324 = x71323
-x71325 = x71324
-x71326 = x71325
-x71327 = x71326
-x71328 = x71327
-x71329 = x71328
-x71330 = x71329
-x71331 = x71330
-x71332 = x71331
-x71333 = x71332
-x71334 = x71333
-x71335 = x71334
-x71336 = x71335
-x71337 = x71336
-x71338 = x71337
-x71339 = x71338
-x71340 = x71339
-x71341 = x71340
-x71342 = x71341
-x71343 = x71342
-x71344 = x71343
-x71345 = x71344
-x71346 = x71345
-x71347 = x71346
-x71348 = x71347
-x71349 = x71348
-x71350 = x71349
-x71351 = x71350
-x71352 = x71351
-x71353 = x71352
-x71354 = x71353
-x71355 = x71354
-x71356 = x71355
-x71357 = x71356
-x71358 = x71357
-x71359 = x71358
-x71360 = x71359
-x71361 = x71360
-x71362 = x71361
-x71363 = x71362
-x71364 = x71363
-x71365 = x71364
-x71366 = x71365
-x71367 = x71366
-x71368 = x71367
-x71369 = x71368
-x71370 = x71369
-x71371 = x71370
-x71372 = x71371
-x71373 = x71372
-x71374 = x71373
-x71375 = x71374
-x71376 = x71375
-x71377 = x71376
-x71378 = x71377
-x71379 = x71378
-x71380 = x71379
-x71381 = x71380
-x71382 = x71381
-x71383 = x71382
-x71384 = x71383
-x71385 = x71384
-x71386 = x71385
-x71387 = x71386
-x71388 = x71387
-x71389 = x71388
-x71390 = x71389
-x71391 = x71390
-x71392 = x71391
-x71393 = x71392
-x71394 = x71393
-x71395 = x71394
-x71396 = x71395
-x71397 = x71396
-x71398 = x71397
-x71399 = x71398
-x71400 = x71399
-x71401 = x71400
-x71402 = x71401
-x71403 = x71402
-x71404 = x71403
-x71405 = x71404
-x71406 = x71405
-x71407 = x71406
-x71408 = x71407
-x71409 = x71408
-x71410 = x71409
-x71411 = x71410
-x71412 = x71411
-x71413 = x71412
-x71414 = x71413
-x71415 = x71414
-x71416 = x71415
-x71417 = x71416
-x71418 = x71417
-x71419 = x71418
-x71420 = x71419
-x71421 = x71420
-x71422 = x71421
-x71423 = x71422
-x71424 = x71423
-x71425 = x71424
-x71426 = x71425
-x71427 = x71426
-x71428 = x71427
-x71429 = x71428
-x71430 = x71429
-x71431 = x71430
-x71432 = x71431
-x71433 = x71432
-x71434 = x71433
-x71435 = x71434
-x71436 = x71435
-x71437 = x71436
-x71438 = x71437
-x71439 = x71438
-x71440 = x71439
-x71441 = x71440
-x71442 = x71441
-x71443 = x71442
-x71444 = x71443
-x71445 = x71444
-x71446 = x71445
-x71447 = x71446
-x71448 = x71447
-x71449 = x71448
-x71450 = x71449
-x71451 = x71450
-x71452 = x71451
-x71453 = x71452
-x71454 = x71453
-x71455 = x71454
-x71456 = x71455
-x71457 = x71456
-x71458 = x71457
-x71459 = x71458
-x71460 = x71459
-x71461 = x71460
-x71462 = x71461
-x71463 = x71462
-x71464 = x71463
-x71465 = x71464
-x71466 = x71465
-x71467 = x71466
-x71468 = x71467
-x71469 = x71468
-x71470 = x71469
-x71471 = x71470
-x71472 = x71471
-x71473 = x71472
-x71474 = x71473
-x71475 = x71474
-x71476 = x71475
-x71477 = x71476
-x71478 = x71477
-x71479 = x71478
-x71480 = x71479
-x71481 = x71480
-x71482 = x71481
-x71483 = x71482
-x71484 = x71483
-x71485 = x71484
-x71486 = x71485
-x71487 = x71486
-x71488 = x71487
-x71489 = x71488
-x71490 = x71489
-x71491 = x71490
-x71492 = x71491
-x71493 = x71492
-x71494 = x71493
-x71495 = x71494
-x71496 = x71495
-x71497 = x71496
-x71498 = x71497
-x71499 = x71498
-x71500 = x71499
-x71501 = x71500
-x71502 = x71501
-x71503 = x71502
-x71504 = x71503
-x71505 = x71504
-x71506 = x71505
-x71507 = x71506
-x71508 = x71507
-x71509 = x71508
-x71510 = x71509
-x71511 = x71510
-x71512 = x71511
-x71513 = x71512
-x71514 = x71513
-x71515 = x71514
-x71516 = x71515
-x71517 = x71516
-x71518 = x71517
-x71519 = x71518
-x71520 = x71519
-x71521 = x71520
-x71522 = x71521
-x71523 = x71522
-x71524 = x71523
-x71525 = x71524
-x71526 = x71525
-x71527 = x71526
-x71528 = x71527
-x71529 = x71528
-x71530 = x71529
-x71531 = x71530
-x71532 = x71531
-x71533 = x71532
-x71534 = x71533
-x71535 = x71534
-x71536 = x71535
-x71537 = x71536
-x71538 = x71537
-x71539 = x71538
-x71540 = x71539
-x71541 = x71540
-x71542 = x71541
-x71543 = x71542
-x71544 = x71543
-x71545 = x71544
-x71546 = x71545
-x71547 = x71546
-x71548 = x71547
-x71549 = x71548
-x71550 = x71549
-x71551 = x71550
-x71552 = x71551
-x71553 = x71552
-x71554 = x71553
-x71555 = x71554
-x71556 = x71555
-x71557 = x71556
-x71558 = x71557
-x71559 = x71558
-x71560 = x71559
-x71561 = x71560
-x71562 = x71561
-x71563 = x71562
-x71564 = x71563
-x71565 = x71564
-x71566 = x71565
-x71567 = x71566
-x71568 = x71567
-x71569 = x71568
-x71570 = x71569
-x71571 = x71570
-x71572 = x71571
-x71573 = x71572
-x71574 = x71573
-x71575 = x71574
-x71576 = x71575
-x71577 = x71576
-x71578 = x71577
-x71579 = x71578
-x71580 = x71579
-x71581 = x71580
-x71582 = x71581
-x71583 = x71582
-x71584 = x71583
-x71585 = x71584
-x71586 = x71585
-x71587 = x71586
-x71588 = x71587
-x71589 = x71588
-x71590 = x71589
-x71591 = x71590
-x71592 = x71591
-x71593 = x71592
-x71594 = x71593
-x71595 = x71594
-x71596 = x71595
-x71597 = x71596
-x71598 = x71597
-x71599 = x71598
-x71600 = x71599
-x71601 = x71600
-x71602 = x71601
-x71603 = x71602
-x71604 = x71603
-x71605 = x71604
-x71606 = x71605
-x71607 = x71606
-x71608 = x71607
-x71609 = x71608
-x71610 = x71609
-x71611 = x71610
-x71612 = x71611
-x71613 = x71612
-x71614 = x71613
-x71615 = x71614
-x71616 = x71615
-x71617 = x71616
-x71618 = x71617
-x71619 = x71618
-x71620 = x71619
-x71621 = x71620
-x71622 = x71621
-x71623 = x71622
-x71624 = x71623
-x71625 = x71624
-x71626 = x71625
-x71627 = x71626
-x71628 = x71627
-x71629 = x71628
-x71630 = x71629
-x71631 = x71630
-x71632 = x71631
-x71633 = x71632
-x71634 = x71633
-x71635 = x71634
-x71636 = x71635
-x71637 = x71636
-x71638 = x71637
-x71639 = x71638
-x71640 = x71639
-x71641 = x71640
-x71642 = x71641
-x71643 = x71642
-x71644 = x71643
-x71645 = x71644
-x71646 = x71645
-x71647 = x71646
-x71648 = x71647
-x71649 = x71648
-x71650 = x71649
-x71651 = x71650
-x71652 = x71651
-x71653 = x71652
-x71654 = x71653
-x71655 = x71654
-x71656 = x71655
-x71657 = x71656
-x71658 = x71657
-x71659 = x71658
-x71660 = x71659
-x71661 = x71660
-x71662 = x71661
-x71663 = x71662
-x71664 = x71663
-x71665 = x71664
-x71666 = x71665
-x71667 = x71666
-x71668 = x71667
-x71669 = x71668
-x71670 = x71669
-x71671 = x71670
-x71672 = x71671
-x71673 = x71672
-x71674 = x71673
-x71675 = x71674
-x71676 = x71675
-x71677 = x71676
-x71678 = x71677
-x71679 = x71678
-x71680 = x71679
-x71681 = x71680
-x71682 = x71681
-x71683 = x71682
-x71684 = x71683
-x71685 = x71684
-x71686 = x71685
-x71687 = x71686
-x71688 = x71687
-x71689 = x71688
-x71690 = x71689
-x71691 = x71690
-x71692 = x71691
-x71693 = x71692
-x71694 = x71693
-x71695 = x71694
-x71696 = x71695
-x71697 = x71696
-x71698 = x71697
-x71699 = x71698
-x71700 = x71699
-x71701 = x71700
-x71702 = x71701
-x71703 = x71702
-x71704 = x71703
-x71705 = x71704
-x71706 = x71705
-x71707 = x71706
-x71708 = x71707
-x71709 = x71708
-x71710 = x71709
-x71711 = x71710
-x71712 = x71711
-x71713 = x71712
-x71714 = x71713
-x71715 = x71714
-x71716 = x71715
-x71717 = x71716
-x71718 = x71717
-x71719 = x71718
-x71720 = x71719
-x71721 = x71720
-x71722 = x71721
-x71723 = x71722
-x71724 = x71723
-x71725 = x71724
-x71726 = x71725
-x71727 = x71726
-x71728 = x71727
-x71729 = x71728
-x71730 = x71729
-x71731 = x71730
-x71732 = x71731
-x71733 = x71732
-x71734 = x71733
-x71735 = x71734
-x71736 = x71735
-x71737 = x71736
-x71738 = x71737
-x71739 = x71738
-x71740 = x71739
-x71741 = x71740
-x71742 = x71741
-x71743 = x71742
-x71744 = x71743
-x71745 = x71744
-x71746 = x71745
-x71747 = x71746
-x71748 = x71747
-x71749 = x71748
-x71750 = x71749
-x71751 = x71750
-x71752 = x71751
-x71753 = x71752
-x71754 = x71753
-x71755 = x71754
-x71756 = x71755
-x71757 = x71756
-x71758 = x71757
-x71759 = x71758
-x71760 = x71759
-x71761 = x71760
-x71762 = x71761
-x71763 = x71762
-x71764 = x71763
-x71765 = x71764
-x71766 = x71765
-x71767 = x71766
-x71768 = x71767
-x71769 = x71768
-x71770 = x71769
-x71771 = x71770
-x71772 = x71771
-x71773 = x71772
-x71774 = x71773
-x71775 = x71774
-x71776 = x71775
-x71777 = x71776
-x71778 = x71777
-x71779 = x71778
-x71780 = x71779
-x71781 = x71780
-x71782 = x71781
-x71783 = x71782
-x71784 = x71783
-x71785 = x71784
-x71786 = x71785
-x71787 = x71786
-x71788 = x71787
-x71789 = x71788
-x71790 = x71789
-x71791 = x71790
-x71792 = x71791
-x71793 = x71792
-x71794 = x71793
-x71795 = x71794
-x71796 = x71795
-x71797 = x71796
-x71798 = x71797
-x71799 = x71798
-x71800 = x71799
-x71801 = x71800
-x71802 = x71801
-x71803 = x71802
-x71804 = x71803
-x71805 = x71804
-x71806 = x71805
-x71807 = x71806
-x71808 = x71807
-x71809 = x71808
-x71810 = x71809
-x71811 = x71810
-x71812 = x71811
-x71813 = x71812
-x71814 = x71813
-x71815 = x71814
-x71816 = x71815
-x71817 = x71816
-x71818 = x71817
-x71819 = x71818
-x71820 = x71819
-x71821 = x71820
-x71822 = x71821
-x71823 = x71822
-x71824 = x71823
-x71825 = x71824
-x71826 = x71825
-x71827 = x71826
-x71828 = x71827
-x71829 = x71828
-x71830 = x71829
-x71831 = x71830
-x71832 = x71831
-x71833 = x71832
-x71834 = x71833
-x71835 = x71834
-x71836 = x71835
-x71837 = x71836
-x71838 = x71837
-x71839 = x71838
-x71840 = x71839
-x71841 = x71840
-x71842 = x71841
-x71843 = x71842
-x71844 = x71843
-x71845 = x71844
-x71846 = x71845
-x71847 = x71846
-x71848 = x71847
-x71849 = x71848
-x71850 = x71849
-x71851 = x71850
-x71852 = x71851
-x71853 = x71852
-x71854 = x71853
-x71855 = x71854
-x71856 = x71855
-x71857 = x71856
-x71858 = x71857
-x71859 = x71858
-x71860 = x71859
-x71861 = x71860
-x71862 = x71861
-x71863 = x71862
-x71864 = x71863
-x71865 = x71864
-x71866 = x71865
-x71867 = x71866
-x71868 = x71867
-x71869 = x71868
-x71870 = x71869
-x71871 = x71870
-x71872 = x71871
-x71873 = x71872
-x71874 = x71873
-x71875 = x71874
-x71876 = x71875
-x71877 = x71876
-x71878 = x71877
-x71879 = x71878
-x71880 = x71879
-x71881 = x71880
-x71882 = x71881
-x71883 = x71882
-x71884 = x71883
-x71885 = x71884
-x71886 = x71885
-x71887 = x71886
-x71888 = x71887
-x71889 = x71888
-x71890 = x71889
-x71891 = x71890
-x71892 = x71891
-x71893 = x71892
-x71894 = x71893
-x71895 = x71894
-x71896 = x71895
-x71897 = x71896
-x71898 = x71897
-x71899 = x71898
-x71900 = x71899
-x71901 = x71900
-x71902 = x71901
-x71903 = x71902
-x71904 = x71903
-x71905 = x71904
-x71906 = x71905
-x71907 = x71906
-x71908 = x71907
-x71909 = x71908
-x71910 = x71909
-x71911 = x71910
-x71912 = x71911
-x71913 = x71912
-x71914 = x71913
-x71915 = x71914
-x71916 = x71915
-x71917 = x71916
-x71918 = x71917
-x71919 = x71918
-x71920 = x71919
-x71921 = x71920
-x71922 = x71921
-x71923 = x71922
-x71924 = x71923
-x71925 = x71924
-x71926 = x71925
-x71927 = x71926
-x71928 = x71927
-x71929 = x71928
-x71930 = x71929
-x71931 = x71930
-x71932 = x71931
-x71933 = x71932
-x71934 = x71933
-x71935 = x71934
-x71936 = x71935
-x71937 = x71936
-x71938 = x71937
-x71939 = x71938
-x71940 = x71939
-x71941 = x71940
-x71942 = x71941
-x71943 = x71942
-x71944 = x71943
-x71945 = x71944
-x71946 = x71945
-x71947 = x71946
-x71948 = x71947
-x71949 = x71948
-x71950 = x71949
-x71951 = x71950
-x71952 = x71951
-x71953 = x71952
-x71954 = x71953
-x71955 = x71954
-x71956 = x71955
-x71957 = x71956
-x71958 = x71957
-x71959 = x71958
-x71960 = x71959
-x71961 = x71960
-x71962 = x71961
-x71963 = x71962
-x71964 = x71963
-x71965 = x71964
-x71966 = x71965
-x71967 = x71966
-x71968 = x71967
-x71969 = x71968
-x71970 = x71969
-x71971 = x71970
-x71972 = x71971
-x71973 = x71972
-x71974 = x71973
-x71975 = x71974
-x71976 = x71975
-x71977 = x71976
-x71978 = x71977
-x71979 = x71978
-x71980 = x71979
-x71981 = x71980
-x71982 = x71981
-x71983 = x71982
-x71984 = x71983
-x71985 = x71984
-x71986 = x71985
-x71987 = x71986
-x71988 = x71987
-x71989 = x71988
-x71990 = x71989
-x71991 = x71990
-x71992 = x71991
-x71993 = x71992
-x71994 = x71993
-x71995 = x71994
-x71996 = x71995
-x71997 = x71996
-x71998 = x71997
-x71999 = x71998
-x72000 = x71999
-x72001 = x72000
-x72002 = x72001
-x72003 = x72002
-x72004 = x72003
-x72005 = x72004
-x72006 = x72005
-x72007 = x72006
-x72008 = x72007
-x72009 = x72008
-x72010 = x72009
-x72011 = x72010
-x72012 = x72011
-x72013 = x72012
-x72014 = x72013
-x72015 = x72014
-x72016 = x72015
-x72017 = x72016
-x72018 = x72017
-x72019 = x72018
-x72020 = x72019
-x72021 = x72020
-x72022 = x72021
-x72023 = x72022
-x72024 = x72023
-x72025 = x72024
-x72026 = x72025
-x72027 = x72026
-x72028 = x72027
-x72029 = x72028
-x72030 = x72029
-x72031 = x72030
-x72032 = x72031
-x72033 = x72032
-x72034 = x72033
-x72035 = x72034
-x72036 = x72035
-x72037 = x72036
-x72038 = x72037
-x72039 = x72038
-x72040 = x72039
-x72041 = x72040
-x72042 = x72041
-x72043 = x72042
-x72044 = x72043
-x72045 = x72044
-x72046 = x72045
-x72047 = x72046
-x72048 = x72047
-x72049 = x72048
-x72050 = x72049
-x72051 = x72050
-x72052 = x72051
-x72053 = x72052
-x72054 = x72053
-x72055 = x72054
-x72056 = x72055
-x72057 = x72056
-x72058 = x72057
-x72059 = x72058
-x72060 = x72059
-x72061 = x72060
-x72062 = x72061
-x72063 = x72062
-x72064 = x72063
-x72065 = x72064
-x72066 = x72065
-x72067 = x72066
-x72068 = x72067
-x72069 = x72068
-x72070 = x72069
-x72071 = x72070
-x72072 = x72071
-x72073 = x72072
-x72074 = x72073
-x72075 = x72074
-x72076 = x72075
-x72077 = x72076
-x72078 = x72077
-x72079 = x72078
-x72080 = x72079
-x72081 = x72080
-x72082 = x72081
-x72083 = x72082
-x72084 = x72083
-x72085 = x72084
-x72086 = x72085
-x72087 = x72086
-x72088 = x72087
-x72089 = x72088
-x72090 = x72089
-x72091 = x72090
-x72092 = x72091
-x72093 = x72092
-x72094 = x72093
-x72095 = x72094
-x72096 = x72095
-x72097 = x72096
-x72098 = x72097
-x72099 = x72098
-x72100 = x72099
-x72101 = x72100
-x72102 = x72101
-x72103 = x72102
-x72104 = x72103
-x72105 = x72104
-x72106 = x72105
-x72107 = x72106
-x72108 = x72107
-x72109 = x72108
-x72110 = x72109
-x72111 = x72110
-x72112 = x72111
-x72113 = x72112
-x72114 = x72113
-x72115 = x72114
-x72116 = x72115
-x72117 = x72116
-x72118 = x72117
-x72119 = x72118
-x72120 = x72119
-x72121 = x72120
-x72122 = x72121
-x72123 = x72122
-x72124 = x72123
-x72125 = x72124
-x72126 = x72125
-x72127 = x72126
-x72128 = x72127
-x72129 = x72128
-x72130 = x72129
-x72131 = x72130
-x72132 = x72131
-x72133 = x72132
-x72134 = x72133
-x72135 = x72134
-x72136 = x72135
-x72137 = x72136
-x72138 = x72137
-x72139 = x72138
-x72140 = x72139
-x72141 = x72140
-x72142 = x72141
-x72143 = x72142
-x72144 = x72143
-x72145 = x72144
-x72146 = x72145
-x72147 = x72146
-x72148 = x72147
-x72149 = x72148
-x72150 = x72149
-x72151 = x72150
-x72152 = x72151
-x72153 = x72152
-x72154 = x72153
-x72155 = x72154
-x72156 = x72155
-x72157 = x72156
-x72158 = x72157
-x72159 = x72158
-x72160 = x72159
-x72161 = x72160
-x72162 = x72161
-x72163 = x72162
-x72164 = x72163
-x72165 = x72164
-x72166 = x72165
-x72167 = x72166
-x72168 = x72167
-x72169 = x72168
-x72170 = x72169
-x72171 = x72170
-x72172 = x72171
-x72173 = x72172
-x72174 = x72173
-x72175 = x72174
-x72176 = x72175
-x72177 = x72176
-x72178 = x72177
-x72179 = x72178
-x72180 = x72179
-x72181 = x72180
-x72182 = x72181
-x72183 = x72182
-x72184 = x72183
-x72185 = x72184
-x72186 = x72185
-x72187 = x72186
-x72188 = x72187
-x72189 = x72188
-x72190 = x72189
-x72191 = x72190
-x72192 = x72191
-x72193 = x72192
-x72194 = x72193
-x72195 = x72194
-x72196 = x72195
-x72197 = x72196
-x72198 = x72197
-x72199 = x72198
-x72200 = x72199
-x72201 = x72200
-x72202 = x72201
-x72203 = x72202
-x72204 = x72203
-x72205 = x72204
-x72206 = x72205
-x72207 = x72206
-x72208 = x72207
-x72209 = x72208
-x72210 = x72209
-x72211 = x72210
-x72212 = x72211
-x72213 = x72212
-x72214 = x72213
-x72215 = x72214
-x72216 = x72215
-x72217 = x72216
-x72218 = x72217
-x72219 = x72218
-x72220 = x72219
-x72221 = x72220
-x72222 = x72221
-x72223 = x72222
-x72224 = x72223
-x72225 = x72224
-x72226 = x72225
-x72227 = x72226
-x72228 = x72227
-x72229 = x72228
-x72230 = x72229
-x72231 = x72230
-x72232 = x72231
-x72233 = x72232
-x72234 = x72233
-x72235 = x72234
-x72236 = x72235
-x72237 = x72236
-x72238 = x72237
-x72239 = x72238
-x72240 = x72239
-x72241 = x72240
-x72242 = x72241
-x72243 = x72242
-x72244 = x72243
-x72245 = x72244
-x72246 = x72245
-x72247 = x72246
-x72248 = x72247
-x72249 = x72248
-x72250 = x72249
-x72251 = x72250
-x72252 = x72251
-x72253 = x72252
-x72254 = x72253
-x72255 = x72254
-x72256 = x72255
-x72257 = x72256
-x72258 = x72257
-x72259 = x72258
-x72260 = x72259
-x72261 = x72260
-x72262 = x72261
-x72263 = x72262
-x72264 = x72263
-x72265 = x72264
-x72266 = x72265
-x72267 = x72266
-x72268 = x72267
-x72269 = x72268
-x72270 = x72269
-x72271 = x72270
-x72272 = x72271
-x72273 = x72272
-x72274 = x72273
-x72275 = x72274
-x72276 = x72275
-x72277 = x72276
-x72278 = x72277
-x72279 = x72278
-x72280 = x72279
-x72281 = x72280
-x72282 = x72281
-x72283 = x72282
-x72284 = x72283
-x72285 = x72284
-x72286 = x72285
-x72287 = x72286
-x72288 = x72287
-x72289 = x72288
-x72290 = x72289
-x72291 = x72290
-x72292 = x72291
-x72293 = x72292
-x72294 = x72293
-x72295 = x72294
-x72296 = x72295
-x72297 = x72296
-x72298 = x72297
-x72299 = x72298
-x72300 = x72299
-x72301 = x72300
-x72302 = x72301
-x72303 = x72302
-x72304 = x72303
-x72305 = x72304
-x72306 = x72305
-x72307 = x72306
-x72308 = x72307
-x72309 = x72308
-x72310 = x72309
-x72311 = x72310
-x72312 = x72311
-x72313 = x72312
-x72314 = x72313
-x72315 = x72314
-x72316 = x72315
-x72317 = x72316
-x72318 = x72317
-x72319 = x72318
-x72320 = x72319
-x72321 = x72320
-x72322 = x72321
-x72323 = x72322
-x72324 = x72323
-x72325 = x72324
-x72326 = x72325
-x72327 = x72326
-x72328 = x72327
-x72329 = x72328
-x72330 = x72329
-x72331 = x72330
-x72332 = x72331
-x72333 = x72332
-x72334 = x72333
-x72335 = x72334
-x72336 = x72335
-x72337 = x72336
-x72338 = x72337
-x72339 = x72338
-x72340 = x72339
-x72341 = x72340
-x72342 = x72341
-x72343 = x72342
-x72344 = x72343
-x72345 = x72344
-x72346 = x72345
-x72347 = x72346
-x72348 = x72347
-x72349 = x72348
-x72350 = x72349
-x72351 = x72350
-x72352 = x72351
-x72353 = x72352
-x72354 = x72353
-x72355 = x72354
-x72356 = x72355
-x72357 = x72356
-x72358 = x72357
-x72359 = x72358
-x72360 = x72359
-x72361 = x72360
-x72362 = x72361
-x72363 = x72362
-x72364 = x72363
-x72365 = x72364
-x72366 = x72365
-x72367 = x72366
-x72368 = x72367
-x72369 = x72368
-x72370 = x72369
-x72371 = x72370
-x72372 = x72371
-x72373 = x72372
-x72374 = x72373
-x72375 = x72374
-x72376 = x72375
-x72377 = x72376
-x72378 = x72377
-x72379 = x72378
-x72380 = x72379
-x72381 = x72380
-x72382 = x72381
-x72383 = x72382
-x72384 = x72383
-x72385 = x72384
-x72386 = x72385
-x72387 = x72386
-x72388 = x72387
-x72389 = x72388
-x72390 = x72389
-x72391 = x72390
-x72392 = x72391
-x72393 = x72392
-x72394 = x72393
-x72395 = x72394
-x72396 = x72395
-x72397 = x72396
-x72398 = x72397
-x72399 = x72398
-x72400 = x72399
-x72401 = x72400
-x72402 = x72401
-x72403 = x72402
-x72404 = x72403
-x72405 = x72404
-x72406 = x72405
-x72407 = x72406
-x72408 = x72407
-x72409 = x72408
-x72410 = x72409
-x72411 = x72410
-x72412 = x72411
-x72413 = x72412
-x72414 = x72413
-x72415 = x72414
-x72416 = x72415
-x72417 = x72416
-x72418 = x72417
-x72419 = x72418
-x72420 = x72419
-x72421 = x72420
-x72422 = x72421
-x72423 = x72422
-x72424 = x72423
-x72425 = x72424
-x72426 = x72425
-x72427 = x72426
-x72428 = x72427
-x72429 = x72428
-x72430 = x72429
-x72431 = x72430
-x72432 = x72431
-x72433 = x72432
-x72434 = x72433
-x72435 = x72434
-x72436 = x72435
-x72437 = x72436
-x72438 = x72437
-x72439 = x72438
-x72440 = x72439
-x72441 = x72440
-x72442 = x72441
-x72443 = x72442
-x72444 = x72443
-x72445 = x72444
-x72446 = x72445
-x72447 = x72446
-x72448 = x72447
-x72449 = x72448
-x72450 = x72449
-x72451 = x72450
-x72452 = x72451
-x72453 = x72452
-x72454 = x72453
-x72455 = x72454
-x72456 = x72455
-x72457 = x72456
-x72458 = x72457
-x72459 = x72458
-x72460 = x72459
-x72461 = x72460
-x72462 = x72461
-x72463 = x72462
-x72464 = x72463
-x72465 = x72464
-x72466 = x72465
-x72467 = x72466
-x72468 = x72467
-x72469 = x72468
-x72470 = x72469
-x72471 = x72470
-x72472 = x72471
-x72473 = x72472
-x72474 = x72473
-x72475 = x72474
-x72476 = x72475
-x72477 = x72476
-x72478 = x72477
-x72479 = x72478
-x72480 = x72479
-x72481 = x72480
-x72482 = x72481
-x72483 = x72482
-x72484 = x72483
-x72485 = x72484
-x72486 = x72485
-x72487 = x72486
-x72488 = x72487
-x72489 = x72488
-x72490 = x72489
-x72491 = x72490
-x72492 = x72491
-x72493 = x72492
-x72494 = x72493
-x72495 = x72494
-x72496 = x72495
-x72497 = x72496
-x72498 = x72497
-x72499 = x72498
-x72500 = x72499
-x72501 = x72500
-x72502 = x72501
-x72503 = x72502
-x72504 = x72503
-x72505 = x72504
-x72506 = x72505
-x72507 = x72506
-x72508 = x72507
-x72509 = x72508
-x72510 = x72509
-x72511 = x72510
-x72512 = x72511
-x72513 = x72512
-x72514 = x72513
-x72515 = x72514
-x72516 = x72515
-x72517 = x72516
-x72518 = x72517
-x72519 = x72518
-x72520 = x72519
-x72521 = x72520
-x72522 = x72521
-x72523 = x72522
-x72524 = x72523
-x72525 = x72524
-x72526 = x72525
-x72527 = x72526
-x72528 = x72527
-x72529 = x72528
-x72530 = x72529
-x72531 = x72530
-x72532 = x72531
-x72533 = x72532
-x72534 = x72533
-x72535 = x72534
-x72536 = x72535
-x72537 = x72536
-x72538 = x72537
-x72539 = x72538
-x72540 = x72539
-x72541 = x72540
-x72542 = x72541
-x72543 = x72542
-x72544 = x72543
-x72545 = x72544
-x72546 = x72545
-x72547 = x72546
-x72548 = x72547
-x72549 = x72548
-x72550 = x72549
-x72551 = x72550
-x72552 = x72551
-x72553 = x72552
-x72554 = x72553
-x72555 = x72554
-x72556 = x72555
-x72557 = x72556
-x72558 = x72557
-x72559 = x72558
-x72560 = x72559
-x72561 = x72560
-x72562 = x72561
-x72563 = x72562
-x72564 = x72563
-x72565 = x72564
-x72566 = x72565
-x72567 = x72566
-x72568 = x72567
-x72569 = x72568
-x72570 = x72569
-x72571 = x72570
-x72572 = x72571
-x72573 = x72572
-x72574 = x72573
-x72575 = x72574
-x72576 = x72575
-x72577 = x72576
-x72578 = x72577
-x72579 = x72578
-x72580 = x72579
-x72581 = x72580
-x72582 = x72581
-x72583 = x72582
-x72584 = x72583
-x72585 = x72584
-x72586 = x72585
-x72587 = x72586
-x72588 = x72587
-x72589 = x72588
-x72590 = x72589
-x72591 = x72590
-x72592 = x72591
-x72593 = x72592
-x72594 = x72593
-x72595 = x72594
-x72596 = x72595
-x72597 = x72596
-x72598 = x72597
-x72599 = x72598
-x72600 = x72599
-x72601 = x72600
-x72602 = x72601
-x72603 = x72602
-x72604 = x72603
-x72605 = x72604
-x72606 = x72605
-x72607 = x72606
-x72608 = x72607
-x72609 = x72608
-x72610 = x72609
-x72611 = x72610
-x72612 = x72611
-x72613 = x72612
-x72614 = x72613
-x72615 = x72614
-x72616 = x72615
-x72617 = x72616
-x72618 = x72617
-x72619 = x72618
-x72620 = x72619
-x72621 = x72620
-x72622 = x72621
-x72623 = x72622
-x72624 = x72623
-x72625 = x72624
-x72626 = x72625
-x72627 = x72626
-x72628 = x72627
-x72629 = x72628
-x72630 = x72629
-x72631 = x72630
-x72632 = x72631
-x72633 = x72632
-x72634 = x72633
-x72635 = x72634
-x72636 = x72635
-x72637 = x72636
-x72638 = x72637
-x72639 = x72638
-x72640 = x72639
-x72641 = x72640
-x72642 = x72641
-x72643 = x72642
-x72644 = x72643
-x72645 = x72644
-x72646 = x72645
-x72647 = x72646
-x72648 = x72647
-x72649 = x72648
-x72650 = x72649
-x72651 = x72650
-x72652 = x72651
-x72653 = x72652
-x72654 = x72653
-x72655 = x72654
-x72656 = x72655
-x72657 = x72656
-x72658 = x72657
-x72659 = x72658
-x72660 = x72659
-x72661 = x72660
-x72662 = x72661
-x72663 = x72662
-x72664 = x72663
-x72665 = x72664
-x72666 = x72665
-x72667 = x72666
-x72668 = x72667
-x72669 = x72668
-x72670 = x72669
-x72671 = x72670
-x72672 = x72671
-x72673 = x72672
-x72674 = x72673
-x72675 = x72674
-x72676 = x72675
-x72677 = x72676
-x72678 = x72677
-x72679 = x72678
-x72680 = x72679
-x72681 = x72680
-x72682 = x72681
-x72683 = x72682
-x72684 = x72683
-x72685 = x72684
-x72686 = x72685
-x72687 = x72686
-x72688 = x72687
-x72689 = x72688
-x72690 = x72689
-x72691 = x72690
-x72692 = x72691
-x72693 = x72692
-x72694 = x72693
-x72695 = x72694
-x72696 = x72695
-x72697 = x72696
-x72698 = x72697
-x72699 = x72698
-x72700 = x72699
-x72701 = x72700
-x72702 = x72701
-x72703 = x72702
-x72704 = x72703
-x72705 = x72704
-x72706 = x72705
-x72707 = x72706
-x72708 = x72707
-x72709 = x72708
-x72710 = x72709
-x72711 = x72710
-x72712 = x72711
-x72713 = x72712
-x72714 = x72713
-x72715 = x72714
-x72716 = x72715
-x72717 = x72716
-x72718 = x72717
-x72719 = x72718
-x72720 = x72719
-x72721 = x72720
-x72722 = x72721
-x72723 = x72722
-x72724 = x72723
-x72725 = x72724
-x72726 = x72725
-x72727 = x72726
-x72728 = x72727
-x72729 = x72728
-x72730 = x72729
-x72731 = x72730
-x72732 = x72731
-x72733 = x72732
-x72734 = x72733
-x72735 = x72734
-x72736 = x72735
-x72737 = x72736
-x72738 = x72737
-x72739 = x72738
-x72740 = x72739
-x72741 = x72740
-x72742 = x72741
-x72743 = x72742
-x72744 = x72743
-x72745 = x72744
-x72746 = x72745
-x72747 = x72746
-x72748 = x72747
-x72749 = x72748
-x72750 = x72749
-x72751 = x72750
-x72752 = x72751
-x72753 = x72752
-x72754 = x72753
-x72755 = x72754
-x72756 = x72755
-x72757 = x72756
-x72758 = x72757
-x72759 = x72758
-x72760 = x72759
-x72761 = x72760
-x72762 = x72761
-x72763 = x72762
-x72764 = x72763
-x72765 = x72764
-x72766 = x72765
-x72767 = x72766
-x72768 = x72767
-x72769 = x72768
-x72770 = x72769
-x72771 = x72770
-x72772 = x72771
-x72773 = x72772
-x72774 = x72773
-x72775 = x72774
-x72776 = x72775
-x72777 = x72776
-x72778 = x72777
-x72779 = x72778
-x72780 = x72779
-x72781 = x72780
-x72782 = x72781
-x72783 = x72782
-x72784 = x72783
-x72785 = x72784
-x72786 = x72785
-x72787 = x72786
-x72788 = x72787
-x72789 = x72788
-x72790 = x72789
-x72791 = x72790
-x72792 = x72791
-x72793 = x72792
-x72794 = x72793
-x72795 = x72794
-x72796 = x72795
-x72797 = x72796
-x72798 = x72797
-x72799 = x72798
-x72800 = x72799
-x72801 = x72800
-x72802 = x72801
-x72803 = x72802
-x72804 = x72803
-x72805 = x72804
-x72806 = x72805
-x72807 = x72806
-x72808 = x72807
-x72809 = x72808
-x72810 = x72809
-x72811 = x72810
-x72812 = x72811
-x72813 = x72812
-x72814 = x72813
-x72815 = x72814
-x72816 = x72815
-x72817 = x72816
-x72818 = x72817
-x72819 = x72818
-x72820 = x72819
-x72821 = x72820
-x72822 = x72821
-x72823 = x72822
-x72824 = x72823
-x72825 = x72824
-x72826 = x72825
-x72827 = x72826
-x72828 = x72827
-x72829 = x72828
-x72830 = x72829
-x72831 = x72830
-x72832 = x72831
-x72833 = x72832
-x72834 = x72833
-x72835 = x72834
-x72836 = x72835
-x72837 = x72836
-x72838 = x72837
-x72839 = x72838
-x72840 = x72839
-x72841 = x72840
-x72842 = x72841
-x72843 = x72842
-x72844 = x72843
-x72845 = x72844
-x72846 = x72845
-x72847 = x72846
-x72848 = x72847
-x72849 = x72848
-x72850 = x72849
-x72851 = x72850
-x72852 = x72851
-x72853 = x72852
-x72854 = x72853
-x72855 = x72854
-x72856 = x72855
-x72857 = x72856
-x72858 = x72857
-x72859 = x72858
-x72860 = x72859
-x72861 = x72860
-x72862 = x72861
-x72863 = x72862
-x72864 = x72863
-x72865 = x72864
-x72866 = x72865
-x72867 = x72866
-x72868 = x72867
-x72869 = x72868
-x72870 = x72869
-x72871 = x72870
-x72872 = x72871
-x72873 = x72872
-x72874 = x72873
-x72875 = x72874
-x72876 = x72875
-x72877 = x72876
-x72878 = x72877
-x72879 = x72878
-x72880 = x72879
-x72881 = x72880
-x72882 = x72881
-x72883 = x72882
-x72884 = x72883
-x72885 = x72884
-x72886 = x72885
-x72887 = x72886
-x72888 = x72887
-x72889 = x72888
-x72890 = x72889
-x72891 = x72890
-x72892 = x72891
-x72893 = x72892
-x72894 = x72893
-x72895 = x72894
-x72896 = x72895
-x72897 = x72896
-x72898 = x72897
-x72899 = x72898
-x72900 = x72899
-x72901 = x72900
-x72902 = x72901
-x72903 = x72902
-x72904 = x72903
-x72905 = x72904
-x72906 = x72905
-x72907 = x72906
-x72908 = x72907
-x72909 = x72908
-x72910 = x72909
-x72911 = x72910
-x72912 = x72911
-x72913 = x72912
-x72914 = x72913
-x72915 = x72914
-x72916 = x72915
-x72917 = x72916
-x72918 = x72917
-x72919 = x72918
-x72920 = x72919
-x72921 = x72920
-x72922 = x72921
-x72923 = x72922
-x72924 = x72923
-x72925 = x72924
-x72926 = x72925
-x72927 = x72926
-x72928 = x72927
-x72929 = x72928
-x72930 = x72929
-x72931 = x72930
-x72932 = x72931
-x72933 = x72932
-x72934 = x72933
-x72935 = x72934
-x72936 = x72935
-x72937 = x72936
-x72938 = x72937
-x72939 = x72938
-x72940 = x72939
-x72941 = x72940
-x72942 = x72941
-x72943 = x72942
-x72944 = x72943
-x72945 = x72944
-x72946 = x72945
-x72947 = x72946
-x72948 = x72947
-x72949 = x72948
-x72950 = x72949
-x72951 = x72950
-x72952 = x72951
-x72953 = x72952
-x72954 = x72953
-x72955 = x72954
-x72956 = x72955
-x72957 = x72956
-x72958 = x72957
-x72959 = x72958
-x72960 = x72959
-x72961 = x72960
-x72962 = x72961
-x72963 = x72962
-x72964 = x72963
-x72965 = x72964
-x72966 = x72965
-x72967 = x72966
-x72968 = x72967
-x72969 = x72968
-x72970 = x72969
-x72971 = x72970
-x72972 = x72971
-x72973 = x72972
-x72974 = x72973
-x72975 = x72974
-x72976 = x72975
-x72977 = x72976
-x72978 = x72977
-x72979 = x72978
-x72980 = x72979
-x72981 = x72980
-x72982 = x72981
-x72983 = x72982
-x72984 = x72983
-x72985 = x72984
-x72986 = x72985
-x72987 = x72986
-x72988 = x72987
-x72989 = x72988
-x72990 = x72989
-x72991 = x72990
-x72992 = x72991
-x72993 = x72992
-x72994 = x72993
-x72995 = x72994
-x72996 = x72995
-x72997 = x72996
-x72998 = x72997
-x72999 = x72998
-x73000 = x72999
-x73001 = x73000
-x73002 = x73001
-x73003 = x73002
-x73004 = x73003
-x73005 = x73004
-x73006 = x73005
-x73007 = x73006
-x73008 = x73007
-x73009 = x73008
-x73010 = x73009
-x73011 = x73010
-x73012 = x73011
-x73013 = x73012
-x73014 = x73013
-x73015 = x73014
-x73016 = x73015
-x73017 = x73016
-x73018 = x73017
-x73019 = x73018
-x73020 = x73019
-x73021 = x73020
-x73022 = x73021
-x73023 = x73022
-x73024 = x73023
-x73025 = x73024
-x73026 = x73025
-x73027 = x73026
-x73028 = x73027
-x73029 = x73028
-x73030 = x73029
-x73031 = x73030
-x73032 = x73031
-x73033 = x73032
-x73034 = x73033
-x73035 = x73034
-x73036 = x73035
-x73037 = x73036
-x73038 = x73037
-x73039 = x73038
-x73040 = x73039
-x73041 = x73040
-x73042 = x73041
-x73043 = x73042
-x73044 = x73043
-x73045 = x73044
-x73046 = x73045
-x73047 = x73046
-x73048 = x73047
-x73049 = x73048
-x73050 = x73049
-x73051 = x73050
-x73052 = x73051
-x73053 = x73052
-x73054 = x73053
-x73055 = x73054
-x73056 = x73055
-x73057 = x73056
-x73058 = x73057
-x73059 = x73058
-x73060 = x73059
-x73061 = x73060
-x73062 = x73061
-x73063 = x73062
-x73064 = x73063
-x73065 = x73064
-x73066 = x73065
-x73067 = x73066
-x73068 = x73067
-x73069 = x73068
-x73070 = x73069
-x73071 = x73070
-x73072 = x73071
-x73073 = x73072
-x73074 = x73073
-x73075 = x73074
-x73076 = x73075
-x73077 = x73076
-x73078 = x73077
-x73079 = x73078
-x73080 = x73079
-x73081 = x73080
-x73082 = x73081
-x73083 = x73082
-x73084 = x73083
-x73085 = x73084
-x73086 = x73085
-x73087 = x73086
-x73088 = x73087
-x73089 = x73088
-x73090 = x73089
-x73091 = x73090
-x73092 = x73091
-x73093 = x73092
-x73094 = x73093
-x73095 = x73094
-x73096 = x73095
-x73097 = x73096
-x73098 = x73097
-x73099 = x73098
-x73100 = x73099
-x73101 = x73100
-x73102 = x73101
-x73103 = x73102
-x73104 = x73103
-x73105 = x73104
-x73106 = x73105
-x73107 = x73106
-x73108 = x73107
-x73109 = x73108
-x73110 = x73109
-x73111 = x73110
-x73112 = x73111
-x73113 = x73112
-x73114 = x73113
-x73115 = x73114
-x73116 = x73115
-x73117 = x73116
-x73118 = x73117
-x73119 = x73118
-x73120 = x73119
-x73121 = x73120
-x73122 = x73121
-x73123 = x73122
-x73124 = x73123
-x73125 = x73124
-x73126 = x73125
-x73127 = x73126
-x73128 = x73127
-x73129 = x73128
-x73130 = x73129
-x73131 = x73130
-x73132 = x73131
-x73133 = x73132
-x73134 = x73133
-x73135 = x73134
-x73136 = x73135
-x73137 = x73136
-x73138 = x73137
-x73139 = x73138
-x73140 = x73139
-x73141 = x73140
-x73142 = x73141
-x73143 = x73142
-x73144 = x73143
-x73145 = x73144
-x73146 = x73145
-x73147 = x73146
-x73148 = x73147
-x73149 = x73148
-x73150 = x73149
-x73151 = x73150
-x73152 = x73151
-x73153 = x73152
-x73154 = x73153
-x73155 = x73154
-x73156 = x73155
-x73157 = x73156
-x73158 = x73157
-x73159 = x73158
-x73160 = x73159
-x73161 = x73160
-x73162 = x73161
-x73163 = x73162
-x73164 = x73163
-x73165 = x73164
-x73166 = x73165
-x73167 = x73166
-x73168 = x73167
-x73169 = x73168
-x73170 = x73169
-x73171 = x73170
-x73172 = x73171
-x73173 = x73172
-x73174 = x73173
-x73175 = x73174
-x73176 = x73175
-x73177 = x73176
-x73178 = x73177
-x73179 = x73178
-x73180 = x73179
-x73181 = x73180
-x73182 = x73181
-x73183 = x73182
-x73184 = x73183
-x73185 = x73184
-x73186 = x73185
-x73187 = x73186
-x73188 = x73187
-x73189 = x73188
-x73190 = x73189
-x73191 = x73190
-x73192 = x73191
-x73193 = x73192
-x73194 = x73193
-x73195 = x73194
-x73196 = x73195
-x73197 = x73196
-x73198 = x73197
-x73199 = x73198
-x73200 = x73199
-x73201 = x73200
-x73202 = x73201
-x73203 = x73202
-x73204 = x73203
-x73205 = x73204
-x73206 = x73205
-x73207 = x73206
-x73208 = x73207
-x73209 = x73208
-x73210 = x73209
-x73211 = x73210
-x73212 = x73211
-x73213 = x73212
-x73214 = x73213
-x73215 = x73214
-x73216 = x73215
-x73217 = x73216
-x73218 = x73217
-x73219 = x73218
-x73220 = x73219
-x73221 = x73220
-x73222 = x73221
-x73223 = x73222
-x73224 = x73223
-x73225 = x73224
-x73226 = x73225
-x73227 = x73226
-x73228 = x73227
-x73229 = x73228
-x73230 = x73229
-x73231 = x73230
-x73232 = x73231
-x73233 = x73232
-x73234 = x73233
-x73235 = x73234
-x73236 = x73235
-x73237 = x73236
-x73238 = x73237
-x73239 = x73238
-x73240 = x73239
-x73241 = x73240
-x73242 = x73241
-x73243 = x73242
-x73244 = x73243
-x73245 = x73244
-x73246 = x73245
-x73247 = x73246
-x73248 = x73247
-x73249 = x73248
-x73250 = x73249
-x73251 = x73250
-x73252 = x73251
-x73253 = x73252
-x73254 = x73253
-x73255 = x73254
-x73256 = x73255
-x73257 = x73256
-x73258 = x73257
-x73259 = x73258
-x73260 = x73259
-x73261 = x73260
-x73262 = x73261
-x73263 = x73262
-x73264 = x73263
-x73265 = x73264
-x73266 = x73265
-x73267 = x73266
-x73268 = x73267
-x73269 = x73268
-x73270 = x73269
-x73271 = x73270
-x73272 = x73271
-x73273 = x73272
-x73274 = x73273
-x73275 = x73274
-x73276 = x73275
-x73277 = x73276
-x73278 = x73277
-x73279 = x73278
-x73280 = x73279
-x73281 = x73280
-x73282 = x73281
-x73283 = x73282
-x73284 = x73283
-x73285 = x73284
-x73286 = x73285
-x73287 = x73286
-x73288 = x73287
-x73289 = x73288
-x73290 = x73289
-x73291 = x73290
-x73292 = x73291
-x73293 = x73292
-x73294 = x73293
-x73295 = x73294
-x73296 = x73295
-x73297 = x73296
-x73298 = x73297
-x73299 = x73298
-x73300 = x73299
-x73301 = x73300
-x73302 = x73301
-x73303 = x73302
-x73304 = x73303
-x73305 = x73304
-x73306 = x73305
-x73307 = x73306
-x73308 = x73307
-x73309 = x73308
-x73310 = x73309
-x73311 = x73310
-x73312 = x73311
-x73313 = x73312
-x73314 = x73313
-x73315 = x73314
-x73316 = x73315
-x73317 = x73316
-x73318 = x73317
-x73319 = x73318
-x73320 = x73319
-x73321 = x73320
-x73322 = x73321
-x73323 = x73322
-x73324 = x73323
-x73325 = x73324
-x73326 = x73325
-x73327 = x73326
-x73328 = x73327
-x73329 = x73328
-x73330 = x73329
-x73331 = x73330
-x73332 = x73331
-x73333 = x73332
-x73334 = x73333
-x73335 = x73334
-x73336 = x73335
-x73337 = x73336
-x73338 = x73337
-x73339 = x73338
-x73340 = x73339
-x73341 = x73340
-x73342 = x73341
-x73343 = x73342
-x73344 = x73343
-x73345 = x73344
-x73346 = x73345
-x73347 = x73346
-x73348 = x73347
-x73349 = x73348
-x73350 = x73349
-x73351 = x73350
-x73352 = x73351
-x73353 = x73352
-x73354 = x73353
-x73355 = x73354
-x73356 = x73355
-x73357 = x73356
-x73358 = x73357
-x73359 = x73358
-x73360 = x73359
-x73361 = x73360
-x73362 = x73361
-x73363 = x73362
-x73364 = x73363
-x73365 = x73364
-x73366 = x73365
-x73367 = x73366
-x73368 = x73367
-x73369 = x73368
-x73370 = x73369
-x73371 = x73370
-x73372 = x73371
-x73373 = x73372
-x73374 = x73373
-x73375 = x73374
-x73376 = x73375
-x73377 = x73376
-x73378 = x73377
-x73379 = x73378
-x73380 = x73379
-x73381 = x73380
-x73382 = x73381
-x73383 = x73382
-x73384 = x73383
-x73385 = x73384
-x73386 = x73385
-x73387 = x73386
-x73388 = x73387
-x73389 = x73388
-x73390 = x73389
-x73391 = x73390
-x73392 = x73391
-x73393 = x73392
-x73394 = x73393
-x73395 = x73394
-x73396 = x73395
-x73397 = x73396
-x73398 = x73397
-x73399 = x73398
-x73400 = x73399
-x73401 = x73400
-x73402 = x73401
-x73403 = x73402
-x73404 = x73403
-x73405 = x73404
-x73406 = x73405
-x73407 = x73406
-x73408 = x73407
-x73409 = x73408
-x73410 = x73409
-x73411 = x73410
-x73412 = x73411
-x73413 = x73412
-x73414 = x73413
-x73415 = x73414
-x73416 = x73415
-x73417 = x73416
-x73418 = x73417
-x73419 = x73418
-x73420 = x73419
-x73421 = x73420
-x73422 = x73421
-x73423 = x73422
-x73424 = x73423
-x73425 = x73424
-x73426 = x73425
-x73427 = x73426
-x73428 = x73427
-x73429 = x73428
-x73430 = x73429
-x73431 = x73430
-x73432 = x73431
-x73433 = x73432
-x73434 = x73433
-x73435 = x73434
-x73436 = x73435
-x73437 = x73436
-x73438 = x73437
-x73439 = x73438
-x73440 = x73439
-x73441 = x73440
-x73442 = x73441
-x73443 = x73442
-x73444 = x73443
-x73445 = x73444
-x73446 = x73445
-x73447 = x73446
-x73448 = x73447
-x73449 = x73448
-x73450 = x73449
-x73451 = x73450
-x73452 = x73451
-x73453 = x73452
-x73454 = x73453
-x73455 = x73454
-x73456 = x73455
-x73457 = x73456
-x73458 = x73457
-x73459 = x73458
-x73460 = x73459
-x73461 = x73460
-x73462 = x73461
-x73463 = x73462
-x73464 = x73463
-x73465 = x73464
-x73466 = x73465
-x73467 = x73466
-x73468 = x73467
-x73469 = x73468
-x73470 = x73469
-x73471 = x73470
-x73472 = x73471
-x73473 = x73472
-x73474 = x73473
-x73475 = x73474
-x73476 = x73475
-x73477 = x73476
-x73478 = x73477
-x73479 = x73478
-x73480 = x73479
-x73481 = x73480
-x73482 = x73481
-x73483 = x73482
-x73484 = x73483
-x73485 = x73484
-x73486 = x73485
-x73487 = x73486
-x73488 = x73487
-x73489 = x73488
-x73490 = x73489
-x73491 = x73490
-x73492 = x73491
-x73493 = x73492
-x73494 = x73493
-x73495 = x73494
-x73496 = x73495
-x73497 = x73496
-x73498 = x73497
-x73499 = x73498
-x73500 = x73499
-x73501 = x73500
-x73502 = x73501
-x73503 = x73502
-x73504 = x73503
-x73505 = x73504
-x73506 = x73505
-x73507 = x73506
-x73508 = x73507
-x73509 = x73508
-x73510 = x73509
-x73511 = x73510
-x73512 = x73511
-x73513 = x73512
-x73514 = x73513
-x73515 = x73514
-x73516 = x73515
-x73517 = x73516
-x73518 = x73517
-x73519 = x73518
-x73520 = x73519
-x73521 = x73520
-x73522 = x73521
-x73523 = x73522
-x73524 = x73523
-x73525 = x73524
-x73526 = x73525
-x73527 = x73526
-x73528 = x73527
-x73529 = x73528
-x73530 = x73529
-x73531 = x73530
-x73532 = x73531
-x73533 = x73532
-x73534 = x73533
-x73535 = x73534
-x73536 = x73535
-x73537 = x73536
-x73538 = x73537
-x73539 = x73538
-x73540 = x73539
-x73541 = x73540
-x73542 = x73541
-x73543 = x73542
-x73544 = x73543
-x73545 = x73544
-x73546 = x73545
-x73547 = x73546
-x73548 = x73547
-x73549 = x73548
-x73550 = x73549
-x73551 = x73550
-x73552 = x73551
-x73553 = x73552
-x73554 = x73553
-x73555 = x73554
-x73556 = x73555
-x73557 = x73556
-x73558 = x73557
-x73559 = x73558
-x73560 = x73559
-x73561 = x73560
-x73562 = x73561
-x73563 = x73562
-x73564 = x73563
-x73565 = x73564
-x73566 = x73565
-x73567 = x73566
-x73568 = x73567
-x73569 = x73568
-x73570 = x73569
-x73571 = x73570
-x73572 = x73571
-x73573 = x73572
-x73574 = x73573
-x73575 = x73574
-x73576 = x73575
-x73577 = x73576
-x73578 = x73577
-x73579 = x73578
-x73580 = x73579
-x73581 = x73580
-x73582 = x73581
-x73583 = x73582
-x73584 = x73583
-x73585 = x73584
-x73586 = x73585
-x73587 = x73586
-x73588 = x73587
-x73589 = x73588
-x73590 = x73589
-x73591 = x73590
-x73592 = x73591
-x73593 = x73592
-x73594 = x73593
-x73595 = x73594
-x73596 = x73595
-x73597 = x73596
-x73598 = x73597
-x73599 = x73598
-x73600 = x73599
-x73601 = x73600
-x73602 = x73601
-x73603 = x73602
-x73604 = x73603
-x73605 = x73604
-x73606 = x73605
-x73607 = x73606
-x73608 = x73607
-x73609 = x73608
-x73610 = x73609
-x73611 = x73610
-x73612 = x73611
-x73613 = x73612
-x73614 = x73613
-x73615 = x73614
-x73616 = x73615
-x73617 = x73616
-x73618 = x73617
-x73619 = x73618
-x73620 = x73619
-x73621 = x73620
-x73622 = x73621
-x73623 = x73622
-x73624 = x73623
-x73625 = x73624
-x73626 = x73625
-x73627 = x73626
-x73628 = x73627
-x73629 = x73628
-x73630 = x73629
-x73631 = x73630
-x73632 = x73631
-x73633 = x73632
-x73634 = x73633
-x73635 = x73634
-x73636 = x73635
-x73637 = x73636
-x73638 = x73637
-x73639 = x73638
-x73640 = x73639
-x73641 = x73640
-x73642 = x73641
-x73643 = x73642
-x73644 = x73643
-x73645 = x73644
-x73646 = x73645
-x73647 = x73646
-x73648 = x73647
-x73649 = x73648
-x73650 = x73649
-x73651 = x73650
-x73652 = x73651
-x73653 = x73652
-x73654 = x73653
-x73655 = x73654
-x73656 = x73655
-x73657 = x73656
-x73658 = x73657
-x73659 = x73658
-x73660 = x73659
-x73661 = x73660
-x73662 = x73661
-x73663 = x73662
-x73664 = x73663
-x73665 = x73664
-x73666 = x73665
-x73667 = x73666
-x73668 = x73667
-x73669 = x73668
-x73670 = x73669
-x73671 = x73670
-x73672 = x73671
-x73673 = x73672
-x73674 = x73673
-x73675 = x73674
-x73676 = x73675
-x73677 = x73676
-x73678 = x73677
-x73679 = x73678
-x73680 = x73679
-x73681 = x73680
-x73682 = x73681
-x73683 = x73682
-x73684 = x73683
-x73685 = x73684
-x73686 = x73685
-x73687 = x73686
-x73688 = x73687
-x73689 = x73688
-x73690 = x73689
-x73691 = x73690
-x73692 = x73691
-x73693 = x73692
-x73694 = x73693
-x73695 = x73694
-x73696 = x73695
-x73697 = x73696
-x73698 = x73697
-x73699 = x73698
-x73700 = x73699
-x73701 = x73700
-x73702 = x73701
-x73703 = x73702
-x73704 = x73703
-x73705 = x73704
-x73706 = x73705
-x73707 = x73706
-x73708 = x73707
-x73709 = x73708
-x73710 = x73709
-x73711 = x73710
-x73712 = x73711
-x73713 = x73712
-x73714 = x73713
-x73715 = x73714
-x73716 = x73715
-x73717 = x73716
-x73718 = x73717
-x73719 = x73718
-x73720 = x73719
-x73721 = x73720
-x73722 = x73721
-x73723 = x73722
-x73724 = x73723
-x73725 = x73724
-x73726 = x73725
-x73727 = x73726
-x73728 = x73727
-x73729 = x73728
-x73730 = x73729
-x73731 = x73730
-x73732 = x73731
-x73733 = x73732
-x73734 = x73733
-x73735 = x73734
-x73736 = x73735
-x73737 = x73736
-x73738 = x73737
-x73739 = x73738
-x73740 = x73739
-x73741 = x73740
-x73742 = x73741
-x73743 = x73742
-x73744 = x73743
-x73745 = x73744
-x73746 = x73745
-x73747 = x73746
-x73748 = x73747
-x73749 = x73748
-x73750 = x73749
-x73751 = x73750
-x73752 = x73751
-x73753 = x73752
-x73754 = x73753
-x73755 = x73754
-x73756 = x73755
-x73757 = x73756
-x73758 = x73757
-x73759 = x73758
-x73760 = x73759
-x73761 = x73760
-x73762 = x73761
-x73763 = x73762
-x73764 = x73763
-x73765 = x73764
-x73766 = x73765
-x73767 = x73766
-x73768 = x73767
-x73769 = x73768
-x73770 = x73769
-x73771 = x73770
-x73772 = x73771
-x73773 = x73772
-x73774 = x73773
-x73775 = x73774
-x73776 = x73775
-x73777 = x73776
-x73778 = x73777
-x73779 = x73778
-x73780 = x73779
-x73781 = x73780
-x73782 = x73781
-x73783 = x73782
-x73784 = x73783
-x73785 = x73784
-x73786 = x73785
-x73787 = x73786
-x73788 = x73787
-x73789 = x73788
-x73790 = x73789
-x73791 = x73790
-x73792 = x73791
-x73793 = x73792
-x73794 = x73793
-x73795 = x73794
-x73796 = x73795
-x73797 = x73796
-x73798 = x73797
-x73799 = x73798
-x73800 = x73799
-x73801 = x73800
-x73802 = x73801
-x73803 = x73802
-x73804 = x73803
-x73805 = x73804
-x73806 = x73805
-x73807 = x73806
-x73808 = x73807
-x73809 = x73808
-x73810 = x73809
-x73811 = x73810
-x73812 = x73811
-x73813 = x73812
-x73814 = x73813
-x73815 = x73814
-x73816 = x73815
-x73817 = x73816
-x73818 = x73817
-x73819 = x73818
-x73820 = x73819
-x73821 = x73820
-x73822 = x73821
-x73823 = x73822
-x73824 = x73823
-x73825 = x73824
-x73826 = x73825
-x73827 = x73826
-x73828 = x73827
-x73829 = x73828
-x73830 = x73829
-x73831 = x73830
-x73832 = x73831
-x73833 = x73832
-x73834 = x73833
-x73835 = x73834
-x73836 = x73835
-x73837 = x73836
-x73838 = x73837
-x73839 = x73838
-x73840 = x73839
-x73841 = x73840
-x73842 = x73841
-x73843 = x73842
-x73844 = x73843
-x73845 = x73844
-x73846 = x73845
-x73847 = x73846
-x73848 = x73847
-x73849 = x73848
-x73850 = x73849
-x73851 = x73850
-x73852 = x73851
-x73853 = x73852
-x73854 = x73853
-x73855 = x73854
-x73856 = x73855
-x73857 = x73856
-x73858 = x73857
-x73859 = x73858
-x73860 = x73859
-x73861 = x73860
-x73862 = x73861
-x73863 = x73862
-x73864 = x73863
-x73865 = x73864
-x73866 = x73865
-x73867 = x73866
-x73868 = x73867
-x73869 = x73868
-x73870 = x73869
-x73871 = x73870
-x73872 = x73871
-x73873 = x73872
-x73874 = x73873
-x73875 = x73874
-x73876 = x73875
-x73877 = x73876
-x73878 = x73877
-x73879 = x73878
-x73880 = x73879
-x73881 = x73880
-x73882 = x73881
-x73883 = x73882
-x73884 = x73883
-x73885 = x73884
-x73886 = x73885
-x73887 = x73886
-x73888 = x73887
-x73889 = x73888
-x73890 = x73889
-x73891 = x73890
-x73892 = x73891
-x73893 = x73892
-x73894 = x73893
-x73895 = x73894
-x73896 = x73895
-x73897 = x73896
-x73898 = x73897
-x73899 = x73898
-x73900 = x73899
-x73901 = x73900
-x73902 = x73901
-x73903 = x73902
-x73904 = x73903
-x73905 = x73904
-x73906 = x73905
-x73907 = x73906
-x73908 = x73907
-x73909 = x73908
-x73910 = x73909
-x73911 = x73910
-x73912 = x73911
-x73913 = x73912
-x73914 = x73913
-x73915 = x73914
-x73916 = x73915
-x73917 = x73916
-x73918 = x73917
-x73919 = x73918
-x73920 = x73919
-x73921 = x73920
-x73922 = x73921
-x73923 = x73922
-x73924 = x73923
-x73925 = x73924
-x73926 = x73925
-x73927 = x73926
-x73928 = x73927
-x73929 = x73928
-x73930 = x73929
-x73931 = x73930
-x73932 = x73931
-x73933 = x73932
-x73934 = x73933
-x73935 = x73934
-x73936 = x73935
-x73937 = x73936
-x73938 = x73937
-x73939 = x73938
-x73940 = x73939
-x73941 = x73940
-x73942 = x73941
-x73943 = x73942
-x73944 = x73943
-x73945 = x73944
-x73946 = x73945
-x73947 = x73946
-x73948 = x73947
-x73949 = x73948
-x73950 = x73949
-x73951 = x73950
-x73952 = x73951
-x73953 = x73952
-x73954 = x73953
-x73955 = x73954
-x73956 = x73955
-x73957 = x73956
-x73958 = x73957
-x73959 = x73958
-x73960 = x73959
-x73961 = x73960
-x73962 = x73961
-x73963 = x73962
-x73964 = x73963
-x73965 = x73964
-x73966 = x73965
-x73967 = x73966
-x73968 = x73967
-x73969 = x73968
-x73970 = x73969
-x73971 = x73970
-x73972 = x73971
-x73973 = x73972
-x73974 = x73973
-x73975 = x73974
-x73976 = x73975
-x73977 = x73976
-x73978 = x73977
-x73979 = x73978
-x73980 = x73979
-x73981 = x73980
-x73982 = x73981
-x73983 = x73982
-x73984 = x73983
-x73985 = x73984
-x73986 = x73985
-x73987 = x73986
-x73988 = x73987
-x73989 = x73988
-x73990 = x73989
-x73991 = x73990
-x73992 = x73991
-x73993 = x73992
-x73994 = x73993
-x73995 = x73994
-x73996 = x73995
-x73997 = x73996
-x73998 = x73997
-x73999 = x73998
-x74000 = x73999
-x74001 = x74000
-x74002 = x74001
-x74003 = x74002
-x74004 = x74003
-x74005 = x74004
-x74006 = x74005
-x74007 = x74006
-x74008 = x74007
-x74009 = x74008
-x74010 = x74009
-x74011 = x74010
-x74012 = x74011
-x74013 = x74012
-x74014 = x74013
-x74015 = x74014
-x74016 = x74015
-x74017 = x74016
-x74018 = x74017
-x74019 = x74018
-x74020 = x74019
-x74021 = x74020
-x74022 = x74021
-x74023 = x74022
-x74024 = x74023
-x74025 = x74024
-x74026 = x74025
-x74027 = x74026
-x74028 = x74027
-x74029 = x74028
-x74030 = x74029
-x74031 = x74030
-x74032 = x74031
-x74033 = x74032
-x74034 = x74033
-x74035 = x74034
-x74036 = x74035
-x74037 = x74036
-x74038 = x74037
-x74039 = x74038
-x74040 = x74039
-x74041 = x74040
-x74042 = x74041
-x74043 = x74042
-x74044 = x74043
-x74045 = x74044
-x74046 = x74045
-x74047 = x74046
-x74048 = x74047
-x74049 = x74048
-x74050 = x74049
-x74051 = x74050
-x74052 = x74051
-x74053 = x74052
-x74054 = x74053
-x74055 = x74054
-x74056 = x74055
-x74057 = x74056
-x74058 = x74057
-x74059 = x74058
-x74060 = x74059
-x74061 = x74060
-x74062 = x74061
-x74063 = x74062
-x74064 = x74063
-x74065 = x74064
-x74066 = x74065
-x74067 = x74066
-x74068 = x74067
-x74069 = x74068
-x74070 = x74069
-x74071 = x74070
-x74072 = x74071
-x74073 = x74072
-x74074 = x74073
-x74075 = x74074
-x74076 = x74075
-x74077 = x74076
-x74078 = x74077
-x74079 = x74078
-x74080 = x74079
-x74081 = x74080
-x74082 = x74081
-x74083 = x74082
-x74084 = x74083
-x74085 = x74084
-x74086 = x74085
-x74087 = x74086
-x74088 = x74087
-x74089 = x74088
-x74090 = x74089
-x74091 = x74090
-x74092 = x74091
-x74093 = x74092
-x74094 = x74093
-x74095 = x74094
-x74096 = x74095
-x74097 = x74096
-x74098 = x74097
-x74099 = x74098
-x74100 = x74099
-x74101 = x74100
-x74102 = x74101
-x74103 = x74102
-x74104 = x74103
-x74105 = x74104
-x74106 = x74105
-x74107 = x74106
-x74108 = x74107
-x74109 = x74108
-x74110 = x74109
-x74111 = x74110
-x74112 = x74111
-x74113 = x74112
-x74114 = x74113
-x74115 = x74114
-x74116 = x74115
-x74117 = x74116
-x74118 = x74117
-x74119 = x74118
-x74120 = x74119
-x74121 = x74120
-x74122 = x74121
-x74123 = x74122
-x74124 = x74123
-x74125 = x74124
-x74126 = x74125
-x74127 = x74126
-x74128 = x74127
-x74129 = x74128
-x74130 = x74129
-x74131 = x74130
-x74132 = x74131
-x74133 = x74132
-x74134 = x74133
-x74135 = x74134
-x74136 = x74135
-x74137 = x74136
-x74138 = x74137
-x74139 = x74138
-x74140 = x74139
-x74141 = x74140
-x74142 = x74141
-x74143 = x74142
-x74144 = x74143
-x74145 = x74144
-x74146 = x74145
-x74147 = x74146
-x74148 = x74147
-x74149 = x74148
-x74150 = x74149
-x74151 = x74150
-x74152 = x74151
-x74153 = x74152
-x74154 = x74153
-x74155 = x74154
-x74156 = x74155
-x74157 = x74156
-x74158 = x74157
-x74159 = x74158
-x74160 = x74159
-x74161 = x74160
-x74162 = x74161
-x74163 = x74162
-x74164 = x74163
-x74165 = x74164
-x74166 = x74165
-x74167 = x74166
-x74168 = x74167
-x74169 = x74168
-x74170 = x74169
-x74171 = x74170
-x74172 = x74171
-x74173 = x74172
-x74174 = x74173
-x74175 = x74174
-x74176 = x74175
-x74177 = x74176
-x74178 = x74177
-x74179 = x74178
-x74180 = x74179
-x74181 = x74180
-x74182 = x74181
-x74183 = x74182
-x74184 = x74183
-x74185 = x74184
-x74186 = x74185
-x74187 = x74186
-x74188 = x74187
-x74189 = x74188
-x74190 = x74189
-x74191 = x74190
-x74192 = x74191
-x74193 = x74192
-x74194 = x74193
-x74195 = x74194
-x74196 = x74195
-x74197 = x74196
-x74198 = x74197
-x74199 = x74198
-x74200 = x74199
-x74201 = x74200
-x74202 = x74201
-x74203 = x74202
-x74204 = x74203
-x74205 = x74204
-x74206 = x74205
-x74207 = x74206
-x74208 = x74207
-x74209 = x74208
-x74210 = x74209
-x74211 = x74210
-x74212 = x74211
-x74213 = x74212
-x74214 = x74213
-x74215 = x74214
-x74216 = x74215
-x74217 = x74216
-x74218 = x74217
-x74219 = x74218
-x74220 = x74219
-x74221 = x74220
-x74222 = x74221
-x74223 = x74222
-x74224 = x74223
-x74225 = x74224
-x74226 = x74225
-x74227 = x74226
-x74228 = x74227
-x74229 = x74228
-x74230 = x74229
-x74231 = x74230
-x74232 = x74231
-x74233 = x74232
-x74234 = x74233
-x74235 = x74234
-x74236 = x74235
-x74237 = x74236
-x74238 = x74237
-x74239 = x74238
-x74240 = x74239
-x74241 = x74240
-x74242 = x74241
-x74243 = x74242
-x74244 = x74243
-x74245 = x74244
-x74246 = x74245
-x74247 = x74246
-x74248 = x74247
-x74249 = x74248
-x74250 = x74249
-x74251 = x74250
-x74252 = x74251
-x74253 = x74252
-x74254 = x74253
-x74255 = x74254
-x74256 = x74255
-x74257 = x74256
-x74258 = x74257
-x74259 = x74258
-x74260 = x74259
-x74261 = x74260
-x74262 = x74261
-x74263 = x74262
-x74264 = x74263
-x74265 = x74264
-x74266 = x74265
-x74267 = x74266
-x74268 = x74267
-x74269 = x74268
-x74270 = x74269
-x74271 = x74270
-x74272 = x74271
-x74273 = x74272
-x74274 = x74273
-x74275 = x74274
-x74276 = x74275
-x74277 = x74276
-x74278 = x74277
-x74279 = x74278
-x74280 = x74279
-x74281 = x74280
-x74282 = x74281
-x74283 = x74282
-x74284 = x74283
-x74285 = x74284
-x74286 = x74285
-x74287 = x74286
-x74288 = x74287
-x74289 = x74288
-x74290 = x74289
-x74291 = x74290
-x74292 = x74291
-x74293 = x74292
-x74294 = x74293
-x74295 = x74294
-x74296 = x74295
-x74297 = x74296
-x74298 = x74297
-x74299 = x74298
-x74300 = x74299
-x74301 = x74300
-x74302 = x74301
-x74303 = x74302
-x74304 = x74303
-x74305 = x74304
-x74306 = x74305
-x74307 = x74306
-x74308 = x74307
-x74309 = x74308
-x74310 = x74309
-x74311 = x74310
-x74312 = x74311
-x74313 = x74312
-x74314 = x74313
-x74315 = x74314
-x74316 = x74315
-x74317 = x74316
-x74318 = x74317
-x74319 = x74318
-x74320 = x74319
-x74321 = x74320
-x74322 = x74321
-x74323 = x74322
-x74324 = x74323
-x74325 = x74324
-x74326 = x74325
-x74327 = x74326
-x74328 = x74327
-x74329 = x74328
-x74330 = x74329
-x74331 = x74330
-x74332 = x74331
-x74333 = x74332
-x74334 = x74333
-x74335 = x74334
-x74336 = x74335
-x74337 = x74336
-x74338 = x74337
-x74339 = x74338
-x74340 = x74339
-x74341 = x74340
-x74342 = x74341
-x74343 = x74342
-x74344 = x74343
-x74345 = x74344
-x74346 = x74345
-x74347 = x74346
-x74348 = x74347
-x74349 = x74348
-x74350 = x74349
-x74351 = x74350
-x74352 = x74351
-x74353 = x74352
-x74354 = x74353
-x74355 = x74354
-x74356 = x74355
-x74357 = x74356
-x74358 = x74357
-x74359 = x74358
-x74360 = x74359
-x74361 = x74360
-x74362 = x74361
-x74363 = x74362
-x74364 = x74363
-x74365 = x74364
-x74366 = x74365
-x74367 = x74366
-x74368 = x74367
-x74369 = x74368
-x74370 = x74369
-x74371 = x74370
-x74372 = x74371
-x74373 = x74372
-x74374 = x74373
-x74375 = x74374
-x74376 = x74375
-x74377 = x74376
-x74378 = x74377
-x74379 = x74378
-x74380 = x74379
-x74381 = x74380
-x74382 = x74381
-x74383 = x74382
-x74384 = x74383
-x74385 = x74384
-x74386 = x74385
-x74387 = x74386
-x74388 = x74387
-x74389 = x74388
-x74390 = x74389
-x74391 = x74390
-x74392 = x74391
-x74393 = x74392
-x74394 = x74393
-x74395 = x74394
-x74396 = x74395
-x74397 = x74396
-x74398 = x74397
-x74399 = x74398
-x74400 = x74399
-x74401 = x74400
-x74402 = x74401
-x74403 = x74402
-x74404 = x74403
-x74405 = x74404
-x74406 = x74405
-x74407 = x74406
-x74408 = x74407
-x74409 = x74408
-x74410 = x74409
-x74411 = x74410
-x74412 = x74411
-x74413 = x74412
-x74414 = x74413
-x74415 = x74414
-x74416 = x74415
-x74417 = x74416
-x74418 = x74417
-x74419 = x74418
-x74420 = x74419
-x74421 = x74420
-x74422 = x74421
-x74423 = x74422
-x74424 = x74423
-x74425 = x74424
-x74426 = x74425
-x74427 = x74426
-x74428 = x74427
-x74429 = x74428
-x74430 = x74429
-x74431 = x74430
-x74432 = x74431
-x74433 = x74432
-x74434 = x74433
-x74435 = x74434
-x74436 = x74435
-x74437 = x74436
-x74438 = x74437
-x74439 = x74438
-x74440 = x74439
-x74441 = x74440
-x74442 = x74441
-x74443 = x74442
-x74444 = x74443
-x74445 = x74444
-x74446 = x74445
-x74447 = x74446
-x74448 = x74447
-x74449 = x74448
-x74450 = x74449
-x74451 = x74450
-x74452 = x74451
-x74453 = x74452
-x74454 = x74453
-x74455 = x74454
-x74456 = x74455
-x74457 = x74456
-x74458 = x74457
-x74459 = x74458
-x74460 = x74459
-x74461 = x74460
-x74462 = x74461
-x74463 = x74462
-x74464 = x74463
-x74465 = x74464
-x74466 = x74465
-x74467 = x74466
-x74468 = x74467
-x74469 = x74468
-x74470 = x74469
-x74471 = x74470
-x74472 = x74471
-x74473 = x74472
-x74474 = x74473
-x74475 = x74474
-x74476 = x74475
-x74477 = x74476
-x74478 = x74477
-x74479 = x74478
-x74480 = x74479
-x74481 = x74480
-x74482 = x74481
-x74483 = x74482
-x74484 = x74483
-x74485 = x74484
-x74486 = x74485
-x74487 = x74486
-x74488 = x74487
-x74489 = x74488
-x74490 = x74489
-x74491 = x74490
-x74492 = x74491
-x74493 = x74492
-x74494 = x74493
-x74495 = x74494
-x74496 = x74495
-x74497 = x74496
-x74498 = x74497
-x74499 = x74498
-x74500 = x74499
-x74501 = x74500
-x74502 = x74501
-x74503 = x74502
-x74504 = x74503
-x74505 = x74504
-x74506 = x74505
-x74507 = x74506
-x74508 = x74507
-x74509 = x74508
-x74510 = x74509
-x74511 = x74510
-x74512 = x74511
-x74513 = x74512
-x74514 = x74513
-x74515 = x74514
-x74516 = x74515
-x74517 = x74516
-x74518 = x74517
-x74519 = x74518
-x74520 = x74519
-x74521 = x74520
-x74522 = x74521
-x74523 = x74522
-x74524 = x74523
-x74525 = x74524
-x74526 = x74525
-x74527 = x74526
-x74528 = x74527
-x74529 = x74528
-x74530 = x74529
-x74531 = x74530
-x74532 = x74531
-x74533 = x74532
-x74534 = x74533
-x74535 = x74534
-x74536 = x74535
-x74537 = x74536
-x74538 = x74537
-x74539 = x74538
-x74540 = x74539
-x74541 = x74540
-x74542 = x74541
-x74543 = x74542
-x74544 = x74543
-x74545 = x74544
-x74546 = x74545
-x74547 = x74546
-x74548 = x74547
-x74549 = x74548
-x74550 = x74549
-x74551 = x74550
-x74552 = x74551
-x74553 = x74552
-x74554 = x74553
-x74555 = x74554
-x74556 = x74555
-x74557 = x74556
-x74558 = x74557
-x74559 = x74558
-x74560 = x74559
-x74561 = x74560
-x74562 = x74561
-x74563 = x74562
-x74564 = x74563
-x74565 = x74564
-x74566 = x74565
-x74567 = x74566
-x74568 = x74567
-x74569 = x74568
-x74570 = x74569
-x74571 = x74570
-x74572 = x74571
-x74573 = x74572
-x74574 = x74573
-x74575 = x74574
-x74576 = x74575
-x74577 = x74576
-x74578 = x74577
-x74579 = x74578
-x74580 = x74579
-x74581 = x74580
-x74582 = x74581
-x74583 = x74582
-x74584 = x74583
-x74585 = x74584
-x74586 = x74585
-x74587 = x74586
-x74588 = x74587
-x74589 = x74588
-x74590 = x74589
-x74591 = x74590
-x74592 = x74591
-x74593 = x74592
-x74594 = x74593
-x74595 = x74594
-x74596 = x74595
-x74597 = x74596
-x74598 = x74597
-x74599 = x74598
-x74600 = x74599
-x74601 = x74600
-x74602 = x74601
-x74603 = x74602
-x74604 = x74603
-x74605 = x74604
-x74606 = x74605
-x74607 = x74606
-x74608 = x74607
-x74609 = x74608
-x74610 = x74609
-x74611 = x74610
-x74612 = x74611
-x74613 = x74612
-x74614 = x74613
-x74615 = x74614
-x74616 = x74615
-x74617 = x74616
-x74618 = x74617
-x74619 = x74618
-x74620 = x74619
-x74621 = x74620
-x74622 = x74621
-x74623 = x74622
-x74624 = x74623
-x74625 = x74624
-x74626 = x74625
-x74627 = x74626
-x74628 = x74627
-x74629 = x74628
-x74630 = x74629
-x74631 = x74630
-x74632 = x74631
-x74633 = x74632
-x74634 = x74633
-x74635 = x74634
-x74636 = x74635
-x74637 = x74636
-x74638 = x74637
-x74639 = x74638
-x74640 = x74639
-x74641 = x74640
-x74642 = x74641
-x74643 = x74642
-x74644 = x74643
-x74645 = x74644
-x74646 = x74645
-x74647 = x74646
-x74648 = x74647
-x74649 = x74648
-x74650 = x74649
-x74651 = x74650
-x74652 = x74651
-x74653 = x74652
-x74654 = x74653
-x74655 = x74654
-x74656 = x74655
-x74657 = x74656
-x74658 = x74657
-x74659 = x74658
-x74660 = x74659
-x74661 = x74660
-x74662 = x74661
-x74663 = x74662
-x74664 = x74663
-x74665 = x74664
-x74666 = x74665
-x74667 = x74666
-x74668 = x74667
-x74669 = x74668
-x74670 = x74669
-x74671 = x74670
-x74672 = x74671
-x74673 = x74672
-x74674 = x74673
-x74675 = x74674
-x74676 = x74675
-x74677 = x74676
-x74678 = x74677
-x74679 = x74678
-x74680 = x74679
-x74681 = x74680
-x74682 = x74681
-x74683 = x74682
-x74684 = x74683
-x74685 = x74684
-x74686 = x74685
-x74687 = x74686
-x74688 = x74687
-x74689 = x74688
-x74690 = x74689
-x74691 = x74690
-x74692 = x74691
-x74693 = x74692
-x74694 = x74693
-x74695 = x74694
-x74696 = x74695
-x74697 = x74696
-x74698 = x74697
-x74699 = x74698
-x74700 = x74699
-x74701 = x74700
-x74702 = x74701
-x74703 = x74702
-x74704 = x74703
-x74705 = x74704
-x74706 = x74705
-x74707 = x74706
-x74708 = x74707
-x74709 = x74708
-x74710 = x74709
-x74711 = x74710
-x74712 = x74711
-x74713 = x74712
-x74714 = x74713
-x74715 = x74714
-x74716 = x74715
-x74717 = x74716
-x74718 = x74717
-x74719 = x74718
-x74720 = x74719
-x74721 = x74720
-x74722 = x74721
-x74723 = x74722
-x74724 = x74723
-x74725 = x74724
-x74726 = x74725
-x74727 = x74726
-x74728 = x74727
-x74729 = x74728
-x74730 = x74729
-x74731 = x74730
-x74732 = x74731
-x74733 = x74732
-x74734 = x74733
-x74735 = x74734
-x74736 = x74735
-x74737 = x74736
-x74738 = x74737
-x74739 = x74738
-x74740 = x74739
-x74741 = x74740
-x74742 = x74741
-x74743 = x74742
-x74744 = x74743
-x74745 = x74744
-x74746 = x74745
-x74747 = x74746
-x74748 = x74747
-x74749 = x74748
-x74750 = x74749
-x74751 = x74750
-x74752 = x74751
-x74753 = x74752
-x74754 = x74753
-x74755 = x74754
-x74756 = x74755
-x74757 = x74756
-x74758 = x74757
-x74759 = x74758
-x74760 = x74759
-x74761 = x74760
-x74762 = x74761
-x74763 = x74762
-x74764 = x74763
-x74765 = x74764
-x74766 = x74765
-x74767 = x74766
-x74768 = x74767
-x74769 = x74768
-x74770 = x74769
-x74771 = x74770
-x74772 = x74771
-x74773 = x74772
-x74774 = x74773
-x74775 = x74774
-x74776 = x74775
-x74777 = x74776
-x74778 = x74777
-x74779 = x74778
-x74780 = x74779
-x74781 = x74780
-x74782 = x74781
-x74783 = x74782
-x74784 = x74783
-x74785 = x74784
-x74786 = x74785
-x74787 = x74786
-x74788 = x74787
-x74789 = x74788
-x74790 = x74789
-x74791 = x74790
-x74792 = x74791
-x74793 = x74792
-x74794 = x74793
-x74795 = x74794
-x74796 = x74795
-x74797 = x74796
-x74798 = x74797
-x74799 = x74798
-x74800 = x74799
-x74801 = x74800
-x74802 = x74801
-x74803 = x74802
-x74804 = x74803
-x74805 = x74804
-x74806 = x74805
-x74807 = x74806
-x74808 = x74807
-x74809 = x74808
-x74810 = x74809
-x74811 = x74810
-x74812 = x74811
-x74813 = x74812
-x74814 = x74813
-x74815 = x74814
-x74816 = x74815
-x74817 = x74816
-x74818 = x74817
-x74819 = x74818
-x74820 = x74819
-x74821 = x74820
-x74822 = x74821
-x74823 = x74822
-x74824 = x74823
-x74825 = x74824
-x74826 = x74825
-x74827 = x74826
-x74828 = x74827
-x74829 = x74828
-x74830 = x74829
-x74831 = x74830
-x74832 = x74831
-x74833 = x74832
-x74834 = x74833
-x74835 = x74834
-x74836 = x74835
-x74837 = x74836
-x74838 = x74837
-x74839 = x74838
-x74840 = x74839
-x74841 = x74840
-x74842 = x74841
-x74843 = x74842
-x74844 = x74843
-x74845 = x74844
-x74846 = x74845
-x74847 = x74846
-x74848 = x74847
-x74849 = x74848
-x74850 = x74849
-x74851 = x74850
-x74852 = x74851
-x74853 = x74852
-x74854 = x74853
-x74855 = x74854
-x74856 = x74855
-x74857 = x74856
-x74858 = x74857
-x74859 = x74858
-x74860 = x74859
-x74861 = x74860
-x74862 = x74861
-x74863 = x74862
-x74864 = x74863
-x74865 = x74864
-x74866 = x74865
-x74867 = x74866
-x74868 = x74867
-x74869 = x74868
-x74870 = x74869
-x74871 = x74870
-x74872 = x74871
-x74873 = x74872
-x74874 = x74873
-x74875 = x74874
-x74876 = x74875
-x74877 = x74876
-x74878 = x74877
-x74879 = x74878
-x74880 = x74879
-x74881 = x74880
-x74882 = x74881
-x74883 = x74882
-x74884 = x74883
-x74885 = x74884
-x74886 = x74885
-x74887 = x74886
-x74888 = x74887
-x74889 = x74888
-x74890 = x74889
-x74891 = x74890
-x74892 = x74891
-x74893 = x74892
-x74894 = x74893
-x74895 = x74894
-x74896 = x74895
-x74897 = x74896
-x74898 = x74897
-x74899 = x74898
-x74900 = x74899
-x74901 = x74900
-x74902 = x74901
-x74903 = x74902
-x74904 = x74903
-x74905 = x74904
-x74906 = x74905
-x74907 = x74906
-x74908 = x74907
-x74909 = x74908
-x74910 = x74909
-x74911 = x74910
-x74912 = x74911
-x74913 = x74912
-x74914 = x74913
-x74915 = x74914
-x74916 = x74915
-x74917 = x74916
-x74918 = x74917
-x74919 = x74918
-x74920 = x74919
-x74921 = x74920
-x74922 = x74921
-x74923 = x74922
-x74924 = x74923
-x74925 = x74924
-x74926 = x74925
-x74927 = x74926
-x74928 = x74927
-x74929 = x74928
-x74930 = x74929
-x74931 = x74930
-x74932 = x74931
-x74933 = x74932
-x74934 = x74933
-x74935 = x74934
-x74936 = x74935
-x74937 = x74936
-x74938 = x74937
-x74939 = x74938
-x74940 = x74939
-x74941 = x74940
-x74942 = x74941
-x74943 = x74942
-x74944 = x74943
-x74945 = x74944
-x74946 = x74945
-x74947 = x74946
-x74948 = x74947
-x74949 = x74948
-x74950 = x74949
-x74951 = x74950
-x74952 = x74951
-x74953 = x74952
-x74954 = x74953
-x74955 = x74954
-x74956 = x74955
-x74957 = x74956
-x74958 = x74957
-x74959 = x74958
-x74960 = x74959
-x74961 = x74960
-x74962 = x74961
-x74963 = x74962
-x74964 = x74963
-x74965 = x74964
-x74966 = x74965
-x74967 = x74966
-x74968 = x74967
-x74969 = x74968
-x74970 = x74969
-x74971 = x74970
-x74972 = x74971
-x74973 = x74972
-x74974 = x74973
-x74975 = x74974
-x74976 = x74975
-x74977 = x74976
-x74978 = x74977
-x74979 = x74978
-x74980 = x74979
-x74981 = x74980
-x74982 = x74981
-x74983 = x74982
-x74984 = x74983
-x74985 = x74984
-x74986 = x74985
-x74987 = x74986
-x74988 = x74987
-x74989 = x74988
-x74990 = x74989
-x74991 = x74990
-x74992 = x74991
-x74993 = x74992
-x74994 = x74993
-x74995 = x74994
-x74996 = x74995
-x74997 = x74996
-x74998 = x74997
-x74999 = x74998
-x75000 = x74999
-x75001 = x75000
-x75002 = x75001
-x75003 = x75002
-x75004 = x75003
-x75005 = x75004
-x75006 = x75005
-x75007 = x75006
-x75008 = x75007
-x75009 = x75008
-x75010 = x75009
-x75011 = x75010
-x75012 = x75011
-x75013 = x75012
-x75014 = x75013
-x75015 = x75014
-x75016 = x75015
-x75017 = x75016
-x75018 = x75017
-x75019 = x75018
-x75020 = x75019
-x75021 = x75020
-x75022 = x75021
-x75023 = x75022
-x75024 = x75023
-x75025 = x75024
-x75026 = x75025
-x75027 = x75026
-x75028 = x75027
-x75029 = x75028
-x75030 = x75029
-x75031 = x75030
-x75032 = x75031
-x75033 = x75032
-x75034 = x75033
-x75035 = x75034
-x75036 = x75035
-x75037 = x75036
-x75038 = x75037
-x75039 = x75038
-x75040 = x75039
-x75041 = x75040
-x75042 = x75041
-x75043 = x75042
-x75044 = x75043
-x75045 = x75044
-x75046 = x75045
-x75047 = x75046
-x75048 = x75047
-x75049 = x75048
-x75050 = x75049
-x75051 = x75050
-x75052 = x75051
-x75053 = x75052
-x75054 = x75053
-x75055 = x75054
-x75056 = x75055
-x75057 = x75056
-x75058 = x75057
-x75059 = x75058
-x75060 = x75059
-x75061 = x75060
-x75062 = x75061
-x75063 = x75062
-x75064 = x75063
-x75065 = x75064
-x75066 = x75065
-x75067 = x75066
-x75068 = x75067
-x75069 = x75068
-x75070 = x75069
-x75071 = x75070
-x75072 = x75071
-x75073 = x75072
-x75074 = x75073
-x75075 = x75074
-x75076 = x75075
-x75077 = x75076
-x75078 = x75077
-x75079 = x75078
-x75080 = x75079
-x75081 = x75080
-x75082 = x75081
-x75083 = x75082
-x75084 = x75083
-x75085 = x75084
-x75086 = x75085
-x75087 = x75086
-x75088 = x75087
-x75089 = x75088
-x75090 = x75089
-x75091 = x75090
-x75092 = x75091
-x75093 = x75092
-x75094 = x75093
-x75095 = x75094
-x75096 = x75095
-x75097 = x75096
-x75098 = x75097
-x75099 = x75098
-x75100 = x75099
-x75101 = x75100
-x75102 = x75101
-x75103 = x75102
-x75104 = x75103
-x75105 = x75104
-x75106 = x75105
-x75107 = x75106
-x75108 = x75107
-x75109 = x75108
-x75110 = x75109
-x75111 = x75110
-x75112 = x75111
-x75113 = x75112
-x75114 = x75113
-x75115 = x75114
-x75116 = x75115
-x75117 = x75116
-x75118 = x75117
-x75119 = x75118
-x75120 = x75119
-x75121 = x75120
-x75122 = x75121
-x75123 = x75122
-x75124 = x75123
-x75125 = x75124
-x75126 = x75125
-x75127 = x75126
-x75128 = x75127
-x75129 = x75128
-x75130 = x75129
-x75131 = x75130
-x75132 = x75131
-x75133 = x75132
-x75134 = x75133
-x75135 = x75134
-x75136 = x75135
-x75137 = x75136
-x75138 = x75137
-x75139 = x75138
-x75140 = x75139
-x75141 = x75140
-x75142 = x75141
-x75143 = x75142
-x75144 = x75143
-x75145 = x75144
-x75146 = x75145
-x75147 = x75146
-x75148 = x75147
-x75149 = x75148
-x75150 = x75149
-x75151 = x75150
-x75152 = x75151
-x75153 = x75152
-x75154 = x75153
-x75155 = x75154
-x75156 = x75155
-x75157 = x75156
-x75158 = x75157
-x75159 = x75158
-x75160 = x75159
-x75161 = x75160
-x75162 = x75161
-x75163 = x75162
-x75164 = x75163
-x75165 = x75164
-x75166 = x75165
-x75167 = x75166
-x75168 = x75167
-x75169 = x75168
-x75170 = x75169
-x75171 = x75170
-x75172 = x75171
-x75173 = x75172
-x75174 = x75173
-x75175 = x75174
-x75176 = x75175
-x75177 = x75176
-x75178 = x75177
-x75179 = x75178
-x75180 = x75179
-x75181 = x75180
-x75182 = x75181
-x75183 = x75182
-x75184 = x75183
-x75185 = x75184
-x75186 = x75185
-x75187 = x75186
-x75188 = x75187
-x75189 = x75188
-x75190 = x75189
-x75191 = x75190
-x75192 = x75191
-x75193 = x75192
-x75194 = x75193
-x75195 = x75194
-x75196 = x75195
-x75197 = x75196
-x75198 = x75197
-x75199 = x75198
-x75200 = x75199
-x75201 = x75200
-x75202 = x75201
-x75203 = x75202
-x75204 = x75203
-x75205 = x75204
-x75206 = x75205
-x75207 = x75206
-x75208 = x75207
-x75209 = x75208
-x75210 = x75209
-x75211 = x75210
-x75212 = x75211
-x75213 = x75212
-x75214 = x75213
-x75215 = x75214
-x75216 = x75215
-x75217 = x75216
-x75218 = x75217
-x75219 = x75218
-x75220 = x75219
-x75221 = x75220
-x75222 = x75221
-x75223 = x75222
-x75224 = x75223
-x75225 = x75224
-x75226 = x75225
-x75227 = x75226
-x75228 = x75227
-x75229 = x75228
-x75230 = x75229
-x75231 = x75230
-x75232 = x75231
-x75233 = x75232
-x75234 = x75233
-x75235 = x75234
-x75236 = x75235
-x75237 = x75236
-x75238 = x75237
-x75239 = x75238
-x75240 = x75239
-x75241 = x75240
-x75242 = x75241
-x75243 = x75242
-x75244 = x75243
-x75245 = x75244
-x75246 = x75245
-x75247 = x75246
-x75248 = x75247
-x75249 = x75248
-x75250 = x75249
-x75251 = x75250
-x75252 = x75251
-x75253 = x75252
-x75254 = x75253
-x75255 = x75254
-x75256 = x75255
-x75257 = x75256
-x75258 = x75257
-x75259 = x75258
-x75260 = x75259
-x75261 = x75260
-x75262 = x75261
-x75263 = x75262
-x75264 = x75263
-x75265 = x75264
-x75266 = x75265
-x75267 = x75266
-x75268 = x75267
-x75269 = x75268
-x75270 = x75269
-x75271 = x75270
-x75272 = x75271
-x75273 = x75272
-x75274 = x75273
-x75275 = x75274
-x75276 = x75275
-x75277 = x75276
-x75278 = x75277
-x75279 = x75278
-x75280 = x75279
-x75281 = x75280
-x75282 = x75281
-x75283 = x75282
-x75284 = x75283
-x75285 = x75284
-x75286 = x75285
-x75287 = x75286
-x75288 = x75287
-x75289 = x75288
-x75290 = x75289
-x75291 = x75290
-x75292 = x75291
-x75293 = x75292
-x75294 = x75293
-x75295 = x75294
-x75296 = x75295
-x75297 = x75296
-x75298 = x75297
-x75299 = x75298
-x75300 = x75299
-x75301 = x75300
-x75302 = x75301
-x75303 = x75302
-x75304 = x75303
-x75305 = x75304
-x75306 = x75305
-x75307 = x75306
-x75308 = x75307
-x75309 = x75308
-x75310 = x75309
-x75311 = x75310
-x75312 = x75311
-x75313 = x75312
-x75314 = x75313
-x75315 = x75314
-x75316 = x75315
-x75317 = x75316
-x75318 = x75317
-x75319 = x75318
-x75320 = x75319
-x75321 = x75320
-x75322 = x75321
-x75323 = x75322
-x75324 = x75323
-x75325 = x75324
-x75326 = x75325
-x75327 = x75326
-x75328 = x75327
-x75329 = x75328
-x75330 = x75329
-x75331 = x75330
-x75332 = x75331
-x75333 = x75332
-x75334 = x75333
-x75335 = x75334
-x75336 = x75335
-x75337 = x75336
-x75338 = x75337
-x75339 = x75338
-x75340 = x75339
-x75341 = x75340
-x75342 = x75341
-x75343 = x75342
-x75344 = x75343
-x75345 = x75344
-x75346 = x75345
-x75347 = x75346
-x75348 = x75347
-x75349 = x75348
-x75350 = x75349
-x75351 = x75350
-x75352 = x75351
-x75353 = x75352
-x75354 = x75353
-x75355 = x75354
-x75356 = x75355
-x75357 = x75356
-x75358 = x75357
-x75359 = x75358
-x75360 = x75359
-x75361 = x75360
-x75362 = x75361
-x75363 = x75362
-x75364 = x75363
-x75365 = x75364
-x75366 = x75365
-x75367 = x75366
-x75368 = x75367
-x75369 = x75368
-x75370 = x75369
-x75371 = x75370
-x75372 = x75371
-x75373 = x75372
-x75374 = x75373
-x75375 = x75374
-x75376 = x75375
-x75377 = x75376
-x75378 = x75377
-x75379 = x75378
-x75380 = x75379
-x75381 = x75380
-x75382 = x75381
-x75383 = x75382
-x75384 = x75383
-x75385 = x75384
-x75386 = x75385
-x75387 = x75386
-x75388 = x75387
-x75389 = x75388
-x75390 = x75389
-x75391 = x75390
-x75392 = x75391
-x75393 = x75392
-x75394 = x75393
-x75395 = x75394
-x75396 = x75395
-x75397 = x75396
-x75398 = x75397
-x75399 = x75398
-x75400 = x75399
-x75401 = x75400
-x75402 = x75401
-x75403 = x75402
-x75404 = x75403
-x75405 = x75404
-x75406 = x75405
-x75407 = x75406
-x75408 = x75407
-x75409 = x75408
-x75410 = x75409
-x75411 = x75410
-x75412 = x75411
-x75413 = x75412
-x75414 = x75413
-x75415 = x75414
-x75416 = x75415
-x75417 = x75416
-x75418 = x75417
-x75419 = x75418
-x75420 = x75419
-x75421 = x75420
-x75422 = x75421
-x75423 = x75422
-x75424 = x75423
-x75425 = x75424
-x75426 = x75425
-x75427 = x75426
-x75428 = x75427
-x75429 = x75428
-x75430 = x75429
-x75431 = x75430
-x75432 = x75431
-x75433 = x75432
-x75434 = x75433
-x75435 = x75434
-x75436 = x75435
-x75437 = x75436
-x75438 = x75437
-x75439 = x75438
-x75440 = x75439
-x75441 = x75440
-x75442 = x75441
-x75443 = x75442
-x75444 = x75443
-x75445 = x75444
-x75446 = x75445
-x75447 = x75446
-x75448 = x75447
-x75449 = x75448
-x75450 = x75449
-x75451 = x75450
-x75452 = x75451
-x75453 = x75452
-x75454 = x75453
-x75455 = x75454
-x75456 = x75455
-x75457 = x75456
-x75458 = x75457
-x75459 = x75458
-x75460 = x75459
-x75461 = x75460
-x75462 = x75461
-x75463 = x75462
-x75464 = x75463
-x75465 = x75464
-x75466 = x75465
-x75467 = x75466
-x75468 = x75467
-x75469 = x75468
-x75470 = x75469
-x75471 = x75470
-x75472 = x75471
-x75473 = x75472
-x75474 = x75473
-x75475 = x75474
-x75476 = x75475
-x75477 = x75476
-x75478 = x75477
-x75479 = x75478
-x75480 = x75479
-x75481 = x75480
-x75482 = x75481
-x75483 = x75482
-x75484 = x75483
-x75485 = x75484
-x75486 = x75485
-x75487 = x75486
-x75488 = x75487
-x75489 = x75488
-x75490 = x75489
-x75491 = x75490
-x75492 = x75491
-x75493 = x75492
-x75494 = x75493
-x75495 = x75494
-x75496 = x75495
-x75497 = x75496
-x75498 = x75497
-x75499 = x75498
-x75500 = x75499
-x75501 = x75500
-x75502 = x75501
-x75503 = x75502
-x75504 = x75503
-x75505 = x75504
-x75506 = x75505
-x75507 = x75506
-x75508 = x75507
-x75509 = x75508
-x75510 = x75509
-x75511 = x75510
-x75512 = x75511
-x75513 = x75512
-x75514 = x75513
-x75515 = x75514
-x75516 = x75515
-x75517 = x75516
-x75518 = x75517
-x75519 = x75518
-x75520 = x75519
-x75521 = x75520
-x75522 = x75521
-x75523 = x75522
-x75524 = x75523
-x75525 = x75524
-x75526 = x75525
-x75527 = x75526
-x75528 = x75527
-x75529 = x75528
-x75530 = x75529
-x75531 = x75530
-x75532 = x75531
-x75533 = x75532
-x75534 = x75533
-x75535 = x75534
-x75536 = x75535
-x75537 = x75536
-x75538 = x75537
-x75539 = x75538
-x75540 = x75539
-x75541 = x75540
-x75542 = x75541
-x75543 = x75542
-x75544 = x75543
-x75545 = x75544
-x75546 = x75545
-x75547 = x75546
-x75548 = x75547
-x75549 = x75548
-x75550 = x75549
-x75551 = x75550
-x75552 = x75551
-x75553 = x75552
-x75554 = x75553
-x75555 = x75554
-x75556 = x75555
-x75557 = x75556
-x75558 = x75557
-x75559 = x75558
-x75560 = x75559
-x75561 = x75560
-x75562 = x75561
-x75563 = x75562
-x75564 = x75563
-x75565 = x75564
-x75566 = x75565
-x75567 = x75566
-x75568 = x75567
-x75569 = x75568
-x75570 = x75569
-x75571 = x75570
-x75572 = x75571
-x75573 = x75572
-x75574 = x75573
-x75575 = x75574
-x75576 = x75575
-x75577 = x75576
-x75578 = x75577
-x75579 = x75578
-x75580 = x75579
-x75581 = x75580
-x75582 = x75581
-x75583 = x75582
-x75584 = x75583
-x75585 = x75584
-x75586 = x75585
-x75587 = x75586
-x75588 = x75587
-x75589 = x75588
-x75590 = x75589
-x75591 = x75590
-x75592 = x75591
-x75593 = x75592
-x75594 = x75593
-x75595 = x75594
-x75596 = x75595
-x75597 = x75596
-x75598 = x75597
-x75599 = x75598
-x75600 = x75599
-x75601 = x75600
-x75602 = x75601
-x75603 = x75602
-x75604 = x75603
-x75605 = x75604
-x75606 = x75605
-x75607 = x75606
-x75608 = x75607
-x75609 = x75608
-x75610 = x75609
-x75611 = x75610
-x75612 = x75611
-x75613 = x75612
-x75614 = x75613
-x75615 = x75614
-x75616 = x75615
-x75617 = x75616
-x75618 = x75617
-x75619 = x75618
-x75620 = x75619
-x75621 = x75620
-x75622 = x75621
-x75623 = x75622
-x75624 = x75623
-x75625 = x75624
-x75626 = x75625
-x75627 = x75626
-x75628 = x75627
-x75629 = x75628
-x75630 = x75629
-x75631 = x75630
-x75632 = x75631
-x75633 = x75632
-x75634 = x75633
-x75635 = x75634
-x75636 = x75635
-x75637 = x75636
-x75638 = x75637
-x75639 = x75638
-x75640 = x75639
-x75641 = x75640
-x75642 = x75641
-x75643 = x75642
-x75644 = x75643
-x75645 = x75644
-x75646 = x75645
-x75647 = x75646
-x75648 = x75647
-x75649 = x75648
-x75650 = x75649
-x75651 = x75650
-x75652 = x75651
-x75653 = x75652
-x75654 = x75653
-x75655 = x75654
-x75656 = x75655
-x75657 = x75656
-x75658 = x75657
-x75659 = x75658
-x75660 = x75659
-x75661 = x75660
-x75662 = x75661
-x75663 = x75662
-x75664 = x75663
-x75665 = x75664
-x75666 = x75665
-x75667 = x75666
-x75668 = x75667
-x75669 = x75668
-x75670 = x75669
-x75671 = x75670
-x75672 = x75671
-x75673 = x75672
-x75674 = x75673
-x75675 = x75674
-x75676 = x75675
-x75677 = x75676
-x75678 = x75677
-x75679 = x75678
-x75680 = x75679
-x75681 = x75680
-x75682 = x75681
-x75683 = x75682
-x75684 = x75683
-x75685 = x75684
-x75686 = x75685
-x75687 = x75686
-x75688 = x75687
-x75689 = x75688
-x75690 = x75689
-x75691 = x75690
-x75692 = x75691
-x75693 = x75692
-x75694 = x75693
-x75695 = x75694
-x75696 = x75695
-x75697 = x75696
-x75698 = x75697
-x75699 = x75698
-x75700 = x75699
-x75701 = x75700
-x75702 = x75701
-x75703 = x75702
-x75704 = x75703
-x75705 = x75704
-x75706 = x75705
-x75707 = x75706
-x75708 = x75707
-x75709 = x75708
-x75710 = x75709
-x75711 = x75710
-x75712 = x75711
-x75713 = x75712
-x75714 = x75713
-x75715 = x75714
-x75716 = x75715
-x75717 = x75716
-x75718 = x75717
-x75719 = x75718
-x75720 = x75719
-x75721 = x75720
-x75722 = x75721
-x75723 = x75722
-x75724 = x75723
-x75725 = x75724
-x75726 = x75725
-x75727 = x75726
-x75728 = x75727
-x75729 = x75728
-x75730 = x75729
-x75731 = x75730
-x75732 = x75731
-x75733 = x75732
-x75734 = x75733
-x75735 = x75734
-x75736 = x75735
-x75737 = x75736
-x75738 = x75737
-x75739 = x75738
-x75740 = x75739
-x75741 = x75740
-x75742 = x75741
-x75743 = x75742
-x75744 = x75743
-x75745 = x75744
-x75746 = x75745
-x75747 = x75746
-x75748 = x75747
-x75749 = x75748
-x75750 = x75749
-x75751 = x75750
-x75752 = x75751
-x75753 = x75752
-x75754 = x75753
-x75755 = x75754
-x75756 = x75755
-x75757 = x75756
-x75758 = x75757
-x75759 = x75758
-x75760 = x75759
-x75761 = x75760
-x75762 = x75761
-x75763 = x75762
-x75764 = x75763
-x75765 = x75764
-x75766 = x75765
-x75767 = x75766
-x75768 = x75767
-x75769 = x75768
-x75770 = x75769
-x75771 = x75770
-x75772 = x75771
-x75773 = x75772
-x75774 = x75773
-x75775 = x75774
-x75776 = x75775
-x75777 = x75776
-x75778 = x75777
-x75779 = x75778
-x75780 = x75779
-x75781 = x75780
-x75782 = x75781
-x75783 = x75782
-x75784 = x75783
-x75785 = x75784
-x75786 = x75785
-x75787 = x75786
-x75788 = x75787
-x75789 = x75788
-x75790 = x75789
-x75791 = x75790
-x75792 = x75791
-x75793 = x75792
-x75794 = x75793
-x75795 = x75794
-x75796 = x75795
-x75797 = x75796
-x75798 = x75797
-x75799 = x75798
-x75800 = x75799
-x75801 = x75800
-x75802 = x75801
-x75803 = x75802
-x75804 = x75803
-x75805 = x75804
-x75806 = x75805
-x75807 = x75806
-x75808 = x75807
-x75809 = x75808
-x75810 = x75809
-x75811 = x75810
-x75812 = x75811
-x75813 = x75812
-x75814 = x75813
-x75815 = x75814
-x75816 = x75815
-x75817 = x75816
-x75818 = x75817
-x75819 = x75818
-x75820 = x75819
-x75821 = x75820
-x75822 = x75821
-x75823 = x75822
-x75824 = x75823
-x75825 = x75824
-x75826 = x75825
-x75827 = x75826
-x75828 = x75827
-x75829 = x75828
-x75830 = x75829
-x75831 = x75830
-x75832 = x75831
-x75833 = x75832
-x75834 = x75833
-x75835 = x75834
-x75836 = x75835
-x75837 = x75836
-x75838 = x75837
-x75839 = x75838
-x75840 = x75839
-x75841 = x75840
-x75842 = x75841
-x75843 = x75842
-x75844 = x75843
-x75845 = x75844
-x75846 = x75845
-x75847 = x75846
-x75848 = x75847
-x75849 = x75848
-x75850 = x75849
-x75851 = x75850
-x75852 = x75851
-x75853 = x75852
-x75854 = x75853
-x75855 = x75854
-x75856 = x75855
-x75857 = x75856
-x75858 = x75857
-x75859 = x75858
-x75860 = x75859
-x75861 = x75860
-x75862 = x75861
-x75863 = x75862
-x75864 = x75863
-x75865 = x75864
-x75866 = x75865
-x75867 = x75866
-x75868 = x75867
-x75869 = x75868
-x75870 = x75869
-x75871 = x75870
-x75872 = x75871
-x75873 = x75872
-x75874 = x75873
-x75875 = x75874
-x75876 = x75875
-x75877 = x75876
-x75878 = x75877
-x75879 = x75878
-x75880 = x75879
-x75881 = x75880
-x75882 = x75881
-x75883 = x75882
-x75884 = x75883
-x75885 = x75884
-x75886 = x75885
-x75887 = x75886
-x75888 = x75887
-x75889 = x75888
-x75890 = x75889
-x75891 = x75890
-x75892 = x75891
-x75893 = x75892
-x75894 = x75893
-x75895 = x75894
-x75896 = x75895
-x75897 = x75896
-x75898 = x75897
-x75899 = x75898
-x75900 = x75899
-x75901 = x75900
-x75902 = x75901
-x75903 = x75902
-x75904 = x75903
-x75905 = x75904
-x75906 = x75905
-x75907 = x75906
-x75908 = x75907
-x75909 = x75908
-x75910 = x75909
-x75911 = x75910
-x75912 = x75911
-x75913 = x75912
-x75914 = x75913
-x75915 = x75914
-x75916 = x75915
-x75917 = x75916
-x75918 = x75917
-x75919 = x75918
-x75920 = x75919
-x75921 = x75920
-x75922 = x75921
-x75923 = x75922
-x75924 = x75923
-x75925 = x75924
-x75926 = x75925
-x75927 = x75926
-x75928 = x75927
-x75929 = x75928
-x75930 = x75929
-x75931 = x75930
-x75932 = x75931
-x75933 = x75932
-x75934 = x75933
-x75935 = x75934
-x75936 = x75935
-x75937 = x75936
-x75938 = x75937
-x75939 = x75938
-x75940 = x75939
-x75941 = x75940
-x75942 = x75941
-x75943 = x75942
-x75944 = x75943
-x75945 = x75944
-x75946 = x75945
-x75947 = x75946
-x75948 = x75947
-x75949 = x75948
-x75950 = x75949
-x75951 = x75950
-x75952 = x75951
-x75953 = x75952
-x75954 = x75953
-x75955 = x75954
-x75956 = x75955
-x75957 = x75956
-x75958 = x75957
-x75959 = x75958
-x75960 = x75959
-x75961 = x75960
-x75962 = x75961
-x75963 = x75962
-x75964 = x75963
-x75965 = x75964
-x75966 = x75965
-x75967 = x75966
-x75968 = x75967
-x75969 = x75968
-x75970 = x75969
-x75971 = x75970
-x75972 = x75971
-x75973 = x75972
-x75974 = x75973
-x75975 = x75974
-x75976 = x75975
-x75977 = x75976
-x75978 = x75977
-x75979 = x75978
-x75980 = x75979
-x75981 = x75980
-x75982 = x75981
-x75983 = x75982
-x75984 = x75983
-x75985 = x75984
-x75986 = x75985
-x75987 = x75986
-x75988 = x75987
-x75989 = x75988
-x75990 = x75989
-x75991 = x75990
-x75992 = x75991
-x75993 = x75992
-x75994 = x75993
-x75995 = x75994
-x75996 = x75995
-x75997 = x75996
-x75998 = x75997
-x75999 = x75998
-x76000 = x75999
-x76001 = x76000
-x76002 = x76001
-x76003 = x76002
-x76004 = x76003
-x76005 = x76004
-x76006 = x76005
-x76007 = x76006
-x76008 = x76007
-x76009 = x76008
-x76010 = x76009
-x76011 = x76010
-x76012 = x76011
-x76013 = x76012
-x76014 = x76013
-x76015 = x76014
-x76016 = x76015
-x76017 = x76016
-x76018 = x76017
-x76019 = x76018
-x76020 = x76019
-x76021 = x76020
-x76022 = x76021
-x76023 = x76022
-x76024 = x76023
-x76025 = x76024
-x76026 = x76025
-x76027 = x76026
-x76028 = x76027
-x76029 = x76028
-x76030 = x76029
-x76031 = x76030
-x76032 = x76031
-x76033 = x76032
-x76034 = x76033
-x76035 = x76034
-x76036 = x76035
-x76037 = x76036
-x76038 = x76037
-x76039 = x76038
-x76040 = x76039
-x76041 = x76040
-x76042 = x76041
-x76043 = x76042
-x76044 = x76043
-x76045 = x76044
-x76046 = x76045
-x76047 = x76046
-x76048 = x76047
-x76049 = x76048
-x76050 = x76049
-x76051 = x76050
-x76052 = x76051
-x76053 = x76052
-x76054 = x76053
-x76055 = x76054
-x76056 = x76055
-x76057 = x76056
-x76058 = x76057
-x76059 = x76058
-x76060 = x76059
-x76061 = x76060
-x76062 = x76061
-x76063 = x76062
-x76064 = x76063
-x76065 = x76064
-x76066 = x76065
-x76067 = x76066
-x76068 = x76067
-x76069 = x76068
-x76070 = x76069
-x76071 = x76070
-x76072 = x76071
-x76073 = x76072
-x76074 = x76073
-x76075 = x76074
-x76076 = x76075
-x76077 = x76076
-x76078 = x76077
-x76079 = x76078
-x76080 = x76079
-x76081 = x76080
-x76082 = x76081
-x76083 = x76082
-x76084 = x76083
-x76085 = x76084
-x76086 = x76085
-x76087 = x76086
-x76088 = x76087
-x76089 = x76088
-x76090 = x76089
-x76091 = x76090
-x76092 = x76091
-x76093 = x76092
-x76094 = x76093
-x76095 = x76094
-x76096 = x76095
-x76097 = x76096
-x76098 = x76097
-x76099 = x76098
-x76100 = x76099
-x76101 = x76100
-x76102 = x76101
-x76103 = x76102
-x76104 = x76103
-x76105 = x76104
-x76106 = x76105
-x76107 = x76106
-x76108 = x76107
-x76109 = x76108
-x76110 = x76109
-x76111 = x76110
-x76112 = x76111
-x76113 = x76112
-x76114 = x76113
-x76115 = x76114
-x76116 = x76115
-x76117 = x76116
-x76118 = x76117
-x76119 = x76118
-x76120 = x76119
-x76121 = x76120
-x76122 = x76121
-x76123 = x76122
-x76124 = x76123
-x76125 = x76124
-x76126 = x76125
-x76127 = x76126
-x76128 = x76127
-x76129 = x76128
-x76130 = x76129
-x76131 = x76130
-x76132 = x76131
-x76133 = x76132
-x76134 = x76133
-x76135 = x76134
-x76136 = x76135
-x76137 = x76136
-x76138 = x76137
-x76139 = x76138
-x76140 = x76139
-x76141 = x76140
-x76142 = x76141
-x76143 = x76142
-x76144 = x76143
-x76145 = x76144
-x76146 = x76145
-x76147 = x76146
-x76148 = x76147
-x76149 = x76148
-x76150 = x76149
-x76151 = x76150
-x76152 = x76151
-x76153 = x76152
-x76154 = x76153
-x76155 = x76154
-x76156 = x76155
-x76157 = x76156
-x76158 = x76157
-x76159 = x76158
-x76160 = x76159
-x76161 = x76160
-x76162 = x76161
-x76163 = x76162
-x76164 = x76163
-x76165 = x76164
-x76166 = x76165
-x76167 = x76166
-x76168 = x76167
-x76169 = x76168
-x76170 = x76169
-x76171 = x76170
-x76172 = x76171
-x76173 = x76172
-x76174 = x76173
-x76175 = x76174
-x76176 = x76175
-x76177 = x76176
-x76178 = x76177
-x76179 = x76178
-x76180 = x76179
-x76181 = x76180
-x76182 = x76181
-x76183 = x76182
-x76184 = x76183
-x76185 = x76184
-x76186 = x76185
-x76187 = x76186
-x76188 = x76187
-x76189 = x76188
-x76190 = x76189
-x76191 = x76190
-x76192 = x76191
-x76193 = x76192
-x76194 = x76193
-x76195 = x76194
-x76196 = x76195
-x76197 = x76196
-x76198 = x76197
-x76199 = x76198
-x76200 = x76199
-x76201 = x76200
-x76202 = x76201
-x76203 = x76202
-x76204 = x76203
-x76205 = x76204
-x76206 = x76205
-x76207 = x76206
-x76208 = x76207
-x76209 = x76208
-x76210 = x76209
-x76211 = x76210
-x76212 = x76211
-x76213 = x76212
-x76214 = x76213
-x76215 = x76214
-x76216 = x76215
-x76217 = x76216
-x76218 = x76217
-x76219 = x76218
-x76220 = x76219
-x76221 = x76220
-x76222 = x76221
-x76223 = x76222
-x76224 = x76223
-x76225 = x76224
-x76226 = x76225
-x76227 = x76226
-x76228 = x76227
-x76229 = x76228
-x76230 = x76229
-x76231 = x76230
-x76232 = x76231
-x76233 = x76232
-x76234 = x76233
-x76235 = x76234
-x76236 = x76235
-x76237 = x76236
-x76238 = x76237
-x76239 = x76238
-x76240 = x76239
-x76241 = x76240
-x76242 = x76241
-x76243 = x76242
-x76244 = x76243
-x76245 = x76244
-x76246 = x76245
-x76247 = x76246
-x76248 = x76247
-x76249 = x76248
-x76250 = x76249
-x76251 = x76250
-x76252 = x76251
-x76253 = x76252
-x76254 = x76253
-x76255 = x76254
-x76256 = x76255
-x76257 = x76256
-x76258 = x76257
-x76259 = x76258
-x76260 = x76259
-x76261 = x76260
-x76262 = x76261
-x76263 = x76262
-x76264 = x76263
-x76265 = x76264
-x76266 = x76265
-x76267 = x76266
-x76268 = x76267
-x76269 = x76268
-x76270 = x76269
-x76271 = x76270
-x76272 = x76271
-x76273 = x76272
-x76274 = x76273
-x76275 = x76274
-x76276 = x76275
-x76277 = x76276
-x76278 = x76277
-x76279 = x76278
-x76280 = x76279
-x76281 = x76280
-x76282 = x76281
-x76283 = x76282
-x76284 = x76283
-x76285 = x76284
-x76286 = x76285
-x76287 = x76286
-x76288 = x76287
-x76289 = x76288
-x76290 = x76289
-x76291 = x76290
-x76292 = x76291
-x76293 = x76292
-x76294 = x76293
-x76295 = x76294
-x76296 = x76295
-x76297 = x76296
-x76298 = x76297
-x76299 = x76298
-x76300 = x76299
-x76301 = x76300
-x76302 = x76301
-x76303 = x76302
-x76304 = x76303
-x76305 = x76304
-x76306 = x76305
-x76307 = x76306
-x76308 = x76307
-x76309 = x76308
-x76310 = x76309
-x76311 = x76310
-x76312 = x76311
-x76313 = x76312
-x76314 = x76313
-x76315 = x76314
-x76316 = x76315
-x76317 = x76316
-x76318 = x76317
-x76319 = x76318
-x76320 = x76319
-x76321 = x76320
-x76322 = x76321
-x76323 = x76322
-x76324 = x76323
-x76325 = x76324
-x76326 = x76325
-x76327 = x76326
-x76328 = x76327
-x76329 = x76328
-x76330 = x76329
-x76331 = x76330
-x76332 = x76331
-x76333 = x76332
-x76334 = x76333
-x76335 = x76334
-x76336 = x76335
-x76337 = x76336
-x76338 = x76337
-x76339 = x76338
-x76340 = x76339
-x76341 = x76340
-x76342 = x76341
-x76343 = x76342
-x76344 = x76343
-x76345 = x76344
-x76346 = x76345
-x76347 = x76346
-x76348 = x76347
-x76349 = x76348
-x76350 = x76349
-x76351 = x76350
-x76352 = x76351
-x76353 = x76352
-x76354 = x76353
-x76355 = x76354
-x76356 = x76355
-x76357 = x76356
-x76358 = x76357
-x76359 = x76358
-x76360 = x76359
-x76361 = x76360
-x76362 = x76361
-x76363 = x76362
-x76364 = x76363
-x76365 = x76364
-x76366 = x76365
-x76367 = x76366
-x76368 = x76367
-x76369 = x76368
-x76370 = x76369
-x76371 = x76370
-x76372 = x76371
-x76373 = x76372
-x76374 = x76373
-x76375 = x76374
-x76376 = x76375
-x76377 = x76376
-x76378 = x76377
-x76379 = x76378
-x76380 = x76379
-x76381 = x76380
-x76382 = x76381
-x76383 = x76382
-x76384 = x76383
-x76385 = x76384
-x76386 = x76385
-x76387 = x76386
-x76388 = x76387
-x76389 = x76388
-x76390 = x76389
-x76391 = x76390
-x76392 = x76391
-x76393 = x76392
-x76394 = x76393
-x76395 = x76394
-x76396 = x76395
-x76397 = x76396
-x76398 = x76397
-x76399 = x76398
-x76400 = x76399
-x76401 = x76400
-x76402 = x76401
-x76403 = x76402
-x76404 = x76403
-x76405 = x76404
-x76406 = x76405
-x76407 = x76406
-x76408 = x76407
-x76409 = x76408
-x76410 = x76409
-x76411 = x76410
-x76412 = x76411
-x76413 = x76412
-x76414 = x76413
-x76415 = x76414
-x76416 = x76415
-x76417 = x76416
-x76418 = x76417
-x76419 = x76418
-x76420 = x76419
-x76421 = x76420
-x76422 = x76421
-x76423 = x76422
-x76424 = x76423
-x76425 = x76424
-x76426 = x76425
-x76427 = x76426
-x76428 = x76427
-x76429 = x76428
-x76430 = x76429
-x76431 = x76430
-x76432 = x76431
-x76433 = x76432
-x76434 = x76433
-x76435 = x76434
-x76436 = x76435
-x76437 = x76436
-x76438 = x76437
-x76439 = x76438
-x76440 = x76439
-x76441 = x76440
-x76442 = x76441
-x76443 = x76442
-x76444 = x76443
-x76445 = x76444
-x76446 = x76445
-x76447 = x76446
-x76448 = x76447
-x76449 = x76448
-x76450 = x76449
-x76451 = x76450
-x76452 = x76451
-x76453 = x76452
-x76454 = x76453
-x76455 = x76454
-x76456 = x76455
-x76457 = x76456
-x76458 = x76457
-x76459 = x76458
-x76460 = x76459
-x76461 = x76460
-x76462 = x76461
-x76463 = x76462
-x76464 = x76463
-x76465 = x76464
-x76466 = x76465
-x76467 = x76466
-x76468 = x76467
-x76469 = x76468
-x76470 = x76469
-x76471 = x76470
-x76472 = x76471
-x76473 = x76472
-x76474 = x76473
-x76475 = x76474
-x76476 = x76475
-x76477 = x76476
-x76478 = x76477
-x76479 = x76478
-x76480 = x76479
-x76481 = x76480
-x76482 = x76481
-x76483 = x76482
-x76484 = x76483
-x76485 = x76484
-x76486 = x76485
-x76487 = x76486
-x76488 = x76487
-x76489 = x76488
-x76490 = x76489
-x76491 = x76490
-x76492 = x76491
-x76493 = x76492
-x76494 = x76493
-x76495 = x76494
-x76496 = x76495
-x76497 = x76496
-x76498 = x76497
-x76499 = x76498
-x76500 = x76499
-x76501 = x76500
-x76502 = x76501
-x76503 = x76502
-x76504 = x76503
-x76505 = x76504
-x76506 = x76505
-x76507 = x76506
-x76508 = x76507
-x76509 = x76508
-x76510 = x76509
-x76511 = x76510
-x76512 = x76511
-x76513 = x76512
-x76514 = x76513
-x76515 = x76514
-x76516 = x76515
-x76517 = x76516
-x76518 = x76517
-x76519 = x76518
-x76520 = x76519
-x76521 = x76520
-x76522 = x76521
-x76523 = x76522
-x76524 = x76523
-x76525 = x76524
-x76526 = x76525
-x76527 = x76526
-x76528 = x76527
-x76529 = x76528
-x76530 = x76529
-x76531 = x76530
-x76532 = x76531
-x76533 = x76532
-x76534 = x76533
-x76535 = x76534
-x76536 = x76535
-x76537 = x76536
-x76538 = x76537
-x76539 = x76538
-x76540 = x76539
-x76541 = x76540
-x76542 = x76541
-x76543 = x76542
-x76544 = x76543
-x76545 = x76544
-x76546 = x76545
-x76547 = x76546
-x76548 = x76547
-x76549 = x76548
-x76550 = x76549
-x76551 = x76550
-x76552 = x76551
-x76553 = x76552
-x76554 = x76553
-x76555 = x76554
-x76556 = x76555
-x76557 = x76556
-x76558 = x76557
-x76559 = x76558
-x76560 = x76559
-x76561 = x76560
-x76562 = x76561
-x76563 = x76562
-x76564 = x76563
-x76565 = x76564
-x76566 = x76565
-x76567 = x76566
-x76568 = x76567
-x76569 = x76568
-x76570 = x76569
-x76571 = x76570
-x76572 = x76571
-x76573 = x76572
-x76574 = x76573
-x76575 = x76574
-x76576 = x76575
-x76577 = x76576
-x76578 = x76577
-x76579 = x76578
-x76580 = x76579
-x76581 = x76580
-x76582 = x76581
-x76583 = x76582
-x76584 = x76583
-x76585 = x76584
-x76586 = x76585
-x76587 = x76586
-x76588 = x76587
-x76589 = x76588
-x76590 = x76589
-x76591 = x76590
-x76592 = x76591
-x76593 = x76592
-x76594 = x76593
-x76595 = x76594
-x76596 = x76595
-x76597 = x76596
-x76598 = x76597
-x76599 = x76598
-x76600 = x76599
-x76601 = x76600
-x76602 = x76601
-x76603 = x76602
-x76604 = x76603
-x76605 = x76604
-x76606 = x76605
-x76607 = x76606
-x76608 = x76607
-x76609 = x76608
-x76610 = x76609
-x76611 = x76610
-x76612 = x76611
-x76613 = x76612
-x76614 = x76613
-x76615 = x76614
-x76616 = x76615
-x76617 = x76616
-x76618 = x76617
-x76619 = x76618
-x76620 = x76619
-x76621 = x76620
-x76622 = x76621
-x76623 = x76622
-x76624 = x76623
-x76625 = x76624
-x76626 = x76625
-x76627 = x76626
-x76628 = x76627
-x76629 = x76628
-x76630 = x76629
-x76631 = x76630
-x76632 = x76631
-x76633 = x76632
-x76634 = x76633
-x76635 = x76634
-x76636 = x76635
-x76637 = x76636
-x76638 = x76637
-x76639 = x76638
-x76640 = x76639
-x76641 = x76640
-x76642 = x76641
-x76643 = x76642
-x76644 = x76643
-x76645 = x76644
-x76646 = x76645
-x76647 = x76646
-x76648 = x76647
-x76649 = x76648
-x76650 = x76649
-x76651 = x76650
-x76652 = x76651
-x76653 = x76652
-x76654 = x76653
-x76655 = x76654
-x76656 = x76655
-x76657 = x76656
-x76658 = x76657
-x76659 = x76658
-x76660 = x76659
-x76661 = x76660
-x76662 = x76661
-x76663 = x76662
-x76664 = x76663
-x76665 = x76664
-x76666 = x76665
-x76667 = x76666
-x76668 = x76667
-x76669 = x76668
-x76670 = x76669
-x76671 = x76670
-x76672 = x76671
-x76673 = x76672
-x76674 = x76673
-x76675 = x76674
-x76676 = x76675
-x76677 = x76676
-x76678 = x76677
-x76679 = x76678
-x76680 = x76679
-x76681 = x76680
-x76682 = x76681
-x76683 = x76682
-x76684 = x76683
-x76685 = x76684
-x76686 = x76685
-x76687 = x76686
-x76688 = x76687
-x76689 = x76688
-x76690 = x76689
-x76691 = x76690
-x76692 = x76691
-x76693 = x76692
-x76694 = x76693
-x76695 = x76694
-x76696 = x76695
-x76697 = x76696
-x76698 = x76697
-x76699 = x76698
-x76700 = x76699
-x76701 = x76700
-x76702 = x76701
-x76703 = x76702
-x76704 = x76703
-x76705 = x76704
-x76706 = x76705
-x76707 = x76706
-x76708 = x76707
-x76709 = x76708
-x76710 = x76709
-x76711 = x76710
-x76712 = x76711
-x76713 = x76712
-x76714 = x76713
-x76715 = x76714
-x76716 = x76715
-x76717 = x76716
-x76718 = x76717
-x76719 = x76718
-x76720 = x76719
-x76721 = x76720
-x76722 = x76721
-x76723 = x76722
-x76724 = x76723
-x76725 = x76724
-x76726 = x76725
-x76727 = x76726
-x76728 = x76727
-x76729 = x76728
-x76730 = x76729
-x76731 = x76730
-x76732 = x76731
-x76733 = x76732
-x76734 = x76733
-x76735 = x76734
-x76736 = x76735
-x76737 = x76736
-x76738 = x76737
-x76739 = x76738
-x76740 = x76739
-x76741 = x76740
-x76742 = x76741
-x76743 = x76742
-x76744 = x76743
-x76745 = x76744
-x76746 = x76745
-x76747 = x76746
-x76748 = x76747
-x76749 = x76748
-x76750 = x76749
-x76751 = x76750
-x76752 = x76751
-x76753 = x76752
-x76754 = x76753
-x76755 = x76754
-x76756 = x76755
-x76757 = x76756
-x76758 = x76757
-x76759 = x76758
-x76760 = x76759
-x76761 = x76760
-x76762 = x76761
-x76763 = x76762
-x76764 = x76763
-x76765 = x76764
-x76766 = x76765
-x76767 = x76766
-x76768 = x76767
-x76769 = x76768
-x76770 = x76769
-x76771 = x76770
-x76772 = x76771
-x76773 = x76772
-x76774 = x76773
-x76775 = x76774
-x76776 = x76775
-x76777 = x76776
-x76778 = x76777
-x76779 = x76778
-x76780 = x76779
-x76781 = x76780
-x76782 = x76781
-x76783 = x76782
-x76784 = x76783
-x76785 = x76784
-x76786 = x76785
-x76787 = x76786
-x76788 = x76787
-x76789 = x76788
-x76790 = x76789
-x76791 = x76790
-x76792 = x76791
-x76793 = x76792
-x76794 = x76793
-x76795 = x76794
-x76796 = x76795
-x76797 = x76796
-x76798 = x76797
-x76799 = x76798
-x76800 = x76799
-x76801 = x76800
-x76802 = x76801
-x76803 = x76802
-x76804 = x76803
-x76805 = x76804
-x76806 = x76805
-x76807 = x76806
-x76808 = x76807
-x76809 = x76808
-x76810 = x76809
-x76811 = x76810
-x76812 = x76811
-x76813 = x76812
-x76814 = x76813
-x76815 = x76814
-x76816 = x76815
-x76817 = x76816
-x76818 = x76817
-x76819 = x76818
-x76820 = x76819
-x76821 = x76820
-x76822 = x76821
-x76823 = x76822
-x76824 = x76823
-x76825 = x76824
-x76826 = x76825
-x76827 = x76826
-x76828 = x76827
-x76829 = x76828
-x76830 = x76829
-x76831 = x76830
-x76832 = x76831
-x76833 = x76832
-x76834 = x76833
-x76835 = x76834
-x76836 = x76835
-x76837 = x76836
-x76838 = x76837
-x76839 = x76838
-x76840 = x76839
-x76841 = x76840
-x76842 = x76841
-x76843 = x76842
-x76844 = x76843
-x76845 = x76844
-x76846 = x76845
-x76847 = x76846
-x76848 = x76847
-x76849 = x76848
-x76850 = x76849
-x76851 = x76850
-x76852 = x76851
-x76853 = x76852
-x76854 = x76853
-x76855 = x76854
-x76856 = x76855
-x76857 = x76856
-x76858 = x76857
-x76859 = x76858
-x76860 = x76859
-x76861 = x76860
-x76862 = x76861
-x76863 = x76862
-x76864 = x76863
-x76865 = x76864
-x76866 = x76865
-x76867 = x76866
-x76868 = x76867
-x76869 = x76868
-x76870 = x76869
-x76871 = x76870
-x76872 = x76871
-x76873 = x76872
-x76874 = x76873
-x76875 = x76874
-x76876 = x76875
-x76877 = x76876
-x76878 = x76877
-x76879 = x76878
-x76880 = x76879
-x76881 = x76880
-x76882 = x76881
-x76883 = x76882
-x76884 = x76883
-x76885 = x76884
-x76886 = x76885
-x76887 = x76886
-x76888 = x76887
-x76889 = x76888
-x76890 = x76889
-x76891 = x76890
-x76892 = x76891
-x76893 = x76892
-x76894 = x76893
-x76895 = x76894
-x76896 = x76895
-x76897 = x76896
-x76898 = x76897
-x76899 = x76898
-x76900 = x76899
-x76901 = x76900
-x76902 = x76901
-x76903 = x76902
-x76904 = x76903
-x76905 = x76904
-x76906 = x76905
-x76907 = x76906
-x76908 = x76907
-x76909 = x76908
-x76910 = x76909
-x76911 = x76910
-x76912 = x76911
-x76913 = x76912
-x76914 = x76913
-x76915 = x76914
-x76916 = x76915
-x76917 = x76916
-x76918 = x76917
-x76919 = x76918
-x76920 = x76919
-x76921 = x76920
-x76922 = x76921
-x76923 = x76922
-x76924 = x76923
-x76925 = x76924
-x76926 = x76925
-x76927 = x76926
-x76928 = x76927
-x76929 = x76928
-x76930 = x76929
-x76931 = x76930
-x76932 = x76931
-x76933 = x76932
-x76934 = x76933
-x76935 = x76934
-x76936 = x76935
-x76937 = x76936
-x76938 = x76937
-x76939 = x76938
-x76940 = x76939
-x76941 = x76940
-x76942 = x76941
-x76943 = x76942
-x76944 = x76943
-x76945 = x76944
-x76946 = x76945
-x76947 = x76946
-x76948 = x76947
-x76949 = x76948
-x76950 = x76949
-x76951 = x76950
-x76952 = x76951
-x76953 = x76952
-x76954 = x76953
-x76955 = x76954
-x76956 = x76955
-x76957 = x76956
-x76958 = x76957
-x76959 = x76958
-x76960 = x76959
-x76961 = x76960
-x76962 = x76961
-x76963 = x76962
-x76964 = x76963
-x76965 = x76964
-x76966 = x76965
-x76967 = x76966
-x76968 = x76967
-x76969 = x76968
-x76970 = x76969
-x76971 = x76970
-x76972 = x76971
-x76973 = x76972
-x76974 = x76973
-x76975 = x76974
-x76976 = x76975
-x76977 = x76976
-x76978 = x76977
-x76979 = x76978
-x76980 = x76979
-x76981 = x76980
-x76982 = x76981
-x76983 = x76982
-x76984 = x76983
-x76985 = x76984
-x76986 = x76985
-x76987 = x76986
-x76988 = x76987
-x76989 = x76988
-x76990 = x76989
-x76991 = x76990
-x76992 = x76991
-x76993 = x76992
-x76994 = x76993
-x76995 = x76994
-x76996 = x76995
-x76997 = x76996
-x76998 = x76997
-x76999 = x76998
-x77000 = x76999
-x77001 = x77000
-x77002 = x77001
-x77003 = x77002
-x77004 = x77003
-x77005 = x77004
-x77006 = x77005
-x77007 = x77006
-x77008 = x77007
-x77009 = x77008
-x77010 = x77009
-x77011 = x77010
-x77012 = x77011
-x77013 = x77012
-x77014 = x77013
-x77015 = x77014
-x77016 = x77015
-x77017 = x77016
-x77018 = x77017
-x77019 = x77018
-x77020 = x77019
-x77021 = x77020
-x77022 = x77021
-x77023 = x77022
-x77024 = x77023
-x77025 = x77024
-x77026 = x77025
-x77027 = x77026
-x77028 = x77027
-x77029 = x77028
-x77030 = x77029
-x77031 = x77030
-x77032 = x77031
-x77033 = x77032
-x77034 = x77033
-x77035 = x77034
-x77036 = x77035
-x77037 = x77036
-x77038 = x77037
-x77039 = x77038
-x77040 = x77039
-x77041 = x77040
-x77042 = x77041
-x77043 = x77042
-x77044 = x77043
-x77045 = x77044
-x77046 = x77045
-x77047 = x77046
-x77048 = x77047
-x77049 = x77048
-x77050 = x77049
-x77051 = x77050
-x77052 = x77051
-x77053 = x77052
-x77054 = x77053
-x77055 = x77054
-x77056 = x77055
-x77057 = x77056
-x77058 = x77057
-x77059 = x77058
-x77060 = x77059
-x77061 = x77060
-x77062 = x77061
-x77063 = x77062
-x77064 = x77063
-x77065 = x77064
-x77066 = x77065
-x77067 = x77066
-x77068 = x77067
-x77069 = x77068
-x77070 = x77069
-x77071 = x77070
-x77072 = x77071
-x77073 = x77072
-x77074 = x77073
-x77075 = x77074
-x77076 = x77075
-x77077 = x77076
-x77078 = x77077
-x77079 = x77078
-x77080 = x77079
-x77081 = x77080
-x77082 = x77081
-x77083 = x77082
-x77084 = x77083
-x77085 = x77084
-x77086 = x77085
-x77087 = x77086
-x77088 = x77087
-x77089 = x77088
-x77090 = x77089
-x77091 = x77090
-x77092 = x77091
-x77093 = x77092
-x77094 = x77093
-x77095 = x77094
-x77096 = x77095
-x77097 = x77096
-x77098 = x77097
-x77099 = x77098
-x77100 = x77099
-x77101 = x77100
-x77102 = x77101
-x77103 = x77102
-x77104 = x77103
-x77105 = x77104
-x77106 = x77105
-x77107 = x77106
-x77108 = x77107
-x77109 = x77108
-x77110 = x77109
-x77111 = x77110
-x77112 = x77111
-x77113 = x77112
-x77114 = x77113
-x77115 = x77114
-x77116 = x77115
-x77117 = x77116
-x77118 = x77117
-x77119 = x77118
-x77120 = x77119
-x77121 = x77120
-x77122 = x77121
-x77123 = x77122
-x77124 = x77123
-x77125 = x77124
-x77126 = x77125
-x77127 = x77126
-x77128 = x77127
-x77129 = x77128
-x77130 = x77129
-x77131 = x77130
-x77132 = x77131
-x77133 = x77132
-x77134 = x77133
-x77135 = x77134
-x77136 = x77135
-x77137 = x77136
-x77138 = x77137
-x77139 = x77138
-x77140 = x77139
-x77141 = x77140
-x77142 = x77141
-x77143 = x77142
-x77144 = x77143
-x77145 = x77144
-x77146 = x77145
-x77147 = x77146
-x77148 = x77147
-x77149 = x77148
-x77150 = x77149
-x77151 = x77150
-x77152 = x77151
-x77153 = x77152
-x77154 = x77153
-x77155 = x77154
-x77156 = x77155
-x77157 = x77156
-x77158 = x77157
-x77159 = x77158
-x77160 = x77159
-x77161 = x77160
-x77162 = x77161
-x77163 = x77162
-x77164 = x77163
-x77165 = x77164
-x77166 = x77165
-x77167 = x77166
-x77168 = x77167
-x77169 = x77168
-x77170 = x77169
-x77171 = x77170
-x77172 = x77171
-x77173 = x77172
-x77174 = x77173
-x77175 = x77174
-x77176 = x77175
-x77177 = x77176
-x77178 = x77177
-x77179 = x77178
-x77180 = x77179
-x77181 = x77180
-x77182 = x77181
-x77183 = x77182
-x77184 = x77183
-x77185 = x77184
-x77186 = x77185
-x77187 = x77186
-x77188 = x77187
-x77189 = x77188
-x77190 = x77189
-x77191 = x77190
-x77192 = x77191
-x77193 = x77192
-x77194 = x77193
-x77195 = x77194
-x77196 = x77195
-x77197 = x77196
-x77198 = x77197
-x77199 = x77198
-x77200 = x77199
-x77201 = x77200
-x77202 = x77201
-x77203 = x77202
-x77204 = x77203
-x77205 = x77204
-x77206 = x77205
-x77207 = x77206
-x77208 = x77207
-x77209 = x77208
-x77210 = x77209
-x77211 = x77210
-x77212 = x77211
-x77213 = x77212
-x77214 = x77213
-x77215 = x77214
-x77216 = x77215
-x77217 = x77216
-x77218 = x77217
-x77219 = x77218
-x77220 = x77219
-x77221 = x77220
-x77222 = x77221
-x77223 = x77222
-x77224 = x77223
-x77225 = x77224
-x77226 = x77225
-x77227 = x77226
-x77228 = x77227
-x77229 = x77228
-x77230 = x77229
-x77231 = x77230
-x77232 = x77231
-x77233 = x77232
-x77234 = x77233
-x77235 = x77234
-x77236 = x77235
-x77237 = x77236
-x77238 = x77237
-x77239 = x77238
-x77240 = x77239
-x77241 = x77240
-x77242 = x77241
-x77243 = x77242
-x77244 = x77243
-x77245 = x77244
-x77246 = x77245
-x77247 = x77246
-x77248 = x77247
-x77249 = x77248
-x77250 = x77249
-x77251 = x77250
-x77252 = x77251
-x77253 = x77252
-x77254 = x77253
-x77255 = x77254
-x77256 = x77255
-x77257 = x77256
-x77258 = x77257
-x77259 = x77258
-x77260 = x77259
-x77261 = x77260
-x77262 = x77261
-x77263 = x77262
-x77264 = x77263
-x77265 = x77264
-x77266 = x77265
-x77267 = x77266
-x77268 = x77267
-x77269 = x77268
-x77270 = x77269
-x77271 = x77270
-x77272 = x77271
-x77273 = x77272
-x77274 = x77273
-x77275 = x77274
-x77276 = x77275
-x77277 = x77276
-x77278 = x77277
-x77279 = x77278
-x77280 = x77279
-x77281 = x77280
-x77282 = x77281
-x77283 = x77282
-x77284 = x77283
-x77285 = x77284
-x77286 = x77285
-x77287 = x77286
-x77288 = x77287
-x77289 = x77288
-x77290 = x77289
-x77291 = x77290
-x77292 = x77291
-x77293 = x77292
-x77294 = x77293
-x77295 = x77294
-x77296 = x77295
-x77297 = x77296
-x77298 = x77297
-x77299 = x77298
-x77300 = x77299
-x77301 = x77300
-x77302 = x77301
-x77303 = x77302
-x77304 = x77303
-x77305 = x77304
-x77306 = x77305
-x77307 = x77306
-x77308 = x77307
-x77309 = x77308
-x77310 = x77309
-x77311 = x77310
-x77312 = x77311
-x77313 = x77312
-x77314 = x77313
-x77315 = x77314
-x77316 = x77315
-x77317 = x77316
-x77318 = x77317
-x77319 = x77318
-x77320 = x77319
-x77321 = x77320
-x77322 = x77321
-x77323 = x77322
-x77324 = x77323
-x77325 = x77324
-x77326 = x77325
-x77327 = x77326
-x77328 = x77327
-x77329 = x77328
-x77330 = x77329
-x77331 = x77330
-x77332 = x77331
-x77333 = x77332
-x77334 = x77333
-x77335 = x77334
-x77336 = x77335
-x77337 = x77336
-x77338 = x77337
-x77339 = x77338
-x77340 = x77339
-x77341 = x77340
-x77342 = x77341
-x77343 = x77342
-x77344 = x77343
-x77345 = x77344
-x77346 = x77345
-x77347 = x77346
-x77348 = x77347
-x77349 = x77348
-x77350 = x77349
-x77351 = x77350
-x77352 = x77351
-x77353 = x77352
-x77354 = x77353
-x77355 = x77354
-x77356 = x77355
-x77357 = x77356
-x77358 = x77357
-x77359 = x77358
-x77360 = x77359
-x77361 = x77360
-x77362 = x77361
-x77363 = x77362
-x77364 = x77363
-x77365 = x77364
-x77366 = x77365
-x77367 = x77366
-x77368 = x77367
-x77369 = x77368
-x77370 = x77369
-x77371 = x77370
-x77372 = x77371
-x77373 = x77372
-x77374 = x77373
-x77375 = x77374
-x77376 = x77375
-x77377 = x77376
-x77378 = x77377
-x77379 = x77378
-x77380 = x77379
-x77381 = x77380
-x77382 = x77381
-x77383 = x77382
-x77384 = x77383
-x77385 = x77384
-x77386 = x77385
-x77387 = x77386
-x77388 = x77387
-x77389 = x77388
-x77390 = x77389
-x77391 = x77390
-x77392 = x77391
-x77393 = x77392
-x77394 = x77393
-x77395 = x77394
-x77396 = x77395
-x77397 = x77396
-x77398 = x77397
-x77399 = x77398
-x77400 = x77399
-x77401 = x77400
-x77402 = x77401
-x77403 = x77402
-x77404 = x77403
-x77405 = x77404
-x77406 = x77405
-x77407 = x77406
-x77408 = x77407
-x77409 = x77408
-x77410 = x77409
-x77411 = x77410
-x77412 = x77411
-x77413 = x77412
-x77414 = x77413
-x77415 = x77414
-x77416 = x77415
-x77417 = x77416
-x77418 = x77417
-x77419 = x77418
-x77420 = x77419
-x77421 = x77420
-x77422 = x77421
-x77423 = x77422
-x77424 = x77423
-x77425 = x77424
-x77426 = x77425
-x77427 = x77426
-x77428 = x77427
-x77429 = x77428
-x77430 = x77429
-x77431 = x77430
-x77432 = x77431
-x77433 = x77432
-x77434 = x77433
-x77435 = x77434
-x77436 = x77435
-x77437 = x77436
-x77438 = x77437
-x77439 = x77438
-x77440 = x77439
-x77441 = x77440
-x77442 = x77441
-x77443 = x77442
-x77444 = x77443
-x77445 = x77444
-x77446 = x77445
-x77447 = x77446
-x77448 = x77447
-x77449 = x77448
-x77450 = x77449
-x77451 = x77450
-x77452 = x77451
-x77453 = x77452
-x77454 = x77453
-x77455 = x77454
-x77456 = x77455
-x77457 = x77456
-x77458 = x77457
-x77459 = x77458
-x77460 = x77459
-x77461 = x77460
-x77462 = x77461
-x77463 = x77462
-x77464 = x77463
-x77465 = x77464
-x77466 = x77465
-x77467 = x77466
-x77468 = x77467
-x77469 = x77468
-x77470 = x77469
-x77471 = x77470
-x77472 = x77471
-x77473 = x77472
-x77474 = x77473
-x77475 = x77474
-x77476 = x77475
-x77477 = x77476
-x77478 = x77477
-x77479 = x77478
-x77480 = x77479
-x77481 = x77480
-x77482 = x77481
-x77483 = x77482
-x77484 = x77483
-x77485 = x77484
-x77486 = x77485
-x77487 = x77486
-x77488 = x77487
-x77489 = x77488
-x77490 = x77489
-x77491 = x77490
-x77492 = x77491
-x77493 = x77492
-x77494 = x77493
-x77495 = x77494
-x77496 = x77495
-x77497 = x77496
-x77498 = x77497
-x77499 = x77498
-x77500 = x77499
-x77501 = x77500
-x77502 = x77501
-x77503 = x77502
-x77504 = x77503
-x77505 = x77504
-x77506 = x77505
-x77507 = x77506
-x77508 = x77507
-x77509 = x77508
-x77510 = x77509
-x77511 = x77510
-x77512 = x77511
-x77513 = x77512
-x77514 = x77513
-x77515 = x77514
-x77516 = x77515
-x77517 = x77516
-x77518 = x77517
-x77519 = x77518
-x77520 = x77519
-x77521 = x77520
-x77522 = x77521
-x77523 = x77522
-x77524 = x77523
-x77525 = x77524
-x77526 = x77525
-x77527 = x77526
-x77528 = x77527
-x77529 = x77528
-x77530 = x77529
-x77531 = x77530
-x77532 = x77531
-x77533 = x77532
-x77534 = x77533
-x77535 = x77534
-x77536 = x77535
-x77537 = x77536
-x77538 = x77537
-x77539 = x77538
-x77540 = x77539
-x77541 = x77540
-x77542 = x77541
-x77543 = x77542
-x77544 = x77543
-x77545 = x77544
-x77546 = x77545
-x77547 = x77546
-x77548 = x77547
-x77549 = x77548
-x77550 = x77549
-x77551 = x77550
-x77552 = x77551
-x77553 = x77552
-x77554 = x77553
-x77555 = x77554
-x77556 = x77555
-x77557 = x77556
-x77558 = x77557
-x77559 = x77558
-x77560 = x77559
-x77561 = x77560
-x77562 = x77561
-x77563 = x77562
-x77564 = x77563
-x77565 = x77564
-x77566 = x77565
-x77567 = x77566
-x77568 = x77567
-x77569 = x77568
-x77570 = x77569
-x77571 = x77570
-x77572 = x77571
-x77573 = x77572
-x77574 = x77573
-x77575 = x77574
-x77576 = x77575
-x77577 = x77576
-x77578 = x77577
-x77579 = x77578
-x77580 = x77579
-x77581 = x77580
-x77582 = x77581
-x77583 = x77582
-x77584 = x77583
-x77585 = x77584
-x77586 = x77585
-x77587 = x77586
-x77588 = x77587
-x77589 = x77588
-x77590 = x77589
-x77591 = x77590
-x77592 = x77591
-x77593 = x77592
-x77594 = x77593
-x77595 = x77594
-x77596 = x77595
-x77597 = x77596
-x77598 = x77597
-x77599 = x77598
-x77600 = x77599
-x77601 = x77600
-x77602 = x77601
-x77603 = x77602
-x77604 = x77603
-x77605 = x77604
-x77606 = x77605
-x77607 = x77606
-x77608 = x77607
-x77609 = x77608
-x77610 = x77609
-x77611 = x77610
-x77612 = x77611
-x77613 = x77612
-x77614 = x77613
-x77615 = x77614
-x77616 = x77615
-x77617 = x77616
-x77618 = x77617
-x77619 = x77618
-x77620 = x77619
-x77621 = x77620
-x77622 = x77621
-x77623 = x77622
-x77624 = x77623
-x77625 = x77624
-x77626 = x77625
-x77627 = x77626
-x77628 = x77627
-x77629 = x77628
-x77630 = x77629
-x77631 = x77630
-x77632 = x77631
-x77633 = x77632
-x77634 = x77633
-x77635 = x77634
-x77636 = x77635
-x77637 = x77636
-x77638 = x77637
-x77639 = x77638
-x77640 = x77639
-x77641 = x77640
-x77642 = x77641
-x77643 = x77642
-x77644 = x77643
-x77645 = x77644
-x77646 = x77645
-x77647 = x77646
-x77648 = x77647
-x77649 = x77648
-x77650 = x77649
-x77651 = x77650
-x77652 = x77651
-x77653 = x77652
-x77654 = x77653
-x77655 = x77654
-x77656 = x77655
-x77657 = x77656
-x77658 = x77657
-x77659 = x77658
-x77660 = x77659
-x77661 = x77660
-x77662 = x77661
-x77663 = x77662
-x77664 = x77663
-x77665 = x77664
-x77666 = x77665
-x77667 = x77666
-x77668 = x77667
-x77669 = x77668
-x77670 = x77669
-x77671 = x77670
-x77672 = x77671
-x77673 = x77672
-x77674 = x77673
-x77675 = x77674
-x77676 = x77675
-x77677 = x77676
-x77678 = x77677
-x77679 = x77678
-x77680 = x77679
-x77681 = x77680
-x77682 = x77681
-x77683 = x77682
-x77684 = x77683
-x77685 = x77684
-x77686 = x77685
-x77687 = x77686
-x77688 = x77687
-x77689 = x77688
-x77690 = x77689
-x77691 = x77690
-x77692 = x77691
-x77693 = x77692
-x77694 = x77693
-x77695 = x77694
-x77696 = x77695
-x77697 = x77696
-x77698 = x77697
-x77699 = x77698
-x77700 = x77699
-x77701 = x77700
-x77702 = x77701
-x77703 = x77702
-x77704 = x77703
-x77705 = x77704
-x77706 = x77705
-x77707 = x77706
-x77708 = x77707
-x77709 = x77708
-x77710 = x77709
-x77711 = x77710
-x77712 = x77711
-x77713 = x77712
-x77714 = x77713
-x77715 = x77714
-x77716 = x77715
-x77717 = x77716
-x77718 = x77717
-x77719 = x77718
-x77720 = x77719
-x77721 = x77720
-x77722 = x77721
-x77723 = x77722
-x77724 = x77723
-x77725 = x77724
-x77726 = x77725
-x77727 = x77726
-x77728 = x77727
-x77729 = x77728
-x77730 = x77729
-x77731 = x77730
-x77732 = x77731
-x77733 = x77732
-x77734 = x77733
-x77735 = x77734
-x77736 = x77735
-x77737 = x77736
-x77738 = x77737
-x77739 = x77738
-x77740 = x77739
-x77741 = x77740
-x77742 = x77741
-x77743 = x77742
-x77744 = x77743
-x77745 = x77744
-x77746 = x77745
-x77747 = x77746
-x77748 = x77747
-x77749 = x77748
-x77750 = x77749
-x77751 = x77750
-x77752 = x77751
-x77753 = x77752
-x77754 = x77753
-x77755 = x77754
-x77756 = x77755
-x77757 = x77756
-x77758 = x77757
-x77759 = x77758
-x77760 = x77759
-x77761 = x77760
-x77762 = x77761
-x77763 = x77762
-x77764 = x77763
-x77765 = x77764
-x77766 = x77765
-x77767 = x77766
-x77768 = x77767
-x77769 = x77768
-x77770 = x77769
-x77771 = x77770
-x77772 = x77771
-x77773 = x77772
-x77774 = x77773
-x77775 = x77774
-x77776 = x77775
-x77777 = x77776
-x77778 = x77777
-x77779 = x77778
-x77780 = x77779
-x77781 = x77780
-x77782 = x77781
-x77783 = x77782
-x77784 = x77783
-x77785 = x77784
-x77786 = x77785
-x77787 = x77786
-x77788 = x77787
-x77789 = x77788
-x77790 = x77789
-x77791 = x77790
-x77792 = x77791
-x77793 = x77792
-x77794 = x77793
-x77795 = x77794
-x77796 = x77795
-x77797 = x77796
-x77798 = x77797
-x77799 = x77798
-x77800 = x77799
-x77801 = x77800
-x77802 = x77801
-x77803 = x77802
-x77804 = x77803
-x77805 = x77804
-x77806 = x77805
-x77807 = x77806
-x77808 = x77807
-x77809 = x77808
-x77810 = x77809
-x77811 = x77810
-x77812 = x77811
-x77813 = x77812
-x77814 = x77813
-x77815 = x77814
-x77816 = x77815
-x77817 = x77816
-x77818 = x77817
-x77819 = x77818
-x77820 = x77819
-x77821 = x77820
-x77822 = x77821
-x77823 = x77822
-x77824 = x77823
-x77825 = x77824
-x77826 = x77825
-x77827 = x77826
-x77828 = x77827
-x77829 = x77828
-x77830 = x77829
-x77831 = x77830
-x77832 = x77831
-x77833 = x77832
-x77834 = x77833
-x77835 = x77834
-x77836 = x77835
-x77837 = x77836
-x77838 = x77837
-x77839 = x77838
-x77840 = x77839
-x77841 = x77840
-x77842 = x77841
-x77843 = x77842
-x77844 = x77843
-x77845 = x77844
-x77846 = x77845
-x77847 = x77846
-x77848 = x77847
-x77849 = x77848
-x77850 = x77849
-x77851 = x77850
-x77852 = x77851
-x77853 = x77852
-x77854 = x77853
-x77855 = x77854
-x77856 = x77855
-x77857 = x77856
-x77858 = x77857
-x77859 = x77858
-x77860 = x77859
-x77861 = x77860
-x77862 = x77861
-x77863 = x77862
-x77864 = x77863
-x77865 = x77864
-x77866 = x77865
-x77867 = x77866
-x77868 = x77867
-x77869 = x77868
-x77870 = x77869
-x77871 = x77870
-x77872 = x77871
-x77873 = x77872
-x77874 = x77873
-x77875 = x77874
-x77876 = x77875
-x77877 = x77876
-x77878 = x77877
-x77879 = x77878
-x77880 = x77879
-x77881 = x77880
-x77882 = x77881
-x77883 = x77882
-x77884 = x77883
-x77885 = x77884
-x77886 = x77885
-x77887 = x77886
-x77888 = x77887
-x77889 = x77888
-x77890 = x77889
-x77891 = x77890
-x77892 = x77891
-x77893 = x77892
-x77894 = x77893
-x77895 = x77894
-x77896 = x77895
-x77897 = x77896
-x77898 = x77897
-x77899 = x77898
-x77900 = x77899
-x77901 = x77900
-x77902 = x77901
-x77903 = x77902
-x77904 = x77903
-x77905 = x77904
-x77906 = x77905
-x77907 = x77906
-x77908 = x77907
-x77909 = x77908
-x77910 = x77909
-x77911 = x77910
-x77912 = x77911
-x77913 = x77912
-x77914 = x77913
-x77915 = x77914
-x77916 = x77915
-x77917 = x77916
-x77918 = x77917
-x77919 = x77918
-x77920 = x77919
-x77921 = x77920
-x77922 = x77921
-x77923 = x77922
-x77924 = x77923
-x77925 = x77924
-x77926 = x77925
-x77927 = x77926
-x77928 = x77927
-x77929 = x77928
-x77930 = x77929
-x77931 = x77930
-x77932 = x77931
-x77933 = x77932
-x77934 = x77933
-x77935 = x77934
-x77936 = x77935
-x77937 = x77936
-x77938 = x77937
-x77939 = x77938
-x77940 = x77939
-x77941 = x77940
-x77942 = x77941
-x77943 = x77942
-x77944 = x77943
-x77945 = x77944
-x77946 = x77945
-x77947 = x77946
-x77948 = x77947
-x77949 = x77948
-x77950 = x77949
-x77951 = x77950
-x77952 = x77951
-x77953 = x77952
-x77954 = x77953
-x77955 = x77954
-x77956 = x77955
-x77957 = x77956
-x77958 = x77957
-x77959 = x77958
-x77960 = x77959
-x77961 = x77960
-x77962 = x77961
-x77963 = x77962
-x77964 = x77963
-x77965 = x77964
-x77966 = x77965
-x77967 = x77966
-x77968 = x77967
-x77969 = x77968
-x77970 = x77969
-x77971 = x77970
-x77972 = x77971
-x77973 = x77972
-x77974 = x77973
-x77975 = x77974
-x77976 = x77975
-x77977 = x77976
-x77978 = x77977
-x77979 = x77978
-x77980 = x77979
-x77981 = x77980
-x77982 = x77981
-x77983 = x77982
-x77984 = x77983
-x77985 = x77984
-x77986 = x77985
-x77987 = x77986
-x77988 = x77987
-x77989 = x77988
-x77990 = x77989
-x77991 = x77990
-x77992 = x77991
-x77993 = x77992
-x77994 = x77993
-x77995 = x77994
-x77996 = x77995
-x77997 = x77996
-x77998 = x77997
-x77999 = x77998
-x78000 = x77999
-x78001 = x78000
-x78002 = x78001
-x78003 = x78002
-x78004 = x78003
-x78005 = x78004
-x78006 = x78005
-x78007 = x78006
-x78008 = x78007
-x78009 = x78008
-x78010 = x78009
-x78011 = x78010
-x78012 = x78011
-x78013 = x78012
-x78014 = x78013
-x78015 = x78014
-x78016 = x78015
-x78017 = x78016
-x78018 = x78017
-x78019 = x78018
-x78020 = x78019
-x78021 = x78020
-x78022 = x78021
-x78023 = x78022
-x78024 = x78023
-x78025 = x78024
-x78026 = x78025
-x78027 = x78026
-x78028 = x78027
-x78029 = x78028
-x78030 = x78029
-x78031 = x78030
-x78032 = x78031
-x78033 = x78032
-x78034 = x78033
-x78035 = x78034
-x78036 = x78035
-x78037 = x78036
-x78038 = x78037
-x78039 = x78038
-x78040 = x78039
-x78041 = x78040
-x78042 = x78041
-x78043 = x78042
-x78044 = x78043
-x78045 = x78044
-x78046 = x78045
-x78047 = x78046
-x78048 = x78047
-x78049 = x78048
-x78050 = x78049
-x78051 = x78050
-x78052 = x78051
-x78053 = x78052
-x78054 = x78053
-x78055 = x78054
-x78056 = x78055
-x78057 = x78056
-x78058 = x78057
-x78059 = x78058
-x78060 = x78059
-x78061 = x78060
-x78062 = x78061
-x78063 = x78062
-x78064 = x78063
-x78065 = x78064
-x78066 = x78065
-x78067 = x78066
-x78068 = x78067
-x78069 = x78068
-x78070 = x78069
-x78071 = x78070
-x78072 = x78071
-x78073 = x78072
-x78074 = x78073
-x78075 = x78074
-x78076 = x78075
-x78077 = x78076
-x78078 = x78077
-x78079 = x78078
-x78080 = x78079
-x78081 = x78080
-x78082 = x78081
-x78083 = x78082
-x78084 = x78083
-x78085 = x78084
-x78086 = x78085
-x78087 = x78086
-x78088 = x78087
-x78089 = x78088
-x78090 = x78089
-x78091 = x78090
-x78092 = x78091
-x78093 = x78092
-x78094 = x78093
-x78095 = x78094
-x78096 = x78095
-x78097 = x78096
-x78098 = x78097
-x78099 = x78098
-x78100 = x78099
-x78101 = x78100
-x78102 = x78101
-x78103 = x78102
-x78104 = x78103
-x78105 = x78104
-x78106 = x78105
-x78107 = x78106
-x78108 = x78107
-x78109 = x78108
-x78110 = x78109
-x78111 = x78110
-x78112 = x78111
-x78113 = x78112
-x78114 = x78113
-x78115 = x78114
-x78116 = x78115
-x78117 = x78116
-x78118 = x78117
-x78119 = x78118
-x78120 = x78119
-x78121 = x78120
-x78122 = x78121
-x78123 = x78122
-x78124 = x78123
-x78125 = x78124
-x78126 = x78125
-x78127 = x78126
-x78128 = x78127
-x78129 = x78128
-x78130 = x78129
-x78131 = x78130
-x78132 = x78131
-x78133 = x78132
-x78134 = x78133
-x78135 = x78134
-x78136 = x78135
-x78137 = x78136
-x78138 = x78137
-x78139 = x78138
-x78140 = x78139
-x78141 = x78140
-x78142 = x78141
-x78143 = x78142
-x78144 = x78143
-x78145 = x78144
-x78146 = x78145
-x78147 = x78146
-x78148 = x78147
-x78149 = x78148
-x78150 = x78149
-x78151 = x78150
-x78152 = x78151
-x78153 = x78152
-x78154 = x78153
-x78155 = x78154
-x78156 = x78155
-x78157 = x78156
-x78158 = x78157
-x78159 = x78158
-x78160 = x78159
-x78161 = x78160
-x78162 = x78161
-x78163 = x78162
-x78164 = x78163
-x78165 = x78164
-x78166 = x78165
-x78167 = x78166
-x78168 = x78167
-x78169 = x78168
-x78170 = x78169
-x78171 = x78170
-x78172 = x78171
-x78173 = x78172
-x78174 = x78173
-x78175 = x78174
-x78176 = x78175
-x78177 = x78176
-x78178 = x78177
-x78179 = x78178
-x78180 = x78179
-x78181 = x78180
-x78182 = x78181
-x78183 = x78182
-x78184 = x78183
-x78185 = x78184
-x78186 = x78185
-x78187 = x78186
-x78188 = x78187
-x78189 = x78188
-x78190 = x78189
-x78191 = x78190
-x78192 = x78191
-x78193 = x78192
-x78194 = x78193
-x78195 = x78194
-x78196 = x78195
-x78197 = x78196
-x78198 = x78197
-x78199 = x78198
-x78200 = x78199
-x78201 = x78200
-x78202 = x78201
-x78203 = x78202
-x78204 = x78203
-x78205 = x78204
-x78206 = x78205
-x78207 = x78206
-x78208 = x78207
-x78209 = x78208
-x78210 = x78209
-x78211 = x78210
-x78212 = x78211
-x78213 = x78212
-x78214 = x78213
-x78215 = x78214
-x78216 = x78215
-x78217 = x78216
-x78218 = x78217
-x78219 = x78218
-x78220 = x78219
-x78221 = x78220
-x78222 = x78221
-x78223 = x78222
-x78224 = x78223
-x78225 = x78224
-x78226 = x78225
-x78227 = x78226
-x78228 = x78227
-x78229 = x78228
-x78230 = x78229
-x78231 = x78230
-x78232 = x78231
-x78233 = x78232
-x78234 = x78233
-x78235 = x78234
-x78236 = x78235
-x78237 = x78236
-x78238 = x78237
-x78239 = x78238
-x78240 = x78239
-x78241 = x78240
-x78242 = x78241
-x78243 = x78242
-x78244 = x78243
-x78245 = x78244
-x78246 = x78245
-x78247 = x78246
-x78248 = x78247
-x78249 = x78248
-x78250 = x78249
-x78251 = x78250
-x78252 = x78251
-x78253 = x78252
-x78254 = x78253
-x78255 = x78254
-x78256 = x78255
-x78257 = x78256
-x78258 = x78257
-x78259 = x78258
-x78260 = x78259
-x78261 = x78260
-x78262 = x78261
-x78263 = x78262
-x78264 = x78263
-x78265 = x78264
-x78266 = x78265
-x78267 = x78266
-x78268 = x78267
-x78269 = x78268
-x78270 = x78269
-x78271 = x78270
-x78272 = x78271
-x78273 = x78272
-x78274 = x78273
-x78275 = x78274
-x78276 = x78275
-x78277 = x78276
-x78278 = x78277
-x78279 = x78278
-x78280 = x78279
-x78281 = x78280
-x78282 = x78281
-x78283 = x78282
-x78284 = x78283
-x78285 = x78284
-x78286 = x78285
-x78287 = x78286
-x78288 = x78287
-x78289 = x78288
-x78290 = x78289
-x78291 = x78290
-x78292 = x78291
-x78293 = x78292
-x78294 = x78293
-x78295 = x78294
-x78296 = x78295
-x78297 = x78296
-x78298 = x78297
-x78299 = x78298
-x78300 = x78299
-x78301 = x78300
-x78302 = x78301
-x78303 = x78302
-x78304 = x78303
-x78305 = x78304
-x78306 = x78305
-x78307 = x78306
-x78308 = x78307
-x78309 = x78308
-x78310 = x78309
-x78311 = x78310
-x78312 = x78311
-x78313 = x78312
-x78314 = x78313
-x78315 = x78314
-x78316 = x78315
-x78317 = x78316
-x78318 = x78317
-x78319 = x78318
-x78320 = x78319
-x78321 = x78320
-x78322 = x78321
-x78323 = x78322
-x78324 = x78323
-x78325 = x78324
-x78326 = x78325
-x78327 = x78326
-x78328 = x78327
-x78329 = x78328
-x78330 = x78329
-x78331 = x78330
-x78332 = x78331
-x78333 = x78332
-x78334 = x78333
-x78335 = x78334
-x78336 = x78335
-x78337 = x78336
-x78338 = x78337
-x78339 = x78338
-x78340 = x78339
-x78341 = x78340
-x78342 = x78341
-x78343 = x78342
-x78344 = x78343
-x78345 = x78344
-x78346 = x78345
-x78347 = x78346
-x78348 = x78347
-x78349 = x78348
-x78350 = x78349
-x78351 = x78350
-x78352 = x78351
-x78353 = x78352
-x78354 = x78353
-x78355 = x78354
-x78356 = x78355
-x78357 = x78356
-x78358 = x78357
-x78359 = x78358
-x78360 = x78359
-x78361 = x78360
-x78362 = x78361
-x78363 = x78362
-x78364 = x78363
-x78365 = x78364
-x78366 = x78365
-x78367 = x78366
-x78368 = x78367
-x78369 = x78368
-x78370 = x78369
-x78371 = x78370
-x78372 = x78371
-x78373 = x78372
-x78374 = x78373
-x78375 = x78374
-x78376 = x78375
-x78377 = x78376
-x78378 = x78377
-x78379 = x78378
-x78380 = x78379
-x78381 = x78380
-x78382 = x78381
-x78383 = x78382
-x78384 = x78383
-x78385 = x78384
-x78386 = x78385
-x78387 = x78386
-x78388 = x78387
-x78389 = x78388
-x78390 = x78389
-x78391 = x78390
-x78392 = x78391
-x78393 = x78392
-x78394 = x78393
-x78395 = x78394
-x78396 = x78395
-x78397 = x78396
-x78398 = x78397
-x78399 = x78398
-x78400 = x78399
-x78401 = x78400
-x78402 = x78401
-x78403 = x78402
-x78404 = x78403
-x78405 = x78404
-x78406 = x78405
-x78407 = x78406
-x78408 = x78407
-x78409 = x78408
-x78410 = x78409
-x78411 = x78410
-x78412 = x78411
-x78413 = x78412
-x78414 = x78413
-x78415 = x78414
-x78416 = x78415
-x78417 = x78416
-x78418 = x78417
-x78419 = x78418
-x78420 = x78419
-x78421 = x78420
-x78422 = x78421
-x78423 = x78422
-x78424 = x78423
-x78425 = x78424
-x78426 = x78425
-x78427 = x78426
-x78428 = x78427
-x78429 = x78428
-x78430 = x78429
-x78431 = x78430
-x78432 = x78431
-x78433 = x78432
-x78434 = x78433
-x78435 = x78434
-x78436 = x78435
-x78437 = x78436
-x78438 = x78437
-x78439 = x78438
-x78440 = x78439
-x78441 = x78440
-x78442 = x78441
-x78443 = x78442
-x78444 = x78443
-x78445 = x78444
-x78446 = x78445
-x78447 = x78446
-x78448 = x78447
-x78449 = x78448
-x78450 = x78449
-x78451 = x78450
-x78452 = x78451
-x78453 = x78452
-x78454 = x78453
-x78455 = x78454
-x78456 = x78455
-x78457 = x78456
-x78458 = x78457
-x78459 = x78458
-x78460 = x78459
-x78461 = x78460
-x78462 = x78461
-x78463 = x78462
-x78464 = x78463
-x78465 = x78464
-x78466 = x78465
-x78467 = x78466
-x78468 = x78467
-x78469 = x78468
-x78470 = x78469
-x78471 = x78470
-x78472 = x78471
-x78473 = x78472
-x78474 = x78473
-x78475 = x78474
-x78476 = x78475
-x78477 = x78476
-x78478 = x78477
-x78479 = x78478
-x78480 = x78479
-x78481 = x78480
-x78482 = x78481
-x78483 = x78482
-x78484 = x78483
-x78485 = x78484
-x78486 = x78485
-x78487 = x78486
-x78488 = x78487
-x78489 = x78488
-x78490 = x78489
-x78491 = x78490
-x78492 = x78491
-x78493 = x78492
-x78494 = x78493
-x78495 = x78494
-x78496 = x78495
-x78497 = x78496
-x78498 = x78497
-x78499 = x78498
-x78500 = x78499
-x78501 = x78500
-x78502 = x78501
-x78503 = x78502
-x78504 = x78503
-x78505 = x78504
-x78506 = x78505
-x78507 = x78506
-x78508 = x78507
-x78509 = x78508
-x78510 = x78509
-x78511 = x78510
-x78512 = x78511
-x78513 = x78512
-x78514 = x78513
-x78515 = x78514
-x78516 = x78515
-x78517 = x78516
-x78518 = x78517
-x78519 = x78518
-x78520 = x78519
-x78521 = x78520
-x78522 = x78521
-x78523 = x78522
-x78524 = x78523
-x78525 = x78524
-x78526 = x78525
-x78527 = x78526
-x78528 = x78527
-x78529 = x78528
-x78530 = x78529
-x78531 = x78530
-x78532 = x78531
-x78533 = x78532
-x78534 = x78533
-x78535 = x78534
-x78536 = x78535
-x78537 = x78536
-x78538 = x78537
-x78539 = x78538
-x78540 = x78539
-x78541 = x78540
-x78542 = x78541
-x78543 = x78542
-x78544 = x78543
-x78545 = x78544
-x78546 = x78545
-x78547 = x78546
-x78548 = x78547
-x78549 = x78548
-x78550 = x78549
-x78551 = x78550
-x78552 = x78551
-x78553 = x78552
-x78554 = x78553
-x78555 = x78554
-x78556 = x78555
-x78557 = x78556
-x78558 = x78557
-x78559 = x78558
-x78560 = x78559
-x78561 = x78560
-x78562 = x78561
-x78563 = x78562
-x78564 = x78563
-x78565 = x78564
-x78566 = x78565
-x78567 = x78566
-x78568 = x78567
-x78569 = x78568
-x78570 = x78569
-x78571 = x78570
-x78572 = x78571
-x78573 = x78572
-x78574 = x78573
-x78575 = x78574
-x78576 = x78575
-x78577 = x78576
-x78578 = x78577
-x78579 = x78578
-x78580 = x78579
-x78581 = x78580
-x78582 = x78581
-x78583 = x78582
-x78584 = x78583
-x78585 = x78584
-x78586 = x78585
-x78587 = x78586
-x78588 = x78587
-x78589 = x78588
-x78590 = x78589
-x78591 = x78590
-x78592 = x78591
-x78593 = x78592
-x78594 = x78593
-x78595 = x78594
-x78596 = x78595
-x78597 = x78596
-x78598 = x78597
-x78599 = x78598
-x78600 = x78599
-x78601 = x78600
-x78602 = x78601
-x78603 = x78602
-x78604 = x78603
-x78605 = x78604
-x78606 = x78605
-x78607 = x78606
-x78608 = x78607
-x78609 = x78608
-x78610 = x78609
-x78611 = x78610
-x78612 = x78611
-x78613 = x78612
-x78614 = x78613
-x78615 = x78614
-x78616 = x78615
-x78617 = x78616
-x78618 = x78617
-x78619 = x78618
-x78620 = x78619
-x78621 = x78620
-x78622 = x78621
-x78623 = x78622
-x78624 = x78623
-x78625 = x78624
-x78626 = x78625
-x78627 = x78626
-x78628 = x78627
-x78629 = x78628
-x78630 = x78629
-x78631 = x78630
-x78632 = x78631
-x78633 = x78632
-x78634 = x78633
-x78635 = x78634
-x78636 = x78635
-x78637 = x78636
-x78638 = x78637
-x78639 = x78638
-x78640 = x78639
-x78641 = x78640
-x78642 = x78641
-x78643 = x78642
-x78644 = x78643
-x78645 = x78644
-x78646 = x78645
-x78647 = x78646
-x78648 = x78647
-x78649 = x78648
-x78650 = x78649
-x78651 = x78650
-x78652 = x78651
-x78653 = x78652
-x78654 = x78653
-x78655 = x78654
-x78656 = x78655
-x78657 = x78656
-x78658 = x78657
-x78659 = x78658
-x78660 = x78659
-x78661 = x78660
-x78662 = x78661
-x78663 = x78662
-x78664 = x78663
-x78665 = x78664
-x78666 = x78665
-x78667 = x78666
-x78668 = x78667
-x78669 = x78668
-x78670 = x78669
-x78671 = x78670
-x78672 = x78671
-x78673 = x78672
-x78674 = x78673
-x78675 = x78674
-x78676 = x78675
-x78677 = x78676
-x78678 = x78677
-x78679 = x78678
-x78680 = x78679
-x78681 = x78680
-x78682 = x78681
-x78683 = x78682
-x78684 = x78683
-x78685 = x78684
-x78686 = x78685
-x78687 = x78686
-x78688 = x78687
-x78689 = x78688
-x78690 = x78689
-x78691 = x78690
-x78692 = x78691
-x78693 = x78692
-x78694 = x78693
-x78695 = x78694
-x78696 = x78695
-x78697 = x78696
-x78698 = x78697
-x78699 = x78698
-x78700 = x78699
-x78701 = x78700
-x78702 = x78701
-x78703 = x78702
-x78704 = x78703
-x78705 = x78704
-x78706 = x78705
-x78707 = x78706
-x78708 = x78707
-x78709 = x78708
-x78710 = x78709
-x78711 = x78710
-x78712 = x78711
-x78713 = x78712
-x78714 = x78713
-x78715 = x78714
-x78716 = x78715
-x78717 = x78716
-x78718 = x78717
-x78719 = x78718
-x78720 = x78719
-x78721 = x78720
-x78722 = x78721
-x78723 = x78722
-x78724 = x78723
-x78725 = x78724
-x78726 = x78725
-x78727 = x78726
-x78728 = x78727
-x78729 = x78728
-x78730 = x78729
-x78731 = x78730
-x78732 = x78731
-x78733 = x78732
-x78734 = x78733
-x78735 = x78734
-x78736 = x78735
-x78737 = x78736
-x78738 = x78737
-x78739 = x78738
-x78740 = x78739
-x78741 = x78740
-x78742 = x78741
-x78743 = x78742
-x78744 = x78743
-x78745 = x78744
-x78746 = x78745
-x78747 = x78746
-x78748 = x78747
-x78749 = x78748
-x78750 = x78749
-x78751 = x78750
-x78752 = x78751
-x78753 = x78752
-x78754 = x78753
-x78755 = x78754
-x78756 = x78755
-x78757 = x78756
-x78758 = x78757
-x78759 = x78758
-x78760 = x78759
-x78761 = x78760
-x78762 = x78761
-x78763 = x78762
-x78764 = x78763
-x78765 = x78764
-x78766 = x78765
-x78767 = x78766
-x78768 = x78767
-x78769 = x78768
-x78770 = x78769
-x78771 = x78770
-x78772 = x78771
-x78773 = x78772
-x78774 = x78773
-x78775 = x78774
-x78776 = x78775
-x78777 = x78776
-x78778 = x78777
-x78779 = x78778
-x78780 = x78779
-x78781 = x78780
-x78782 = x78781
-x78783 = x78782
-x78784 = x78783
-x78785 = x78784
-x78786 = x78785
-x78787 = x78786
-x78788 = x78787
-x78789 = x78788
-x78790 = x78789
-x78791 = x78790
-x78792 = x78791
-x78793 = x78792
-x78794 = x78793
-x78795 = x78794
-x78796 = x78795
-x78797 = x78796
-x78798 = x78797
-x78799 = x78798
-x78800 = x78799
-x78801 = x78800
-x78802 = x78801
-x78803 = x78802
-x78804 = x78803
-x78805 = x78804
-x78806 = x78805
-x78807 = x78806
-x78808 = x78807
-x78809 = x78808
-x78810 = x78809
-x78811 = x78810
-x78812 = x78811
-x78813 = x78812
-x78814 = x78813
-x78815 = x78814
-x78816 = x78815
-x78817 = x78816
-x78818 = x78817
-x78819 = x78818
-x78820 = x78819
-x78821 = x78820
-x78822 = x78821
-x78823 = x78822
-x78824 = x78823
-x78825 = x78824
-x78826 = x78825
-x78827 = x78826
-x78828 = x78827
-x78829 = x78828
-x78830 = x78829
-x78831 = x78830
-x78832 = x78831
-x78833 = x78832
-x78834 = x78833
-x78835 = x78834
-x78836 = x78835
-x78837 = x78836
-x78838 = x78837
-x78839 = x78838
-x78840 = x78839
-x78841 = x78840
-x78842 = x78841
-x78843 = x78842
-x78844 = x78843
-x78845 = x78844
-x78846 = x78845
-x78847 = x78846
-x78848 = x78847
-x78849 = x78848
-x78850 = x78849
-x78851 = x78850
-x78852 = x78851
-x78853 = x78852
-x78854 = x78853
-x78855 = x78854
-x78856 = x78855
-x78857 = x78856
-x78858 = x78857
-x78859 = x78858
-x78860 = x78859
-x78861 = x78860
-x78862 = x78861
-x78863 = x78862
-x78864 = x78863
-x78865 = x78864
-x78866 = x78865
-x78867 = x78866
-x78868 = x78867
-x78869 = x78868
-x78870 = x78869
-x78871 = x78870
-x78872 = x78871
-x78873 = x78872
-x78874 = x78873
-x78875 = x78874
-x78876 = x78875
-x78877 = x78876
-x78878 = x78877
-x78879 = x78878
-x78880 = x78879
-x78881 = x78880
-x78882 = x78881
-x78883 = x78882
-x78884 = x78883
-x78885 = x78884
-x78886 = x78885
-x78887 = x78886
-x78888 = x78887
-x78889 = x78888
-x78890 = x78889
-x78891 = x78890
-x78892 = x78891
-x78893 = x78892
-x78894 = x78893
-x78895 = x78894
-x78896 = x78895
-x78897 = x78896
-x78898 = x78897
-x78899 = x78898
-x78900 = x78899
-x78901 = x78900
-x78902 = x78901
-x78903 = x78902
-x78904 = x78903
-x78905 = x78904
-x78906 = x78905
-x78907 = x78906
-x78908 = x78907
-x78909 = x78908
-x78910 = x78909
-x78911 = x78910
-x78912 = x78911
-x78913 = x78912
-x78914 = x78913
-x78915 = x78914
-x78916 = x78915
-x78917 = x78916
-x78918 = x78917
-x78919 = x78918
-x78920 = x78919
-x78921 = x78920
-x78922 = x78921
-x78923 = x78922
-x78924 = x78923
-x78925 = x78924
-x78926 = x78925
-x78927 = x78926
-x78928 = x78927
-x78929 = x78928
-x78930 = x78929
-x78931 = x78930
-x78932 = x78931
-x78933 = x78932
-x78934 = x78933
-x78935 = x78934
-x78936 = x78935
-x78937 = x78936
-x78938 = x78937
-x78939 = x78938
-x78940 = x78939
-x78941 = x78940
-x78942 = x78941
-x78943 = x78942
-x78944 = x78943
-x78945 = x78944
-x78946 = x78945
-x78947 = x78946
-x78948 = x78947
-x78949 = x78948
-x78950 = x78949
-x78951 = x78950
-x78952 = x78951
-x78953 = x78952
-x78954 = x78953
-x78955 = x78954
-x78956 = x78955
-x78957 = x78956
-x78958 = x78957
-x78959 = x78958
-x78960 = x78959
-x78961 = x78960
-x78962 = x78961
-x78963 = x78962
-x78964 = x78963
-x78965 = x78964
-x78966 = x78965
-x78967 = x78966
-x78968 = x78967
-x78969 = x78968
-x78970 = x78969
-x78971 = x78970
-x78972 = x78971
-x78973 = x78972
-x78974 = x78973
-x78975 = x78974
-x78976 = x78975
-x78977 = x78976
-x78978 = x78977
-x78979 = x78978
-x78980 = x78979
-x78981 = x78980
-x78982 = x78981
-x78983 = x78982
-x78984 = x78983
-x78985 = x78984
-x78986 = x78985
-x78987 = x78986
-x78988 = x78987
-x78989 = x78988
-x78990 = x78989
-x78991 = x78990
-x78992 = x78991
-x78993 = x78992
-x78994 = x78993
-x78995 = x78994
-x78996 = x78995
-x78997 = x78996
-x78998 = x78997
-x78999 = x78998
-x79000 = x78999
-x79001 = x79000
-x79002 = x79001
-x79003 = x79002
-x79004 = x79003
-x79005 = x79004
-x79006 = x79005
-x79007 = x79006
-x79008 = x79007
-x79009 = x79008
-x79010 = x79009
-x79011 = x79010
-x79012 = x79011
-x79013 = x79012
-x79014 = x79013
-x79015 = x79014
-x79016 = x79015
-x79017 = x79016
-x79018 = x79017
-x79019 = x79018
-x79020 = x79019
-x79021 = x79020
-x79022 = x79021
-x79023 = x79022
-x79024 = x79023
-x79025 = x79024
-x79026 = x79025
-x79027 = x79026
-x79028 = x79027
-x79029 = x79028
-x79030 = x79029
-x79031 = x79030
-x79032 = x79031
-x79033 = x79032
-x79034 = x79033
-x79035 = x79034
-x79036 = x79035
-x79037 = x79036
-x79038 = x79037
-x79039 = x79038
-x79040 = x79039
-x79041 = x79040
-x79042 = x79041
-x79043 = x79042
-x79044 = x79043
-x79045 = x79044
-x79046 = x79045
-x79047 = x79046
-x79048 = x79047
-x79049 = x79048
-x79050 = x79049
-x79051 = x79050
-x79052 = x79051
-x79053 = x79052
-x79054 = x79053
-x79055 = x79054
-x79056 = x79055
-x79057 = x79056
-x79058 = x79057
-x79059 = x79058
-x79060 = x79059
-x79061 = x79060
-x79062 = x79061
-x79063 = x79062
-x79064 = x79063
-x79065 = x79064
-x79066 = x79065
-x79067 = x79066
-x79068 = x79067
-x79069 = x79068
-x79070 = x79069
-x79071 = x79070
-x79072 = x79071
-x79073 = x79072
-x79074 = x79073
-x79075 = x79074
-x79076 = x79075
-x79077 = x79076
-x79078 = x79077
-x79079 = x79078
-x79080 = x79079
-x79081 = x79080
-x79082 = x79081
-x79083 = x79082
-x79084 = x79083
-x79085 = x79084
-x79086 = x79085
-x79087 = x79086
-x79088 = x79087
-x79089 = x79088
-x79090 = x79089
-x79091 = x79090
-x79092 = x79091
-x79093 = x79092
-x79094 = x79093
-x79095 = x79094
-x79096 = x79095
-x79097 = x79096
-x79098 = x79097
-x79099 = x79098
-x79100 = x79099
-x79101 = x79100
-x79102 = x79101
-x79103 = x79102
-x79104 = x79103
-x79105 = x79104
-x79106 = x79105
-x79107 = x79106
-x79108 = x79107
-x79109 = x79108
-x79110 = x79109
-x79111 = x79110
-x79112 = x79111
-x79113 = x79112
-x79114 = x79113
-x79115 = x79114
-x79116 = x79115
-x79117 = x79116
-x79118 = x79117
-x79119 = x79118
-x79120 = x79119
-x79121 = x79120
-x79122 = x79121
-x79123 = x79122
-x79124 = x79123
-x79125 = x79124
-x79126 = x79125
-x79127 = x79126
-x79128 = x79127
-x79129 = x79128
-x79130 = x79129
-x79131 = x79130
-x79132 = x79131
-x79133 = x79132
-x79134 = x79133
-x79135 = x79134
-x79136 = x79135
-x79137 = x79136
-x79138 = x79137
-x79139 = x79138
-x79140 = x79139
-x79141 = x79140
-x79142 = x79141
-x79143 = x79142
-x79144 = x79143
-x79145 = x79144
-x79146 = x79145
-x79147 = x79146
-x79148 = x79147
-x79149 = x79148
-x79150 = x79149
-x79151 = x79150
-x79152 = x79151
-x79153 = x79152
-x79154 = x79153
-x79155 = x79154
-x79156 = x79155
-x79157 = x79156
-x79158 = x79157
-x79159 = x79158
-x79160 = x79159
-x79161 = x79160
-x79162 = x79161
-x79163 = x79162
-x79164 = x79163
-x79165 = x79164
-x79166 = x79165
-x79167 = x79166
-x79168 = x79167
-x79169 = x79168
-x79170 = x79169
-x79171 = x79170
-x79172 = x79171
-x79173 = x79172
-x79174 = x79173
-x79175 = x79174
-x79176 = x79175
-x79177 = x79176
-x79178 = x79177
-x79179 = x79178
-x79180 = x79179
-x79181 = x79180
-x79182 = x79181
-x79183 = x79182
-x79184 = x79183
-x79185 = x79184
-x79186 = x79185
-x79187 = x79186
-x79188 = x79187
-x79189 = x79188
-x79190 = x79189
-x79191 = x79190
-x79192 = x79191
-x79193 = x79192
-x79194 = x79193
-x79195 = x79194
-x79196 = x79195
-x79197 = x79196
-x79198 = x79197
-x79199 = x79198
-x79200 = x79199
-x79201 = x79200
-x79202 = x79201
-x79203 = x79202
-x79204 = x79203
-x79205 = x79204
-x79206 = x79205
-x79207 = x79206
-x79208 = x79207
-x79209 = x79208
-x79210 = x79209
-x79211 = x79210
-x79212 = x79211
-x79213 = x79212
-x79214 = x79213
-x79215 = x79214
-x79216 = x79215
-x79217 = x79216
-x79218 = x79217
-x79219 = x79218
-x79220 = x79219
-x79221 = x79220
-x79222 = x79221
-x79223 = x79222
-x79224 = x79223
-x79225 = x79224
-x79226 = x79225
-x79227 = x79226
-x79228 = x79227
-x79229 = x79228
-x79230 = x79229
-x79231 = x79230
-x79232 = x79231
-x79233 = x79232
-x79234 = x79233
-x79235 = x79234
-x79236 = x79235
-x79237 = x79236
-x79238 = x79237
-x79239 = x79238
-x79240 = x79239
-x79241 = x79240
-x79242 = x79241
-x79243 = x79242
-x79244 = x79243
-x79245 = x79244
-x79246 = x79245
-x79247 = x79246
-x79248 = x79247
-x79249 = x79248
-x79250 = x79249
-x79251 = x79250
-x79252 = x79251
-x79253 = x79252
-x79254 = x79253
-x79255 = x79254
-x79256 = x79255
-x79257 = x79256
-x79258 = x79257
-x79259 = x79258
-x79260 = x79259
-x79261 = x79260
-x79262 = x79261
-x79263 = x79262
-x79264 = x79263
-x79265 = x79264
-x79266 = x79265
-x79267 = x79266
-x79268 = x79267
-x79269 = x79268
-x79270 = x79269
-x79271 = x79270
-x79272 = x79271
-x79273 = x79272
-x79274 = x79273
-x79275 = x79274
-x79276 = x79275
-x79277 = x79276
-x79278 = x79277
-x79279 = x79278
-x79280 = x79279
-x79281 = x79280
-x79282 = x79281
-x79283 = x79282
-x79284 = x79283
-x79285 = x79284
-x79286 = x79285
-x79287 = x79286
-x79288 = x79287
-x79289 = x79288
-x79290 = x79289
-x79291 = x79290
-x79292 = x79291
-x79293 = x79292
-x79294 = x79293
-x79295 = x79294
-x79296 = x79295
-x79297 = x79296
-x79298 = x79297
-x79299 = x79298
-x79300 = x79299
-x79301 = x79300
-x79302 = x79301
-x79303 = x79302
-x79304 = x79303
-x79305 = x79304
-x79306 = x79305
-x79307 = x79306
-x79308 = x79307
-x79309 = x79308
-x79310 = x79309
-x79311 = x79310
-x79312 = x79311
-x79313 = x79312
-x79314 = x79313
-x79315 = x79314
-x79316 = x79315
-x79317 = x79316
-x79318 = x79317
-x79319 = x79318
-x79320 = x79319
-x79321 = x79320
-x79322 = x79321
-x79323 = x79322
-x79324 = x79323
-x79325 = x79324
-x79326 = x79325
-x79327 = x79326
-x79328 = x79327
-x79329 = x79328
-x79330 = x79329
-x79331 = x79330
-x79332 = x79331
-x79333 = x79332
-x79334 = x79333
-x79335 = x79334
-x79336 = x79335
-x79337 = x79336
-x79338 = x79337
-x79339 = x79338
-x79340 = x79339
-x79341 = x79340
-x79342 = x79341
-x79343 = x79342
-x79344 = x79343
-x79345 = x79344
-x79346 = x79345
-x79347 = x79346
-x79348 = x79347
-x79349 = x79348
-x79350 = x79349
-x79351 = x79350
-x79352 = x79351
-x79353 = x79352
-x79354 = x79353
-x79355 = x79354
-x79356 = x79355
-x79357 = x79356
-x79358 = x79357
-x79359 = x79358
-x79360 = x79359
-x79361 = x79360
-x79362 = x79361
-x79363 = x79362
-x79364 = x79363
-x79365 = x79364
-x79366 = x79365
-x79367 = x79366
-x79368 = x79367
-x79369 = x79368
-x79370 = x79369
-x79371 = x79370
-x79372 = x79371
-x79373 = x79372
-x79374 = x79373
-x79375 = x79374
-x79376 = x79375
-x79377 = x79376
-x79378 = x79377
-x79379 = x79378
-x79380 = x79379
-x79381 = x79380
-x79382 = x79381
-x79383 = x79382
-x79384 = x79383
-x79385 = x79384
-x79386 = x79385
-x79387 = x79386
-x79388 = x79387
-x79389 = x79388
-x79390 = x79389
-x79391 = x79390
-x79392 = x79391
-x79393 = x79392
-x79394 = x79393
-x79395 = x79394
-x79396 = x79395
-x79397 = x79396
-x79398 = x79397
-x79399 = x79398
-x79400 = x79399
-x79401 = x79400
-x79402 = x79401
-x79403 = x79402
-x79404 = x79403
-x79405 = x79404
-x79406 = x79405
-x79407 = x79406
-x79408 = x79407
-x79409 = x79408
-x79410 = x79409
-x79411 = x79410
-x79412 = x79411
-x79413 = x79412
-x79414 = x79413
-x79415 = x79414
-x79416 = x79415
-x79417 = x79416
-x79418 = x79417
-x79419 = x79418
-x79420 = x79419
-x79421 = x79420
-x79422 = x79421
-x79423 = x79422
-x79424 = x79423
-x79425 = x79424
-x79426 = x79425
-x79427 = x79426
-x79428 = x79427
-x79429 = x79428
-x79430 = x79429
-x79431 = x79430
-x79432 = x79431
-x79433 = x79432
-x79434 = x79433
-x79435 = x79434
-x79436 = x79435
-x79437 = x79436
-x79438 = x79437
-x79439 = x79438
-x79440 = x79439
-x79441 = x79440
-x79442 = x79441
-x79443 = x79442
-x79444 = x79443
-x79445 = x79444
-x79446 = x79445
-x79447 = x79446
-x79448 = x79447
-x79449 = x79448
-x79450 = x79449
-x79451 = x79450
-x79452 = x79451
-x79453 = x79452
-x79454 = x79453
-x79455 = x79454
-x79456 = x79455
-x79457 = x79456
-x79458 = x79457
-x79459 = x79458
-x79460 = x79459
-x79461 = x79460
-x79462 = x79461
-x79463 = x79462
-x79464 = x79463
-x79465 = x79464
-x79466 = x79465
-x79467 = x79466
-x79468 = x79467
-x79469 = x79468
-x79470 = x79469
-x79471 = x79470
-x79472 = x79471
-x79473 = x79472
-x79474 = x79473
-x79475 = x79474
-x79476 = x79475
-x79477 = x79476
-x79478 = x79477
-x79479 = x79478
-x79480 = x79479
-x79481 = x79480
-x79482 = x79481
-x79483 = x79482
-x79484 = x79483
-x79485 = x79484
-x79486 = x79485
-x79487 = x79486
-x79488 = x79487
-x79489 = x79488
-x79490 = x79489
-x79491 = x79490
-x79492 = x79491
-x79493 = x79492
-x79494 = x79493
-x79495 = x79494
-x79496 = x79495
-x79497 = x79496
-x79498 = x79497
-x79499 = x79498
-x79500 = x79499
-x79501 = x79500
-x79502 = x79501
-x79503 = x79502
-x79504 = x79503
-x79505 = x79504
-x79506 = x79505
-x79507 = x79506
-x79508 = x79507
-x79509 = x79508
-x79510 = x79509
-x79511 = x79510
-x79512 = x79511
-x79513 = x79512
-x79514 = x79513
-x79515 = x79514
-x79516 = x79515
-x79517 = x79516
-x79518 = x79517
-x79519 = x79518
-x79520 = x79519
-x79521 = x79520
-x79522 = x79521
-x79523 = x79522
-x79524 = x79523
-x79525 = x79524
-x79526 = x79525
-x79527 = x79526
-x79528 = x79527
-x79529 = x79528
-x79530 = x79529
-x79531 = x79530
-x79532 = x79531
-x79533 = x79532
-x79534 = x79533
-x79535 = x79534
-x79536 = x79535
-x79537 = x79536
-x79538 = x79537
-x79539 = x79538
-x79540 = x79539
-x79541 = x79540
-x79542 = x79541
-x79543 = x79542
-x79544 = x79543
-x79545 = x79544
-x79546 = x79545
-x79547 = x79546
-x79548 = x79547
-x79549 = x79548
-x79550 = x79549
-x79551 = x79550
-x79552 = x79551
-x79553 = x79552
-x79554 = x79553
-x79555 = x79554
-x79556 = x79555
-x79557 = x79556
-x79558 = x79557
-x79559 = x79558
-x79560 = x79559
-x79561 = x79560
-x79562 = x79561
-x79563 = x79562
-x79564 = x79563
-x79565 = x79564
-x79566 = x79565
-x79567 = x79566
-x79568 = x79567
-x79569 = x79568
-x79570 = x79569
-x79571 = x79570
-x79572 = x79571
-x79573 = x79572
-x79574 = x79573
-x79575 = x79574
-x79576 = x79575
-x79577 = x79576
-x79578 = x79577
-x79579 = x79578
-x79580 = x79579
-x79581 = x79580
-x79582 = x79581
-x79583 = x79582
-x79584 = x79583
-x79585 = x79584
-x79586 = x79585
-x79587 = x79586
-x79588 = x79587
-x79589 = x79588
-x79590 = x79589
-x79591 = x79590
-x79592 = x79591
-x79593 = x79592
-x79594 = x79593
-x79595 = x79594
-x79596 = x79595
-x79597 = x79596
-x79598 = x79597
-x79599 = x79598
-x79600 = x79599
-x79601 = x79600
-x79602 = x79601
-x79603 = x79602
-x79604 = x79603
-x79605 = x79604
-x79606 = x79605
-x79607 = x79606
-x79608 = x79607
-x79609 = x79608
-x79610 = x79609
-x79611 = x79610
-x79612 = x79611
-x79613 = x79612
-x79614 = x79613
-x79615 = x79614
-x79616 = x79615
-x79617 = x79616
-x79618 = x79617
-x79619 = x79618
-x79620 = x79619
-x79621 = x79620
-x79622 = x79621
-x79623 = x79622
-x79624 = x79623
-x79625 = x79624
-x79626 = x79625
-x79627 = x79626
-x79628 = x79627
-x79629 = x79628
-x79630 = x79629
-x79631 = x79630
-x79632 = x79631
-x79633 = x79632
-x79634 = x79633
-x79635 = x79634
-x79636 = x79635
-x79637 = x79636
-x79638 = x79637
-x79639 = x79638
-x79640 = x79639
-x79641 = x79640
-x79642 = x79641
-x79643 = x79642
-x79644 = x79643
-x79645 = x79644
-x79646 = x79645
-x79647 = x79646
-x79648 = x79647
-x79649 = x79648
-x79650 = x79649
-x79651 = x79650
-x79652 = x79651
-x79653 = x79652
-x79654 = x79653
-x79655 = x79654
-x79656 = x79655
-x79657 = x79656
-x79658 = x79657
-x79659 = x79658
-x79660 = x79659
-x79661 = x79660
-x79662 = x79661
-x79663 = x79662
-x79664 = x79663
-x79665 = x79664
-x79666 = x79665
-x79667 = x79666
-x79668 = x79667
-x79669 = x79668
-x79670 = x79669
-x79671 = x79670
-x79672 = x79671
-x79673 = x79672
-x79674 = x79673
-x79675 = x79674
-x79676 = x79675
-x79677 = x79676
-x79678 = x79677
-x79679 = x79678
-x79680 = x79679
-x79681 = x79680
-x79682 = x79681
-x79683 = x79682
-x79684 = x79683
-x79685 = x79684
-x79686 = x79685
-x79687 = x79686
-x79688 = x79687
-x79689 = x79688
-x79690 = x79689
-x79691 = x79690
-x79692 = x79691
-x79693 = x79692
-x79694 = x79693
-x79695 = x79694
-x79696 = x79695
-x79697 = x79696
-x79698 = x79697
-x79699 = x79698
-x79700 = x79699
-x79701 = x79700
-x79702 = x79701
-x79703 = x79702
-x79704 = x79703
-x79705 = x79704
-x79706 = x79705
-x79707 = x79706
-x79708 = x79707
-x79709 = x79708
-x79710 = x79709
-x79711 = x79710
-x79712 = x79711
-x79713 = x79712
-x79714 = x79713
-x79715 = x79714
-x79716 = x79715
-x79717 = x79716
-x79718 = x79717
-x79719 = x79718
-x79720 = x79719
-x79721 = x79720
-x79722 = x79721
-x79723 = x79722
-x79724 = x79723
-x79725 = x79724
-x79726 = x79725
-x79727 = x79726
-x79728 = x79727
-x79729 = x79728
-x79730 = x79729
-x79731 = x79730
-x79732 = x79731
-x79733 = x79732
-x79734 = x79733
-x79735 = x79734
-x79736 = x79735
-x79737 = x79736
-x79738 = x79737
-x79739 = x79738
-x79740 = x79739
-x79741 = x79740
-x79742 = x79741
-x79743 = x79742
-x79744 = x79743
-x79745 = x79744
-x79746 = x79745
-x79747 = x79746
-x79748 = x79747
-x79749 = x79748
-x79750 = x79749
-x79751 = x79750
-x79752 = x79751
-x79753 = x79752
-x79754 = x79753
-x79755 = x79754
-x79756 = x79755
-x79757 = x79756
-x79758 = x79757
-x79759 = x79758
-x79760 = x79759
-x79761 = x79760
-x79762 = x79761
-x79763 = x79762
-x79764 = x79763
-x79765 = x79764
-x79766 = x79765
-x79767 = x79766
-x79768 = x79767
-x79769 = x79768
-x79770 = x79769
-x79771 = x79770
-x79772 = x79771
-x79773 = x79772
-x79774 = x79773
-x79775 = x79774
-x79776 = x79775
-x79777 = x79776
-x79778 = x79777
-x79779 = x79778
-x79780 = x79779
-x79781 = x79780
-x79782 = x79781
-x79783 = x79782
-x79784 = x79783
-x79785 = x79784
-x79786 = x79785
-x79787 = x79786
-x79788 = x79787
-x79789 = x79788
-x79790 = x79789
-x79791 = x79790
-x79792 = x79791
-x79793 = x79792
-x79794 = x79793
-x79795 = x79794
-x79796 = x79795
-x79797 = x79796
-x79798 = x79797
-x79799 = x79798
-x79800 = x79799
-x79801 = x79800
-x79802 = x79801
-x79803 = x79802
-x79804 = x79803
-x79805 = x79804
-x79806 = x79805
-x79807 = x79806
-x79808 = x79807
-x79809 = x79808
-x79810 = x79809
-x79811 = x79810
-x79812 = x79811
-x79813 = x79812
-x79814 = x79813
-x79815 = x79814
-x79816 = x79815
-x79817 = x79816
-x79818 = x79817
-x79819 = x79818
-x79820 = x79819
-x79821 = x79820
-x79822 = x79821
-x79823 = x79822
-x79824 = x79823
-x79825 = x79824
-x79826 = x79825
-x79827 = x79826
-x79828 = x79827
-x79829 = x79828
-x79830 = x79829
-x79831 = x79830
-x79832 = x79831
-x79833 = x79832
-x79834 = x79833
-x79835 = x79834
-x79836 = x79835
-x79837 = x79836
-x79838 = x79837
-x79839 = x79838
-x79840 = x79839
-x79841 = x79840
-x79842 = x79841
-x79843 = x79842
-x79844 = x79843
-x79845 = x79844
-x79846 = x79845
-x79847 = x79846
-x79848 = x79847
-x79849 = x79848
-x79850 = x79849
-x79851 = x79850
-x79852 = x79851
-x79853 = x79852
-x79854 = x79853
-x79855 = x79854
-x79856 = x79855
-x79857 = x79856
-x79858 = x79857
-x79859 = x79858
-x79860 = x79859
-x79861 = x79860
-x79862 = x79861
-x79863 = x79862
-x79864 = x79863
-x79865 = x79864
-x79866 = x79865
-x79867 = x79866
-x79868 = x79867
-x79869 = x79868
-x79870 = x79869
-x79871 = x79870
-x79872 = x79871
-x79873 = x79872
-x79874 = x79873
-x79875 = x79874
-x79876 = x79875
-x79877 = x79876
-x79878 = x79877
-x79879 = x79878
-x79880 = x79879
-x79881 = x79880
-x79882 = x79881
-x79883 = x79882
-x79884 = x79883
-x79885 = x79884
-x79886 = x79885
-x79887 = x79886
-x79888 = x79887
-x79889 = x79888
-x79890 = x79889
-x79891 = x79890
-x79892 = x79891
-x79893 = x79892
-x79894 = x79893
-x79895 = x79894
-x79896 = x79895
-x79897 = x79896
-x79898 = x79897
-x79899 = x79898
-x79900 = x79899
-x79901 = x79900
-x79902 = x79901
-x79903 = x79902
-x79904 = x79903
-x79905 = x79904
-x79906 = x79905
-x79907 = x79906
-x79908 = x79907
-x79909 = x79908
-x79910 = x79909
-x79911 = x79910
-x79912 = x79911
-x79913 = x79912
-x79914 = x79913
-x79915 = x79914
-x79916 = x79915
-x79917 = x79916
-x79918 = x79917
-x79919 = x79918
-x79920 = x79919
-x79921 = x79920
-x79922 = x79921
-x79923 = x79922
-x79924 = x79923
-x79925 = x79924
-x79926 = x79925
-x79927 = x79926
-x79928 = x79927
-x79929 = x79928
-x79930 = x79929
-x79931 = x79930
-x79932 = x79931
-x79933 = x79932
-x79934 = x79933
-x79935 = x79934
-x79936 = x79935
-x79937 = x79936
-x79938 = x79937
-x79939 = x79938
-x79940 = x79939
-x79941 = x79940
-x79942 = x79941
-x79943 = x79942
-x79944 = x79943
-x79945 = x79944
-x79946 = x79945
-x79947 = x79946
-x79948 = x79947
-x79949 = x79948
-x79950 = x79949
-x79951 = x79950
-x79952 = x79951
-x79953 = x79952
-x79954 = x79953
-x79955 = x79954
-x79956 = x79955
-x79957 = x79956
-x79958 = x79957
-x79959 = x79958
-x79960 = x79959
-x79961 = x79960
-x79962 = x79961
-x79963 = x79962
-x79964 = x79963
-x79965 = x79964
-x79966 = x79965
-x79967 = x79966
-x79968 = x79967
-x79969 = x79968
-x79970 = x79969
-x79971 = x79970
-x79972 = x79971
-x79973 = x79972
-x79974 = x79973
-x79975 = x79974
-x79976 = x79975
-x79977 = x79976
-x79978 = x79977
-x79979 = x79978
-x79980 = x79979
-x79981 = x79980
-x79982 = x79981
-x79983 = x79982
-x79984 = x79983
-x79985 = x79984
-x79986 = x79985
-x79987 = x79986
-x79988 = x79987
-x79989 = x79988
-x79990 = x79989
-x79991 = x79990
-x79992 = x79991
-x79993 = x79992
-x79994 = x79993
-x79995 = x79994
-x79996 = x79995
-x79997 = x79996
-x79998 = x79997
-x79999 = x79998
-x80000 = x79999
-x80001 = x80000
-x80002 = x80001
-x80003 = x80002
-x80004 = x80003
-x80005 = x80004
-x80006 = x80005
-x80007 = x80006
-x80008 = x80007
-x80009 = x80008
-x80010 = x80009
-x80011 = x80010
-x80012 = x80011
-x80013 = x80012
-x80014 = x80013
-x80015 = x80014
-x80016 = x80015
-x80017 = x80016
-x80018 = x80017
-x80019 = x80018
-x80020 = x80019
-x80021 = x80020
-x80022 = x80021
-x80023 = x80022
-x80024 = x80023
-x80025 = x80024
-x80026 = x80025
-x80027 = x80026
-x80028 = x80027
-x80029 = x80028
-x80030 = x80029
-x80031 = x80030
-x80032 = x80031
-x80033 = x80032
-x80034 = x80033
-x80035 = x80034
-x80036 = x80035
-x80037 = x80036
-x80038 = x80037
-x80039 = x80038
-x80040 = x80039
-x80041 = x80040
-x80042 = x80041
-x80043 = x80042
-x80044 = x80043
-x80045 = x80044
-x80046 = x80045
-x80047 = x80046
-x80048 = x80047
-x80049 = x80048
-x80050 = x80049
-x80051 = x80050
-x80052 = x80051
-x80053 = x80052
-x80054 = x80053
-x80055 = x80054
-x80056 = x80055
-x80057 = x80056
-x80058 = x80057
-x80059 = x80058
-x80060 = x80059
-x80061 = x80060
-x80062 = x80061
-x80063 = x80062
-x80064 = x80063
-x80065 = x80064
-x80066 = x80065
-x80067 = x80066
-x80068 = x80067
-x80069 = x80068
-x80070 = x80069
-x80071 = x80070
-x80072 = x80071
-x80073 = x80072
-x80074 = x80073
-x80075 = x80074
-x80076 = x80075
-x80077 = x80076
-x80078 = x80077
-x80079 = x80078
-x80080 = x80079
-x80081 = x80080
-x80082 = x80081
-x80083 = x80082
-x80084 = x80083
-x80085 = x80084
-x80086 = x80085
-x80087 = x80086
-x80088 = x80087
-x80089 = x80088
-x80090 = x80089
-x80091 = x80090
-x80092 = x80091
-x80093 = x80092
-x80094 = x80093
-x80095 = x80094
-x80096 = x80095
-x80097 = x80096
-x80098 = x80097
-x80099 = x80098
-x80100 = x80099
-x80101 = x80100
-x80102 = x80101
-x80103 = x80102
-x80104 = x80103
-x80105 = x80104
-x80106 = x80105
-x80107 = x80106
-x80108 = x80107
-x80109 = x80108
-x80110 = x80109
-x80111 = x80110
-x80112 = x80111
-x80113 = x80112
-x80114 = x80113
-x80115 = x80114
-x80116 = x80115
-x80117 = x80116
-x80118 = x80117
-x80119 = x80118
-x80120 = x80119
-x80121 = x80120
-x80122 = x80121
-x80123 = x80122
-x80124 = x80123
-x80125 = x80124
-x80126 = x80125
-x80127 = x80126
-x80128 = x80127
-x80129 = x80128
-x80130 = x80129
-x80131 = x80130
-x80132 = x80131
-x80133 = x80132
-x80134 = x80133
-x80135 = x80134
-x80136 = x80135
-x80137 = x80136
-x80138 = x80137
-x80139 = x80138
-x80140 = x80139
-x80141 = x80140
-x80142 = x80141
-x80143 = x80142
-x80144 = x80143
-x80145 = x80144
-x80146 = x80145
-x80147 = x80146
-x80148 = x80147
-x80149 = x80148
-x80150 = x80149
-x80151 = x80150
-x80152 = x80151
-x80153 = x80152
-x80154 = x80153
-x80155 = x80154
-x80156 = x80155
-x80157 = x80156
-x80158 = x80157
-x80159 = x80158
-x80160 = x80159
-x80161 = x80160
-x80162 = x80161
-x80163 = x80162
-x80164 = x80163
-x80165 = x80164
-x80166 = x80165
-x80167 = x80166
-x80168 = x80167
-x80169 = x80168
-x80170 = x80169
-x80171 = x80170
-x80172 = x80171
-x80173 = x80172
-x80174 = x80173
-x80175 = x80174
-x80176 = x80175
-x80177 = x80176
-x80178 = x80177
-x80179 = x80178
-x80180 = x80179
-x80181 = x80180
-x80182 = x80181
-x80183 = x80182
-x80184 = x80183
-x80185 = x80184
-x80186 = x80185
-x80187 = x80186
-x80188 = x80187
-x80189 = x80188
-x80190 = x80189
-x80191 = x80190
-x80192 = x80191
-x80193 = x80192
-x80194 = x80193
-x80195 = x80194
-x80196 = x80195
-x80197 = x80196
-x80198 = x80197
-x80199 = x80198
-x80200 = x80199
-x80201 = x80200
-x80202 = x80201
-x80203 = x80202
-x80204 = x80203
-x80205 = x80204
-x80206 = x80205
-x80207 = x80206
-x80208 = x80207
-x80209 = x80208
-x80210 = x80209
-x80211 = x80210
-x80212 = x80211
-x80213 = x80212
-x80214 = x80213
-x80215 = x80214
-x80216 = x80215
-x80217 = x80216
-x80218 = x80217
-x80219 = x80218
-x80220 = x80219
-x80221 = x80220
-x80222 = x80221
-x80223 = x80222
-x80224 = x80223
-x80225 = x80224
-x80226 = x80225
-x80227 = x80226
-x80228 = x80227
-x80229 = x80228
-x80230 = x80229
-x80231 = x80230
-x80232 = x80231
-x80233 = x80232
-x80234 = x80233
-x80235 = x80234
-x80236 = x80235
-x80237 = x80236
-x80238 = x80237
-x80239 = x80238
-x80240 = x80239
-x80241 = x80240
-x80242 = x80241
-x80243 = x80242
-x80244 = x80243
-x80245 = x80244
-x80246 = x80245
-x80247 = x80246
-x80248 = x80247
-x80249 = x80248
-x80250 = x80249
-x80251 = x80250
-x80252 = x80251
-x80253 = x80252
-x80254 = x80253
-x80255 = x80254
-x80256 = x80255
-x80257 = x80256
-x80258 = x80257
-x80259 = x80258
-x80260 = x80259
-x80261 = x80260
-x80262 = x80261
-x80263 = x80262
-x80264 = x80263
-x80265 = x80264
-x80266 = x80265
-x80267 = x80266
-x80268 = x80267
-x80269 = x80268
-x80270 = x80269
-x80271 = x80270
-x80272 = x80271
-x80273 = x80272
-x80274 = x80273
-x80275 = x80274
-x80276 = x80275
-x80277 = x80276
-x80278 = x80277
-x80279 = x80278
-x80280 = x80279
-x80281 = x80280
-x80282 = x80281
-x80283 = x80282
-x80284 = x80283
-x80285 = x80284
-x80286 = x80285
-x80287 = x80286
-x80288 = x80287
-x80289 = x80288
-x80290 = x80289
-x80291 = x80290
-x80292 = x80291
-x80293 = x80292
-x80294 = x80293
-x80295 = x80294
-x80296 = x80295
-x80297 = x80296
-x80298 = x80297
-x80299 = x80298
-x80300 = x80299
-x80301 = x80300
-x80302 = x80301
-x80303 = x80302
-x80304 = x80303
-x80305 = x80304
-x80306 = x80305
-x80307 = x80306
-x80308 = x80307
-x80309 = x80308
-x80310 = x80309
-x80311 = x80310
-x80312 = x80311
-x80313 = x80312
-x80314 = x80313
-x80315 = x80314
-x80316 = x80315
-x80317 = x80316
-x80318 = x80317
-x80319 = x80318
-x80320 = x80319
-x80321 = x80320
-x80322 = x80321
-x80323 = x80322
-x80324 = x80323
-x80325 = x80324
-x80326 = x80325
-x80327 = x80326
-x80328 = x80327
-x80329 = x80328
-x80330 = x80329
-x80331 = x80330
-x80332 = x80331
-x80333 = x80332
-x80334 = x80333
-x80335 = x80334
-x80336 = x80335
-x80337 = x80336
-x80338 = x80337
-x80339 = x80338
-x80340 = x80339
-x80341 = x80340
-x80342 = x80341
-x80343 = x80342
-x80344 = x80343
-x80345 = x80344
-x80346 = x80345
-x80347 = x80346
-x80348 = x80347
-x80349 = x80348
-x80350 = x80349
-x80351 = x80350
-x80352 = x80351
-x80353 = x80352
-x80354 = x80353
-x80355 = x80354
-x80356 = x80355
-x80357 = x80356
-x80358 = x80357
-x80359 = x80358
-x80360 = x80359
-x80361 = x80360
-x80362 = x80361
-x80363 = x80362
-x80364 = x80363
-x80365 = x80364
-x80366 = x80365
-x80367 = x80366
-x80368 = x80367
-x80369 = x80368
-x80370 = x80369
-x80371 = x80370
-x80372 = x80371
-x80373 = x80372
-x80374 = x80373
-x80375 = x80374
-x80376 = x80375
-x80377 = x80376
-x80378 = x80377
-x80379 = x80378
-x80380 = x80379
-x80381 = x80380
-x80382 = x80381
-x80383 = x80382
-x80384 = x80383
-x80385 = x80384
-x80386 = x80385
-x80387 = x80386
-x80388 = x80387
-x80389 = x80388
-x80390 = x80389
-x80391 = x80390
-x80392 = x80391
-x80393 = x80392
-x80394 = x80393
-x80395 = x80394
-x80396 = x80395
-x80397 = x80396
-x80398 = x80397
-x80399 = x80398
-x80400 = x80399
-x80401 = x80400
-x80402 = x80401
-x80403 = x80402
-x80404 = x80403
-x80405 = x80404
-x80406 = x80405
-x80407 = x80406
-x80408 = x80407
-x80409 = x80408
-x80410 = x80409
-x80411 = x80410
-x80412 = x80411
-x80413 = x80412
-x80414 = x80413
-x80415 = x80414
-x80416 = x80415
-x80417 = x80416
-x80418 = x80417
-x80419 = x80418
-x80420 = x80419
-x80421 = x80420
-x80422 = x80421
-x80423 = x80422
-x80424 = x80423
-x80425 = x80424
-x80426 = x80425
-x80427 = x80426
-x80428 = x80427
-x80429 = x80428
-x80430 = x80429
-x80431 = x80430
-x80432 = x80431
-x80433 = x80432
-x80434 = x80433
-x80435 = x80434
-x80436 = x80435
-x80437 = x80436
-x80438 = x80437
-x80439 = x80438
-x80440 = x80439
-x80441 = x80440
-x80442 = x80441
-x80443 = x80442
-x80444 = x80443
-x80445 = x80444
-x80446 = x80445
-x80447 = x80446
-x80448 = x80447
-x80449 = x80448
-x80450 = x80449
-x80451 = x80450
-x80452 = x80451
-x80453 = x80452
-x80454 = x80453
-x80455 = x80454
-x80456 = x80455
-x80457 = x80456
-x80458 = x80457
-x80459 = x80458
-x80460 = x80459
-x80461 = x80460
-x80462 = x80461
-x80463 = x80462
-x80464 = x80463
-x80465 = x80464
-x80466 = x80465
-x80467 = x80466
-x80468 = x80467
-x80469 = x80468
-x80470 = x80469
-x80471 = x80470
-x80472 = x80471
-x80473 = x80472
-x80474 = x80473
-x80475 = x80474
-x80476 = x80475
-x80477 = x80476
-x80478 = x80477
-x80479 = x80478
-x80480 = x80479
-x80481 = x80480
-x80482 = x80481
-x80483 = x80482
-x80484 = x80483
-x80485 = x80484
-x80486 = x80485
-x80487 = x80486
-x80488 = x80487
-x80489 = x80488
-x80490 = x80489
-x80491 = x80490
-x80492 = x80491
-x80493 = x80492
-x80494 = x80493
-x80495 = x80494
-x80496 = x80495
-x80497 = x80496
-x80498 = x80497
-x80499 = x80498
-x80500 = x80499
-x80501 = x80500
-x80502 = x80501
-x80503 = x80502
-x80504 = x80503
-x80505 = x80504
-x80506 = x80505
-x80507 = x80506
-x80508 = x80507
-x80509 = x80508
-x80510 = x80509
-x80511 = x80510
-x80512 = x80511
-x80513 = x80512
-x80514 = x80513
-x80515 = x80514
-x80516 = x80515
-x80517 = x80516
-x80518 = x80517
-x80519 = x80518
-x80520 = x80519
-x80521 = x80520
-x80522 = x80521
-x80523 = x80522
-x80524 = x80523
-x80525 = x80524
-x80526 = x80525
-x80527 = x80526
-x80528 = x80527
-x80529 = x80528
-x80530 = x80529
-x80531 = x80530
-x80532 = x80531
-x80533 = x80532
-x80534 = x80533
-x80535 = x80534
-x80536 = x80535
-x80537 = x80536
-x80538 = x80537
-x80539 = x80538
-x80540 = x80539
-x80541 = x80540
-x80542 = x80541
-x80543 = x80542
-x80544 = x80543
-x80545 = x80544
-x80546 = x80545
-x80547 = x80546
-x80548 = x80547
-x80549 = x80548
-x80550 = x80549
-x80551 = x80550
-x80552 = x80551
-x80553 = x80552
-x80554 = x80553
-x80555 = x80554
-x80556 = x80555
-x80557 = x80556
-x80558 = x80557
-x80559 = x80558
-x80560 = x80559
-x80561 = x80560
-x80562 = x80561
-x80563 = x80562
-x80564 = x80563
-x80565 = x80564
-x80566 = x80565
-x80567 = x80566
-x80568 = x80567
-x80569 = x80568
-x80570 = x80569
-x80571 = x80570
-x80572 = x80571
-x80573 = x80572
-x80574 = x80573
-x80575 = x80574
-x80576 = x80575
-x80577 = x80576
-x80578 = x80577
-x80579 = x80578
-x80580 = x80579
-x80581 = x80580
-x80582 = x80581
-x80583 = x80582
-x80584 = x80583
-x80585 = x80584
-x80586 = x80585
-x80587 = x80586
-x80588 = x80587
-x80589 = x80588
-x80590 = x80589
-x80591 = x80590
-x80592 = x80591
-x80593 = x80592
-x80594 = x80593
-x80595 = x80594
-x80596 = x80595
-x80597 = x80596
-x80598 = x80597
-x80599 = x80598
-x80600 = x80599
-x80601 = x80600
-x80602 = x80601
-x80603 = x80602
-x80604 = x80603
-x80605 = x80604
-x80606 = x80605
-x80607 = x80606
-x80608 = x80607
-x80609 = x80608
-x80610 = x80609
-x80611 = x80610
-x80612 = x80611
-x80613 = x80612
-x80614 = x80613
-x80615 = x80614
-x80616 = x80615
-x80617 = x80616
-x80618 = x80617
-x80619 = x80618
-x80620 = x80619
-x80621 = x80620
-x80622 = x80621
-x80623 = x80622
-x80624 = x80623
-x80625 = x80624
-x80626 = x80625
-x80627 = x80626
-x80628 = x80627
-x80629 = x80628
-x80630 = x80629
-x80631 = x80630
-x80632 = x80631
-x80633 = x80632
-x80634 = x80633
-x80635 = x80634
-x80636 = x80635
-x80637 = x80636
-x80638 = x80637
-x80639 = x80638
-x80640 = x80639
-x80641 = x80640
-x80642 = x80641
-x80643 = x80642
-x80644 = x80643
-x80645 = x80644
-x80646 = x80645
-x80647 = x80646
-x80648 = x80647
-x80649 = x80648
-x80650 = x80649
-x80651 = x80650
-x80652 = x80651
-x80653 = x80652
-x80654 = x80653
-x80655 = x80654
-x80656 = x80655
-x80657 = x80656
-x80658 = x80657
-x80659 = x80658
-x80660 = x80659
-x80661 = x80660
-x80662 = x80661
-x80663 = x80662
-x80664 = x80663
-x80665 = x80664
-x80666 = x80665
-x80667 = x80666
-x80668 = x80667
-x80669 = x80668
-x80670 = x80669
-x80671 = x80670
-x80672 = x80671
-x80673 = x80672
-x80674 = x80673
-x80675 = x80674
-x80676 = x80675
-x80677 = x80676
-x80678 = x80677
-x80679 = x80678
-x80680 = x80679
-x80681 = x80680
-x80682 = x80681
-x80683 = x80682
-x80684 = x80683
-x80685 = x80684
-x80686 = x80685
-x80687 = x80686
-x80688 = x80687
-x80689 = x80688
-x80690 = x80689
-x80691 = x80690
-x80692 = x80691
-x80693 = x80692
-x80694 = x80693
-x80695 = x80694
-x80696 = x80695
-x80697 = x80696
-x80698 = x80697
-x80699 = x80698
-x80700 = x80699
-x80701 = x80700
-x80702 = x80701
-x80703 = x80702
-x80704 = x80703
-x80705 = x80704
-x80706 = x80705
-x80707 = x80706
-x80708 = x80707
-x80709 = x80708
-x80710 = x80709
-x80711 = x80710
-x80712 = x80711
-x80713 = x80712
-x80714 = x80713
-x80715 = x80714
-x80716 = x80715
-x80717 = x80716
-x80718 = x80717
-x80719 = x80718
-x80720 = x80719
-x80721 = x80720
-x80722 = x80721
-x80723 = x80722
-x80724 = x80723
-x80725 = x80724
-x80726 = x80725
-x80727 = x80726
-x80728 = x80727
-x80729 = x80728
-x80730 = x80729
-x80731 = x80730
-x80732 = x80731
-x80733 = x80732
-x80734 = x80733
-x80735 = x80734
-x80736 = x80735
-x80737 = x80736
-x80738 = x80737
-x80739 = x80738
-x80740 = x80739
-x80741 = x80740
-x80742 = x80741
-x80743 = x80742
-x80744 = x80743
-x80745 = x80744
-x80746 = x80745
-x80747 = x80746
-x80748 = x80747
-x80749 = x80748
-x80750 = x80749
-x80751 = x80750
-x80752 = x80751
-x80753 = x80752
-x80754 = x80753
-x80755 = x80754
-x80756 = x80755
-x80757 = x80756
-x80758 = x80757
-x80759 = x80758
-x80760 = x80759
-x80761 = x80760
-x80762 = x80761
-x80763 = x80762
-x80764 = x80763
-x80765 = x80764
-x80766 = x80765
-x80767 = x80766
-x80768 = x80767
-x80769 = x80768
-x80770 = x80769
-x80771 = x80770
-x80772 = x80771
-x80773 = x80772
-x80774 = x80773
-x80775 = x80774
-x80776 = x80775
-x80777 = x80776
-x80778 = x80777
-x80779 = x80778
-x80780 = x80779
-x80781 = x80780
-x80782 = x80781
-x80783 = x80782
-x80784 = x80783
-x80785 = x80784
-x80786 = x80785
-x80787 = x80786
-x80788 = x80787
-x80789 = x80788
-x80790 = x80789
-x80791 = x80790
-x80792 = x80791
-x80793 = x80792
-x80794 = x80793
-x80795 = x80794
-x80796 = x80795
-x80797 = x80796
-x80798 = x80797
-x80799 = x80798
-x80800 = x80799
-x80801 = x80800
-x80802 = x80801
-x80803 = x80802
-x80804 = x80803
-x80805 = x80804
-x80806 = x80805
-x80807 = x80806
-x80808 = x80807
-x80809 = x80808
-x80810 = x80809
-x80811 = x80810
-x80812 = x80811
-x80813 = x80812
-x80814 = x80813
-x80815 = x80814
-x80816 = x80815
-x80817 = x80816
-x80818 = x80817
-x80819 = x80818
-x80820 = x80819
-x80821 = x80820
-x80822 = x80821
-x80823 = x80822
-x80824 = x80823
-x80825 = x80824
-x80826 = x80825
-x80827 = x80826
-x80828 = x80827
-x80829 = x80828
-x80830 = x80829
-x80831 = x80830
-x80832 = x80831
-x80833 = x80832
-x80834 = x80833
-x80835 = x80834
-x80836 = x80835
-x80837 = x80836
-x80838 = x80837
-x80839 = x80838
-x80840 = x80839
-x80841 = x80840
-x80842 = x80841
-x80843 = x80842
-x80844 = x80843
-x80845 = x80844
-x80846 = x80845
-x80847 = x80846
-x80848 = x80847
-x80849 = x80848
-x80850 = x80849
-x80851 = x80850
-x80852 = x80851
-x80853 = x80852
-x80854 = x80853
-x80855 = x80854
-x80856 = x80855
-x80857 = x80856
-x80858 = x80857
-x80859 = x80858
-x80860 = x80859
-x80861 = x80860
-x80862 = x80861
-x80863 = x80862
-x80864 = x80863
-x80865 = x80864
-x80866 = x80865
-x80867 = x80866
-x80868 = x80867
-x80869 = x80868
-x80870 = x80869
-x80871 = x80870
-x80872 = x80871
-x80873 = x80872
-x80874 = x80873
-x80875 = x80874
-x80876 = x80875
-x80877 = x80876
-x80878 = x80877
-x80879 = x80878
-x80880 = x80879
-x80881 = x80880
-x80882 = x80881
-x80883 = x80882
-x80884 = x80883
-x80885 = x80884
-x80886 = x80885
-x80887 = x80886
-x80888 = x80887
-x80889 = x80888
-x80890 = x80889
-x80891 = x80890
-x80892 = x80891
-x80893 = x80892
-x80894 = x80893
-x80895 = x80894
-x80896 = x80895
-x80897 = x80896
-x80898 = x80897
-x80899 = x80898
-x80900 = x80899
-x80901 = x80900
-x80902 = x80901
-x80903 = x80902
-x80904 = x80903
-x80905 = x80904
-x80906 = x80905
-x80907 = x80906
-x80908 = x80907
-x80909 = x80908
-x80910 = x80909
-x80911 = x80910
-x80912 = x80911
-x80913 = x80912
-x80914 = x80913
-x80915 = x80914
-x80916 = x80915
-x80917 = x80916
-x80918 = x80917
-x80919 = x80918
-x80920 = x80919
-x80921 = x80920
-x80922 = x80921
-x80923 = x80922
-x80924 = x80923
-x80925 = x80924
-x80926 = x80925
-x80927 = x80926
-x80928 = x80927
-x80929 = x80928
-x80930 = x80929
-x80931 = x80930
-x80932 = x80931
-x80933 = x80932
-x80934 = x80933
-x80935 = x80934
-x80936 = x80935
-x80937 = x80936
-x80938 = x80937
-x80939 = x80938
-x80940 = x80939
-x80941 = x80940
-x80942 = x80941
-x80943 = x80942
-x80944 = x80943
-x80945 = x80944
-x80946 = x80945
-x80947 = x80946
-x80948 = x80947
-x80949 = x80948
-x80950 = x80949
-x80951 = x80950
-x80952 = x80951
-x80953 = x80952
-x80954 = x80953
-x80955 = x80954
-x80956 = x80955
-x80957 = x80956
-x80958 = x80957
-x80959 = x80958
-x80960 = x80959
-x80961 = x80960
-x80962 = x80961
-x80963 = x80962
-x80964 = x80963
-x80965 = x80964
-x80966 = x80965
-x80967 = x80966
-x80968 = x80967
-x80969 = x80968
-x80970 = x80969
-x80971 = x80970
-x80972 = x80971
-x80973 = x80972
-x80974 = x80973
-x80975 = x80974
-x80976 = x80975
-x80977 = x80976
-x80978 = x80977
-x80979 = x80978
-x80980 = x80979
-x80981 = x80980
-x80982 = x80981
-x80983 = x80982
-x80984 = x80983
-x80985 = x80984
-x80986 = x80985
-x80987 = x80986
-x80988 = x80987
-x80989 = x80988
-x80990 = x80989
-x80991 = x80990
-x80992 = x80991
-x80993 = x80992
-x80994 = x80993
-x80995 = x80994
-x80996 = x80995
-x80997 = x80996
-x80998 = x80997
-x80999 = x80998
-x81000 = x80999
-x81001 = x81000
-x81002 = x81001
-x81003 = x81002
-x81004 = x81003
-x81005 = x81004
-x81006 = x81005
-x81007 = x81006
-x81008 = x81007
-x81009 = x81008
-x81010 = x81009
-x81011 = x81010
-x81012 = x81011
-x81013 = x81012
-x81014 = x81013
-x81015 = x81014
-x81016 = x81015
-x81017 = x81016
-x81018 = x81017
-x81019 = x81018
-x81020 = x81019
-x81021 = x81020
-x81022 = x81021
-x81023 = x81022
-x81024 = x81023
-x81025 = x81024
-x81026 = x81025
-x81027 = x81026
-x81028 = x81027
-x81029 = x81028
-x81030 = x81029
-x81031 = x81030
-x81032 = x81031
-x81033 = x81032
-x81034 = x81033
-x81035 = x81034
-x81036 = x81035
-x81037 = x81036
-x81038 = x81037
-x81039 = x81038
-x81040 = x81039
-x81041 = x81040
-x81042 = x81041
-x81043 = x81042
-x81044 = x81043
-x81045 = x81044
-x81046 = x81045
-x81047 = x81046
-x81048 = x81047
-x81049 = x81048
-x81050 = x81049
-x81051 = x81050
-x81052 = x81051
-x81053 = x81052
-x81054 = x81053
-x81055 = x81054
-x81056 = x81055
-x81057 = x81056
-x81058 = x81057
-x81059 = x81058
-x81060 = x81059
-x81061 = x81060
-x81062 = x81061
-x81063 = x81062
-x81064 = x81063
-x81065 = x81064
-x81066 = x81065
-x81067 = x81066
-x81068 = x81067
-x81069 = x81068
-x81070 = x81069
-x81071 = x81070
-x81072 = x81071
-x81073 = x81072
-x81074 = x81073
-x81075 = x81074
-x81076 = x81075
-x81077 = x81076
-x81078 = x81077
-x81079 = x81078
-x81080 = x81079
-x81081 = x81080
-x81082 = x81081
-x81083 = x81082
-x81084 = x81083
-x81085 = x81084
-x81086 = x81085
-x81087 = x81086
-x81088 = x81087
-x81089 = x81088
-x81090 = x81089
-x81091 = x81090
-x81092 = x81091
-x81093 = x81092
-x81094 = x81093
-x81095 = x81094
-x81096 = x81095
-x81097 = x81096
-x81098 = x81097
-x81099 = x81098
-x81100 = x81099
-x81101 = x81100
-x81102 = x81101
-x81103 = x81102
-x81104 = x81103
-x81105 = x81104
-x81106 = x81105
-x81107 = x81106
-x81108 = x81107
-x81109 = x81108
-x81110 = x81109
-x81111 = x81110
-x81112 = x81111
-x81113 = x81112
-x81114 = x81113
-x81115 = x81114
-x81116 = x81115
-x81117 = x81116
-x81118 = x81117
-x81119 = x81118
-x81120 = x81119
-x81121 = x81120
-x81122 = x81121
-x81123 = x81122
-x81124 = x81123
-x81125 = x81124
-x81126 = x81125
-x81127 = x81126
-x81128 = x81127
-x81129 = x81128
-x81130 = x81129
-x81131 = x81130
-x81132 = x81131
-x81133 = x81132
-x81134 = x81133
-x81135 = x81134
-x81136 = x81135
-x81137 = x81136
-x81138 = x81137
-x81139 = x81138
-x81140 = x81139
-x81141 = x81140
-x81142 = x81141
-x81143 = x81142
-x81144 = x81143
-x81145 = x81144
-x81146 = x81145
-x81147 = x81146
-x81148 = x81147
-x81149 = x81148
-x81150 = x81149
-x81151 = x81150
-x81152 = x81151
-x81153 = x81152
-x81154 = x81153
-x81155 = x81154
-x81156 = x81155
-x81157 = x81156
-x81158 = x81157
-x81159 = x81158
-x81160 = x81159
-x81161 = x81160
-x81162 = x81161
-x81163 = x81162
-x81164 = x81163
-x81165 = x81164
-x81166 = x81165
-x81167 = x81166
-x81168 = x81167
-x81169 = x81168
-x81170 = x81169
-x81171 = x81170
-x81172 = x81171
-x81173 = x81172
-x81174 = x81173
-x81175 = x81174
-x81176 = x81175
-x81177 = x81176
-x81178 = x81177
-x81179 = x81178
-x81180 = x81179
-x81181 = x81180
-x81182 = x81181
-x81183 = x81182
-x81184 = x81183
-x81185 = x81184
-x81186 = x81185
-x81187 = x81186
-x81188 = x81187
-x81189 = x81188
-x81190 = x81189
-x81191 = x81190
-x81192 = x81191
-x81193 = x81192
-x81194 = x81193
-x81195 = x81194
-x81196 = x81195
-x81197 = x81196
-x81198 = x81197
-x81199 = x81198
-x81200 = x81199
-x81201 = x81200
-x81202 = x81201
-x81203 = x81202
-x81204 = x81203
-x81205 = x81204
-x81206 = x81205
-x81207 = x81206
-x81208 = x81207
-x81209 = x81208
-x81210 = x81209
-x81211 = x81210
-x81212 = x81211
-x81213 = x81212
-x81214 = x81213
-x81215 = x81214
-x81216 = x81215
-x81217 = x81216
-x81218 = x81217
-x81219 = x81218
-x81220 = x81219
-x81221 = x81220
-x81222 = x81221
-x81223 = x81222
-x81224 = x81223
-x81225 = x81224
-x81226 = x81225
-x81227 = x81226
-x81228 = x81227
-x81229 = x81228
-x81230 = x81229
-x81231 = x81230
-x81232 = x81231
-x81233 = x81232
-x81234 = x81233
-x81235 = x81234
-x81236 = x81235
-x81237 = x81236
-x81238 = x81237
-x81239 = x81238
-x81240 = x81239
-x81241 = x81240
-x81242 = x81241
-x81243 = x81242
-x81244 = x81243
-x81245 = x81244
-x81246 = x81245
-x81247 = x81246
-x81248 = x81247
-x81249 = x81248
-x81250 = x81249
-x81251 = x81250
-x81252 = x81251
-x81253 = x81252
-x81254 = x81253
-x81255 = x81254
-x81256 = x81255
-x81257 = x81256
-x81258 = x81257
-x81259 = x81258
-x81260 = x81259
-x81261 = x81260
-x81262 = x81261
-x81263 = x81262
-x81264 = x81263
-x81265 = x81264
-x81266 = x81265
-x81267 = x81266
-x81268 = x81267
-x81269 = x81268
-x81270 = x81269
-x81271 = x81270
-x81272 = x81271
-x81273 = x81272
-x81274 = x81273
-x81275 = x81274
-x81276 = x81275
-x81277 = x81276
-x81278 = x81277
-x81279 = x81278
-x81280 = x81279
-x81281 = x81280
-x81282 = x81281
-x81283 = x81282
-x81284 = x81283
-x81285 = x81284
-x81286 = x81285
-x81287 = x81286
-x81288 = x81287
-x81289 = x81288
-x81290 = x81289
-x81291 = x81290
-x81292 = x81291
-x81293 = x81292
-x81294 = x81293
-x81295 = x81294
-x81296 = x81295
-x81297 = x81296
-x81298 = x81297
-x81299 = x81298
-x81300 = x81299
-x81301 = x81300
-x81302 = x81301
-x81303 = x81302
-x81304 = x81303
-x81305 = x81304
-x81306 = x81305
-x81307 = x81306
-x81308 = x81307
-x81309 = x81308
-x81310 = x81309
-x81311 = x81310
-x81312 = x81311
-x81313 = x81312
-x81314 = x81313
-x81315 = x81314
-x81316 = x81315
-x81317 = x81316
-x81318 = x81317
-x81319 = x81318
-x81320 = x81319
-x81321 = x81320
-x81322 = x81321
-x81323 = x81322
-x81324 = x81323
-x81325 = x81324
-x81326 = x81325
-x81327 = x81326
-x81328 = x81327
-x81329 = x81328
-x81330 = x81329
-x81331 = x81330
-x81332 = x81331
-x81333 = x81332
-x81334 = x81333
-x81335 = x81334
-x81336 = x81335
-x81337 = x81336
-x81338 = x81337
-x81339 = x81338
-x81340 = x81339
-x81341 = x81340
-x81342 = x81341
-x81343 = x81342
-x81344 = x81343
-x81345 = x81344
-x81346 = x81345
-x81347 = x81346
-x81348 = x81347
-x81349 = x81348
-x81350 = x81349
-x81351 = x81350
-x81352 = x81351
-x81353 = x81352
-x81354 = x81353
-x81355 = x81354
-x81356 = x81355
-x81357 = x81356
-x81358 = x81357
-x81359 = x81358
-x81360 = x81359
-x81361 = x81360
-x81362 = x81361
-x81363 = x81362
-x81364 = x81363
-x81365 = x81364
-x81366 = x81365
-x81367 = x81366
-x81368 = x81367
-x81369 = x81368
-x81370 = x81369
-x81371 = x81370
-x81372 = x81371
-x81373 = x81372
-x81374 = x81373
-x81375 = x81374
-x81376 = x81375
-x81377 = x81376
-x81378 = x81377
-x81379 = x81378
-x81380 = x81379
-x81381 = x81380
-x81382 = x81381
-x81383 = x81382
-x81384 = x81383
-x81385 = x81384
-x81386 = x81385
-x81387 = x81386
-x81388 = x81387
-x81389 = x81388
-x81390 = x81389
-x81391 = x81390
-x81392 = x81391
-x81393 = x81392
-x81394 = x81393
-x81395 = x81394
-x81396 = x81395
-x81397 = x81396
-x81398 = x81397
-x81399 = x81398
-x81400 = x81399
-x81401 = x81400
-x81402 = x81401
-x81403 = x81402
-x81404 = x81403
-x81405 = x81404
-x81406 = x81405
-x81407 = x81406
-x81408 = x81407
-x81409 = x81408
-x81410 = x81409
-x81411 = x81410
-x81412 = x81411
-x81413 = x81412
-x81414 = x81413
-x81415 = x81414
-x81416 = x81415
-x81417 = x81416
-x81418 = x81417
-x81419 = x81418
-x81420 = x81419
-x81421 = x81420
-x81422 = x81421
-x81423 = x81422
-x81424 = x81423
-x81425 = x81424
-x81426 = x81425
-x81427 = x81426
-x81428 = x81427
-x81429 = x81428
-x81430 = x81429
-x81431 = x81430
-x81432 = x81431
-x81433 = x81432
-x81434 = x81433
-x81435 = x81434
-x81436 = x81435
-x81437 = x81436
-x81438 = x81437
-x81439 = x81438
-x81440 = x81439
-x81441 = x81440
-x81442 = x81441
-x81443 = x81442
-x81444 = x81443
-x81445 = x81444
-x81446 = x81445
-x81447 = x81446
-x81448 = x81447
-x81449 = x81448
-x81450 = x81449
-x81451 = x81450
-x81452 = x81451
-x81453 = x81452
-x81454 = x81453
-x81455 = x81454
-x81456 = x81455
-x81457 = x81456
-x81458 = x81457
-x81459 = x81458
-x81460 = x81459
-x81461 = x81460
-x81462 = x81461
-x81463 = x81462
-x81464 = x81463
-x81465 = x81464
-x81466 = x81465
-x81467 = x81466
-x81468 = x81467
-x81469 = x81468
-x81470 = x81469
-x81471 = x81470
-x81472 = x81471
-x81473 = x81472
-x81474 = x81473
-x81475 = x81474
-x81476 = x81475
-x81477 = x81476
-x81478 = x81477
-x81479 = x81478
-x81480 = x81479
-x81481 = x81480
-x81482 = x81481
-x81483 = x81482
-x81484 = x81483
-x81485 = x81484
-x81486 = x81485
-x81487 = x81486
-x81488 = x81487
-x81489 = x81488
-x81490 = x81489
-x81491 = x81490
-x81492 = x81491
-x81493 = x81492
-x81494 = x81493
-x81495 = x81494
-x81496 = x81495
-x81497 = x81496
-x81498 = x81497
-x81499 = x81498
-x81500 = x81499
-x81501 = x81500
-x81502 = x81501
-x81503 = x81502
-x81504 = x81503
-x81505 = x81504
-x81506 = x81505
-x81507 = x81506
-x81508 = x81507
-x81509 = x81508
-x81510 = x81509
-x81511 = x81510
-x81512 = x81511
-x81513 = x81512
-x81514 = x81513
-x81515 = x81514
-x81516 = x81515
-x81517 = x81516
-x81518 = x81517
-x81519 = x81518
-x81520 = x81519
-x81521 = x81520
-x81522 = x81521
-x81523 = x81522
-x81524 = x81523
-x81525 = x81524
-x81526 = x81525
-x81527 = x81526
-x81528 = x81527
-x81529 = x81528
-x81530 = x81529
-x81531 = x81530
-x81532 = x81531
-x81533 = x81532
-x81534 = x81533
-x81535 = x81534
-x81536 = x81535
-x81537 = x81536
-x81538 = x81537
-x81539 = x81538
-x81540 = x81539
-x81541 = x81540
-x81542 = x81541
-x81543 = x81542
-x81544 = x81543
-x81545 = x81544
-x81546 = x81545
-x81547 = x81546
-x81548 = x81547
-x81549 = x81548
-x81550 = x81549
-x81551 = x81550
-x81552 = x81551
-x81553 = x81552
-x81554 = x81553
-x81555 = x81554
-x81556 = x81555
-x81557 = x81556
-x81558 = x81557
-x81559 = x81558
-x81560 = x81559
-x81561 = x81560
-x81562 = x81561
-x81563 = x81562
-x81564 = x81563
-x81565 = x81564
-x81566 = x81565
-x81567 = x81566
-x81568 = x81567
-x81569 = x81568
-x81570 = x81569
-x81571 = x81570
-x81572 = x81571
-x81573 = x81572
-x81574 = x81573
-x81575 = x81574
-x81576 = x81575
-x81577 = x81576
-x81578 = x81577
-x81579 = x81578
-x81580 = x81579
-x81581 = x81580
-x81582 = x81581
-x81583 = x81582
-x81584 = x81583
-x81585 = x81584
-x81586 = x81585
-x81587 = x81586
-x81588 = x81587
-x81589 = x81588
-x81590 = x81589
-x81591 = x81590
-x81592 = x81591
-x81593 = x81592
-x81594 = x81593
-x81595 = x81594
-x81596 = x81595
-x81597 = x81596
-x81598 = x81597
-x81599 = x81598
-x81600 = x81599
-x81601 = x81600
-x81602 = x81601
-x81603 = x81602
-x81604 = x81603
-x81605 = x81604
-x81606 = x81605
-x81607 = x81606
-x81608 = x81607
-x81609 = x81608
-x81610 = x81609
-x81611 = x81610
-x81612 = x81611
-x81613 = x81612
-x81614 = x81613
-x81615 = x81614
-x81616 = x81615
-x81617 = x81616
-x81618 = x81617
-x81619 = x81618
-x81620 = x81619
-x81621 = x81620
-x81622 = x81621
-x81623 = x81622
-x81624 = x81623
-x81625 = x81624
-x81626 = x81625
-x81627 = x81626
-x81628 = x81627
-x81629 = x81628
-x81630 = x81629
-x81631 = x81630
-x81632 = x81631
-x81633 = x81632
-x81634 = x81633
-x81635 = x81634
-x81636 = x81635
-x81637 = x81636
-x81638 = x81637
-x81639 = x81638
-x81640 = x81639
-x81641 = x81640
-x81642 = x81641
-x81643 = x81642
-x81644 = x81643
-x81645 = x81644
-x81646 = x81645
-x81647 = x81646
-x81648 = x81647
-x81649 = x81648
-x81650 = x81649
-x81651 = x81650
-x81652 = x81651
-x81653 = x81652
-x81654 = x81653
-x81655 = x81654
-x81656 = x81655
-x81657 = x81656
-x81658 = x81657
-x81659 = x81658
-x81660 = x81659
-x81661 = x81660
-x81662 = x81661
-x81663 = x81662
-x81664 = x81663
-x81665 = x81664
-x81666 = x81665
-x81667 = x81666
-x81668 = x81667
-x81669 = x81668
-x81670 = x81669
-x81671 = x81670
-x81672 = x81671
-x81673 = x81672
-x81674 = x81673
-x81675 = x81674
-x81676 = x81675
-x81677 = x81676
-x81678 = x81677
-x81679 = x81678
-x81680 = x81679
-x81681 = x81680
-x81682 = x81681
-x81683 = x81682
-x81684 = x81683
-x81685 = x81684
-x81686 = x81685
-x81687 = x81686
-x81688 = x81687
-x81689 = x81688
-x81690 = x81689
-x81691 = x81690
-x81692 = x81691
-x81693 = x81692
-x81694 = x81693
-x81695 = x81694
-x81696 = x81695
-x81697 = x81696
-x81698 = x81697
-x81699 = x81698
-x81700 = x81699
-x81701 = x81700
-x81702 = x81701
-x81703 = x81702
-x81704 = x81703
-x81705 = x81704
-x81706 = x81705
-x81707 = x81706
-x81708 = x81707
-x81709 = x81708
-x81710 = x81709
-x81711 = x81710
-x81712 = x81711
-x81713 = x81712
-x81714 = x81713
-x81715 = x81714
-x81716 = x81715
-x81717 = x81716
-x81718 = x81717
-x81719 = x81718
-x81720 = x81719
-x81721 = x81720
-x81722 = x81721
-x81723 = x81722
-x81724 = x81723
-x81725 = x81724
-x81726 = x81725
-x81727 = x81726
-x81728 = x81727
-x81729 = x81728
-x81730 = x81729
-x81731 = x81730
-x81732 = x81731
-x81733 = x81732
-x81734 = x81733
-x81735 = x81734
-x81736 = x81735
-x81737 = x81736
-x81738 = x81737
-x81739 = x81738
-x81740 = x81739
-x81741 = x81740
-x81742 = x81741
-x81743 = x81742
-x81744 = x81743
-x81745 = x81744
-x81746 = x81745
-x81747 = x81746
-x81748 = x81747
-x81749 = x81748
-x81750 = x81749
-x81751 = x81750
-x81752 = x81751
-x81753 = x81752
-x81754 = x81753
-x81755 = x81754
-x81756 = x81755
-x81757 = x81756
-x81758 = x81757
-x81759 = x81758
-x81760 = x81759
-x81761 = x81760
-x81762 = x81761
-x81763 = x81762
-x81764 = x81763
-x81765 = x81764
-x81766 = x81765
-x81767 = x81766
-x81768 = x81767
-x81769 = x81768
-x81770 = x81769
-x81771 = x81770
-x81772 = x81771
-x81773 = x81772
-x81774 = x81773
-x81775 = x81774
-x81776 = x81775
-x81777 = x81776
-x81778 = x81777
-x81779 = x81778
-x81780 = x81779
-x81781 = x81780
-x81782 = x81781
-x81783 = x81782
-x81784 = x81783
-x81785 = x81784
-x81786 = x81785
-x81787 = x81786
-x81788 = x81787
-x81789 = x81788
-x81790 = x81789
-x81791 = x81790
-x81792 = x81791
-x81793 = x81792
-x81794 = x81793
-x81795 = x81794
-x81796 = x81795
-x81797 = x81796
-x81798 = x81797
-x81799 = x81798
-x81800 = x81799
-x81801 = x81800
-x81802 = x81801
-x81803 = x81802
-x81804 = x81803
-x81805 = x81804
-x81806 = x81805
-x81807 = x81806
-x81808 = x81807
-x81809 = x81808
-x81810 = x81809
-x81811 = x81810
-x81812 = x81811
-x81813 = x81812
-x81814 = x81813
-x81815 = x81814
-x81816 = x81815
-x81817 = x81816
-x81818 = x81817
-x81819 = x81818
-x81820 = x81819
-x81821 = x81820
-x81822 = x81821
-x81823 = x81822
-x81824 = x81823
-x81825 = x81824
-x81826 = x81825
-x81827 = x81826
-x81828 = x81827
-x81829 = x81828
-x81830 = x81829
-x81831 = x81830
-x81832 = x81831
-x81833 = x81832
-x81834 = x81833
-x81835 = x81834
-x81836 = x81835
-x81837 = x81836
-x81838 = x81837
-x81839 = x81838
-x81840 = x81839
-x81841 = x81840
-x81842 = x81841
-x81843 = x81842
-x81844 = x81843
-x81845 = x81844
-x81846 = x81845
-x81847 = x81846
-x81848 = x81847
-x81849 = x81848
-x81850 = x81849
-x81851 = x81850
-x81852 = x81851
-x81853 = x81852
-x81854 = x81853
-x81855 = x81854
-x81856 = x81855
-x81857 = x81856
-x81858 = x81857
-x81859 = x81858
-x81860 = x81859
-x81861 = x81860
-x81862 = x81861
-x81863 = x81862
-x81864 = x81863
-x81865 = x81864
-x81866 = x81865
-x81867 = x81866
-x81868 = x81867
-x81869 = x81868
-x81870 = x81869
-x81871 = x81870
-x81872 = x81871
-x81873 = x81872
-x81874 = x81873
-x81875 = x81874
-x81876 = x81875
-x81877 = x81876
-x81878 = x81877
-x81879 = x81878
-x81880 = x81879
-x81881 = x81880
-x81882 = x81881
-x81883 = x81882
-x81884 = x81883
-x81885 = x81884
-x81886 = x81885
-x81887 = x81886
-x81888 = x81887
-x81889 = x81888
-x81890 = x81889
-x81891 = x81890
-x81892 = x81891
-x81893 = x81892
-x81894 = x81893
-x81895 = x81894
-x81896 = x81895
-x81897 = x81896
-x81898 = x81897
-x81899 = x81898
-x81900 = x81899
-x81901 = x81900
-x81902 = x81901
-x81903 = x81902
-x81904 = x81903
-x81905 = x81904
-x81906 = x81905
-x81907 = x81906
-x81908 = x81907
-x81909 = x81908
-x81910 = x81909
-x81911 = x81910
-x81912 = x81911
-x81913 = x81912
-x81914 = x81913
-x81915 = x81914
-x81916 = x81915
-x81917 = x81916
-x81918 = x81917
-x81919 = x81918
-x81920 = x81919
-x81921 = x81920
-x81922 = x81921
-x81923 = x81922
-x81924 = x81923
-x81925 = x81924
-x81926 = x81925
-x81927 = x81926
-x81928 = x81927
-x81929 = x81928
-x81930 = x81929
-x81931 = x81930
-x81932 = x81931
-x81933 = x81932
-x81934 = x81933
-x81935 = x81934
-x81936 = x81935
-x81937 = x81936
-x81938 = x81937
-x81939 = x81938
-x81940 = x81939
-x81941 = x81940
-x81942 = x81941
-x81943 = x81942
-x81944 = x81943
-x81945 = x81944
-x81946 = x81945
-x81947 = x81946
-x81948 = x81947
-x81949 = x81948
-x81950 = x81949
-x81951 = x81950
-x81952 = x81951
-x81953 = x81952
-x81954 = x81953
-x81955 = x81954
-x81956 = x81955
-x81957 = x81956
-x81958 = x81957
-x81959 = x81958
-x81960 = x81959
-x81961 = x81960
-x81962 = x81961
-x81963 = x81962
-x81964 = x81963
-x81965 = x81964
-x81966 = x81965
-x81967 = x81966
-x81968 = x81967
-x81969 = x81968
-x81970 = x81969
-x81971 = x81970
-x81972 = x81971
-x81973 = x81972
-x81974 = x81973
-x81975 = x81974
-x81976 = x81975
-x81977 = x81976
-x81978 = x81977
-x81979 = x81978
-x81980 = x81979
-x81981 = x81980
-x81982 = x81981
-x81983 = x81982
-x81984 = x81983
-x81985 = x81984
-x81986 = x81985
-x81987 = x81986
-x81988 = x81987
-x81989 = x81988
-x81990 = x81989
-x81991 = x81990
-x81992 = x81991
-x81993 = x81992
-x81994 = x81993
-x81995 = x81994
-x81996 = x81995
-x81997 = x81996
-x81998 = x81997
-x81999 = x81998
-x82000 = x81999
-x82001 = x82000
-x82002 = x82001
-x82003 = x82002
-x82004 = x82003
-x82005 = x82004
-x82006 = x82005
-x82007 = x82006
-x82008 = x82007
-x82009 = x82008
-x82010 = x82009
-x82011 = x82010
-x82012 = x82011
-x82013 = x82012
-x82014 = x82013
-x82015 = x82014
-x82016 = x82015
-x82017 = x82016
-x82018 = x82017
-x82019 = x82018
-x82020 = x82019
-x82021 = x82020
-x82022 = x82021
-x82023 = x82022
-x82024 = x82023
-x82025 = x82024
-x82026 = x82025
-x82027 = x82026
-x82028 = x82027
-x82029 = x82028
-x82030 = x82029
-x82031 = x82030
-x82032 = x82031
-x82033 = x82032
-x82034 = x82033
-x82035 = x82034
-x82036 = x82035
-x82037 = x82036
-x82038 = x82037
-x82039 = x82038
-x82040 = x82039
-x82041 = x82040
-x82042 = x82041
-x82043 = x82042
-x82044 = x82043
-x82045 = x82044
-x82046 = x82045
-x82047 = x82046
-x82048 = x82047
-x82049 = x82048
-x82050 = x82049
-x82051 = x82050
-x82052 = x82051
-x82053 = x82052
-x82054 = x82053
-x82055 = x82054
-x82056 = x82055
-x82057 = x82056
-x82058 = x82057
-x82059 = x82058
-x82060 = x82059
-x82061 = x82060
-x82062 = x82061
-x82063 = x82062
-x82064 = x82063
-x82065 = x82064
-x82066 = x82065
-x82067 = x82066
-x82068 = x82067
-x82069 = x82068
-x82070 = x82069
-x82071 = x82070
-x82072 = x82071
-x82073 = x82072
-x82074 = x82073
-x82075 = x82074
-x82076 = x82075
-x82077 = x82076
-x82078 = x82077
-x82079 = x82078
-x82080 = x82079
-x82081 = x82080
-x82082 = x82081
-x82083 = x82082
-x82084 = x82083
-x82085 = x82084
-x82086 = x82085
-x82087 = x82086
-x82088 = x82087
-x82089 = x82088
-x82090 = x82089
-x82091 = x82090
-x82092 = x82091
-x82093 = x82092
-x82094 = x82093
-x82095 = x82094
-x82096 = x82095
-x82097 = x82096
-x82098 = x82097
-x82099 = x82098
-x82100 = x82099
-x82101 = x82100
-x82102 = x82101
-x82103 = x82102
-x82104 = x82103
-x82105 = x82104
-x82106 = x82105
-x82107 = x82106
-x82108 = x82107
-x82109 = x82108
-x82110 = x82109
-x82111 = x82110
-x82112 = x82111
-x82113 = x82112
-x82114 = x82113
-x82115 = x82114
-x82116 = x82115
-x82117 = x82116
-x82118 = x82117
-x82119 = x82118
-x82120 = x82119
-x82121 = x82120
-x82122 = x82121
-x82123 = x82122
-x82124 = x82123
-x82125 = x82124
-x82126 = x82125
-x82127 = x82126
-x82128 = x82127
-x82129 = x82128
-x82130 = x82129
-x82131 = x82130
-x82132 = x82131
-x82133 = x82132
-x82134 = x82133
-x82135 = x82134
-x82136 = x82135
-x82137 = x82136
-x82138 = x82137
-x82139 = x82138
-x82140 = x82139
-x82141 = x82140
-x82142 = x82141
-x82143 = x82142
-x82144 = x82143
-x82145 = x82144
-x82146 = x82145
-x82147 = x82146
-x82148 = x82147
-x82149 = x82148
-x82150 = x82149
-x82151 = x82150
-x82152 = x82151
-x82153 = x82152
-x82154 = x82153
-x82155 = x82154
-x82156 = x82155
-x82157 = x82156
-x82158 = x82157
-x82159 = x82158
-x82160 = x82159
-x82161 = x82160
-x82162 = x82161
-x82163 = x82162
-x82164 = x82163
-x82165 = x82164
-x82166 = x82165
-x82167 = x82166
-x82168 = x82167
-x82169 = x82168
-x82170 = x82169
-x82171 = x82170
-x82172 = x82171
-x82173 = x82172
-x82174 = x82173
-x82175 = x82174
-x82176 = x82175
-x82177 = x82176
-x82178 = x82177
-x82179 = x82178
-x82180 = x82179
-x82181 = x82180
-x82182 = x82181
-x82183 = x82182
-x82184 = x82183
-x82185 = x82184
-x82186 = x82185
-x82187 = x82186
-x82188 = x82187
-x82189 = x82188
-x82190 = x82189
-x82191 = x82190
-x82192 = x82191
-x82193 = x82192
-x82194 = x82193
-x82195 = x82194
-x82196 = x82195
-x82197 = x82196
-x82198 = x82197
-x82199 = x82198
-x82200 = x82199
-x82201 = x82200
-x82202 = x82201
-x82203 = x82202
-x82204 = x82203
-x82205 = x82204
-x82206 = x82205
-x82207 = x82206
-x82208 = x82207
-x82209 = x82208
-x82210 = x82209
-x82211 = x82210
-x82212 = x82211
-x82213 = x82212
-x82214 = x82213
-x82215 = x82214
-x82216 = x82215
-x82217 = x82216
-x82218 = x82217
-x82219 = x82218
-x82220 = x82219
-x82221 = x82220
-x82222 = x82221
-x82223 = x82222
-x82224 = x82223
-x82225 = x82224
-x82226 = x82225
-x82227 = x82226
-x82228 = x82227
-x82229 = x82228
-x82230 = x82229
-x82231 = x82230
-x82232 = x82231
-x82233 = x82232
-x82234 = x82233
-x82235 = x82234
-x82236 = x82235
-x82237 = x82236
-x82238 = x82237
-x82239 = x82238
-x82240 = x82239
-x82241 = x82240
-x82242 = x82241
-x82243 = x82242
-x82244 = x82243
-x82245 = x82244
-x82246 = x82245
-x82247 = x82246
-x82248 = x82247
-x82249 = x82248
-x82250 = x82249
-x82251 = x82250
-x82252 = x82251
-x82253 = x82252
-x82254 = x82253
-x82255 = x82254
-x82256 = x82255
-x82257 = x82256
-x82258 = x82257
-x82259 = x82258
-x82260 = x82259
-x82261 = x82260
-x82262 = x82261
-x82263 = x82262
-x82264 = x82263
-x82265 = x82264
-x82266 = x82265
-x82267 = x82266
-x82268 = x82267
-x82269 = x82268
-x82270 = x82269
-x82271 = x82270
-x82272 = x82271
-x82273 = x82272
-x82274 = x82273
-x82275 = x82274
-x82276 = x82275
-x82277 = x82276
-x82278 = x82277
-x82279 = x82278
-x82280 = x82279
-x82281 = x82280
-x82282 = x82281
-x82283 = x82282
-x82284 = x82283
-x82285 = x82284
-x82286 = x82285
-x82287 = x82286
-x82288 = x82287
-x82289 = x82288
-x82290 = x82289
-x82291 = x82290
-x82292 = x82291
-x82293 = x82292
-x82294 = x82293
-x82295 = x82294
-x82296 = x82295
-x82297 = x82296
-x82298 = x82297
-x82299 = x82298
-x82300 = x82299
-x82301 = x82300
-x82302 = x82301
-x82303 = x82302
-x82304 = x82303
-x82305 = x82304
-x82306 = x82305
-x82307 = x82306
-x82308 = x82307
-x82309 = x82308
-x82310 = x82309
-x82311 = x82310
-x82312 = x82311
-x82313 = x82312
-x82314 = x82313
-x82315 = x82314
-x82316 = x82315
-x82317 = x82316
-x82318 = x82317
-x82319 = x82318
-x82320 = x82319
-x82321 = x82320
-x82322 = x82321
-x82323 = x82322
-x82324 = x82323
-x82325 = x82324
-x82326 = x82325
-x82327 = x82326
-x82328 = x82327
-x82329 = x82328
-x82330 = x82329
-x82331 = x82330
-x82332 = x82331
-x82333 = x82332
-x82334 = x82333
-x82335 = x82334
-x82336 = x82335
-x82337 = x82336
-x82338 = x82337
-x82339 = x82338
-x82340 = x82339
-x82341 = x82340
-x82342 = x82341
-x82343 = x82342
-x82344 = x82343
-x82345 = x82344
-x82346 = x82345
-x82347 = x82346
-x82348 = x82347
-x82349 = x82348
-x82350 = x82349
-x82351 = x82350
-x82352 = x82351
-x82353 = x82352
-x82354 = x82353
-x82355 = x82354
-x82356 = x82355
-x82357 = x82356
-x82358 = x82357
-x82359 = x82358
-x82360 = x82359
-x82361 = x82360
-x82362 = x82361
-x82363 = x82362
-x82364 = x82363
-x82365 = x82364
-x82366 = x82365
-x82367 = x82366
-x82368 = x82367
-x82369 = x82368
-x82370 = x82369
-x82371 = x82370
-x82372 = x82371
-x82373 = x82372
-x82374 = x82373
-x82375 = x82374
-x82376 = x82375
-x82377 = x82376
-x82378 = x82377
-x82379 = x82378
-x82380 = x82379
-x82381 = x82380
-x82382 = x82381
-x82383 = x82382
-x82384 = x82383
-x82385 = x82384
-x82386 = x82385
-x82387 = x82386
-x82388 = x82387
-x82389 = x82388
-x82390 = x82389
-x82391 = x82390
-x82392 = x82391
-x82393 = x82392
-x82394 = x82393
-x82395 = x82394
-x82396 = x82395
-x82397 = x82396
-x82398 = x82397
-x82399 = x82398
-x82400 = x82399
-x82401 = x82400
-x82402 = x82401
-x82403 = x82402
-x82404 = x82403
-x82405 = x82404
-x82406 = x82405
-x82407 = x82406
-x82408 = x82407
-x82409 = x82408
-x82410 = x82409
-x82411 = x82410
-x82412 = x82411
-x82413 = x82412
-x82414 = x82413
-x82415 = x82414
-x82416 = x82415
-x82417 = x82416
-x82418 = x82417
-x82419 = x82418
-x82420 = x82419
-x82421 = x82420
-x82422 = x82421
-x82423 = x82422
-x82424 = x82423
-x82425 = x82424
-x82426 = x82425
-x82427 = x82426
-x82428 = x82427
-x82429 = x82428
-x82430 = x82429
-x82431 = x82430
-x82432 = x82431
-x82433 = x82432
-x82434 = x82433
-x82435 = x82434
-x82436 = x82435
-x82437 = x82436
-x82438 = x82437
-x82439 = x82438
-x82440 = x82439
-x82441 = x82440
-x82442 = x82441
-x82443 = x82442
-x82444 = x82443
-x82445 = x82444
-x82446 = x82445
-x82447 = x82446
-x82448 = x82447
-x82449 = x82448
-x82450 = x82449
-x82451 = x82450
-x82452 = x82451
-x82453 = x82452
-x82454 = x82453
-x82455 = x82454
-x82456 = x82455
-x82457 = x82456
-x82458 = x82457
-x82459 = x82458
-x82460 = x82459
-x82461 = x82460
-x82462 = x82461
-x82463 = x82462
-x82464 = x82463
-x82465 = x82464
-x82466 = x82465
-x82467 = x82466
-x82468 = x82467
-x82469 = x82468
-x82470 = x82469
-x82471 = x82470
-x82472 = x82471
-x82473 = x82472
-x82474 = x82473
-x82475 = x82474
-x82476 = x82475
-x82477 = x82476
-x82478 = x82477
-x82479 = x82478
-x82480 = x82479
-x82481 = x82480
-x82482 = x82481
-x82483 = x82482
-x82484 = x82483
-x82485 = x82484
-x82486 = x82485
-x82487 = x82486
-x82488 = x82487
-x82489 = x82488
-x82490 = x82489
-x82491 = x82490
-x82492 = x82491
-x82493 = x82492
-x82494 = x82493
-x82495 = x82494
-x82496 = x82495
-x82497 = x82496
-x82498 = x82497
-x82499 = x82498
-x82500 = x82499
-x82501 = x82500
-x82502 = x82501
-x82503 = x82502
-x82504 = x82503
-x82505 = x82504
-x82506 = x82505
-x82507 = x82506
-x82508 = x82507
-x82509 = x82508
-x82510 = x82509
-x82511 = x82510
-x82512 = x82511
-x82513 = x82512
-x82514 = x82513
-x82515 = x82514
-x82516 = x82515
-x82517 = x82516
-x82518 = x82517
-x82519 = x82518
-x82520 = x82519
-x82521 = x82520
-x82522 = x82521
-x82523 = x82522
-x82524 = x82523
-x82525 = x82524
-x82526 = x82525
-x82527 = x82526
-x82528 = x82527
-x82529 = x82528
-x82530 = x82529
-x82531 = x82530
-x82532 = x82531
-x82533 = x82532
-x82534 = x82533
-x82535 = x82534
-x82536 = x82535
-x82537 = x82536
-x82538 = x82537
-x82539 = x82538
-x82540 = x82539
-x82541 = x82540
-x82542 = x82541
-x82543 = x82542
-x82544 = x82543
-x82545 = x82544
-x82546 = x82545
-x82547 = x82546
-x82548 = x82547
-x82549 = x82548
-x82550 = x82549
-x82551 = x82550
-x82552 = x82551
-x82553 = x82552
-x82554 = x82553
-x82555 = x82554
-x82556 = x82555
-x82557 = x82556
-x82558 = x82557
-x82559 = x82558
-x82560 = x82559
-x82561 = x82560
-x82562 = x82561
-x82563 = x82562
-x82564 = x82563
-x82565 = x82564
-x82566 = x82565
-x82567 = x82566
-x82568 = x82567
-x82569 = x82568
-x82570 = x82569
-x82571 = x82570
-x82572 = x82571
-x82573 = x82572
-x82574 = x82573
-x82575 = x82574
-x82576 = x82575
-x82577 = x82576
-x82578 = x82577
-x82579 = x82578
-x82580 = x82579
-x82581 = x82580
-x82582 = x82581
-x82583 = x82582
-x82584 = x82583
-x82585 = x82584
-x82586 = x82585
-x82587 = x82586
-x82588 = x82587
-x82589 = x82588
-x82590 = x82589
-x82591 = x82590
-x82592 = x82591
-x82593 = x82592
-x82594 = x82593
-x82595 = x82594
-x82596 = x82595
-x82597 = x82596
-x82598 = x82597
-x82599 = x82598
-x82600 = x82599
-x82601 = x82600
-x82602 = x82601
-x82603 = x82602
-x82604 = x82603
-x82605 = x82604
-x82606 = x82605
-x82607 = x82606
-x82608 = x82607
-x82609 = x82608
-x82610 = x82609
-x82611 = x82610
-x82612 = x82611
-x82613 = x82612
-x82614 = x82613
-x82615 = x82614
-x82616 = x82615
-x82617 = x82616
-x82618 = x82617
-x82619 = x82618
-x82620 = x82619
-x82621 = x82620
-x82622 = x82621
-x82623 = x82622
-x82624 = x82623
-x82625 = x82624
-x82626 = x82625
-x82627 = x82626
-x82628 = x82627
-x82629 = x82628
-x82630 = x82629
-x82631 = x82630
-x82632 = x82631
-x82633 = x82632
-x82634 = x82633
-x82635 = x82634
-x82636 = x82635
-x82637 = x82636
-x82638 = x82637
-x82639 = x82638
-x82640 = x82639
-x82641 = x82640
-x82642 = x82641
-x82643 = x82642
-x82644 = x82643
-x82645 = x82644
-x82646 = x82645
-x82647 = x82646
-x82648 = x82647
-x82649 = x82648
-x82650 = x82649
-x82651 = x82650
-x82652 = x82651
-x82653 = x82652
-x82654 = x82653
-x82655 = x82654
-x82656 = x82655
-x82657 = x82656
-x82658 = x82657
-x82659 = x82658
-x82660 = x82659
-x82661 = x82660
-x82662 = x82661
-x82663 = x82662
-x82664 = x82663
-x82665 = x82664
-x82666 = x82665
-x82667 = x82666
-x82668 = x82667
-x82669 = x82668
-x82670 = x82669
-x82671 = x82670
-x82672 = x82671
-x82673 = x82672
-x82674 = x82673
-x82675 = x82674
-x82676 = x82675
-x82677 = x82676
-x82678 = x82677
-x82679 = x82678
-x82680 = x82679
-x82681 = x82680
-x82682 = x82681
-x82683 = x82682
-x82684 = x82683
-x82685 = x82684
-x82686 = x82685
-x82687 = x82686
-x82688 = x82687
-x82689 = x82688
-x82690 = x82689
-x82691 = x82690
-x82692 = x82691
-x82693 = x82692
-x82694 = x82693
-x82695 = x82694
-x82696 = x82695
-x82697 = x82696
-x82698 = x82697
-x82699 = x82698
-x82700 = x82699
-x82701 = x82700
-x82702 = x82701
-x82703 = x82702
-x82704 = x82703
-x82705 = x82704
-x82706 = x82705
-x82707 = x82706
-x82708 = x82707
-x82709 = x82708
-x82710 = x82709
-x82711 = x82710
-x82712 = x82711
-x82713 = x82712
-x82714 = x82713
-x82715 = x82714
-x82716 = x82715
-x82717 = x82716
-x82718 = x82717
-x82719 = x82718
-x82720 = x82719
-x82721 = x82720
-x82722 = x82721
-x82723 = x82722
-x82724 = x82723
-x82725 = x82724
-x82726 = x82725
-x82727 = x82726
-x82728 = x82727
-x82729 = x82728
-x82730 = x82729
-x82731 = x82730
-x82732 = x82731
-x82733 = x82732
-x82734 = x82733
-x82735 = x82734
-x82736 = x82735
-x82737 = x82736
-x82738 = x82737
-x82739 = x82738
-x82740 = x82739
-x82741 = x82740
-x82742 = x82741
-x82743 = x82742
-x82744 = x82743
-x82745 = x82744
-x82746 = x82745
-x82747 = x82746
-x82748 = x82747
-x82749 = x82748
-x82750 = x82749
-x82751 = x82750
-x82752 = x82751
-x82753 = x82752
-x82754 = x82753
-x82755 = x82754
-x82756 = x82755
-x82757 = x82756
-x82758 = x82757
-x82759 = x82758
-x82760 = x82759
-x82761 = x82760
-x82762 = x82761
-x82763 = x82762
-x82764 = x82763
-x82765 = x82764
-x82766 = x82765
-x82767 = x82766
-x82768 = x82767
-x82769 = x82768
-x82770 = x82769
-x82771 = x82770
-x82772 = x82771
-x82773 = x82772
-x82774 = x82773
-x82775 = x82774
-x82776 = x82775
-x82777 = x82776
-x82778 = x82777
-x82779 = x82778
-x82780 = x82779
-x82781 = x82780
-x82782 = x82781
-x82783 = x82782
-x82784 = x82783
-x82785 = x82784
-x82786 = x82785
-x82787 = x82786
-x82788 = x82787
-x82789 = x82788
-x82790 = x82789
-x82791 = x82790
-x82792 = x82791
-x82793 = x82792
-x82794 = x82793
-x82795 = x82794
-x82796 = x82795
-x82797 = x82796
-x82798 = x82797
-x82799 = x82798
-x82800 = x82799
-x82801 = x82800
-x82802 = x82801
-x82803 = x82802
-x82804 = x82803
-x82805 = x82804
-x82806 = x82805
-x82807 = x82806
-x82808 = x82807
-x82809 = x82808
-x82810 = x82809
-x82811 = x82810
-x82812 = x82811
-x82813 = x82812
-x82814 = x82813
-x82815 = x82814
-x82816 = x82815
-x82817 = x82816
-x82818 = x82817
-x82819 = x82818
-x82820 = x82819
-x82821 = x82820
-x82822 = x82821
-x82823 = x82822
-x82824 = x82823
-x82825 = x82824
-x82826 = x82825
-x82827 = x82826
-x82828 = x82827
-x82829 = x82828
-x82830 = x82829
-x82831 = x82830
-x82832 = x82831
-x82833 = x82832
-x82834 = x82833
-x82835 = x82834
-x82836 = x82835
-x82837 = x82836
-x82838 = x82837
-x82839 = x82838
-x82840 = x82839
-x82841 = x82840
-x82842 = x82841
-x82843 = x82842
-x82844 = x82843
-x82845 = x82844
-x82846 = x82845
-x82847 = x82846
-x82848 = x82847
-x82849 = x82848
-x82850 = x82849
-x82851 = x82850
-x82852 = x82851
-x82853 = x82852
-x82854 = x82853
-x82855 = x82854
-x82856 = x82855
-x82857 = x82856
-x82858 = x82857
-x82859 = x82858
-x82860 = x82859
-x82861 = x82860
-x82862 = x82861
-x82863 = x82862
-x82864 = x82863
-x82865 = x82864
-x82866 = x82865
-x82867 = x82866
-x82868 = x82867
-x82869 = x82868
-x82870 = x82869
-x82871 = x82870
-x82872 = x82871
-x82873 = x82872
-x82874 = x82873
-x82875 = x82874
-x82876 = x82875
-x82877 = x82876
-x82878 = x82877
-x82879 = x82878
-x82880 = x82879
-x82881 = x82880
-x82882 = x82881
-x82883 = x82882
-x82884 = x82883
-x82885 = x82884
-x82886 = x82885
-x82887 = x82886
-x82888 = x82887
-x82889 = x82888
-x82890 = x82889
-x82891 = x82890
-x82892 = x82891
-x82893 = x82892
-x82894 = x82893
-x82895 = x82894
-x82896 = x82895
-x82897 = x82896
-x82898 = x82897
-x82899 = x82898
-x82900 = x82899
-x82901 = x82900
-x82902 = x82901
-x82903 = x82902
-x82904 = x82903
-x82905 = x82904
-x82906 = x82905
-x82907 = x82906
-x82908 = x82907
-x82909 = x82908
-x82910 = x82909
-x82911 = x82910
-x82912 = x82911
-x82913 = x82912
-x82914 = x82913
-x82915 = x82914
-x82916 = x82915
-x82917 = x82916
-x82918 = x82917
-x82919 = x82918
-x82920 = x82919
-x82921 = x82920
-x82922 = x82921
-x82923 = x82922
-x82924 = x82923
-x82925 = x82924
-x82926 = x82925
-x82927 = x82926
-x82928 = x82927
-x82929 = x82928
-x82930 = x82929
-x82931 = x82930
-x82932 = x82931
-x82933 = x82932
-x82934 = x82933
-x82935 = x82934
-x82936 = x82935
-x82937 = x82936
-x82938 = x82937
-x82939 = x82938
-x82940 = x82939
-x82941 = x82940
-x82942 = x82941
-x82943 = x82942
-x82944 = x82943
-x82945 = x82944
-x82946 = x82945
-x82947 = x82946
-x82948 = x82947
-x82949 = x82948
-x82950 = x82949
-x82951 = x82950
-x82952 = x82951
-x82953 = x82952
-x82954 = x82953
-x82955 = x82954
-x82956 = x82955
-x82957 = x82956
-x82958 = x82957
-x82959 = x82958
-x82960 = x82959
-x82961 = x82960
-x82962 = x82961
-x82963 = x82962
-x82964 = x82963
-x82965 = x82964
-x82966 = x82965
-x82967 = x82966
-x82968 = x82967
-x82969 = x82968
-x82970 = x82969
-x82971 = x82970
-x82972 = x82971
-x82973 = x82972
-x82974 = x82973
-x82975 = x82974
-x82976 = x82975
-x82977 = x82976
-x82978 = x82977
-x82979 = x82978
-x82980 = x82979
-x82981 = x82980
-x82982 = x82981
-x82983 = x82982
-x82984 = x82983
-x82985 = x82984
-x82986 = x82985
-x82987 = x82986
-x82988 = x82987
-x82989 = x82988
-x82990 = x82989
-x82991 = x82990
-x82992 = x82991
-x82993 = x82992
-x82994 = x82993
-x82995 = x82994
-x82996 = x82995
-x82997 = x82996
-x82998 = x82997
-x82999 = x82998
-x83000 = x82999
-x83001 = x83000
-x83002 = x83001
-x83003 = x83002
-x83004 = x83003
-x83005 = x83004
-x83006 = x83005
-x83007 = x83006
-x83008 = x83007
-x83009 = x83008
-x83010 = x83009
-x83011 = x83010
-x83012 = x83011
-x83013 = x83012
-x83014 = x83013
-x83015 = x83014
-x83016 = x83015
-x83017 = x83016
-x83018 = x83017
-x83019 = x83018
-x83020 = x83019
-x83021 = x83020
-x83022 = x83021
-x83023 = x83022
-x83024 = x83023
-x83025 = x83024
-x83026 = x83025
-x83027 = x83026
-x83028 = x83027
-x83029 = x83028
-x83030 = x83029
-x83031 = x83030
-x83032 = x83031
-x83033 = x83032
-x83034 = x83033
-x83035 = x83034
-x83036 = x83035
-x83037 = x83036
-x83038 = x83037
-x83039 = x83038
-x83040 = x83039
-x83041 = x83040
-x83042 = x83041
-x83043 = x83042
-x83044 = x83043
-x83045 = x83044
-x83046 = x83045
-x83047 = x83046
-x83048 = x83047
-x83049 = x83048
-x83050 = x83049
-x83051 = x83050
-x83052 = x83051
-x83053 = x83052
-x83054 = x83053
-x83055 = x83054
-x83056 = x83055
-x83057 = x83056
-x83058 = x83057
-x83059 = x83058
-x83060 = x83059
-x83061 = x83060
-x83062 = x83061
-x83063 = x83062
-x83064 = x83063
-x83065 = x83064
-x83066 = x83065
-x83067 = x83066
-x83068 = x83067
-x83069 = x83068
-x83070 = x83069
-x83071 = x83070
-x83072 = x83071
-x83073 = x83072
-x83074 = x83073
-x83075 = x83074
-x83076 = x83075
-x83077 = x83076
-x83078 = x83077
-x83079 = x83078
-x83080 = x83079
-x83081 = x83080
-x83082 = x83081
-x83083 = x83082
-x83084 = x83083
-x83085 = x83084
-x83086 = x83085
-x83087 = x83086
-x83088 = x83087
-x83089 = x83088
-x83090 = x83089
-x83091 = x83090
-x83092 = x83091
-x83093 = x83092
-x83094 = x83093
-x83095 = x83094
-x83096 = x83095
-x83097 = x83096
-x83098 = x83097
-x83099 = x83098
-x83100 = x83099
-x83101 = x83100
-x83102 = x83101
-x83103 = x83102
-x83104 = x83103
-x83105 = x83104
-x83106 = x83105
-x83107 = x83106
-x83108 = x83107
-x83109 = x83108
-x83110 = x83109
-x83111 = x83110
-x83112 = x83111
-x83113 = x83112
-x83114 = x83113
-x83115 = x83114
-x83116 = x83115
-x83117 = x83116
-x83118 = x83117
-x83119 = x83118
-x83120 = x83119
-x83121 = x83120
-x83122 = x83121
-x83123 = x83122
-x83124 = x83123
-x83125 = x83124
-x83126 = x83125
-x83127 = x83126
-x83128 = x83127
-x83129 = x83128
-x83130 = x83129
-x83131 = x83130
-x83132 = x83131
-x83133 = x83132
-x83134 = x83133
-x83135 = x83134
-x83136 = x83135
-x83137 = x83136
-x83138 = x83137
-x83139 = x83138
-x83140 = x83139
-x83141 = x83140
-x83142 = x83141
-x83143 = x83142
-x83144 = x83143
-x83145 = x83144
-x83146 = x83145
-x83147 = x83146
-x83148 = x83147
-x83149 = x83148
-x83150 = x83149
-x83151 = x83150
-x83152 = x83151
-x83153 = x83152
-x83154 = x83153
-x83155 = x83154
-x83156 = x83155
-x83157 = x83156
-x83158 = x83157
-x83159 = x83158
-x83160 = x83159
-x83161 = x83160
-x83162 = x83161
-x83163 = x83162
-x83164 = x83163
-x83165 = x83164
-x83166 = x83165
-x83167 = x83166
-x83168 = x83167
-x83169 = x83168
-x83170 = x83169
-x83171 = x83170
-x83172 = x83171
-x83173 = x83172
-x83174 = x83173
-x83175 = x83174
-x83176 = x83175
-x83177 = x83176
-x83178 = x83177
-x83179 = x83178
-x83180 = x83179
-x83181 = x83180
-x83182 = x83181
-x83183 = x83182
-x83184 = x83183
-x83185 = x83184
-x83186 = x83185
-x83187 = x83186
-x83188 = x83187
-x83189 = x83188
-x83190 = x83189
-x83191 = x83190
-x83192 = x83191
-x83193 = x83192
-x83194 = x83193
-x83195 = x83194
-x83196 = x83195
-x83197 = x83196
-x83198 = x83197
-x83199 = x83198
-x83200 = x83199
-x83201 = x83200
-x83202 = x83201
-x83203 = x83202
-x83204 = x83203
-x83205 = x83204
-x83206 = x83205
-x83207 = x83206
-x83208 = x83207
-x83209 = x83208
-x83210 = x83209
-x83211 = x83210
-x83212 = x83211
-x83213 = x83212
-x83214 = x83213
-x83215 = x83214
-x83216 = x83215
-x83217 = x83216
-x83218 = x83217
-x83219 = x83218
-x83220 = x83219
-x83221 = x83220
-x83222 = x83221
-x83223 = x83222
-x83224 = x83223
-x83225 = x83224
-x83226 = x83225
-x83227 = x83226
-x83228 = x83227
-x83229 = x83228
-x83230 = x83229
-x83231 = x83230
-x83232 = x83231
-x83233 = x83232
-x83234 = x83233
-x83235 = x83234
-x83236 = x83235
-x83237 = x83236
-x83238 = x83237
-x83239 = x83238
-x83240 = x83239
-x83241 = x83240
-x83242 = x83241
-x83243 = x83242
-x83244 = x83243
-x83245 = x83244
-x83246 = x83245
-x83247 = x83246
-x83248 = x83247
-x83249 = x83248
-x83250 = x83249
-x83251 = x83250
-x83252 = x83251
-x83253 = x83252
-x83254 = x83253
-x83255 = x83254
-x83256 = x83255
-x83257 = x83256
-x83258 = x83257
-x83259 = x83258
-x83260 = x83259
-x83261 = x83260
-x83262 = x83261
-x83263 = x83262
-x83264 = x83263
-x83265 = x83264
-x83266 = x83265
-x83267 = x83266
-x83268 = x83267
-x83269 = x83268
-x83270 = x83269
-x83271 = x83270
-x83272 = x83271
-x83273 = x83272
-x83274 = x83273
-x83275 = x83274
-x83276 = x83275
-x83277 = x83276
-x83278 = x83277
-x83279 = x83278
-x83280 = x83279
-x83281 = x83280
-x83282 = x83281
-x83283 = x83282
-x83284 = x83283
-x83285 = x83284
-x83286 = x83285
-x83287 = x83286
-x83288 = x83287
-x83289 = x83288
-x83290 = x83289
-x83291 = x83290
-x83292 = x83291
-x83293 = x83292
-x83294 = x83293
-x83295 = x83294
-x83296 = x83295
-x83297 = x83296
-x83298 = x83297
-x83299 = x83298
-x83300 = x83299
-x83301 = x83300
-x83302 = x83301
-x83303 = x83302
-x83304 = x83303
-x83305 = x83304
-x83306 = x83305
-x83307 = x83306
-x83308 = x83307
-x83309 = x83308
-x83310 = x83309
-x83311 = x83310
-x83312 = x83311
-x83313 = x83312
-x83314 = x83313
-x83315 = x83314
-x83316 = x83315
-x83317 = x83316
-x83318 = x83317
-x83319 = x83318
-x83320 = x83319
-x83321 = x83320
-x83322 = x83321
-x83323 = x83322
-x83324 = x83323
-x83325 = x83324
-x83326 = x83325
-x83327 = x83326
-x83328 = x83327
-x83329 = x83328
-x83330 = x83329
-x83331 = x83330
-x83332 = x83331
-x83333 = x83332
-x83334 = x83333
-x83335 = x83334
-x83336 = x83335
-x83337 = x83336
-x83338 = x83337
-x83339 = x83338
-x83340 = x83339
-x83341 = x83340
-x83342 = x83341
-x83343 = x83342
-x83344 = x83343
-x83345 = x83344
-x83346 = x83345
-x83347 = x83346
-x83348 = x83347
-x83349 = x83348
-x83350 = x83349
-x83351 = x83350
-x83352 = x83351
-x83353 = x83352
-x83354 = x83353
-x83355 = x83354
-x83356 = x83355
-x83357 = x83356
-x83358 = x83357
-x83359 = x83358
-x83360 = x83359
-x83361 = x83360
-x83362 = x83361
-x83363 = x83362
-x83364 = x83363
-x83365 = x83364
-x83366 = x83365
-x83367 = x83366
-x83368 = x83367
-x83369 = x83368
-x83370 = x83369
-x83371 = x83370
-x83372 = x83371
-x83373 = x83372
-x83374 = x83373
-x83375 = x83374
-x83376 = x83375
-x83377 = x83376
-x83378 = x83377
-x83379 = x83378
-x83380 = x83379
-x83381 = x83380
-x83382 = x83381
-x83383 = x83382
-x83384 = x83383
-x83385 = x83384
-x83386 = x83385
-x83387 = x83386
-x83388 = x83387
-x83389 = x83388
-x83390 = x83389
-x83391 = x83390
-x83392 = x83391
-x83393 = x83392
-x83394 = x83393
-x83395 = x83394
-x83396 = x83395
-x83397 = x83396
-x83398 = x83397
-x83399 = x83398
-x83400 = x83399
-x83401 = x83400
-x83402 = x83401
-x83403 = x83402
-x83404 = x83403
-x83405 = x83404
-x83406 = x83405
-x83407 = x83406
-x83408 = x83407
-x83409 = x83408
-x83410 = x83409
-x83411 = x83410
-x83412 = x83411
-x83413 = x83412
-x83414 = x83413
-x83415 = x83414
-x83416 = x83415
-x83417 = x83416
-x83418 = x83417
-x83419 = x83418
-x83420 = x83419
-x83421 = x83420
-x83422 = x83421
-x83423 = x83422
-x83424 = x83423
-x83425 = x83424
-x83426 = x83425
-x83427 = x83426
-x83428 = x83427
-x83429 = x83428
-x83430 = x83429
-x83431 = x83430
-x83432 = x83431
-x83433 = x83432
-x83434 = x83433
-x83435 = x83434
-x83436 = x83435
-x83437 = x83436
-x83438 = x83437
-x83439 = x83438
-x83440 = x83439
-x83441 = x83440
-x83442 = x83441
-x83443 = x83442
-x83444 = x83443
-x83445 = x83444
-x83446 = x83445
-x83447 = x83446
-x83448 = x83447
-x83449 = x83448
-x83450 = x83449
-x83451 = x83450
-x83452 = x83451
-x83453 = x83452
-x83454 = x83453
-x83455 = x83454
-x83456 = x83455
-x83457 = x83456
-x83458 = x83457
-x83459 = x83458
-x83460 = x83459
-x83461 = x83460
-x83462 = x83461
-x83463 = x83462
-x83464 = x83463
-x83465 = x83464
-x83466 = x83465
-x83467 = x83466
-x83468 = x83467
-x83469 = x83468
-x83470 = x83469
-x83471 = x83470
-x83472 = x83471
-x83473 = x83472
-x83474 = x83473
-x83475 = x83474
-x83476 = x83475
-x83477 = x83476
-x83478 = x83477
-x83479 = x83478
-x83480 = x83479
-x83481 = x83480
-x83482 = x83481
-x83483 = x83482
-x83484 = x83483
-x83485 = x83484
-x83486 = x83485
-x83487 = x83486
-x83488 = x83487
-x83489 = x83488
-x83490 = x83489
-x83491 = x83490
-x83492 = x83491
-x83493 = x83492
-x83494 = x83493
-x83495 = x83494
-x83496 = x83495
-x83497 = x83496
-x83498 = x83497
-x83499 = x83498
-x83500 = x83499
-x83501 = x83500
-x83502 = x83501
-x83503 = x83502
-x83504 = x83503
-x83505 = x83504
-x83506 = x83505
-x83507 = x83506
-x83508 = x83507
-x83509 = x83508
-x83510 = x83509
-x83511 = x83510
-x83512 = x83511
-x83513 = x83512
-x83514 = x83513
-x83515 = x83514
-x83516 = x83515
-x83517 = x83516
-x83518 = x83517
-x83519 = x83518
-x83520 = x83519
-x83521 = x83520
-x83522 = x83521
-x83523 = x83522
-x83524 = x83523
-x83525 = x83524
-x83526 = x83525
-x83527 = x83526
-x83528 = x83527
-x83529 = x83528
-x83530 = x83529
-x83531 = x83530
-x83532 = x83531
-x83533 = x83532
-x83534 = x83533
-x83535 = x83534
-x83536 = x83535
-x83537 = x83536
-x83538 = x83537
-x83539 = x83538
-x83540 = x83539
-x83541 = x83540
-x83542 = x83541
-x83543 = x83542
-x83544 = x83543
-x83545 = x83544
-x83546 = x83545
-x83547 = x83546
-x83548 = x83547
-x83549 = x83548
-x83550 = x83549
-x83551 = x83550
-x83552 = x83551
-x83553 = x83552
-x83554 = x83553
-x83555 = x83554
-x83556 = x83555
-x83557 = x83556
-x83558 = x83557
-x83559 = x83558
-x83560 = x83559
-x83561 = x83560
-x83562 = x83561
-x83563 = x83562
-x83564 = x83563
-x83565 = x83564
-x83566 = x83565
-x83567 = x83566
-x83568 = x83567
-x83569 = x83568
-x83570 = x83569
-x83571 = x83570
-x83572 = x83571
-x83573 = x83572
-x83574 = x83573
-x83575 = x83574
-x83576 = x83575
-x83577 = x83576
-x83578 = x83577
-x83579 = x83578
-x83580 = x83579
-x83581 = x83580
-x83582 = x83581
-x83583 = x83582
-x83584 = x83583
-x83585 = x83584
-x83586 = x83585
-x83587 = x83586
-x83588 = x83587
-x83589 = x83588
-x83590 = x83589
-x83591 = x83590
-x83592 = x83591
-x83593 = x83592
-x83594 = x83593
-x83595 = x83594
-x83596 = x83595
-x83597 = x83596
-x83598 = x83597
-x83599 = x83598
-x83600 = x83599
-x83601 = x83600
-x83602 = x83601
-x83603 = x83602
-x83604 = x83603
-x83605 = x83604
-x83606 = x83605
-x83607 = x83606
-x83608 = x83607
-x83609 = x83608
-x83610 = x83609
-x83611 = x83610
-x83612 = x83611
-x83613 = x83612
-x83614 = x83613
-x83615 = x83614
-x83616 = x83615
-x83617 = x83616
-x83618 = x83617
-x83619 = x83618
-x83620 = x83619
-x83621 = x83620
-x83622 = x83621
-x83623 = x83622
-x83624 = x83623
-x83625 = x83624
-x83626 = x83625
-x83627 = x83626
-x83628 = x83627
-x83629 = x83628
-x83630 = x83629
-x83631 = x83630
-x83632 = x83631
-x83633 = x83632
-x83634 = x83633
-x83635 = x83634
-x83636 = x83635
-x83637 = x83636
-x83638 = x83637
-x83639 = x83638
-x83640 = x83639
-x83641 = x83640
-x83642 = x83641
-x83643 = x83642
-x83644 = x83643
-x83645 = x83644
-x83646 = x83645
-x83647 = x83646
-x83648 = x83647
-x83649 = x83648
-x83650 = x83649
-x83651 = x83650
-x83652 = x83651
-x83653 = x83652
-x83654 = x83653
-x83655 = x83654
-x83656 = x83655
-x83657 = x83656
-x83658 = x83657
-x83659 = x83658
-x83660 = x83659
-x83661 = x83660
-x83662 = x83661
-x83663 = x83662
-x83664 = x83663
-x83665 = x83664
-x83666 = x83665
-x83667 = x83666
-x83668 = x83667
-x83669 = x83668
-x83670 = x83669
-x83671 = x83670
-x83672 = x83671
-x83673 = x83672
-x83674 = x83673
-x83675 = x83674
-x83676 = x83675
-x83677 = x83676
-x83678 = x83677
-x83679 = x83678
-x83680 = x83679
-x83681 = x83680
-x83682 = x83681
-x83683 = x83682
-x83684 = x83683
-x83685 = x83684
-x83686 = x83685
-x83687 = x83686
-x83688 = x83687
-x83689 = x83688
-x83690 = x83689
-x83691 = x83690
-x83692 = x83691
-x83693 = x83692
-x83694 = x83693
-x83695 = x83694
-x83696 = x83695
-x83697 = x83696
-x83698 = x83697
-x83699 = x83698
-x83700 = x83699
-x83701 = x83700
-x83702 = x83701
-x83703 = x83702
-x83704 = x83703
-x83705 = x83704
-x83706 = x83705
-x83707 = x83706
-x83708 = x83707
-x83709 = x83708
-x83710 = x83709
-x83711 = x83710
-x83712 = x83711
-x83713 = x83712
-x83714 = x83713
-x83715 = x83714
-x83716 = x83715
-x83717 = x83716
-x83718 = x83717
-x83719 = x83718
-x83720 = x83719
-x83721 = x83720
-x83722 = x83721
-x83723 = x83722
-x83724 = x83723
-x83725 = x83724
-x83726 = x83725
-x83727 = x83726
-x83728 = x83727
-x83729 = x83728
-x83730 = x83729
-x83731 = x83730
-x83732 = x83731
-x83733 = x83732
-x83734 = x83733
-x83735 = x83734
-x83736 = x83735
-x83737 = x83736
-x83738 = x83737
-x83739 = x83738
-x83740 = x83739
-x83741 = x83740
-x83742 = x83741
-x83743 = x83742
-x83744 = x83743
-x83745 = x83744
-x83746 = x83745
-x83747 = x83746
-x83748 = x83747
-x83749 = x83748
-x83750 = x83749
-x83751 = x83750
-x83752 = x83751
-x83753 = x83752
-x83754 = x83753
-x83755 = x83754
-x83756 = x83755
-x83757 = x83756
-x83758 = x83757
-x83759 = x83758
-x83760 = x83759
-x83761 = x83760
-x83762 = x83761
-x83763 = x83762
-x83764 = x83763
-x83765 = x83764
-x83766 = x83765
-x83767 = x83766
-x83768 = x83767
-x83769 = x83768
-x83770 = x83769
-x83771 = x83770
-x83772 = x83771
-x83773 = x83772
-x83774 = x83773
-x83775 = x83774
-x83776 = x83775
-x83777 = x83776
-x83778 = x83777
-x83779 = x83778
-x83780 = x83779
-x83781 = x83780
-x83782 = x83781
-x83783 = x83782
-x83784 = x83783
-x83785 = x83784
-x83786 = x83785
-x83787 = x83786
-x83788 = x83787
-x83789 = x83788
-x83790 = x83789
-x83791 = x83790
-x83792 = x83791
-x83793 = x83792
-x83794 = x83793
-x83795 = x83794
-x83796 = x83795
-x83797 = x83796
-x83798 = x83797
-x83799 = x83798
-x83800 = x83799
-x83801 = x83800
-x83802 = x83801
-x83803 = x83802
-x83804 = x83803
-x83805 = x83804
-x83806 = x83805
-x83807 = x83806
-x83808 = x83807
-x83809 = x83808
-x83810 = x83809
-x83811 = x83810
-x83812 = x83811
-x83813 = x83812
-x83814 = x83813
-x83815 = x83814
-x83816 = x83815
-x83817 = x83816
-x83818 = x83817
-x83819 = x83818
-x83820 = x83819
-x83821 = x83820
-x83822 = x83821
-x83823 = x83822
-x83824 = x83823
-x83825 = x83824
-x83826 = x83825
-x83827 = x83826
-x83828 = x83827
-x83829 = x83828
-x83830 = x83829
-x83831 = x83830
-x83832 = x83831
-x83833 = x83832
-x83834 = x83833
-x83835 = x83834
-x83836 = x83835
-x83837 = x83836
-x83838 = x83837
-x83839 = x83838
-x83840 = x83839
-x83841 = x83840
-x83842 = x83841
-x83843 = x83842
-x83844 = x83843
-x83845 = x83844
-x83846 = x83845
-x83847 = x83846
-x83848 = x83847
-x83849 = x83848
-x83850 = x83849
-x83851 = x83850
-x83852 = x83851
-x83853 = x83852
-x83854 = x83853
-x83855 = x83854
-x83856 = x83855
-x83857 = x83856
-x83858 = x83857
-x83859 = x83858
-x83860 = x83859
-x83861 = x83860
-x83862 = x83861
-x83863 = x83862
-x83864 = x83863
-x83865 = x83864
-x83866 = x83865
-x83867 = x83866
-x83868 = x83867
-x83869 = x83868
-x83870 = x83869
-x83871 = x83870
-x83872 = x83871
-x83873 = x83872
-x83874 = x83873
-x83875 = x83874
-x83876 = x83875
-x83877 = x83876
-x83878 = x83877
-x83879 = x83878
-x83880 = x83879
-x83881 = x83880
-x83882 = x83881
-x83883 = x83882
-x83884 = x83883
-x83885 = x83884
-x83886 = x83885
-x83887 = x83886
-x83888 = x83887
-x83889 = x83888
-x83890 = x83889
-x83891 = x83890
-x83892 = x83891
-x83893 = x83892
-x83894 = x83893
-x83895 = x83894
-x83896 = x83895
-x83897 = x83896
-x83898 = x83897
-x83899 = x83898
-x83900 = x83899
-x83901 = x83900
-x83902 = x83901
-x83903 = x83902
-x83904 = x83903
-x83905 = x83904
-x83906 = x83905
-x83907 = x83906
-x83908 = x83907
-x83909 = x83908
-x83910 = x83909
-x83911 = x83910
-x83912 = x83911
-x83913 = x83912
-x83914 = x83913
-x83915 = x83914
-x83916 = x83915
-x83917 = x83916
-x83918 = x83917
-x83919 = x83918
-x83920 = x83919
-x83921 = x83920
-x83922 = x83921
-x83923 = x83922
-x83924 = x83923
-x83925 = x83924
-x83926 = x83925
-x83927 = x83926
-x83928 = x83927
-x83929 = x83928
-x83930 = x83929
-x83931 = x83930
-x83932 = x83931
-x83933 = x83932
-x83934 = x83933
-x83935 = x83934
-x83936 = x83935
-x83937 = x83936
-x83938 = x83937
-x83939 = x83938
-x83940 = x83939
-x83941 = x83940
-x83942 = x83941
-x83943 = x83942
-x83944 = x83943
-x83945 = x83944
-x83946 = x83945
-x83947 = x83946
-x83948 = x83947
-x83949 = x83948
-x83950 = x83949
-x83951 = x83950
-x83952 = x83951
-x83953 = x83952
-x83954 = x83953
-x83955 = x83954
-x83956 = x83955
-x83957 = x83956
-x83958 = x83957
-x83959 = x83958
-x83960 = x83959
-x83961 = x83960
-x83962 = x83961
-x83963 = x83962
-x83964 = x83963
-x83965 = x83964
-x83966 = x83965
-x83967 = x83966
-x83968 = x83967
-x83969 = x83968
-x83970 = x83969
-x83971 = x83970
-x83972 = x83971
-x83973 = x83972
-x83974 = x83973
-x83975 = x83974
-x83976 = x83975
-x83977 = x83976
-x83978 = x83977
-x83979 = x83978
-x83980 = x83979
-x83981 = x83980
-x83982 = x83981
-x83983 = x83982
-x83984 = x83983
-x83985 = x83984
-x83986 = x83985
-x83987 = x83986
-x83988 = x83987
-x83989 = x83988
-x83990 = x83989
-x83991 = x83990
-x83992 = x83991
-x83993 = x83992
-x83994 = x83993
-x83995 = x83994
-x83996 = x83995
-x83997 = x83996
-x83998 = x83997
-x83999 = x83998
-x84000 = x83999
-x84001 = x84000
-x84002 = x84001
-x84003 = x84002
-x84004 = x84003
-x84005 = x84004
-x84006 = x84005
-x84007 = x84006
-x84008 = x84007
-x84009 = x84008
-x84010 = x84009
-x84011 = x84010
-x84012 = x84011
-x84013 = x84012
-x84014 = x84013
-x84015 = x84014
-x84016 = x84015
-x84017 = x84016
-x84018 = x84017
-x84019 = x84018
-x84020 = x84019
-x84021 = x84020
-x84022 = x84021
-x84023 = x84022
-x84024 = x84023
-x84025 = x84024
-x84026 = x84025
-x84027 = x84026
-x84028 = x84027
-x84029 = x84028
-x84030 = x84029
-x84031 = x84030
-x84032 = x84031
-x84033 = x84032
-x84034 = x84033
-x84035 = x84034
-x84036 = x84035
-x84037 = x84036
-x84038 = x84037
-x84039 = x84038
-x84040 = x84039
-x84041 = x84040
-x84042 = x84041
-x84043 = x84042
-x84044 = x84043
-x84045 = x84044
-x84046 = x84045
-x84047 = x84046
-x84048 = x84047
-x84049 = x84048
-x84050 = x84049
-x84051 = x84050
-x84052 = x84051
-x84053 = x84052
-x84054 = x84053
-x84055 = x84054
-x84056 = x84055
-x84057 = x84056
-x84058 = x84057
-x84059 = x84058
-x84060 = x84059
-x84061 = x84060
-x84062 = x84061
-x84063 = x84062
-x84064 = x84063
-x84065 = x84064
-x84066 = x84065
-x84067 = x84066
-x84068 = x84067
-x84069 = x84068
-x84070 = x84069
-x84071 = x84070
-x84072 = x84071
-x84073 = x84072
-x84074 = x84073
-x84075 = x84074
-x84076 = x84075
-x84077 = x84076
-x84078 = x84077
-x84079 = x84078
-x84080 = x84079
-x84081 = x84080
-x84082 = x84081
-x84083 = x84082
-x84084 = x84083
-x84085 = x84084
-x84086 = x84085
-x84087 = x84086
-x84088 = x84087
-x84089 = x84088
-x84090 = x84089
-x84091 = x84090
-x84092 = x84091
-x84093 = x84092
-x84094 = x84093
-x84095 = x84094
-x84096 = x84095
-x84097 = x84096
-x84098 = x84097
-x84099 = x84098
-x84100 = x84099
-x84101 = x84100
-x84102 = x84101
-x84103 = x84102
-x84104 = x84103
-x84105 = x84104
-x84106 = x84105
-x84107 = x84106
-x84108 = x84107
-x84109 = x84108
-x84110 = x84109
-x84111 = x84110
-x84112 = x84111
-x84113 = x84112
-x84114 = x84113
-x84115 = x84114
-x84116 = x84115
-x84117 = x84116
-x84118 = x84117
-x84119 = x84118
-x84120 = x84119
-x84121 = x84120
-x84122 = x84121
-x84123 = x84122
-x84124 = x84123
-x84125 = x84124
-x84126 = x84125
-x84127 = x84126
-x84128 = x84127
-x84129 = x84128
-x84130 = x84129
-x84131 = x84130
-x84132 = x84131
-x84133 = x84132
-x84134 = x84133
-x84135 = x84134
-x84136 = x84135
-x84137 = x84136
-x84138 = x84137
-x84139 = x84138
-x84140 = x84139
-x84141 = x84140
-x84142 = x84141
-x84143 = x84142
-x84144 = x84143
-x84145 = x84144
-x84146 = x84145
-x84147 = x84146
-x84148 = x84147
-x84149 = x84148
-x84150 = x84149
-x84151 = x84150
-x84152 = x84151
-x84153 = x84152
-x84154 = x84153
-x84155 = x84154
-x84156 = x84155
-x84157 = x84156
-x84158 = x84157
-x84159 = x84158
-x84160 = x84159
-x84161 = x84160
-x84162 = x84161
-x84163 = x84162
-x84164 = x84163
-x84165 = x84164
-x84166 = x84165
-x84167 = x84166
-x84168 = x84167
-x84169 = x84168
-x84170 = x84169
-x84171 = x84170
-x84172 = x84171
-x84173 = x84172
-x84174 = x84173
-x84175 = x84174
-x84176 = x84175
-x84177 = x84176
-x84178 = x84177
-x84179 = x84178
-x84180 = x84179
-x84181 = x84180
-x84182 = x84181
-x84183 = x84182
-x84184 = x84183
-x84185 = x84184
-x84186 = x84185
-x84187 = x84186
-x84188 = x84187
-x84189 = x84188
-x84190 = x84189
-x84191 = x84190
-x84192 = x84191
-x84193 = x84192
-x84194 = x84193
-x84195 = x84194
-x84196 = x84195
-x84197 = x84196
-x84198 = x84197
-x84199 = x84198
-x84200 = x84199
-x84201 = x84200
-x84202 = x84201
-x84203 = x84202
-x84204 = x84203
-x84205 = x84204
-x84206 = x84205
-x84207 = x84206
-x84208 = x84207
-x84209 = x84208
-x84210 = x84209
-x84211 = x84210
-x84212 = x84211
-x84213 = x84212
-x84214 = x84213
-x84215 = x84214
-x84216 = x84215
-x84217 = x84216
-x84218 = x84217
-x84219 = x84218
-x84220 = x84219
-x84221 = x84220
-x84222 = x84221
-x84223 = x84222
-x84224 = x84223
-x84225 = x84224
-x84226 = x84225
-x84227 = x84226
-x84228 = x84227
-x84229 = x84228
-x84230 = x84229
-x84231 = x84230
-x84232 = x84231
-x84233 = x84232
-x84234 = x84233
-x84235 = x84234
-x84236 = x84235
-x84237 = x84236
-x84238 = x84237
-x84239 = x84238
-x84240 = x84239
-x84241 = x84240
-x84242 = x84241
-x84243 = x84242
-x84244 = x84243
-x84245 = x84244
-x84246 = x84245
-x84247 = x84246
-x84248 = x84247
-x84249 = x84248
-x84250 = x84249
-x84251 = x84250
-x84252 = x84251
-x84253 = x84252
-x84254 = x84253
-x84255 = x84254
-x84256 = x84255
-x84257 = x84256
-x84258 = x84257
-x84259 = x84258
-x84260 = x84259
-x84261 = x84260
-x84262 = x84261
-x84263 = x84262
-x84264 = x84263
-x84265 = x84264
-x84266 = x84265
-x84267 = x84266
-x84268 = x84267
-x84269 = x84268
-x84270 = x84269
-x84271 = x84270
-x84272 = x84271
-x84273 = x84272
-x84274 = x84273
-x84275 = x84274
-x84276 = x84275
-x84277 = x84276
-x84278 = x84277
-x84279 = x84278
-x84280 = x84279
-x84281 = x84280
-x84282 = x84281
-x84283 = x84282
-x84284 = x84283
-x84285 = x84284
-x84286 = x84285
-x84287 = x84286
-x84288 = x84287
-x84289 = x84288
-x84290 = x84289
-x84291 = x84290
-x84292 = x84291
-x84293 = x84292
-x84294 = x84293
-x84295 = x84294
-x84296 = x84295
-x84297 = x84296
-x84298 = x84297
-x84299 = x84298
-x84300 = x84299
-x84301 = x84300
-x84302 = x84301
-x84303 = x84302
-x84304 = x84303
-x84305 = x84304
-x84306 = x84305
-x84307 = x84306
-x84308 = x84307
-x84309 = x84308
-x84310 = x84309
-x84311 = x84310
-x84312 = x84311
-x84313 = x84312
-x84314 = x84313
-x84315 = x84314
-x84316 = x84315
-x84317 = x84316
-x84318 = x84317
-x84319 = x84318
-x84320 = x84319
-x84321 = x84320
-x84322 = x84321
-x84323 = x84322
-x84324 = x84323
-x84325 = x84324
-x84326 = x84325
-x84327 = x84326
-x84328 = x84327
-x84329 = x84328
-x84330 = x84329
-x84331 = x84330
-x84332 = x84331
-x84333 = x84332
-x84334 = x84333
-x84335 = x84334
-x84336 = x84335
-x84337 = x84336
-x84338 = x84337
-x84339 = x84338
-x84340 = x84339
-x84341 = x84340
-x84342 = x84341
-x84343 = x84342
-x84344 = x84343
-x84345 = x84344
-x84346 = x84345
-x84347 = x84346
-x84348 = x84347
-x84349 = x84348
-x84350 = x84349
-x84351 = x84350
-x84352 = x84351
-x84353 = x84352
-x84354 = x84353
-x84355 = x84354
-x84356 = x84355
-x84357 = x84356
-x84358 = x84357
-x84359 = x84358
-x84360 = x84359
-x84361 = x84360
-x84362 = x84361
-x84363 = x84362
-x84364 = x84363
-x84365 = x84364
-x84366 = x84365
-x84367 = x84366
-x84368 = x84367
-x84369 = x84368
-x84370 = x84369
-x84371 = x84370
-x84372 = x84371
-x84373 = x84372
-x84374 = x84373
-x84375 = x84374
-x84376 = x84375
-x84377 = x84376
-x84378 = x84377
-x84379 = x84378
-x84380 = x84379
-x84381 = x84380
-x84382 = x84381
-x84383 = x84382
-x84384 = x84383
-x84385 = x84384
-x84386 = x84385
-x84387 = x84386
-x84388 = x84387
-x84389 = x84388
-x84390 = x84389
-x84391 = x84390
-x84392 = x84391
-x84393 = x84392
-x84394 = x84393
-x84395 = x84394
-x84396 = x84395
-x84397 = x84396
-x84398 = x84397
-x84399 = x84398
-x84400 = x84399
-x84401 = x84400
-x84402 = x84401
-x84403 = x84402
-x84404 = x84403
-x84405 = x84404
-x84406 = x84405
-x84407 = x84406
-x84408 = x84407
-x84409 = x84408
-x84410 = x84409
-x84411 = x84410
-x84412 = x84411
-x84413 = x84412
-x84414 = x84413
-x84415 = x84414
-x84416 = x84415
-x84417 = x84416
-x84418 = x84417
-x84419 = x84418
-x84420 = x84419
-x84421 = x84420
-x84422 = x84421
-x84423 = x84422
-x84424 = x84423
-x84425 = x84424
-x84426 = x84425
-x84427 = x84426
-x84428 = x84427
-x84429 = x84428
-x84430 = x84429
-x84431 = x84430
-x84432 = x84431
-x84433 = x84432
-x84434 = x84433
-x84435 = x84434
-x84436 = x84435
-x84437 = x84436
-x84438 = x84437
-x84439 = x84438
-x84440 = x84439
-x84441 = x84440
-x84442 = x84441
-x84443 = x84442
-x84444 = x84443
-x84445 = x84444
-x84446 = x84445
-x84447 = x84446
-x84448 = x84447
-x84449 = x84448
-x84450 = x84449
-x84451 = x84450
-x84452 = x84451
-x84453 = x84452
-x84454 = x84453
-x84455 = x84454
-x84456 = x84455
-x84457 = x84456
-x84458 = x84457
-x84459 = x84458
-x84460 = x84459
-x84461 = x84460
-x84462 = x84461
-x84463 = x84462
-x84464 = x84463
-x84465 = x84464
-x84466 = x84465
-x84467 = x84466
-x84468 = x84467
-x84469 = x84468
-x84470 = x84469
-x84471 = x84470
-x84472 = x84471
-x84473 = x84472
-x84474 = x84473
-x84475 = x84474
-x84476 = x84475
-x84477 = x84476
-x84478 = x84477
-x84479 = x84478
-x84480 = x84479
-x84481 = x84480
-x84482 = x84481
-x84483 = x84482
-x84484 = x84483
-x84485 = x84484
-x84486 = x84485
-x84487 = x84486
-x84488 = x84487
-x84489 = x84488
-x84490 = x84489
-x84491 = x84490
-x84492 = x84491
-x84493 = x84492
-x84494 = x84493
-x84495 = x84494
-x84496 = x84495
-x84497 = x84496
-x84498 = x84497
-x84499 = x84498
-x84500 = x84499
-x84501 = x84500
-x84502 = x84501
-x84503 = x84502
-x84504 = x84503
-x84505 = x84504
-x84506 = x84505
-x84507 = x84506
-x84508 = x84507
-x84509 = x84508
-x84510 = x84509
-x84511 = x84510
-x84512 = x84511
-x84513 = x84512
-x84514 = x84513
-x84515 = x84514
-x84516 = x84515
-x84517 = x84516
-x84518 = x84517
-x84519 = x84518
-x84520 = x84519
-x84521 = x84520
-x84522 = x84521
-x84523 = x84522
-x84524 = x84523
-x84525 = x84524
-x84526 = x84525
-x84527 = x84526
-x84528 = x84527
-x84529 = x84528
-x84530 = x84529
-x84531 = x84530
-x84532 = x84531
-x84533 = x84532
-x84534 = x84533
-x84535 = x84534
-x84536 = x84535
-x84537 = x84536
-x84538 = x84537
-x84539 = x84538
-x84540 = x84539
-x84541 = x84540
-x84542 = x84541
-x84543 = x84542
-x84544 = x84543
-x84545 = x84544
-x84546 = x84545
-x84547 = x84546
-x84548 = x84547
-x84549 = x84548
-x84550 = x84549
-x84551 = x84550
-x84552 = x84551
-x84553 = x84552
-x84554 = x84553
-x84555 = x84554
-x84556 = x84555
-x84557 = x84556
-x84558 = x84557
-x84559 = x84558
-x84560 = x84559
-x84561 = x84560
-x84562 = x84561
-x84563 = x84562
-x84564 = x84563
-x84565 = x84564
-x84566 = x84565
-x84567 = x84566
-x84568 = x84567
-x84569 = x84568
-x84570 = x84569
-x84571 = x84570
-x84572 = x84571
-x84573 = x84572
-x84574 = x84573
-x84575 = x84574
-x84576 = x84575
-x84577 = x84576
-x84578 = x84577
-x84579 = x84578
-x84580 = x84579
-x84581 = x84580
-x84582 = x84581
-x84583 = x84582
-x84584 = x84583
-x84585 = x84584
-x84586 = x84585
-x84587 = x84586
-x84588 = x84587
-x84589 = x84588
-x84590 = x84589
-x84591 = x84590
-x84592 = x84591
-x84593 = x84592
-x84594 = x84593
-x84595 = x84594
-x84596 = x84595
-x84597 = x84596
-x84598 = x84597
-x84599 = x84598
-x84600 = x84599
-x84601 = x84600
-x84602 = x84601
-x84603 = x84602
-x84604 = x84603
-x84605 = x84604
-x84606 = x84605
-x84607 = x84606
-x84608 = x84607
-x84609 = x84608
-x84610 = x84609
-x84611 = x84610
-x84612 = x84611
-x84613 = x84612
-x84614 = x84613
-x84615 = x84614
-x84616 = x84615
-x84617 = x84616
-x84618 = x84617
-x84619 = x84618
-x84620 = x84619
-x84621 = x84620
-x84622 = x84621
-x84623 = x84622
-x84624 = x84623
-x84625 = x84624
-x84626 = x84625
-x84627 = x84626
-x84628 = x84627
-x84629 = x84628
-x84630 = x84629
-x84631 = x84630
-x84632 = x84631
-x84633 = x84632
-x84634 = x84633
-x84635 = x84634
-x84636 = x84635
-x84637 = x84636
-x84638 = x84637
-x84639 = x84638
-x84640 = x84639
-x84641 = x84640
-x84642 = x84641
-x84643 = x84642
-x84644 = x84643
-x84645 = x84644
-x84646 = x84645
-x84647 = x84646
-x84648 = x84647
-x84649 = x84648
-x84650 = x84649
-x84651 = x84650
-x84652 = x84651
-x84653 = x84652
-x84654 = x84653
-x84655 = x84654
-x84656 = x84655
-x84657 = x84656
-x84658 = x84657
-x84659 = x84658
-x84660 = x84659
-x84661 = x84660
-x84662 = x84661
-x84663 = x84662
-x84664 = x84663
-x84665 = x84664
-x84666 = x84665
-x84667 = x84666
-x84668 = x84667
-x84669 = x84668
-x84670 = x84669
-x84671 = x84670
-x84672 = x84671
-x84673 = x84672
-x84674 = x84673
-x84675 = x84674
-x84676 = x84675
-x84677 = x84676
-x84678 = x84677
-x84679 = x84678
-x84680 = x84679
-x84681 = x84680
-x84682 = x84681
-x84683 = x84682
-x84684 = x84683
-x84685 = x84684
-x84686 = x84685
-x84687 = x84686
-x84688 = x84687
-x84689 = x84688
-x84690 = x84689
-x84691 = x84690
-x84692 = x84691
-x84693 = x84692
-x84694 = x84693
-x84695 = x84694
-x84696 = x84695
-x84697 = x84696
-x84698 = x84697
-x84699 = x84698
-x84700 = x84699
-x84701 = x84700
-x84702 = x84701
-x84703 = x84702
-x84704 = x84703
-x84705 = x84704
-x84706 = x84705
-x84707 = x84706
-x84708 = x84707
-x84709 = x84708
-x84710 = x84709
-x84711 = x84710
-x84712 = x84711
-x84713 = x84712
-x84714 = x84713
-x84715 = x84714
-x84716 = x84715
-x84717 = x84716
-x84718 = x84717
-x84719 = x84718
-x84720 = x84719
-x84721 = x84720
-x84722 = x84721
-x84723 = x84722
-x84724 = x84723
-x84725 = x84724
-x84726 = x84725
-x84727 = x84726
-x84728 = x84727
-x84729 = x84728
-x84730 = x84729
-x84731 = x84730
-x84732 = x84731
-x84733 = x84732
-x84734 = x84733
-x84735 = x84734
-x84736 = x84735
-x84737 = x84736
-x84738 = x84737
-x84739 = x84738
-x84740 = x84739
-x84741 = x84740
-x84742 = x84741
-x84743 = x84742
-x84744 = x84743
-x84745 = x84744
-x84746 = x84745
-x84747 = x84746
-x84748 = x84747
-x84749 = x84748
-x84750 = x84749
-x84751 = x84750
-x84752 = x84751
-x84753 = x84752
-x84754 = x84753
-x84755 = x84754
-x84756 = x84755
-x84757 = x84756
-x84758 = x84757
-x84759 = x84758
-x84760 = x84759
-x84761 = x84760
-x84762 = x84761
-x84763 = x84762
-x84764 = x84763
-x84765 = x84764
-x84766 = x84765
-x84767 = x84766
-x84768 = x84767
-x84769 = x84768
-x84770 = x84769
-x84771 = x84770
-x84772 = x84771
-x84773 = x84772
-x84774 = x84773
-x84775 = x84774
-x84776 = x84775
-x84777 = x84776
-x84778 = x84777
-x84779 = x84778
-x84780 = x84779
-x84781 = x84780
-x84782 = x84781
-x84783 = x84782
-x84784 = x84783
-x84785 = x84784
-x84786 = x84785
-x84787 = x84786
-x84788 = x84787
-x84789 = x84788
-x84790 = x84789
-x84791 = x84790
-x84792 = x84791
-x84793 = x84792
-x84794 = x84793
-x84795 = x84794
-x84796 = x84795
-x84797 = x84796
-x84798 = x84797
-x84799 = x84798
-x84800 = x84799
-x84801 = x84800
-x84802 = x84801
-x84803 = x84802
-x84804 = x84803
-x84805 = x84804
-x84806 = x84805
-x84807 = x84806
-x84808 = x84807
-x84809 = x84808
-x84810 = x84809
-x84811 = x84810
-x84812 = x84811
-x84813 = x84812
-x84814 = x84813
-x84815 = x84814
-x84816 = x84815
-x84817 = x84816
-x84818 = x84817
-x84819 = x84818
-x84820 = x84819
-x84821 = x84820
-x84822 = x84821
-x84823 = x84822
-x84824 = x84823
-x84825 = x84824
-x84826 = x84825
-x84827 = x84826
-x84828 = x84827
-x84829 = x84828
-x84830 = x84829
-x84831 = x84830
-x84832 = x84831
-x84833 = x84832
-x84834 = x84833
-x84835 = x84834
-x84836 = x84835
-x84837 = x84836
-x84838 = x84837
-x84839 = x84838
-x84840 = x84839
-x84841 = x84840
-x84842 = x84841
-x84843 = x84842
-x84844 = x84843
-x84845 = x84844
-x84846 = x84845
-x84847 = x84846
-x84848 = x84847
-x84849 = x84848
-x84850 = x84849
-x84851 = x84850
-x84852 = x84851
-x84853 = x84852
-x84854 = x84853
-x84855 = x84854
-x84856 = x84855
-x84857 = x84856
-x84858 = x84857
-x84859 = x84858
-x84860 = x84859
-x84861 = x84860
-x84862 = x84861
-x84863 = x84862
-x84864 = x84863
-x84865 = x84864
-x84866 = x84865
-x84867 = x84866
-x84868 = x84867
-x84869 = x84868
-x84870 = x84869
-x84871 = x84870
-x84872 = x84871
-x84873 = x84872
-x84874 = x84873
-x84875 = x84874
-x84876 = x84875
-x84877 = x84876
-x84878 = x84877
-x84879 = x84878
-x84880 = x84879
-x84881 = x84880
-x84882 = x84881
-x84883 = x84882
-x84884 = x84883
-x84885 = x84884
-x84886 = x84885
-x84887 = x84886
-x84888 = x84887
-x84889 = x84888
-x84890 = x84889
-x84891 = x84890
-x84892 = x84891
-x84893 = x84892
-x84894 = x84893
-x84895 = x84894
-x84896 = x84895
-x84897 = x84896
-x84898 = x84897
-x84899 = x84898
-x84900 = x84899
-x84901 = x84900
-x84902 = x84901
-x84903 = x84902
-x84904 = x84903
-x84905 = x84904
-x84906 = x84905
-x84907 = x84906
-x84908 = x84907
-x84909 = x84908
-x84910 = x84909
-x84911 = x84910
-x84912 = x84911
-x84913 = x84912
-x84914 = x84913
-x84915 = x84914
-x84916 = x84915
-x84917 = x84916
-x84918 = x84917
-x84919 = x84918
-x84920 = x84919
-x84921 = x84920
-x84922 = x84921
-x84923 = x84922
-x84924 = x84923
-x84925 = x84924
-x84926 = x84925
-x84927 = x84926
-x84928 = x84927
-x84929 = x84928
-x84930 = x84929
-x84931 = x84930
-x84932 = x84931
-x84933 = x84932
-x84934 = x84933
-x84935 = x84934
-x84936 = x84935
-x84937 = x84936
-x84938 = x84937
-x84939 = x84938
-x84940 = x84939
-x84941 = x84940
-x84942 = x84941
-x84943 = x84942
-x84944 = x84943
-x84945 = x84944
-x84946 = x84945
-x84947 = x84946
-x84948 = x84947
-x84949 = x84948
-x84950 = x84949
-x84951 = x84950
-x84952 = x84951
-x84953 = x84952
-x84954 = x84953
-x84955 = x84954
-x84956 = x84955
-x84957 = x84956
-x84958 = x84957
-x84959 = x84958
-x84960 = x84959
-x84961 = x84960
-x84962 = x84961
-x84963 = x84962
-x84964 = x84963
-x84965 = x84964
-x84966 = x84965
-x84967 = x84966
-x84968 = x84967
-x84969 = x84968
-x84970 = x84969
-x84971 = x84970
-x84972 = x84971
-x84973 = x84972
-x84974 = x84973
-x84975 = x84974
-x84976 = x84975
-x84977 = x84976
-x84978 = x84977
-x84979 = x84978
-x84980 = x84979
-x84981 = x84980
-x84982 = x84981
-x84983 = x84982
-x84984 = x84983
-x84985 = x84984
-x84986 = x84985
-x84987 = x84986
-x84988 = x84987
-x84989 = x84988
-x84990 = x84989
-x84991 = x84990
-x84992 = x84991
-x84993 = x84992
-x84994 = x84993
-x84995 = x84994
-x84996 = x84995
-x84997 = x84996
-x84998 = x84997
-x84999 = x84998
-x85000 = x84999
-x85001 = x85000
-x85002 = x85001
-x85003 = x85002
-x85004 = x85003
-x85005 = x85004
-x85006 = x85005
-x85007 = x85006
-x85008 = x85007
-x85009 = x85008
-x85010 = x85009
-x85011 = x85010
-x85012 = x85011
-x85013 = x85012
-x85014 = x85013
-x85015 = x85014
-x85016 = x85015
-x85017 = x85016
-x85018 = x85017
-x85019 = x85018
-x85020 = x85019
-x85021 = x85020
-x85022 = x85021
-x85023 = x85022
-x85024 = x85023
-x85025 = x85024
-x85026 = x85025
-x85027 = x85026
-x85028 = x85027
-x85029 = x85028
-x85030 = x85029
-x85031 = x85030
-x85032 = x85031
-x85033 = x85032
-x85034 = x85033
-x85035 = x85034
-x85036 = x85035
-x85037 = x85036
-x85038 = x85037
-x85039 = x85038
-x85040 = x85039
-x85041 = x85040
-x85042 = x85041
-x85043 = x85042
-x85044 = x85043
-x85045 = x85044
-x85046 = x85045
-x85047 = x85046
-x85048 = x85047
-x85049 = x85048
-x85050 = x85049
-x85051 = x85050
-x85052 = x85051
-x85053 = x85052
-x85054 = x85053
-x85055 = x85054
-x85056 = x85055
-x85057 = x85056
-x85058 = x85057
-x85059 = x85058
-x85060 = x85059
-x85061 = x85060
-x85062 = x85061
-x85063 = x85062
-x85064 = x85063
-x85065 = x85064
-x85066 = x85065
-x85067 = x85066
-x85068 = x85067
-x85069 = x85068
-x85070 = x85069
-x85071 = x85070
-x85072 = x85071
-x85073 = x85072
-x85074 = x85073
-x85075 = x85074
-x85076 = x85075
-x85077 = x85076
-x85078 = x85077
-x85079 = x85078
-x85080 = x85079
-x85081 = x85080
-x85082 = x85081
-x85083 = x85082
-x85084 = x85083
-x85085 = x85084
-x85086 = x85085
-x85087 = x85086
-x85088 = x85087
-x85089 = x85088
-x85090 = x85089
-x85091 = x85090
-x85092 = x85091
-x85093 = x85092
-x85094 = x85093
-x85095 = x85094
-x85096 = x85095
-x85097 = x85096
-x85098 = x85097
-x85099 = x85098
-x85100 = x85099
-x85101 = x85100
-x85102 = x85101
-x85103 = x85102
-x85104 = x85103
-x85105 = x85104
-x85106 = x85105
-x85107 = x85106
-x85108 = x85107
-x85109 = x85108
-x85110 = x85109
-x85111 = x85110
-x85112 = x85111
-x85113 = x85112
-x85114 = x85113
-x85115 = x85114
-x85116 = x85115
-x85117 = x85116
-x85118 = x85117
-x85119 = x85118
-x85120 = x85119
-x85121 = x85120
-x85122 = x85121
-x85123 = x85122
-x85124 = x85123
-x85125 = x85124
-x85126 = x85125
-x85127 = x85126
-x85128 = x85127
-x85129 = x85128
-x85130 = x85129
-x85131 = x85130
-x85132 = x85131
-x85133 = x85132
-x85134 = x85133
-x85135 = x85134
-x85136 = x85135
-x85137 = x85136
-x85138 = x85137
-x85139 = x85138
-x85140 = x85139
-x85141 = x85140
-x85142 = x85141
-x85143 = x85142
-x85144 = x85143
-x85145 = x85144
-x85146 = x85145
-x85147 = x85146
-x85148 = x85147
-x85149 = x85148
-x85150 = x85149
-x85151 = x85150
-x85152 = x85151
-x85153 = x85152
-x85154 = x85153
-x85155 = x85154
-x85156 = x85155
-x85157 = x85156
-x85158 = x85157
-x85159 = x85158
-x85160 = x85159
-x85161 = x85160
-x85162 = x85161
-x85163 = x85162
-x85164 = x85163
-x85165 = x85164
-x85166 = x85165
-x85167 = x85166
-x85168 = x85167
-x85169 = x85168
-x85170 = x85169
-x85171 = x85170
-x85172 = x85171
-x85173 = x85172
-x85174 = x85173
-x85175 = x85174
-x85176 = x85175
-x85177 = x85176
-x85178 = x85177
-x85179 = x85178
-x85180 = x85179
-x85181 = x85180
-x85182 = x85181
-x85183 = x85182
-x85184 = x85183
-x85185 = x85184
-x85186 = x85185
-x85187 = x85186
-x85188 = x85187
-x85189 = x85188
-x85190 = x85189
-x85191 = x85190
-x85192 = x85191
-x85193 = x85192
-x85194 = x85193
-x85195 = x85194
-x85196 = x85195
-x85197 = x85196
-x85198 = x85197
-x85199 = x85198
-x85200 = x85199
-x85201 = x85200
-x85202 = x85201
-x85203 = x85202
-x85204 = x85203
-x85205 = x85204
-x85206 = x85205
-x85207 = x85206
-x85208 = x85207
-x85209 = x85208
-x85210 = x85209
-x85211 = x85210
-x85212 = x85211
-x85213 = x85212
-x85214 = x85213
-x85215 = x85214
-x85216 = x85215
-x85217 = x85216
-x85218 = x85217
-x85219 = x85218
-x85220 = x85219
-x85221 = x85220
-x85222 = x85221
-x85223 = x85222
-x85224 = x85223
-x85225 = x85224
-x85226 = x85225
-x85227 = x85226
-x85228 = x85227
-x85229 = x85228
-x85230 = x85229
-x85231 = x85230
-x85232 = x85231
-x85233 = x85232
-x85234 = x85233
-x85235 = x85234
-x85236 = x85235
-x85237 = x85236
-x85238 = x85237
-x85239 = x85238
-x85240 = x85239
-x85241 = x85240
-x85242 = x85241
-x85243 = x85242
-x85244 = x85243
-x85245 = x85244
-x85246 = x85245
-x85247 = x85246
-x85248 = x85247
-x85249 = x85248
-x85250 = x85249
-x85251 = x85250
-x85252 = x85251
-x85253 = x85252
-x85254 = x85253
-x85255 = x85254
-x85256 = x85255
-x85257 = x85256
-x85258 = x85257
-x85259 = x85258
-x85260 = x85259
-x85261 = x85260
-x85262 = x85261
-x85263 = x85262
-x85264 = x85263
-x85265 = x85264
-x85266 = x85265
-x85267 = x85266
-x85268 = x85267
-x85269 = x85268
-x85270 = x85269
-x85271 = x85270
-x85272 = x85271
-x85273 = x85272
-x85274 = x85273
-x85275 = x85274
-x85276 = x85275
-x85277 = x85276
-x85278 = x85277
-x85279 = x85278
-x85280 = x85279
-x85281 = x85280
-x85282 = x85281
-x85283 = x85282
-x85284 = x85283
-x85285 = x85284
-x85286 = x85285
-x85287 = x85286
-x85288 = x85287
-x85289 = x85288
-x85290 = x85289
-x85291 = x85290
-x85292 = x85291
-x85293 = x85292
-x85294 = x85293
-x85295 = x85294
-x85296 = x85295
-x85297 = x85296
-x85298 = x85297
-x85299 = x85298
-x85300 = x85299
-x85301 = x85300
-x85302 = x85301
-x85303 = x85302
-x85304 = x85303
-x85305 = x85304
-x85306 = x85305
-x85307 = x85306
-x85308 = x85307
-x85309 = x85308
-x85310 = x85309
-x85311 = x85310
-x85312 = x85311
-x85313 = x85312
-x85314 = x85313
-x85315 = x85314
-x85316 = x85315
-x85317 = x85316
-x85318 = x85317
-x85319 = x85318
-x85320 = x85319
-x85321 = x85320
-x85322 = x85321
-x85323 = x85322
-x85324 = x85323
-x85325 = x85324
-x85326 = x85325
-x85327 = x85326
-x85328 = x85327
-x85329 = x85328
-x85330 = x85329
-x85331 = x85330
-x85332 = x85331
-x85333 = x85332
-x85334 = x85333
-x85335 = x85334
-x85336 = x85335
-x85337 = x85336
-x85338 = x85337
-x85339 = x85338
-x85340 = x85339
-x85341 = x85340
-x85342 = x85341
-x85343 = x85342
-x85344 = x85343
-x85345 = x85344
-x85346 = x85345
-x85347 = x85346
-x85348 = x85347
-x85349 = x85348
-x85350 = x85349
-x85351 = x85350
-x85352 = x85351
-x85353 = x85352
-x85354 = x85353
-x85355 = x85354
-x85356 = x85355
-x85357 = x85356
-x85358 = x85357
-x85359 = x85358
-x85360 = x85359
-x85361 = x85360
-x85362 = x85361
-x85363 = x85362
-x85364 = x85363
-x85365 = x85364
-x85366 = x85365
-x85367 = x85366
-x85368 = x85367
-x85369 = x85368
-x85370 = x85369
-x85371 = x85370
-x85372 = x85371
-x85373 = x85372
-x85374 = x85373
-x85375 = x85374
-x85376 = x85375
-x85377 = x85376
-x85378 = x85377
-x85379 = x85378
-x85380 = x85379
-x85381 = x85380
-x85382 = x85381
-x85383 = x85382
-x85384 = x85383
-x85385 = x85384
-x85386 = x85385
-x85387 = x85386
-x85388 = x85387
-x85389 = x85388
-x85390 = x85389
-x85391 = x85390
-x85392 = x85391
-x85393 = x85392
-x85394 = x85393
-x85395 = x85394
-x85396 = x85395
-x85397 = x85396
-x85398 = x85397
-x85399 = x85398
-x85400 = x85399
-x85401 = x85400
-x85402 = x85401
-x85403 = x85402
-x85404 = x85403
-x85405 = x85404
-x85406 = x85405
-x85407 = x85406
-x85408 = x85407
-x85409 = x85408
-x85410 = x85409
-x85411 = x85410
-x85412 = x85411
-x85413 = x85412
-x85414 = x85413
-x85415 = x85414
-x85416 = x85415
-x85417 = x85416
-x85418 = x85417
-x85419 = x85418
-x85420 = x85419
-x85421 = x85420
-x85422 = x85421
-x85423 = x85422
-x85424 = x85423
-x85425 = x85424
-x85426 = x85425
-x85427 = x85426
-x85428 = x85427
-x85429 = x85428
-x85430 = x85429
-x85431 = x85430
-x85432 = x85431
-x85433 = x85432
-x85434 = x85433
-x85435 = x85434
-x85436 = x85435
-x85437 = x85436
-x85438 = x85437
-x85439 = x85438
-x85440 = x85439
-x85441 = x85440
-x85442 = x85441
-x85443 = x85442
-x85444 = x85443
-x85445 = x85444
-x85446 = x85445
-x85447 = x85446
-x85448 = x85447
-x85449 = x85448
-x85450 = x85449
-x85451 = x85450
-x85452 = x85451
-x85453 = x85452
-x85454 = x85453
-x85455 = x85454
-x85456 = x85455
-x85457 = x85456
-x85458 = x85457
-x85459 = x85458
-x85460 = x85459
-x85461 = x85460
-x85462 = x85461
-x85463 = x85462
-x85464 = x85463
-x85465 = x85464
-x85466 = x85465
-x85467 = x85466
-x85468 = x85467
-x85469 = x85468
-x85470 = x85469
-x85471 = x85470
-x85472 = x85471
-x85473 = x85472
-x85474 = x85473
-x85475 = x85474
-x85476 = x85475
-x85477 = x85476
-x85478 = x85477
-x85479 = x85478
-x85480 = x85479
-x85481 = x85480
-x85482 = x85481
-x85483 = x85482
-x85484 = x85483
-x85485 = x85484
-x85486 = x85485
-x85487 = x85486
-x85488 = x85487
-x85489 = x85488
-x85490 = x85489
-x85491 = x85490
-x85492 = x85491
-x85493 = x85492
-x85494 = x85493
-x85495 = x85494
-x85496 = x85495
-x85497 = x85496
-x85498 = x85497
-x85499 = x85498
-x85500 = x85499
-x85501 = x85500
-x85502 = x85501
-x85503 = x85502
-x85504 = x85503
-x85505 = x85504
-x85506 = x85505
-x85507 = x85506
-x85508 = x85507
-x85509 = x85508
-x85510 = x85509
-x85511 = x85510
-x85512 = x85511
-x85513 = x85512
-x85514 = x85513
-x85515 = x85514
-x85516 = x85515
-x85517 = x85516
-x85518 = x85517
-x85519 = x85518
-x85520 = x85519
-x85521 = x85520
-x85522 = x85521
-x85523 = x85522
-x85524 = x85523
-x85525 = x85524
-x85526 = x85525
-x85527 = x85526
-x85528 = x85527
-x85529 = x85528
-x85530 = x85529
-x85531 = x85530
-x85532 = x85531
-x85533 = x85532
-x85534 = x85533
-x85535 = x85534
-x85536 = x85535
-x85537 = x85536
-x85538 = x85537
-x85539 = x85538
-x85540 = x85539
-x85541 = x85540
-x85542 = x85541
-x85543 = x85542
-x85544 = x85543
-x85545 = x85544
-x85546 = x85545
-x85547 = x85546
-x85548 = x85547
-x85549 = x85548
-x85550 = x85549
-x85551 = x85550
-x85552 = x85551
-x85553 = x85552
-x85554 = x85553
-x85555 = x85554
-x85556 = x85555
-x85557 = x85556
-x85558 = x85557
-x85559 = x85558
-x85560 = x85559
-x85561 = x85560
-x85562 = x85561
-x85563 = x85562
-x85564 = x85563
-x85565 = x85564
-x85566 = x85565
-x85567 = x85566
-x85568 = x85567
-x85569 = x85568
-x85570 = x85569
-x85571 = x85570
-x85572 = x85571
-x85573 = x85572
-x85574 = x85573
-x85575 = x85574
-x85576 = x85575
-x85577 = x85576
-x85578 = x85577
-x85579 = x85578
-x85580 = x85579
-x85581 = x85580
-x85582 = x85581
-x85583 = x85582
-x85584 = x85583
-x85585 = x85584
-x85586 = x85585
-x85587 = x85586
-x85588 = x85587
-x85589 = x85588
-x85590 = x85589
-x85591 = x85590
-x85592 = x85591
-x85593 = x85592
-x85594 = x85593
-x85595 = x85594
-x85596 = x85595
-x85597 = x85596
-x85598 = x85597
-x85599 = x85598
-x85600 = x85599
-x85601 = x85600
-x85602 = x85601
-x85603 = x85602
-x85604 = x85603
-x85605 = x85604
-x85606 = x85605
-x85607 = x85606
-x85608 = x85607
-x85609 = x85608
-x85610 = x85609
-x85611 = x85610
-x85612 = x85611
-x85613 = x85612
-x85614 = x85613
-x85615 = x85614
-x85616 = x85615
-x85617 = x85616
-x85618 = x85617
-x85619 = x85618
-x85620 = x85619
-x85621 = x85620
-x85622 = x85621
-x85623 = x85622
-x85624 = x85623
-x85625 = x85624
-x85626 = x85625
-x85627 = x85626
-x85628 = x85627
-x85629 = x85628
-x85630 = x85629
-x85631 = x85630
-x85632 = x85631
-x85633 = x85632
-x85634 = x85633
-x85635 = x85634
-x85636 = x85635
-x85637 = x85636
-x85638 = x85637
-x85639 = x85638
-x85640 = x85639
-x85641 = x85640
-x85642 = x85641
-x85643 = x85642
-x85644 = x85643
-x85645 = x85644
-x85646 = x85645
-x85647 = x85646
-x85648 = x85647
-x85649 = x85648
-x85650 = x85649
-x85651 = x85650
-x85652 = x85651
-x85653 = x85652
-x85654 = x85653
-x85655 = x85654
-x85656 = x85655
-x85657 = x85656
-x85658 = x85657
-x85659 = x85658
-x85660 = x85659
-x85661 = x85660
-x85662 = x85661
-x85663 = x85662
-x85664 = x85663
-x85665 = x85664
-x85666 = x85665
-x85667 = x85666
-x85668 = x85667
-x85669 = x85668
-x85670 = x85669
-x85671 = x85670
-x85672 = x85671
-x85673 = x85672
-x85674 = x85673
-x85675 = x85674
-x85676 = x85675
-x85677 = x85676
-x85678 = x85677
-x85679 = x85678
-x85680 = x85679
-x85681 = x85680
-x85682 = x85681
-x85683 = x85682
-x85684 = x85683
-x85685 = x85684
-x85686 = x85685
-x85687 = x85686
-x85688 = x85687
-x85689 = x85688
-x85690 = x85689
-x85691 = x85690
-x85692 = x85691
-x85693 = x85692
-x85694 = x85693
-x85695 = x85694
-x85696 = x85695
-x85697 = x85696
-x85698 = x85697
-x85699 = x85698
-x85700 = x85699
-x85701 = x85700
-x85702 = x85701
-x85703 = x85702
-x85704 = x85703
-x85705 = x85704
-x85706 = x85705
-x85707 = x85706
-x85708 = x85707
-x85709 = x85708
-x85710 = x85709
-x85711 = x85710
-x85712 = x85711
-x85713 = x85712
-x85714 = x85713
-x85715 = x85714
-x85716 = x85715
-x85717 = x85716
-x85718 = x85717
-x85719 = x85718
-x85720 = x85719
-x85721 = x85720
-x85722 = x85721
-x85723 = x85722
-x85724 = x85723
-x85725 = x85724
-x85726 = x85725
-x85727 = x85726
-x85728 = x85727
-x85729 = x85728
-x85730 = x85729
-x85731 = x85730
-x85732 = x85731
-x85733 = x85732
-x85734 = x85733
-x85735 = x85734
-x85736 = x85735
-x85737 = x85736
-x85738 = x85737
-x85739 = x85738
-x85740 = x85739
-x85741 = x85740
-x85742 = x85741
-x85743 = x85742
-x85744 = x85743
-x85745 = x85744
-x85746 = x85745
-x85747 = x85746
-x85748 = x85747
-x85749 = x85748
-x85750 = x85749
-x85751 = x85750
-x85752 = x85751
-x85753 = x85752
-x85754 = x85753
-x85755 = x85754
-x85756 = x85755
-x85757 = x85756
-x85758 = x85757
-x85759 = x85758
-x85760 = x85759
-x85761 = x85760
-x85762 = x85761
-x85763 = x85762
-x85764 = x85763
-x85765 = x85764
-x85766 = x85765
-x85767 = x85766
-x85768 = x85767
-x85769 = x85768
-x85770 = x85769
-x85771 = x85770
-x85772 = x85771
-x85773 = x85772
-x85774 = x85773
-x85775 = x85774
-x85776 = x85775
-x85777 = x85776
-x85778 = x85777
-x85779 = x85778
-x85780 = x85779
-x85781 = x85780
-x85782 = x85781
-x85783 = x85782
-x85784 = x85783
-x85785 = x85784
-x85786 = x85785
-x85787 = x85786
-x85788 = x85787
-x85789 = x85788
-x85790 = x85789
-x85791 = x85790
-x85792 = x85791
-x85793 = x85792
-x85794 = x85793
-x85795 = x85794
-x85796 = x85795
-x85797 = x85796
-x85798 = x85797
-x85799 = x85798
-x85800 = x85799
-x85801 = x85800
-x85802 = x85801
-x85803 = x85802
-x85804 = x85803
-x85805 = x85804
-x85806 = x85805
-x85807 = x85806
-x85808 = x85807
-x85809 = x85808
-x85810 = x85809
-x85811 = x85810
-x85812 = x85811
-x85813 = x85812
-x85814 = x85813
-x85815 = x85814
-x85816 = x85815
-x85817 = x85816
-x85818 = x85817
-x85819 = x85818
-x85820 = x85819
-x85821 = x85820
-x85822 = x85821
-x85823 = x85822
-x85824 = x85823
-x85825 = x85824
-x85826 = x85825
-x85827 = x85826
-x85828 = x85827
-x85829 = x85828
-x85830 = x85829
-x85831 = x85830
-x85832 = x85831
-x85833 = x85832
-x85834 = x85833
-x85835 = x85834
-x85836 = x85835
-x85837 = x85836
-x85838 = x85837
-x85839 = x85838
-x85840 = x85839
-x85841 = x85840
-x85842 = x85841
-x85843 = x85842
-x85844 = x85843
-x85845 = x85844
-x85846 = x85845
-x85847 = x85846
-x85848 = x85847
-x85849 = x85848
-x85850 = x85849
-x85851 = x85850
-x85852 = x85851
-x85853 = x85852
-x85854 = x85853
-x85855 = x85854
-x85856 = x85855
-x85857 = x85856
-x85858 = x85857
-x85859 = x85858
-x85860 = x85859
-x85861 = x85860
-x85862 = x85861
-x85863 = x85862
-x85864 = x85863
-x85865 = x85864
-x85866 = x85865
-x85867 = x85866
-x85868 = x85867
-x85869 = x85868
-x85870 = x85869
-x85871 = x85870
-x85872 = x85871
-x85873 = x85872
-x85874 = x85873
-x85875 = x85874
-x85876 = x85875
-x85877 = x85876
-x85878 = x85877
-x85879 = x85878
-x85880 = x85879
-x85881 = x85880
-x85882 = x85881
-x85883 = x85882
-x85884 = x85883
-x85885 = x85884
-x85886 = x85885
-x85887 = x85886
-x85888 = x85887
-x85889 = x85888
-x85890 = x85889
-x85891 = x85890
-x85892 = x85891
-x85893 = x85892
-x85894 = x85893
-x85895 = x85894
-x85896 = x85895
-x85897 = x85896
-x85898 = x85897
-x85899 = x85898
-x85900 = x85899
-x85901 = x85900
-x85902 = x85901
-x85903 = x85902
-x85904 = x85903
-x85905 = x85904
-x85906 = x85905
-x85907 = x85906
-x85908 = x85907
-x85909 = x85908
-x85910 = x85909
-x85911 = x85910
-x85912 = x85911
-x85913 = x85912
-x85914 = x85913
-x85915 = x85914
-x85916 = x85915
-x85917 = x85916
-x85918 = x85917
-x85919 = x85918
-x85920 = x85919
-x85921 = x85920
-x85922 = x85921
-x85923 = x85922
-x85924 = x85923
-x85925 = x85924
-x85926 = x85925
-x85927 = x85926
-x85928 = x85927
-x85929 = x85928
-x85930 = x85929
-x85931 = x85930
-x85932 = x85931
-x85933 = x85932
-x85934 = x85933
-x85935 = x85934
-x85936 = x85935
-x85937 = x85936
-x85938 = x85937
-x85939 = x85938
-x85940 = x85939
-x85941 = x85940
-x85942 = x85941
-x85943 = x85942
-x85944 = x85943
-x85945 = x85944
-x85946 = x85945
-x85947 = x85946
-x85948 = x85947
-x85949 = x85948
-x85950 = x85949
-x85951 = x85950
-x85952 = x85951
-x85953 = x85952
-x85954 = x85953
-x85955 = x85954
-x85956 = x85955
-x85957 = x85956
-x85958 = x85957
-x85959 = x85958
-x85960 = x85959
-x85961 = x85960
-x85962 = x85961
-x85963 = x85962
-x85964 = x85963
-x85965 = x85964
-x85966 = x85965
-x85967 = x85966
-x85968 = x85967
-x85969 = x85968
-x85970 = x85969
-x85971 = x85970
-x85972 = x85971
-x85973 = x85972
-x85974 = x85973
-x85975 = x85974
-x85976 = x85975
-x85977 = x85976
-x85978 = x85977
-x85979 = x85978
-x85980 = x85979
-x85981 = x85980
-x85982 = x85981
-x85983 = x85982
-x85984 = x85983
-x85985 = x85984
-x85986 = x85985
-x85987 = x85986
-x85988 = x85987
-x85989 = x85988
-x85990 = x85989
-x85991 = x85990
-x85992 = x85991
-x85993 = x85992
-x85994 = x85993
-x85995 = x85994
-x85996 = x85995
-x85997 = x85996
-x85998 = x85997
-x85999 = x85998
-x86000 = x85999
-x86001 = x86000
-x86002 = x86001
-x86003 = x86002
-x86004 = x86003
-x86005 = x86004
-x86006 = x86005
-x86007 = x86006
-x86008 = x86007
-x86009 = x86008
-x86010 = x86009
-x86011 = x86010
-x86012 = x86011
-x86013 = x86012
-x86014 = x86013
-x86015 = x86014
-x86016 = x86015
-x86017 = x86016
-x86018 = x86017
-x86019 = x86018
-x86020 = x86019
-x86021 = x86020
-x86022 = x86021
-x86023 = x86022
-x86024 = x86023
-x86025 = x86024
-x86026 = x86025
-x86027 = x86026
-x86028 = x86027
-x86029 = x86028
-x86030 = x86029
-x86031 = x86030
-x86032 = x86031
-x86033 = x86032
-x86034 = x86033
-x86035 = x86034
-x86036 = x86035
-x86037 = x86036
-x86038 = x86037
-x86039 = x86038
-x86040 = x86039
-x86041 = x86040
-x86042 = x86041
-x86043 = x86042
-x86044 = x86043
-x86045 = x86044
-x86046 = x86045
-x86047 = x86046
-x86048 = x86047
-x86049 = x86048
-x86050 = x86049
-x86051 = x86050
-x86052 = x86051
-x86053 = x86052
-x86054 = x86053
-x86055 = x86054
-x86056 = x86055
-x86057 = x86056
-x86058 = x86057
-x86059 = x86058
-x86060 = x86059
-x86061 = x86060
-x86062 = x86061
-x86063 = x86062
-x86064 = x86063
-x86065 = x86064
-x86066 = x86065
-x86067 = x86066
-x86068 = x86067
-x86069 = x86068
-x86070 = x86069
-x86071 = x86070
-x86072 = x86071
-x86073 = x86072
-x86074 = x86073
-x86075 = x86074
-x86076 = x86075
-x86077 = x86076
-x86078 = x86077
-x86079 = x86078
-x86080 = x86079
-x86081 = x86080
-x86082 = x86081
-x86083 = x86082
-x86084 = x86083
-x86085 = x86084
-x86086 = x86085
-x86087 = x86086
-x86088 = x86087
-x86089 = x86088
-x86090 = x86089
-x86091 = x86090
-x86092 = x86091
-x86093 = x86092
-x86094 = x86093
-x86095 = x86094
-x86096 = x86095
-x86097 = x86096
-x86098 = x86097
-x86099 = x86098
-x86100 = x86099
-x86101 = x86100
-x86102 = x86101
-x86103 = x86102
-x86104 = x86103
-x86105 = x86104
-x86106 = x86105
-x86107 = x86106
-x86108 = x86107
-x86109 = x86108
-x86110 = x86109
-x86111 = x86110
-x86112 = x86111
-x86113 = x86112
-x86114 = x86113
-x86115 = x86114
-x86116 = x86115
-x86117 = x86116
-x86118 = x86117
-x86119 = x86118
-x86120 = x86119
-x86121 = x86120
-x86122 = x86121
-x86123 = x86122
-x86124 = x86123
-x86125 = x86124
-x86126 = x86125
-x86127 = x86126
-x86128 = x86127
-x86129 = x86128
-x86130 = x86129
-x86131 = x86130
-x86132 = x86131
-x86133 = x86132
-x86134 = x86133
-x86135 = x86134
-x86136 = x86135
-x86137 = x86136
-x86138 = x86137
-x86139 = x86138
-x86140 = x86139
-x86141 = x86140
-x86142 = x86141
-x86143 = x86142
-x86144 = x86143
-x86145 = x86144
-x86146 = x86145
-x86147 = x86146
-x86148 = x86147
-x86149 = x86148
-x86150 = x86149
-x86151 = x86150
-x86152 = x86151
-x86153 = x86152
-x86154 = x86153
-x86155 = x86154
-x86156 = x86155
-x86157 = x86156
-x86158 = x86157
-x86159 = x86158
-x86160 = x86159
-x86161 = x86160
-x86162 = x86161
-x86163 = x86162
-x86164 = x86163
-x86165 = x86164
-x86166 = x86165
-x86167 = x86166
-x86168 = x86167
-x86169 = x86168
-x86170 = x86169
-x86171 = x86170
-x86172 = x86171
-x86173 = x86172
-x86174 = x86173
-x86175 = x86174
-x86176 = x86175
-x86177 = x86176
-x86178 = x86177
-x86179 = x86178
-x86180 = x86179
-x86181 = x86180
-x86182 = x86181
-x86183 = x86182
-x86184 = x86183
-x86185 = x86184
-x86186 = x86185
-x86187 = x86186
-x86188 = x86187
-x86189 = x86188
-x86190 = x86189
-x86191 = x86190
-x86192 = x86191
-x86193 = x86192
-x86194 = x86193
-x86195 = x86194
-x86196 = x86195
-x86197 = x86196
-x86198 = x86197
-x86199 = x86198
-x86200 = x86199
-x86201 = x86200
-x86202 = x86201
-x86203 = x86202
-x86204 = x86203
-x86205 = x86204
-x86206 = x86205
-x86207 = x86206
-x86208 = x86207
-x86209 = x86208
-x86210 = x86209
-x86211 = x86210
-x86212 = x86211
-x86213 = x86212
-x86214 = x86213
-x86215 = x86214
-x86216 = x86215
-x86217 = x86216
-x86218 = x86217
-x86219 = x86218
-x86220 = x86219
-x86221 = x86220
-x86222 = x86221
-x86223 = x86222
-x86224 = x86223
-x86225 = x86224
-x86226 = x86225
-x86227 = x86226
-x86228 = x86227
-x86229 = x86228
-x86230 = x86229
-x86231 = x86230
-x86232 = x86231
-x86233 = x86232
-x86234 = x86233
-x86235 = x86234
-x86236 = x86235
-x86237 = x86236
-x86238 = x86237
-x86239 = x86238
-x86240 = x86239
-x86241 = x86240
-x86242 = x86241
-x86243 = x86242
-x86244 = x86243
-x86245 = x86244
-x86246 = x86245
-x86247 = x86246
-x86248 = x86247
-x86249 = x86248
-x86250 = x86249
-x86251 = x86250
-x86252 = x86251
-x86253 = x86252
-x86254 = x86253
-x86255 = x86254
-x86256 = x86255
-x86257 = x86256
-x86258 = x86257
-x86259 = x86258
-x86260 = x86259
-x86261 = x86260
-x86262 = x86261
-x86263 = x86262
-x86264 = x86263
-x86265 = x86264
-x86266 = x86265
-x86267 = x86266
-x86268 = x86267
-x86269 = x86268
-x86270 = x86269
-x86271 = x86270
-x86272 = x86271
-x86273 = x86272
-x86274 = x86273
-x86275 = x86274
-x86276 = x86275
-x86277 = x86276
-x86278 = x86277
-x86279 = x86278
-x86280 = x86279
-x86281 = x86280
-x86282 = x86281
-x86283 = x86282
-x86284 = x86283
-x86285 = x86284
-x86286 = x86285
-x86287 = x86286
-x86288 = x86287
-x86289 = x86288
-x86290 = x86289
-x86291 = x86290
-x86292 = x86291
-x86293 = x86292
-x86294 = x86293
-x86295 = x86294
-x86296 = x86295
-x86297 = x86296
-x86298 = x86297
-x86299 = x86298
-x86300 = x86299
-x86301 = x86300
-x86302 = x86301
-x86303 = x86302
-x86304 = x86303
-x86305 = x86304
-x86306 = x86305
-x86307 = x86306
-x86308 = x86307
-x86309 = x86308
-x86310 = x86309
-x86311 = x86310
-x86312 = x86311
-x86313 = x86312
-x86314 = x86313
-x86315 = x86314
-x86316 = x86315
-x86317 = x86316
-x86318 = x86317
-x86319 = x86318
-x86320 = x86319
-x86321 = x86320
-x86322 = x86321
-x86323 = x86322
-x86324 = x86323
-x86325 = x86324
-x86326 = x86325
-x86327 = x86326
-x86328 = x86327
-x86329 = x86328
-x86330 = x86329
-x86331 = x86330
-x86332 = x86331
-x86333 = x86332
-x86334 = x86333
-x86335 = x86334
-x86336 = x86335
-x86337 = x86336
-x86338 = x86337
-x86339 = x86338
-x86340 = x86339
-x86341 = x86340
-x86342 = x86341
-x86343 = x86342
-x86344 = x86343
-x86345 = x86344
-x86346 = x86345
-x86347 = x86346
-x86348 = x86347
-x86349 = x86348
-x86350 = x86349
-x86351 = x86350
-x86352 = x86351
-x86353 = x86352
-x86354 = x86353
-x86355 = x86354
-x86356 = x86355
-x86357 = x86356
-x86358 = x86357
-x86359 = x86358
-x86360 = x86359
-x86361 = x86360
-x86362 = x86361
-x86363 = x86362
-x86364 = x86363
-x86365 = x86364
-x86366 = x86365
-x86367 = x86366
-x86368 = x86367
-x86369 = x86368
-x86370 = x86369
-x86371 = x86370
-x86372 = x86371
-x86373 = x86372
-x86374 = x86373
-x86375 = x86374
-x86376 = x86375
-x86377 = x86376
-x86378 = x86377
-x86379 = x86378
-x86380 = x86379
-x86381 = x86380
-x86382 = x86381
-x86383 = x86382
-x86384 = x86383
-x86385 = x86384
-x86386 = x86385
-x86387 = x86386
-x86388 = x86387
-x86389 = x86388
-x86390 = x86389
-x86391 = x86390
-x86392 = x86391
-x86393 = x86392
-x86394 = x86393
-x86395 = x86394
-x86396 = x86395
-x86397 = x86396
-x86398 = x86397
-x86399 = x86398
-x86400 = x86399
-x86401 = x86400
-x86402 = x86401
-x86403 = x86402
-x86404 = x86403
-x86405 = x86404
-x86406 = x86405
-x86407 = x86406
-x86408 = x86407
-x86409 = x86408
-x86410 = x86409
-x86411 = x86410
-x86412 = x86411
-x86413 = x86412
-x86414 = x86413
-x86415 = x86414
-x86416 = x86415
-x86417 = x86416
-x86418 = x86417
-x86419 = x86418
-x86420 = x86419
-x86421 = x86420
-x86422 = x86421
-x86423 = x86422
-x86424 = x86423
-x86425 = x86424
-x86426 = x86425
-x86427 = x86426
-x86428 = x86427
-x86429 = x86428
-x86430 = x86429
-x86431 = x86430
-x86432 = x86431
-x86433 = x86432
-x86434 = x86433
-x86435 = x86434
-x86436 = x86435
-x86437 = x86436
-x86438 = x86437
-x86439 = x86438
-x86440 = x86439
-x86441 = x86440
-x86442 = x86441
-x86443 = x86442
-x86444 = x86443
-x86445 = x86444
-x86446 = x86445
-x86447 = x86446
-x86448 = x86447
-x86449 = x86448
-x86450 = x86449
-x86451 = x86450
-x86452 = x86451
-x86453 = x86452
-x86454 = x86453
-x86455 = x86454
-x86456 = x86455
-x86457 = x86456
-x86458 = x86457
-x86459 = x86458
-x86460 = x86459
-x86461 = x86460
-x86462 = x86461
-x86463 = x86462
-x86464 = x86463
-x86465 = x86464
-x86466 = x86465
-x86467 = x86466
-x86468 = x86467
-x86469 = x86468
-x86470 = x86469
-x86471 = x86470
-x86472 = x86471
-x86473 = x86472
-x86474 = x86473
-x86475 = x86474
-x86476 = x86475
-x86477 = x86476
-x86478 = x86477
-x86479 = x86478
-x86480 = x86479
-x86481 = x86480
-x86482 = x86481
-x86483 = x86482
-x86484 = x86483
-x86485 = x86484
-x86486 = x86485
-x86487 = x86486
-x86488 = x86487
-x86489 = x86488
-x86490 = x86489
-x86491 = x86490
-x86492 = x86491
-x86493 = x86492
-x86494 = x86493
-x86495 = x86494
-x86496 = x86495
-x86497 = x86496
-x86498 = x86497
-x86499 = x86498
-x86500 = x86499
-x86501 = x86500
-x86502 = x86501
-x86503 = x86502
-x86504 = x86503
-x86505 = x86504
-x86506 = x86505
-x86507 = x86506
-x86508 = x86507
-x86509 = x86508
-x86510 = x86509
-x86511 = x86510
-x86512 = x86511
-x86513 = x86512
-x86514 = x86513
-x86515 = x86514
-x86516 = x86515
-x86517 = x86516
-x86518 = x86517
-x86519 = x86518
-x86520 = x86519
-x86521 = x86520
-x86522 = x86521
-x86523 = x86522
-x86524 = x86523
-x86525 = x86524
-x86526 = x86525
-x86527 = x86526
-x86528 = x86527
-x86529 = x86528
-x86530 = x86529
-x86531 = x86530
-x86532 = x86531
-x86533 = x86532
-x86534 = x86533
-x86535 = x86534
-x86536 = x86535
-x86537 = x86536
-x86538 = x86537
-x86539 = x86538
-x86540 = x86539
-x86541 = x86540
-x86542 = x86541
-x86543 = x86542
-x86544 = x86543
-x86545 = x86544
-x86546 = x86545
-x86547 = x86546
-x86548 = x86547
-x86549 = x86548
-x86550 = x86549
-x86551 = x86550
-x86552 = x86551
-x86553 = x86552
-x86554 = x86553
-x86555 = x86554
-x86556 = x86555
-x86557 = x86556
-x86558 = x86557
-x86559 = x86558
-x86560 = x86559
-x86561 = x86560
-x86562 = x86561
-x86563 = x86562
-x86564 = x86563
-x86565 = x86564
-x86566 = x86565
-x86567 = x86566
-x86568 = x86567
-x86569 = x86568
-x86570 = x86569
-x86571 = x86570
-x86572 = x86571
-x86573 = x86572
-x86574 = x86573
-x86575 = x86574
-x86576 = x86575
-x86577 = x86576
-x86578 = x86577
-x86579 = x86578
-x86580 = x86579
-x86581 = x86580
-x86582 = x86581
-x86583 = x86582
-x86584 = x86583
-x86585 = x86584
-x86586 = x86585
-x86587 = x86586
-x86588 = x86587
-x86589 = x86588
-x86590 = x86589
-x86591 = x86590
-x86592 = x86591
-x86593 = x86592
-x86594 = x86593
-x86595 = x86594
-x86596 = x86595
-x86597 = x86596
-x86598 = x86597
-x86599 = x86598
-x86600 = x86599
-x86601 = x86600
-x86602 = x86601
-x86603 = x86602
-x86604 = x86603
-x86605 = x86604
-x86606 = x86605
-x86607 = x86606
-x86608 = x86607
-x86609 = x86608
-x86610 = x86609
-x86611 = x86610
-x86612 = x86611
-x86613 = x86612
-x86614 = x86613
-x86615 = x86614
-x86616 = x86615
-x86617 = x86616
-x86618 = x86617
-x86619 = x86618
-x86620 = x86619
-x86621 = x86620
-x86622 = x86621
-x86623 = x86622
-x86624 = x86623
-x86625 = x86624
-x86626 = x86625
-x86627 = x86626
-x86628 = x86627
-x86629 = x86628
-x86630 = x86629
-x86631 = x86630
-x86632 = x86631
-x86633 = x86632
-x86634 = x86633
-x86635 = x86634
-x86636 = x86635
-x86637 = x86636
-x86638 = x86637
-x86639 = x86638
-x86640 = x86639
-x86641 = x86640
-x86642 = x86641
-x86643 = x86642
-x86644 = x86643
-x86645 = x86644
-x86646 = x86645
-x86647 = x86646
-x86648 = x86647
-x86649 = x86648
-x86650 = x86649
-x86651 = x86650
-x86652 = x86651
-x86653 = x86652
-x86654 = x86653
-x86655 = x86654
-x86656 = x86655
-x86657 = x86656
-x86658 = x86657
-x86659 = x86658
-x86660 = x86659
-x86661 = x86660
-x86662 = x86661
-x86663 = x86662
-x86664 = x86663
-x86665 = x86664
-x86666 = x86665
-x86667 = x86666
-x86668 = x86667
-x86669 = x86668
-x86670 = x86669
-x86671 = x86670
-x86672 = x86671
-x86673 = x86672
-x86674 = x86673
-x86675 = x86674
-x86676 = x86675
-x86677 = x86676
-x86678 = x86677
-x86679 = x86678
-x86680 = x86679
-x86681 = x86680
-x86682 = x86681
-x86683 = x86682
-x86684 = x86683
-x86685 = x86684
-x86686 = x86685
-x86687 = x86686
-x86688 = x86687
-x86689 = x86688
-x86690 = x86689
-x86691 = x86690
-x86692 = x86691
-x86693 = x86692
-x86694 = x86693
-x86695 = x86694
-x86696 = x86695
-x86697 = x86696
-x86698 = x86697
-x86699 = x86698
-x86700 = x86699
-x86701 = x86700
-x86702 = x86701
-x86703 = x86702
-x86704 = x86703
-x86705 = x86704
-x86706 = x86705
-x86707 = x86706
-x86708 = x86707
-x86709 = x86708
-x86710 = x86709
-x86711 = x86710
-x86712 = x86711
-x86713 = x86712
-x86714 = x86713
-x86715 = x86714
-x86716 = x86715
-x86717 = x86716
-x86718 = x86717
-x86719 = x86718
-x86720 = x86719
-x86721 = x86720
-x86722 = x86721
-x86723 = x86722
-x86724 = x86723
-x86725 = x86724
-x86726 = x86725
-x86727 = x86726
-x86728 = x86727
-x86729 = x86728
-x86730 = x86729
-x86731 = x86730
-x86732 = x86731
-x86733 = x86732
-x86734 = x86733
-x86735 = x86734
-x86736 = x86735
-x86737 = x86736
-x86738 = x86737
-x86739 = x86738
-x86740 = x86739
-x86741 = x86740
-x86742 = x86741
-x86743 = x86742
-x86744 = x86743
-x86745 = x86744
-x86746 = x86745
-x86747 = x86746
-x86748 = x86747
-x86749 = x86748
-x86750 = x86749
-x86751 = x86750
-x86752 = x86751
-x86753 = x86752
-x86754 = x86753
-x86755 = x86754
-x86756 = x86755
-x86757 = x86756
-x86758 = x86757
-x86759 = x86758
-x86760 = x86759
-x86761 = x86760
-x86762 = x86761
-x86763 = x86762
-x86764 = x86763
-x86765 = x86764
-x86766 = x86765
-x86767 = x86766
-x86768 = x86767
-x86769 = x86768
-x86770 = x86769
-x86771 = x86770
-x86772 = x86771
-x86773 = x86772
-x86774 = x86773
-x86775 = x86774
-x86776 = x86775
-x86777 = x86776
-x86778 = x86777
-x86779 = x86778
-x86780 = x86779
-x86781 = x86780
-x86782 = x86781
-x86783 = x86782
-x86784 = x86783
-x86785 = x86784
-x86786 = x86785
-x86787 = x86786
-x86788 = x86787
-x86789 = x86788
-x86790 = x86789
-x86791 = x86790
-x86792 = x86791
-x86793 = x86792
-x86794 = x86793
-x86795 = x86794
-x86796 = x86795
-x86797 = x86796
-x86798 = x86797
-x86799 = x86798
-x86800 = x86799
-x86801 = x86800
-x86802 = x86801
-x86803 = x86802
-x86804 = x86803
-x86805 = x86804
-x86806 = x86805
-x86807 = x86806
-x86808 = x86807
-x86809 = x86808
-x86810 = x86809
-x86811 = x86810
-x86812 = x86811
-x86813 = x86812
-x86814 = x86813
-x86815 = x86814
-x86816 = x86815
-x86817 = x86816
-x86818 = x86817
-x86819 = x86818
-x86820 = x86819
-x86821 = x86820
-x86822 = x86821
-x86823 = x86822
-x86824 = x86823
-x86825 = x86824
-x86826 = x86825
-x86827 = x86826
-x86828 = x86827
-x86829 = x86828
-x86830 = x86829
-x86831 = x86830
-x86832 = x86831
-x86833 = x86832
-x86834 = x86833
-x86835 = x86834
-x86836 = x86835
-x86837 = x86836
-x86838 = x86837
-x86839 = x86838
-x86840 = x86839
-x86841 = x86840
-x86842 = x86841
-x86843 = x86842
-x86844 = x86843
-x86845 = x86844
-x86846 = x86845
-x86847 = x86846
-x86848 = x86847
-x86849 = x86848
-x86850 = x86849
-x86851 = x86850
-x86852 = x86851
-x86853 = x86852
-x86854 = x86853
-x86855 = x86854
-x86856 = x86855
-x86857 = x86856
-x86858 = x86857
-x86859 = x86858
-x86860 = x86859
-x86861 = x86860
-x86862 = x86861
-x86863 = x86862
-x86864 = x86863
-x86865 = x86864
-x86866 = x86865
-x86867 = x86866
-x86868 = x86867
-x86869 = x86868
-x86870 = x86869
-x86871 = x86870
-x86872 = x86871
-x86873 = x86872
-x86874 = x86873
-x86875 = x86874
-x86876 = x86875
-x86877 = x86876
-x86878 = x86877
-x86879 = x86878
-x86880 = x86879
-x86881 = x86880
-x86882 = x86881
-x86883 = x86882
-x86884 = x86883
-x86885 = x86884
-x86886 = x86885
-x86887 = x86886
-x86888 = x86887
-x86889 = x86888
-x86890 = x86889
-x86891 = x86890
-x86892 = x86891
-x86893 = x86892
-x86894 = x86893
-x86895 = x86894
-x86896 = x86895
-x86897 = x86896
-x86898 = x86897
-x86899 = x86898
-x86900 = x86899
-x86901 = x86900
-x86902 = x86901
-x86903 = x86902
-x86904 = x86903
-x86905 = x86904
-x86906 = x86905
-x86907 = x86906
-x86908 = x86907
-x86909 = x86908
-x86910 = x86909
-x86911 = x86910
-x86912 = x86911
-x86913 = x86912
-x86914 = x86913
-x86915 = x86914
-x86916 = x86915
-x86917 = x86916
-x86918 = x86917
-x86919 = x86918
-x86920 = x86919
-x86921 = x86920
-x86922 = x86921
-x86923 = x86922
-x86924 = x86923
-x86925 = x86924
-x86926 = x86925
-x86927 = x86926
-x86928 = x86927
-x86929 = x86928
-x86930 = x86929
-x86931 = x86930
-x86932 = x86931
-x86933 = x86932
-x86934 = x86933
-x86935 = x86934
-x86936 = x86935
-x86937 = x86936
-x86938 = x86937
-x86939 = x86938
-x86940 = x86939
-x86941 = x86940
-x86942 = x86941
-x86943 = x86942
-x86944 = x86943
-x86945 = x86944
-x86946 = x86945
-x86947 = x86946
-x86948 = x86947
-x86949 = x86948
-x86950 = x86949
-x86951 = x86950
-x86952 = x86951
-x86953 = x86952
-x86954 = x86953
-x86955 = x86954
-x86956 = x86955
-x86957 = x86956
-x86958 = x86957
-x86959 = x86958
-x86960 = x86959
-x86961 = x86960
-x86962 = x86961
-x86963 = x86962
-x86964 = x86963
-x86965 = x86964
-x86966 = x86965
-x86967 = x86966
-x86968 = x86967
-x86969 = x86968
-x86970 = x86969
-x86971 = x86970
-x86972 = x86971
-x86973 = x86972
-x86974 = x86973
-x86975 = x86974
-x86976 = x86975
-x86977 = x86976
-x86978 = x86977
-x86979 = x86978
-x86980 = x86979
-x86981 = x86980
-x86982 = x86981
-x86983 = x86982
-x86984 = x86983
-x86985 = x86984
-x86986 = x86985
-x86987 = x86986
-x86988 = x86987
-x86989 = x86988
-x86990 = x86989
-x86991 = x86990
-x86992 = x86991
-x86993 = x86992
-x86994 = x86993
-x86995 = x86994
-x86996 = x86995
-x86997 = x86996
-x86998 = x86997
-x86999 = x86998
-x87000 = x86999
-x87001 = x87000
-x87002 = x87001
-x87003 = x87002
-x87004 = x87003
-x87005 = x87004
-x87006 = x87005
-x87007 = x87006
-x87008 = x87007
-x87009 = x87008
-x87010 = x87009
-x87011 = x87010
-x87012 = x87011
-x87013 = x87012
-x87014 = x87013
-x87015 = x87014
-x87016 = x87015
-x87017 = x87016
-x87018 = x87017
-x87019 = x87018
-x87020 = x87019
-x87021 = x87020
-x87022 = x87021
-x87023 = x87022
-x87024 = x87023
-x87025 = x87024
-x87026 = x87025
-x87027 = x87026
-x87028 = x87027
-x87029 = x87028
-x87030 = x87029
-x87031 = x87030
-x87032 = x87031
-x87033 = x87032
-x87034 = x87033
-x87035 = x87034
-x87036 = x87035
-x87037 = x87036
-x87038 = x87037
-x87039 = x87038
-x87040 = x87039
-x87041 = x87040
-x87042 = x87041
-x87043 = x87042
-x87044 = x87043
-x87045 = x87044
-x87046 = x87045
-x87047 = x87046
-x87048 = x87047
-x87049 = x87048
-x87050 = x87049
-x87051 = x87050
-x87052 = x87051
-x87053 = x87052
-x87054 = x87053
-x87055 = x87054
-x87056 = x87055
-x87057 = x87056
-x87058 = x87057
-x87059 = x87058
-x87060 = x87059
-x87061 = x87060
-x87062 = x87061
-x87063 = x87062
-x87064 = x87063
-x87065 = x87064
-x87066 = x87065
-x87067 = x87066
-x87068 = x87067
-x87069 = x87068
-x87070 = x87069
-x87071 = x87070
-x87072 = x87071
-x87073 = x87072
-x87074 = x87073
-x87075 = x87074
-x87076 = x87075
-x87077 = x87076
-x87078 = x87077
-x87079 = x87078
-x87080 = x87079
-x87081 = x87080
-x87082 = x87081
-x87083 = x87082
-x87084 = x87083
-x87085 = x87084
-x87086 = x87085
-x87087 = x87086
-x87088 = x87087
-x87089 = x87088
-x87090 = x87089
-x87091 = x87090
-x87092 = x87091
-x87093 = x87092
-x87094 = x87093
-x87095 = x87094
-x87096 = x87095
-x87097 = x87096
-x87098 = x87097
-x87099 = x87098
-x87100 = x87099
-x87101 = x87100
-x87102 = x87101
-x87103 = x87102
-x87104 = x87103
-x87105 = x87104
-x87106 = x87105
-x87107 = x87106
-x87108 = x87107
-x87109 = x87108
-x87110 = x87109
-x87111 = x87110
-x87112 = x87111
-x87113 = x87112
-x87114 = x87113
-x87115 = x87114
-x87116 = x87115
-x87117 = x87116
-x87118 = x87117
-x87119 = x87118
-x87120 = x87119
-x87121 = x87120
-x87122 = x87121
-x87123 = x87122
-x87124 = x87123
-x87125 = x87124
-x87126 = x87125
-x87127 = x87126
-x87128 = x87127
-x87129 = x87128
-x87130 = x87129
-x87131 = x87130
-x87132 = x87131
-x87133 = x87132
-x87134 = x87133
-x87135 = x87134
-x87136 = x87135
-x87137 = x87136
-x87138 = x87137
-x87139 = x87138
-x87140 = x87139
-x87141 = x87140
-x87142 = x87141
-x87143 = x87142
-x87144 = x87143
-x87145 = x87144
-x87146 = x87145
-x87147 = x87146
-x87148 = x87147
-x87149 = x87148
-x87150 = x87149
-x87151 = x87150
-x87152 = x87151
-x87153 = x87152
-x87154 = x87153
-x87155 = x87154
-x87156 = x87155
-x87157 = x87156
-x87158 = x87157
-x87159 = x87158
-x87160 = x87159
-x87161 = x87160
-x87162 = x87161
-x87163 = x87162
-x87164 = x87163
-x87165 = x87164
-x87166 = x87165
-x87167 = x87166
-x87168 = x87167
-x87169 = x87168
-x87170 = x87169
-x87171 = x87170
-x87172 = x87171
-x87173 = x87172
-x87174 = x87173
-x87175 = x87174
-x87176 = x87175
-x87177 = x87176
-x87178 = x87177
-x87179 = x87178
-x87180 = x87179
-x87181 = x87180
-x87182 = x87181
-x87183 = x87182
-x87184 = x87183
-x87185 = x87184
-x87186 = x87185
-x87187 = x87186
-x87188 = x87187
-x87189 = x87188
-x87190 = x87189
-x87191 = x87190
-x87192 = x87191
-x87193 = x87192
-x87194 = x87193
-x87195 = x87194
-x87196 = x87195
-x87197 = x87196
-x87198 = x87197
-x87199 = x87198
-x87200 = x87199
-x87201 = x87200
-x87202 = x87201
-x87203 = x87202
-x87204 = x87203
-x87205 = x87204
-x87206 = x87205
-x87207 = x87206
-x87208 = x87207
-x87209 = x87208
-x87210 = x87209
-x87211 = x87210
-x87212 = x87211
-x87213 = x87212
-x87214 = x87213
-x87215 = x87214
-x87216 = x87215
-x87217 = x87216
-x87218 = x87217
-x87219 = x87218
-x87220 = x87219
-x87221 = x87220
-x87222 = x87221
-x87223 = x87222
-x87224 = x87223
-x87225 = x87224
-x87226 = x87225
-x87227 = x87226
-x87228 = x87227
-x87229 = x87228
-x87230 = x87229
-x87231 = x87230
-x87232 = x87231
-x87233 = x87232
-x87234 = x87233
-x87235 = x87234
-x87236 = x87235
-x87237 = x87236
-x87238 = x87237
-x87239 = x87238
-x87240 = x87239
-x87241 = x87240
-x87242 = x87241
-x87243 = x87242
-x87244 = x87243
-x87245 = x87244
-x87246 = x87245
-x87247 = x87246
-x87248 = x87247
-x87249 = x87248
-x87250 = x87249
-x87251 = x87250
-x87252 = x87251
-x87253 = x87252
-x87254 = x87253
-x87255 = x87254
-x87256 = x87255
-x87257 = x87256
-x87258 = x87257
-x87259 = x87258
-x87260 = x87259
-x87261 = x87260
-x87262 = x87261
-x87263 = x87262
-x87264 = x87263
-x87265 = x87264
-x87266 = x87265
-x87267 = x87266
-x87268 = x87267
-x87269 = x87268
-x87270 = x87269
-x87271 = x87270
-x87272 = x87271
-x87273 = x87272
-x87274 = x87273
-x87275 = x87274
-x87276 = x87275
-x87277 = x87276
-x87278 = x87277
-x87279 = x87278
-x87280 = x87279
-x87281 = x87280
-x87282 = x87281
-x87283 = x87282
-x87284 = x87283
-x87285 = x87284
-x87286 = x87285
-x87287 = x87286
-x87288 = x87287
-x87289 = x87288
-x87290 = x87289
-x87291 = x87290
-x87292 = x87291
-x87293 = x87292
-x87294 = x87293
-x87295 = x87294
-x87296 = x87295
-x87297 = x87296
-x87298 = x87297
-x87299 = x87298
-x87300 = x87299
-x87301 = x87300
-x87302 = x87301
-x87303 = x87302
-x87304 = x87303
-x87305 = x87304
-x87306 = x87305
-x87307 = x87306
-x87308 = x87307
-x87309 = x87308
-x87310 = x87309
-x87311 = x87310
-x87312 = x87311
-x87313 = x87312
-x87314 = x87313
-x87315 = x87314
-x87316 = x87315
-x87317 = x87316
-x87318 = x87317
-x87319 = x87318
-x87320 = x87319
-x87321 = x87320
-x87322 = x87321
-x87323 = x87322
-x87324 = x87323
-x87325 = x87324
-x87326 = x87325
-x87327 = x87326
-x87328 = x87327
-x87329 = x87328
-x87330 = x87329
-x87331 = x87330
-x87332 = x87331
-x87333 = x87332
-x87334 = x87333
-x87335 = x87334
-x87336 = x87335
-x87337 = x87336
-x87338 = x87337
-x87339 = x87338
-x87340 = x87339
-x87341 = x87340
-x87342 = x87341
-x87343 = x87342
-x87344 = x87343
-x87345 = x87344
-x87346 = x87345
-x87347 = x87346
-x87348 = x87347
-x87349 = x87348
-x87350 = x87349
-x87351 = x87350
-x87352 = x87351
-x87353 = x87352
-x87354 = x87353
-x87355 = x87354
-x87356 = x87355
-x87357 = x87356
-x87358 = x87357
-x87359 = x87358
-x87360 = x87359
-x87361 = x87360
-x87362 = x87361
-x87363 = x87362
-x87364 = x87363
-x87365 = x87364
-x87366 = x87365
-x87367 = x87366
-x87368 = x87367
-x87369 = x87368
-x87370 = x87369
-x87371 = x87370
-x87372 = x87371
-x87373 = x87372
-x87374 = x87373
-x87375 = x87374
-x87376 = x87375
-x87377 = x87376
-x87378 = x87377
-x87379 = x87378
-x87380 = x87379
-x87381 = x87380
-x87382 = x87381
-x87383 = x87382
-x87384 = x87383
-x87385 = x87384
-x87386 = x87385
-x87387 = x87386
-x87388 = x87387
-x87389 = x87388
-x87390 = x87389
-x87391 = x87390
-x87392 = x87391
-x87393 = x87392
-x87394 = x87393
-x87395 = x87394
-x87396 = x87395
-x87397 = x87396
-x87398 = x87397
-x87399 = x87398
-x87400 = x87399
-x87401 = x87400
-x87402 = x87401
-x87403 = x87402
-x87404 = x87403
-x87405 = x87404
-x87406 = x87405
-x87407 = x87406
-x87408 = x87407
-x87409 = x87408
-x87410 = x87409
-x87411 = x87410
-x87412 = x87411
-x87413 = x87412
-x87414 = x87413
-x87415 = x87414
-x87416 = x87415
-x87417 = x87416
-x87418 = x87417
-x87419 = x87418
-x87420 = x87419
-x87421 = x87420
-x87422 = x87421
-x87423 = x87422
-x87424 = x87423
-x87425 = x87424
-x87426 = x87425
-x87427 = x87426
-x87428 = x87427
-x87429 = x87428
-x87430 = x87429
-x87431 = x87430
-x87432 = x87431
-x87433 = x87432
-x87434 = x87433
-x87435 = x87434
-x87436 = x87435
-x87437 = x87436
-x87438 = x87437
-x87439 = x87438
-x87440 = x87439
-x87441 = x87440
-x87442 = x87441
-x87443 = x87442
-x87444 = x87443
-x87445 = x87444
-x87446 = x87445
-x87447 = x87446
-x87448 = x87447
-x87449 = x87448
-x87450 = x87449
-x87451 = x87450
-x87452 = x87451
-x87453 = x87452
-x87454 = x87453
-x87455 = x87454
-x87456 = x87455
-x87457 = x87456
-x87458 = x87457
-x87459 = x87458
-x87460 = x87459
-x87461 = x87460
-x87462 = x87461
-x87463 = x87462
-x87464 = x87463
-x87465 = x87464
-x87466 = x87465
-x87467 = x87466
-x87468 = x87467
-x87469 = x87468
-x87470 = x87469
-x87471 = x87470
-x87472 = x87471
-x87473 = x87472
-x87474 = x87473
-x87475 = x87474
-x87476 = x87475
-x87477 = x87476
-x87478 = x87477
-x87479 = x87478
-x87480 = x87479
-x87481 = x87480
-x87482 = x87481
-x87483 = x87482
-x87484 = x87483
-x87485 = x87484
-x87486 = x87485
-x87487 = x87486
-x87488 = x87487
-x87489 = x87488
-x87490 = x87489
-x87491 = x87490
-x87492 = x87491
-x87493 = x87492
-x87494 = x87493
-x87495 = x87494
-x87496 = x87495
-x87497 = x87496
-x87498 = x87497
-x87499 = x87498
-x87500 = x87499
-x87501 = x87500
-x87502 = x87501
-x87503 = x87502
-x87504 = x87503
-x87505 = x87504
-x87506 = x87505
-x87507 = x87506
-x87508 = x87507
-x87509 = x87508
-x87510 = x87509
-x87511 = x87510
-x87512 = x87511
-x87513 = x87512
-x87514 = x87513
-x87515 = x87514
-x87516 = x87515
-x87517 = x87516
-x87518 = x87517
-x87519 = x87518
-x87520 = x87519
-x87521 = x87520
-x87522 = x87521
-x87523 = x87522
-x87524 = x87523
-x87525 = x87524
-x87526 = x87525
-x87527 = x87526
-x87528 = x87527
-x87529 = x87528
-x87530 = x87529
-x87531 = x87530
-x87532 = x87531
-x87533 = x87532
-x87534 = x87533
-x87535 = x87534
-x87536 = x87535
-x87537 = x87536
-x87538 = x87537
-x87539 = x87538
-x87540 = x87539
-x87541 = x87540
-x87542 = x87541
-x87543 = x87542
-x87544 = x87543
-x87545 = x87544
-x87546 = x87545
-x87547 = x87546
-x87548 = x87547
-x87549 = x87548
-x87550 = x87549
-x87551 = x87550
-x87552 = x87551
-x87553 = x87552
-x87554 = x87553
-x87555 = x87554
-x87556 = x87555
-x87557 = x87556
-x87558 = x87557
-x87559 = x87558
-x87560 = x87559
-x87561 = x87560
-x87562 = x87561
-x87563 = x87562
-x87564 = x87563
-x87565 = x87564
-x87566 = x87565
-x87567 = x87566
-x87568 = x87567
-x87569 = x87568
-x87570 = x87569
-x87571 = x87570
-x87572 = x87571
-x87573 = x87572
-x87574 = x87573
-x87575 = x87574
-x87576 = x87575
-x87577 = x87576
-x87578 = x87577
-x87579 = x87578
-x87580 = x87579
-x87581 = x87580
-x87582 = x87581
-x87583 = x87582
-x87584 = x87583
-x87585 = x87584
-x87586 = x87585
-x87587 = x87586
-x87588 = x87587
-x87589 = x87588
-x87590 = x87589
-x87591 = x87590
-x87592 = x87591
-x87593 = x87592
-x87594 = x87593
-x87595 = x87594
-x87596 = x87595
-x87597 = x87596
-x87598 = x87597
-x87599 = x87598
-x87600 = x87599
-x87601 = x87600
-x87602 = x87601
-x87603 = x87602
-x87604 = x87603
-x87605 = x87604
-x87606 = x87605
-x87607 = x87606
-x87608 = x87607
-x87609 = x87608
-x87610 = x87609
-x87611 = x87610
-x87612 = x87611
-x87613 = x87612
-x87614 = x87613
-x87615 = x87614
-x87616 = x87615
-x87617 = x87616
-x87618 = x87617
-x87619 = x87618
-x87620 = x87619
-x87621 = x87620
-x87622 = x87621
-x87623 = x87622
-x87624 = x87623
-x87625 = x87624
-x87626 = x87625
-x87627 = x87626
-x87628 = x87627
-x87629 = x87628
-x87630 = x87629
-x87631 = x87630
-x87632 = x87631
-x87633 = x87632
-x87634 = x87633
-x87635 = x87634
-x87636 = x87635
-x87637 = x87636
-x87638 = x87637
-x87639 = x87638
-x87640 = x87639
-x87641 = x87640
-x87642 = x87641
-x87643 = x87642
-x87644 = x87643
-x87645 = x87644
-x87646 = x87645
-x87647 = x87646
-x87648 = x87647
-x87649 = x87648
-x87650 = x87649
-x87651 = x87650
-x87652 = x87651
-x87653 = x87652
-x87654 = x87653
-x87655 = x87654
-x87656 = x87655
-x87657 = x87656
-x87658 = x87657
-x87659 = x87658
-x87660 = x87659
-x87661 = x87660
-x87662 = x87661
-x87663 = x87662
-x87664 = x87663
-x87665 = x87664
-x87666 = x87665
-x87667 = x87666
-x87668 = x87667
-x87669 = x87668
-x87670 = x87669
-x87671 = x87670
-x87672 = x87671
-x87673 = x87672
-x87674 = x87673
-x87675 = x87674
-x87676 = x87675
-x87677 = x87676
-x87678 = x87677
-x87679 = x87678
-x87680 = x87679
-x87681 = x87680
-x87682 = x87681
-x87683 = x87682
-x87684 = x87683
-x87685 = x87684
-x87686 = x87685
-x87687 = x87686
-x87688 = x87687
-x87689 = x87688
-x87690 = x87689
-x87691 = x87690
-x87692 = x87691
-x87693 = x87692
-x87694 = x87693
-x87695 = x87694
-x87696 = x87695
-x87697 = x87696
-x87698 = x87697
-x87699 = x87698
-x87700 = x87699
-x87701 = x87700
-x87702 = x87701
-x87703 = x87702
-x87704 = x87703
-x87705 = x87704
-x87706 = x87705
-x87707 = x87706
-x87708 = x87707
-x87709 = x87708
-x87710 = x87709
-x87711 = x87710
-x87712 = x87711
-x87713 = x87712
-x87714 = x87713
-x87715 = x87714
-x87716 = x87715
-x87717 = x87716
-x87718 = x87717
-x87719 = x87718
-x87720 = x87719
-x87721 = x87720
-x87722 = x87721
-x87723 = x87722
-x87724 = x87723
-x87725 = x87724
-x87726 = x87725
-x87727 = x87726
-x87728 = x87727
-x87729 = x87728
-x87730 = x87729
-x87731 = x87730
-x87732 = x87731
-x87733 = x87732
-x87734 = x87733
-x87735 = x87734
-x87736 = x87735
-x87737 = x87736
-x87738 = x87737
-x87739 = x87738
-x87740 = x87739
-x87741 = x87740
-x87742 = x87741
-x87743 = x87742
-x87744 = x87743
-x87745 = x87744
-x87746 = x87745
-x87747 = x87746
-x87748 = x87747
-x87749 = x87748
-x87750 = x87749
-x87751 = x87750
-x87752 = x87751
-x87753 = x87752
-x87754 = x87753
-x87755 = x87754
-x87756 = x87755
-x87757 = x87756
-x87758 = x87757
-x87759 = x87758
-x87760 = x87759
-x87761 = x87760
-x87762 = x87761
-x87763 = x87762
-x87764 = x87763
-x87765 = x87764
-x87766 = x87765
-x87767 = x87766
-x87768 = x87767
-x87769 = x87768
-x87770 = x87769
-x87771 = x87770
-x87772 = x87771
-x87773 = x87772
-x87774 = x87773
-x87775 = x87774
-x87776 = x87775
-x87777 = x87776
-x87778 = x87777
-x87779 = x87778
-x87780 = x87779
-x87781 = x87780
-x87782 = x87781
-x87783 = x87782
-x87784 = x87783
-x87785 = x87784
-x87786 = x87785
-x87787 = x87786
-x87788 = x87787
-x87789 = x87788
-x87790 = x87789
-x87791 = x87790
-x87792 = x87791
-x87793 = x87792
-x87794 = x87793
-x87795 = x87794
-x87796 = x87795
-x87797 = x87796
-x87798 = x87797
-x87799 = x87798
-x87800 = x87799
-x87801 = x87800
-x87802 = x87801
-x87803 = x87802
-x87804 = x87803
-x87805 = x87804
-x87806 = x87805
-x87807 = x87806
-x87808 = x87807
-x87809 = x87808
-x87810 = x87809
-x87811 = x87810
-x87812 = x87811
-x87813 = x87812
-x87814 = x87813
-x87815 = x87814
-x87816 = x87815
-x87817 = x87816
-x87818 = x87817
-x87819 = x87818
-x87820 = x87819
-x87821 = x87820
-x87822 = x87821
-x87823 = x87822
-x87824 = x87823
-x87825 = x87824
-x87826 = x87825
-x87827 = x87826
-x87828 = x87827
-x87829 = x87828
-x87830 = x87829
-x87831 = x87830
-x87832 = x87831
-x87833 = x87832
-x87834 = x87833
-x87835 = x87834
-x87836 = x87835
-x87837 = x87836
-x87838 = x87837
-x87839 = x87838
-x87840 = x87839
-x87841 = x87840
-x87842 = x87841
-x87843 = x87842
-x87844 = x87843
-x87845 = x87844
-x87846 = x87845
-x87847 = x87846
-x87848 = x87847
-x87849 = x87848
-x87850 = x87849
-x87851 = x87850
-x87852 = x87851
-x87853 = x87852
-x87854 = x87853
-x87855 = x87854
-x87856 = x87855
-x87857 = x87856
-x87858 = x87857
-x87859 = x87858
-x87860 = x87859
-x87861 = x87860
-x87862 = x87861
-x87863 = x87862
-x87864 = x87863
-x87865 = x87864
-x87866 = x87865
-x87867 = x87866
-x87868 = x87867
-x87869 = x87868
-x87870 = x87869
-x87871 = x87870
-x87872 = x87871
-x87873 = x87872
-x87874 = x87873
-x87875 = x87874
-x87876 = x87875
-x87877 = x87876
-x87878 = x87877
-x87879 = x87878
-x87880 = x87879
-x87881 = x87880
-x87882 = x87881
-x87883 = x87882
-x87884 = x87883
-x87885 = x87884
-x87886 = x87885
-x87887 = x87886
-x87888 = x87887
-x87889 = x87888
-x87890 = x87889
-x87891 = x87890
-x87892 = x87891
-x87893 = x87892
-x87894 = x87893
-x87895 = x87894
-x87896 = x87895
-x87897 = x87896
-x87898 = x87897
-x87899 = x87898
-x87900 = x87899
-x87901 = x87900
-x87902 = x87901
-x87903 = x87902
-x87904 = x87903
-x87905 = x87904
-x87906 = x87905
-x87907 = x87906
-x87908 = x87907
-x87909 = x87908
-x87910 = x87909
-x87911 = x87910
-x87912 = x87911
-x87913 = x87912
-x87914 = x87913
-x87915 = x87914
-x87916 = x87915
-x87917 = x87916
-x87918 = x87917
-x87919 = x87918
-x87920 = x87919
-x87921 = x87920
-x87922 = x87921
-x87923 = x87922
-x87924 = x87923
-x87925 = x87924
-x87926 = x87925
-x87927 = x87926
-x87928 = x87927
-x87929 = x87928
-x87930 = x87929
-x87931 = x87930
-x87932 = x87931
-x87933 = x87932
-x87934 = x87933
-x87935 = x87934
-x87936 = x87935
-x87937 = x87936
-x87938 = x87937
-x87939 = x87938
-x87940 = x87939
-x87941 = x87940
-x87942 = x87941
-x87943 = x87942
-x87944 = x87943
-x87945 = x87944
-x87946 = x87945
-x87947 = x87946
-x87948 = x87947
-x87949 = x87948
-x87950 = x87949
-x87951 = x87950
-x87952 = x87951
-x87953 = x87952
-x87954 = x87953
-x87955 = x87954
-x87956 = x87955
-x87957 = x87956
-x87958 = x87957
-x87959 = x87958
-x87960 = x87959
-x87961 = x87960
-x87962 = x87961
-x87963 = x87962
-x87964 = x87963
-x87965 = x87964
-x87966 = x87965
-x87967 = x87966
-x87968 = x87967
-x87969 = x87968
-x87970 = x87969
-x87971 = x87970
-x87972 = x87971
-x87973 = x87972
-x87974 = x87973
-x87975 = x87974
-x87976 = x87975
-x87977 = x87976
-x87978 = x87977
-x87979 = x87978
-x87980 = x87979
-x87981 = x87980
-x87982 = x87981
-x87983 = x87982
-x87984 = x87983
-x87985 = x87984
-x87986 = x87985
-x87987 = x87986
-x87988 = x87987
-x87989 = x87988
-x87990 = x87989
-x87991 = x87990
-x87992 = x87991
-x87993 = x87992
-x87994 = x87993
-x87995 = x87994
-x87996 = x87995
-x87997 = x87996
-x87998 = x87997
-x87999 = x87998
-x88000 = x87999
-x88001 = x88000
-x88002 = x88001
-x88003 = x88002
-x88004 = x88003
-x88005 = x88004
-x88006 = x88005
-x88007 = x88006
-x88008 = x88007
-x88009 = x88008
-x88010 = x88009
-x88011 = x88010
-x88012 = x88011
-x88013 = x88012
-x88014 = x88013
-x88015 = x88014
-x88016 = x88015
-x88017 = x88016
-x88018 = x88017
-x88019 = x88018
-x88020 = x88019
-x88021 = x88020
-x88022 = x88021
-x88023 = x88022
-x88024 = x88023
-x88025 = x88024
-x88026 = x88025
-x88027 = x88026
-x88028 = x88027
-x88029 = x88028
-x88030 = x88029
-x88031 = x88030
-x88032 = x88031
-x88033 = x88032
-x88034 = x88033
-x88035 = x88034
-x88036 = x88035
-x88037 = x88036
-x88038 = x88037
-x88039 = x88038
-x88040 = x88039
-x88041 = x88040
-x88042 = x88041
-x88043 = x88042
-x88044 = x88043
-x88045 = x88044
-x88046 = x88045
-x88047 = x88046
-x88048 = x88047
-x88049 = x88048
-x88050 = x88049
-x88051 = x88050
-x88052 = x88051
-x88053 = x88052
-x88054 = x88053
-x88055 = x88054
-x88056 = x88055
-x88057 = x88056
-x88058 = x88057
-x88059 = x88058
-x88060 = x88059
-x88061 = x88060
-x88062 = x88061
-x88063 = x88062
-x88064 = x88063
-x88065 = x88064
-x88066 = x88065
-x88067 = x88066
-x88068 = x88067
-x88069 = x88068
-x88070 = x88069
-x88071 = x88070
-x88072 = x88071
-x88073 = x88072
-x88074 = x88073
-x88075 = x88074
-x88076 = x88075
-x88077 = x88076
-x88078 = x88077
-x88079 = x88078
-x88080 = x88079
-x88081 = x88080
-x88082 = x88081
-x88083 = x88082
-x88084 = x88083
-x88085 = x88084
-x88086 = x88085
-x88087 = x88086
-x88088 = x88087
-x88089 = x88088
-x88090 = x88089
-x88091 = x88090
-x88092 = x88091
-x88093 = x88092
-x88094 = x88093
-x88095 = x88094
-x88096 = x88095
-x88097 = x88096
-x88098 = x88097
-x88099 = x88098
-x88100 = x88099
-x88101 = x88100
-x88102 = x88101
-x88103 = x88102
-x88104 = x88103
-x88105 = x88104
-x88106 = x88105
-x88107 = x88106
-x88108 = x88107
-x88109 = x88108
-x88110 = x88109
-x88111 = x88110
-x88112 = x88111
-x88113 = x88112
-x88114 = x88113
-x88115 = x88114
-x88116 = x88115
-x88117 = x88116
-x88118 = x88117
-x88119 = x88118
-x88120 = x88119
-x88121 = x88120
-x88122 = x88121
-x88123 = x88122
-x88124 = x88123
-x88125 = x88124
-x88126 = x88125
-x88127 = x88126
-x88128 = x88127
-x88129 = x88128
-x88130 = x88129
-x88131 = x88130
-x88132 = x88131
-x88133 = x88132
-x88134 = x88133
-x88135 = x88134
-x88136 = x88135
-x88137 = x88136
-x88138 = x88137
-x88139 = x88138
-x88140 = x88139
-x88141 = x88140
-x88142 = x88141
-x88143 = x88142
-x88144 = x88143
-x88145 = x88144
-x88146 = x88145
-x88147 = x88146
-x88148 = x88147
-x88149 = x88148
-x88150 = x88149
-x88151 = x88150
-x88152 = x88151
-x88153 = x88152
-x88154 = x88153
-x88155 = x88154
-x88156 = x88155
-x88157 = x88156
-x88158 = x88157
-x88159 = x88158
-x88160 = x88159
-x88161 = x88160
-x88162 = x88161
-x88163 = x88162
-x88164 = x88163
-x88165 = x88164
-x88166 = x88165
-x88167 = x88166
-x88168 = x88167
-x88169 = x88168
-x88170 = x88169
-x88171 = x88170
-x88172 = x88171
-x88173 = x88172
-x88174 = x88173
-x88175 = x88174
-x88176 = x88175
-x88177 = x88176
-x88178 = x88177
-x88179 = x88178
-x88180 = x88179
-x88181 = x88180
-x88182 = x88181
-x88183 = x88182
-x88184 = x88183
-x88185 = x88184
-x88186 = x88185
-x88187 = x88186
-x88188 = x88187
-x88189 = x88188
-x88190 = x88189
-x88191 = x88190
-x88192 = x88191
-x88193 = x88192
-x88194 = x88193
-x88195 = x88194
-x88196 = x88195
-x88197 = x88196
-x88198 = x88197
-x88199 = x88198
-x88200 = x88199
-x88201 = x88200
-x88202 = x88201
-x88203 = x88202
-x88204 = x88203
-x88205 = x88204
-x88206 = x88205
-x88207 = x88206
-x88208 = x88207
-x88209 = x88208
-x88210 = x88209
-x88211 = x88210
-x88212 = x88211
-x88213 = x88212
-x88214 = x88213
-x88215 = x88214
-x88216 = x88215
-x88217 = x88216
-x88218 = x88217
-x88219 = x88218
-x88220 = x88219
-x88221 = x88220
-x88222 = x88221
-x88223 = x88222
-x88224 = x88223
-x88225 = x88224
-x88226 = x88225
-x88227 = x88226
-x88228 = x88227
-x88229 = x88228
-x88230 = x88229
-x88231 = x88230
-x88232 = x88231
-x88233 = x88232
-x88234 = x88233
-x88235 = x88234
-x88236 = x88235
-x88237 = x88236
-x88238 = x88237
-x88239 = x88238
-x88240 = x88239
-x88241 = x88240
-x88242 = x88241
-x88243 = x88242
-x88244 = x88243
-x88245 = x88244
-x88246 = x88245
-x88247 = x88246
-x88248 = x88247
-x88249 = x88248
-x88250 = x88249
-x88251 = x88250
-x88252 = x88251
-x88253 = x88252
-x88254 = x88253
-x88255 = x88254
-x88256 = x88255
-x88257 = x88256
-x88258 = x88257
-x88259 = x88258
-x88260 = x88259
-x88261 = x88260
-x88262 = x88261
-x88263 = x88262
-x88264 = x88263
-x88265 = x88264
-x88266 = x88265
-x88267 = x88266
-x88268 = x88267
-x88269 = x88268
-x88270 = x88269
-x88271 = x88270
-x88272 = x88271
-x88273 = x88272
-x88274 = x88273
-x88275 = x88274
-x88276 = x88275
-x88277 = x88276
-x88278 = x88277
-x88279 = x88278
-x88280 = x88279
-x88281 = x88280
-x88282 = x88281
-x88283 = x88282
-x88284 = x88283
-x88285 = x88284
-x88286 = x88285
-x88287 = x88286
-x88288 = x88287
-x88289 = x88288
-x88290 = x88289
-x88291 = x88290
-x88292 = x88291
-x88293 = x88292
-x88294 = x88293
-x88295 = x88294
-x88296 = x88295
-x88297 = x88296
-x88298 = x88297
-x88299 = x88298
-x88300 = x88299
-x88301 = x88300
-x88302 = x88301
-x88303 = x88302
-x88304 = x88303
-x88305 = x88304
-x88306 = x88305
-x88307 = x88306
-x88308 = x88307
-x88309 = x88308
-x88310 = x88309
-x88311 = x88310
-x88312 = x88311
-x88313 = x88312
-x88314 = x88313
-x88315 = x88314
-x88316 = x88315
-x88317 = x88316
-x88318 = x88317
-x88319 = x88318
-x88320 = x88319
-x88321 = x88320
-x88322 = x88321
-x88323 = x88322
-x88324 = x88323
-x88325 = x88324
-x88326 = x88325
-x88327 = x88326
-x88328 = x88327
-x88329 = x88328
-x88330 = x88329
-x88331 = x88330
-x88332 = x88331
-x88333 = x88332
-x88334 = x88333
-x88335 = x88334
-x88336 = x88335
-x88337 = x88336
-x88338 = x88337
-x88339 = x88338
-x88340 = x88339
-x88341 = x88340
-x88342 = x88341
-x88343 = x88342
-x88344 = x88343
-x88345 = x88344
-x88346 = x88345
-x88347 = x88346
-x88348 = x88347
-x88349 = x88348
-x88350 = x88349
-x88351 = x88350
-x88352 = x88351
-x88353 = x88352
-x88354 = x88353
-x88355 = x88354
-x88356 = x88355
-x88357 = x88356
-x88358 = x88357
-x88359 = x88358
-x88360 = x88359
-x88361 = x88360
-x88362 = x88361
-x88363 = x88362
-x88364 = x88363
-x88365 = x88364
-x88366 = x88365
-x88367 = x88366
-x88368 = x88367
-x88369 = x88368
-x88370 = x88369
-x88371 = x88370
-x88372 = x88371
-x88373 = x88372
-x88374 = x88373
-x88375 = x88374
-x88376 = x88375
-x88377 = x88376
-x88378 = x88377
-x88379 = x88378
-x88380 = x88379
-x88381 = x88380
-x88382 = x88381
-x88383 = x88382
-x88384 = x88383
-x88385 = x88384
-x88386 = x88385
-x88387 = x88386
-x88388 = x88387
-x88389 = x88388
-x88390 = x88389
-x88391 = x88390
-x88392 = x88391
-x88393 = x88392
-x88394 = x88393
-x88395 = x88394
-x88396 = x88395
-x88397 = x88396
-x88398 = x88397
-x88399 = x88398
-x88400 = x88399
-x88401 = x88400
-x88402 = x88401
-x88403 = x88402
-x88404 = x88403
-x88405 = x88404
-x88406 = x88405
-x88407 = x88406
-x88408 = x88407
-x88409 = x88408
-x88410 = x88409
-x88411 = x88410
-x88412 = x88411
-x88413 = x88412
-x88414 = x88413
-x88415 = x88414
-x88416 = x88415
-x88417 = x88416
-x88418 = x88417
-x88419 = x88418
-x88420 = x88419
-x88421 = x88420
-x88422 = x88421
-x88423 = x88422
-x88424 = x88423
-x88425 = x88424
-x88426 = x88425
-x88427 = x88426
-x88428 = x88427
-x88429 = x88428
-x88430 = x88429
-x88431 = x88430
-x88432 = x88431
-x88433 = x88432
-x88434 = x88433
-x88435 = x88434
-x88436 = x88435
-x88437 = x88436
-x88438 = x88437
-x88439 = x88438
-x88440 = x88439
-x88441 = x88440
-x88442 = x88441
-x88443 = x88442
-x88444 = x88443
-x88445 = x88444
-x88446 = x88445
-x88447 = x88446
-x88448 = x88447
-x88449 = x88448
-x88450 = x88449
-x88451 = x88450
-x88452 = x88451
-x88453 = x88452
-x88454 = x88453
-x88455 = x88454
-x88456 = x88455
-x88457 = x88456
-x88458 = x88457
-x88459 = x88458
-x88460 = x88459
-x88461 = x88460
-x88462 = x88461
-x88463 = x88462
-x88464 = x88463
-x88465 = x88464
-x88466 = x88465
-x88467 = x88466
-x88468 = x88467
-x88469 = x88468
-x88470 = x88469
-x88471 = x88470
-x88472 = x88471
-x88473 = x88472
-x88474 = x88473
-x88475 = x88474
-x88476 = x88475
-x88477 = x88476
-x88478 = x88477
-x88479 = x88478
-x88480 = x88479
-x88481 = x88480
-x88482 = x88481
-x88483 = x88482
-x88484 = x88483
-x88485 = x88484
-x88486 = x88485
-x88487 = x88486
-x88488 = x88487
-x88489 = x88488
-x88490 = x88489
-x88491 = x88490
-x88492 = x88491
-x88493 = x88492
-x88494 = x88493
-x88495 = x88494
-x88496 = x88495
-x88497 = x88496
-x88498 = x88497
-x88499 = x88498
-x88500 = x88499
-x88501 = x88500
-x88502 = x88501
-x88503 = x88502
-x88504 = x88503
-x88505 = x88504
-x88506 = x88505
-x88507 = x88506
-x88508 = x88507
-x88509 = x88508
-x88510 = x88509
-x88511 = x88510
-x88512 = x88511
-x88513 = x88512
-x88514 = x88513
-x88515 = x88514
-x88516 = x88515
-x88517 = x88516
-x88518 = x88517
-x88519 = x88518
-x88520 = x88519
-x88521 = x88520
-x88522 = x88521
-x88523 = x88522
-x88524 = x88523
-x88525 = x88524
-x88526 = x88525
-x88527 = x88526
-x88528 = x88527
-x88529 = x88528
-x88530 = x88529
-x88531 = x88530
-x88532 = x88531
-x88533 = x88532
-x88534 = x88533
-x88535 = x88534
-x88536 = x88535
-x88537 = x88536
-x88538 = x88537
-x88539 = x88538
-x88540 = x88539
-x88541 = x88540
-x88542 = x88541
-x88543 = x88542
-x88544 = x88543
-x88545 = x88544
-x88546 = x88545
-x88547 = x88546
-x88548 = x88547
-x88549 = x88548
-x88550 = x88549
-x88551 = x88550
-x88552 = x88551
-x88553 = x88552
-x88554 = x88553
-x88555 = x88554
-x88556 = x88555
-x88557 = x88556
-x88558 = x88557
-x88559 = x88558
-x88560 = x88559
-x88561 = x88560
-x88562 = x88561
-x88563 = x88562
-x88564 = x88563
-x88565 = x88564
-x88566 = x88565
-x88567 = x88566
-x88568 = x88567
-x88569 = x88568
-x88570 = x88569
-x88571 = x88570
-x88572 = x88571
-x88573 = x88572
-x88574 = x88573
-x88575 = x88574
-x88576 = x88575
-x88577 = x88576
-x88578 = x88577
-x88579 = x88578
-x88580 = x88579
-x88581 = x88580
-x88582 = x88581
-x88583 = x88582
-x88584 = x88583
-x88585 = x88584
-x88586 = x88585
-x88587 = x88586
-x88588 = x88587
-x88589 = x88588
-x88590 = x88589
-x88591 = x88590
-x88592 = x88591
-x88593 = x88592
-x88594 = x88593
-x88595 = x88594
-x88596 = x88595
-x88597 = x88596
-x88598 = x88597
-x88599 = x88598
-x88600 = x88599
-x88601 = x88600
-x88602 = x88601
-x88603 = x88602
-x88604 = x88603
-x88605 = x88604
-x88606 = x88605
-x88607 = x88606
-x88608 = x88607
-x88609 = x88608
-x88610 = x88609
-x88611 = x88610
-x88612 = x88611
-x88613 = x88612
-x88614 = x88613
-x88615 = x88614
-x88616 = x88615
-x88617 = x88616
-x88618 = x88617
-x88619 = x88618
-x88620 = x88619
-x88621 = x88620
-x88622 = x88621
-x88623 = x88622
-x88624 = x88623
-x88625 = x88624
-x88626 = x88625
-x88627 = x88626
-x88628 = x88627
-x88629 = x88628
-x88630 = x88629
-x88631 = x88630
-x88632 = x88631
-x88633 = x88632
-x88634 = x88633
-x88635 = x88634
-x88636 = x88635
-x88637 = x88636
-x88638 = x88637
-x88639 = x88638
-x88640 = x88639
-x88641 = x88640
-x88642 = x88641
-x88643 = x88642
-x88644 = x88643
-x88645 = x88644
-x88646 = x88645
-x88647 = x88646
-x88648 = x88647
-x88649 = x88648
-x88650 = x88649
-x88651 = x88650
-x88652 = x88651
-x88653 = x88652
-x88654 = x88653
-x88655 = x88654
-x88656 = x88655
-x88657 = x88656
-x88658 = x88657
-x88659 = x88658
-x88660 = x88659
-x88661 = x88660
-x88662 = x88661
-x88663 = x88662
-x88664 = x88663
-x88665 = x88664
-x88666 = x88665
-x88667 = x88666
-x88668 = x88667
-x88669 = x88668
-x88670 = x88669
-x88671 = x88670
-x88672 = x88671
-x88673 = x88672
-x88674 = x88673
-x88675 = x88674
-x88676 = x88675
-x88677 = x88676
-x88678 = x88677
-x88679 = x88678
-x88680 = x88679
-x88681 = x88680
-x88682 = x88681
-x88683 = x88682
-x88684 = x88683
-x88685 = x88684
-x88686 = x88685
-x88687 = x88686
-x88688 = x88687
-x88689 = x88688
-x88690 = x88689
-x88691 = x88690
-x88692 = x88691
-x88693 = x88692
-x88694 = x88693
-x88695 = x88694
-x88696 = x88695
-x88697 = x88696
-x88698 = x88697
-x88699 = x88698
-x88700 = x88699
-x88701 = x88700
-x88702 = x88701
-x88703 = x88702
-x88704 = x88703
-x88705 = x88704
-x88706 = x88705
-x88707 = x88706
-x88708 = x88707
-x88709 = x88708
-x88710 = x88709
-x88711 = x88710
-x88712 = x88711
-x88713 = x88712
-x88714 = x88713
-x88715 = x88714
-x88716 = x88715
-x88717 = x88716
-x88718 = x88717
-x88719 = x88718
-x88720 = x88719
-x88721 = x88720
-x88722 = x88721
-x88723 = x88722
-x88724 = x88723
-x88725 = x88724
-x88726 = x88725
-x88727 = x88726
-x88728 = x88727
-x88729 = x88728
-x88730 = x88729
-x88731 = x88730
-x88732 = x88731
-x88733 = x88732
-x88734 = x88733
-x88735 = x88734
-x88736 = x88735
-x88737 = x88736
-x88738 = x88737
-x88739 = x88738
-x88740 = x88739
-x88741 = x88740
-x88742 = x88741
-x88743 = x88742
-x88744 = x88743
-x88745 = x88744
-x88746 = x88745
-x88747 = x88746
-x88748 = x88747
-x88749 = x88748
-x88750 = x88749
-x88751 = x88750
-x88752 = x88751
-x88753 = x88752
-x88754 = x88753
-x88755 = x88754
-x88756 = x88755
-x88757 = x88756
-x88758 = x88757
-x88759 = x88758
-x88760 = x88759
-x88761 = x88760
-x88762 = x88761
-x88763 = x88762
-x88764 = x88763
-x88765 = x88764
-x88766 = x88765
-x88767 = x88766
-x88768 = x88767
-x88769 = x88768
-x88770 = x88769
-x88771 = x88770
-x88772 = x88771
-x88773 = x88772
-x88774 = x88773
-x88775 = x88774
-x88776 = x88775
-x88777 = x88776
-x88778 = x88777
-x88779 = x88778
-x88780 = x88779
-x88781 = x88780
-x88782 = x88781
-x88783 = x88782
-x88784 = x88783
-x88785 = x88784
-x88786 = x88785
-x88787 = x88786
-x88788 = x88787
-x88789 = x88788
-x88790 = x88789
-x88791 = x88790
-x88792 = x88791
-x88793 = x88792
-x88794 = x88793
-x88795 = x88794
-x88796 = x88795
-x88797 = x88796
-x88798 = x88797
-x88799 = x88798
-x88800 = x88799
-x88801 = x88800
-x88802 = x88801
-x88803 = x88802
-x88804 = x88803
-x88805 = x88804
-x88806 = x88805
-x88807 = x88806
-x88808 = x88807
-x88809 = x88808
-x88810 = x88809
-x88811 = x88810
-x88812 = x88811
-x88813 = x88812
-x88814 = x88813
-x88815 = x88814
-x88816 = x88815
-x88817 = x88816
-x88818 = x88817
-x88819 = x88818
-x88820 = x88819
-x88821 = x88820
-x88822 = x88821
-x88823 = x88822
-x88824 = x88823
-x88825 = x88824
-x88826 = x88825
-x88827 = x88826
-x88828 = x88827
-x88829 = x88828
-x88830 = x88829
-x88831 = x88830
-x88832 = x88831
-x88833 = x88832
-x88834 = x88833
-x88835 = x88834
-x88836 = x88835
-x88837 = x88836
-x88838 = x88837
-x88839 = x88838
-x88840 = x88839
-x88841 = x88840
-x88842 = x88841
-x88843 = x88842
-x88844 = x88843
-x88845 = x88844
-x88846 = x88845
-x88847 = x88846
-x88848 = x88847
-x88849 = x88848
-x88850 = x88849
-x88851 = x88850
-x88852 = x88851
-x88853 = x88852
-x88854 = x88853
-x88855 = x88854
-x88856 = x88855
-x88857 = x88856
-x88858 = x88857
-x88859 = x88858
-x88860 = x88859
-x88861 = x88860
-x88862 = x88861
-x88863 = x88862
-x88864 = x88863
-x88865 = x88864
-x88866 = x88865
-x88867 = x88866
-x88868 = x88867
-x88869 = x88868
-x88870 = x88869
-x88871 = x88870
-x88872 = x88871
-x88873 = x88872
-x88874 = x88873
-x88875 = x88874
-x88876 = x88875
-x88877 = x88876
-x88878 = x88877
-x88879 = x88878
-x88880 = x88879
-x88881 = x88880
-x88882 = x88881
-x88883 = x88882
-x88884 = x88883
-x88885 = x88884
-x88886 = x88885
-x88887 = x88886
-x88888 = x88887
-x88889 = x88888
-x88890 = x88889
-x88891 = x88890
-x88892 = x88891
-x88893 = x88892
-x88894 = x88893
-x88895 = x88894
-x88896 = x88895
-x88897 = x88896
-x88898 = x88897
-x88899 = x88898
-x88900 = x88899
-x88901 = x88900
-x88902 = x88901
-x88903 = x88902
-x88904 = x88903
-x88905 = x88904
-x88906 = x88905
-x88907 = x88906
-x88908 = x88907
-x88909 = x88908
-x88910 = x88909
-x88911 = x88910
-x88912 = x88911
-x88913 = x88912
-x88914 = x88913
-x88915 = x88914
-x88916 = x88915
-x88917 = x88916
-x88918 = x88917
-x88919 = x88918
-x88920 = x88919
-x88921 = x88920
-x88922 = x88921
-x88923 = x88922
-x88924 = x88923
-x88925 = x88924
-x88926 = x88925
-x88927 = x88926
-x88928 = x88927
-x88929 = x88928
-x88930 = x88929
-x88931 = x88930
-x88932 = x88931
-x88933 = x88932
-x88934 = x88933
-x88935 = x88934
-x88936 = x88935
-x88937 = x88936
-x88938 = x88937
-x88939 = x88938
-x88940 = x88939
-x88941 = x88940
-x88942 = x88941
-x88943 = x88942
-x88944 = x88943
-x88945 = x88944
-x88946 = x88945
-x88947 = x88946
-x88948 = x88947
-x88949 = x88948
-x88950 = x88949
-x88951 = x88950
-x88952 = x88951
-x88953 = x88952
-x88954 = x88953
-x88955 = x88954
-x88956 = x88955
-x88957 = x88956
-x88958 = x88957
-x88959 = x88958
-x88960 = x88959
-x88961 = x88960
-x88962 = x88961
-x88963 = x88962
-x88964 = x88963
-x88965 = x88964
-x88966 = x88965
-x88967 = x88966
-x88968 = x88967
-x88969 = x88968
-x88970 = x88969
-x88971 = x88970
-x88972 = x88971
-x88973 = x88972
-x88974 = x88973
-x88975 = x88974
-x88976 = x88975
-x88977 = x88976
-x88978 = x88977
-x88979 = x88978
-x88980 = x88979
-x88981 = x88980
-x88982 = x88981
-x88983 = x88982
-x88984 = x88983
-x88985 = x88984
-x88986 = x88985
-x88987 = x88986
-x88988 = x88987
-x88989 = x88988
-x88990 = x88989
-x88991 = x88990
-x88992 = x88991
-x88993 = x88992
-x88994 = x88993
-x88995 = x88994
-x88996 = x88995
-x88997 = x88996
-x88998 = x88997
-x88999 = x88998
-x89000 = x88999
-x89001 = x89000
-x89002 = x89001
-x89003 = x89002
-x89004 = x89003
-x89005 = x89004
-x89006 = x89005
-x89007 = x89006
-x89008 = x89007
-x89009 = x89008
-x89010 = x89009
-x89011 = x89010
-x89012 = x89011
-x89013 = x89012
-x89014 = x89013
-x89015 = x89014
-x89016 = x89015
-x89017 = x89016
-x89018 = x89017
-x89019 = x89018
-x89020 = x89019
-x89021 = x89020
-x89022 = x89021
-x89023 = x89022
-x89024 = x89023
-x89025 = x89024
-x89026 = x89025
-x89027 = x89026
-x89028 = x89027
-x89029 = x89028
-x89030 = x89029
-x89031 = x89030
-x89032 = x89031
-x89033 = x89032
-x89034 = x89033
-x89035 = x89034
-x89036 = x89035
-x89037 = x89036
-x89038 = x89037
-x89039 = x89038
-x89040 = x89039
-x89041 = x89040
-x89042 = x89041
-x89043 = x89042
-x89044 = x89043
-x89045 = x89044
-x89046 = x89045
-x89047 = x89046
-x89048 = x89047
-x89049 = x89048
-x89050 = x89049
-x89051 = x89050
-x89052 = x89051
-x89053 = x89052
-x89054 = x89053
-x89055 = x89054
-x89056 = x89055
-x89057 = x89056
-x89058 = x89057
-x89059 = x89058
-x89060 = x89059
-x89061 = x89060
-x89062 = x89061
-x89063 = x89062
-x89064 = x89063
-x89065 = x89064
-x89066 = x89065
-x89067 = x89066
-x89068 = x89067
-x89069 = x89068
-x89070 = x89069
-x89071 = x89070
-x89072 = x89071
-x89073 = x89072
-x89074 = x89073
-x89075 = x89074
-x89076 = x89075
-x89077 = x89076
-x89078 = x89077
-x89079 = x89078
-x89080 = x89079
-x89081 = x89080
-x89082 = x89081
-x89083 = x89082
-x89084 = x89083
-x89085 = x89084
-x89086 = x89085
-x89087 = x89086
-x89088 = x89087
-x89089 = x89088
-x89090 = x89089
-x89091 = x89090
-x89092 = x89091
-x89093 = x89092
-x89094 = x89093
-x89095 = x89094
-x89096 = x89095
-x89097 = x89096
-x89098 = x89097
-x89099 = x89098
-x89100 = x89099
-x89101 = x89100
-x89102 = x89101
-x89103 = x89102
-x89104 = x89103
-x89105 = x89104
-x89106 = x89105
-x89107 = x89106
-x89108 = x89107
-x89109 = x89108
-x89110 = x89109
-x89111 = x89110
-x89112 = x89111
-x89113 = x89112
-x89114 = x89113
-x89115 = x89114
-x89116 = x89115
-x89117 = x89116
-x89118 = x89117
-x89119 = x89118
-x89120 = x89119
-x89121 = x89120
-x89122 = x89121
-x89123 = x89122
-x89124 = x89123
-x89125 = x89124
-x89126 = x89125
-x89127 = x89126
-x89128 = x89127
-x89129 = x89128
-x89130 = x89129
-x89131 = x89130
-x89132 = x89131
-x89133 = x89132
-x89134 = x89133
-x89135 = x89134
-x89136 = x89135
-x89137 = x89136
-x89138 = x89137
-x89139 = x89138
-x89140 = x89139
-x89141 = x89140
-x89142 = x89141
-x89143 = x89142
-x89144 = x89143
-x89145 = x89144
-x89146 = x89145
-x89147 = x89146
-x89148 = x89147
-x89149 = x89148
-x89150 = x89149
-x89151 = x89150
-x89152 = x89151
-x89153 = x89152
-x89154 = x89153
-x89155 = x89154
-x89156 = x89155
-x89157 = x89156
-x89158 = x89157
-x89159 = x89158
-x89160 = x89159
-x89161 = x89160
-x89162 = x89161
-x89163 = x89162
-x89164 = x89163
-x89165 = x89164
-x89166 = x89165
-x89167 = x89166
-x89168 = x89167
-x89169 = x89168
-x89170 = x89169
-x89171 = x89170
-x89172 = x89171
-x89173 = x89172
-x89174 = x89173
-x89175 = x89174
-x89176 = x89175
-x89177 = x89176
-x89178 = x89177
-x89179 = x89178
-x89180 = x89179
-x89181 = x89180
-x89182 = x89181
-x89183 = x89182
-x89184 = x89183
-x89185 = x89184
-x89186 = x89185
-x89187 = x89186
-x89188 = x89187
-x89189 = x89188
-x89190 = x89189
-x89191 = x89190
-x89192 = x89191
-x89193 = x89192
-x89194 = x89193
-x89195 = x89194
-x89196 = x89195
-x89197 = x89196
-x89198 = x89197
-x89199 = x89198
-x89200 = x89199
-x89201 = x89200
-x89202 = x89201
-x89203 = x89202
-x89204 = x89203
-x89205 = x89204
-x89206 = x89205
-x89207 = x89206
-x89208 = x89207
-x89209 = x89208
-x89210 = x89209
-x89211 = x89210
-x89212 = x89211
-x89213 = x89212
-x89214 = x89213
-x89215 = x89214
-x89216 = x89215
-x89217 = x89216
-x89218 = x89217
-x89219 = x89218
-x89220 = x89219
-x89221 = x89220
-x89222 = x89221
-x89223 = x89222
-x89224 = x89223
-x89225 = x89224
-x89226 = x89225
-x89227 = x89226
-x89228 = x89227
-x89229 = x89228
-x89230 = x89229
-x89231 = x89230
-x89232 = x89231
-x89233 = x89232
-x89234 = x89233
-x89235 = x89234
-x89236 = x89235
-x89237 = x89236
-x89238 = x89237
-x89239 = x89238
-x89240 = x89239
-x89241 = x89240
-x89242 = x89241
-x89243 = x89242
-x89244 = x89243
-x89245 = x89244
-x89246 = x89245
-x89247 = x89246
-x89248 = x89247
-x89249 = x89248
-x89250 = x89249
-x89251 = x89250
-x89252 = x89251
-x89253 = x89252
-x89254 = x89253
-x89255 = x89254
-x89256 = x89255
-x89257 = x89256
-x89258 = x89257
-x89259 = x89258
-x89260 = x89259
-x89261 = x89260
-x89262 = x89261
-x89263 = x89262
-x89264 = x89263
-x89265 = x89264
-x89266 = x89265
-x89267 = x89266
-x89268 = x89267
-x89269 = x89268
-x89270 = x89269
-x89271 = x89270
-x89272 = x89271
-x89273 = x89272
-x89274 = x89273
-x89275 = x89274
-x89276 = x89275
-x89277 = x89276
-x89278 = x89277
-x89279 = x89278
-x89280 = x89279
-x89281 = x89280
-x89282 = x89281
-x89283 = x89282
-x89284 = x89283
-x89285 = x89284
-x89286 = x89285
-x89287 = x89286
-x89288 = x89287
-x89289 = x89288
-x89290 = x89289
-x89291 = x89290
-x89292 = x89291
-x89293 = x89292
-x89294 = x89293
-x89295 = x89294
-x89296 = x89295
-x89297 = x89296
-x89298 = x89297
-x89299 = x89298
-x89300 = x89299
-x89301 = x89300
-x89302 = x89301
-x89303 = x89302
-x89304 = x89303
-x89305 = x89304
-x89306 = x89305
-x89307 = x89306
-x89308 = x89307
-x89309 = x89308
-x89310 = x89309
-x89311 = x89310
-x89312 = x89311
-x89313 = x89312
-x89314 = x89313
-x89315 = x89314
-x89316 = x89315
-x89317 = x89316
-x89318 = x89317
-x89319 = x89318
-x89320 = x89319
-x89321 = x89320
-x89322 = x89321
-x89323 = x89322
-x89324 = x89323
-x89325 = x89324
-x89326 = x89325
-x89327 = x89326
-x89328 = x89327
-x89329 = x89328
-x89330 = x89329
-x89331 = x89330
-x89332 = x89331
-x89333 = x89332
-x89334 = x89333
-x89335 = x89334
-x89336 = x89335
-x89337 = x89336
-x89338 = x89337
-x89339 = x89338
-x89340 = x89339
-x89341 = x89340
-x89342 = x89341
-x89343 = x89342
-x89344 = x89343
-x89345 = x89344
-x89346 = x89345
-x89347 = x89346
-x89348 = x89347
-x89349 = x89348
-x89350 = x89349
-x89351 = x89350
-x89352 = x89351
-x89353 = x89352
-x89354 = x89353
-x89355 = x89354
-x89356 = x89355
-x89357 = x89356
-x89358 = x89357
-x89359 = x89358
-x89360 = x89359
-x89361 = x89360
-x89362 = x89361
-x89363 = x89362
-x89364 = x89363
-x89365 = x89364
-x89366 = x89365
-x89367 = x89366
-x89368 = x89367
-x89369 = x89368
-x89370 = x89369
-x89371 = x89370
-x89372 = x89371
-x89373 = x89372
-x89374 = x89373
-x89375 = x89374
-x89376 = x89375
-x89377 = x89376
-x89378 = x89377
-x89379 = x89378
-x89380 = x89379
-x89381 = x89380
-x89382 = x89381
-x89383 = x89382
-x89384 = x89383
-x89385 = x89384
-x89386 = x89385
-x89387 = x89386
-x89388 = x89387
-x89389 = x89388
-x89390 = x89389
-x89391 = x89390
-x89392 = x89391
-x89393 = x89392
-x89394 = x89393
-x89395 = x89394
-x89396 = x89395
-x89397 = x89396
-x89398 = x89397
-x89399 = x89398
-x89400 = x89399
-x89401 = x89400
-x89402 = x89401
-x89403 = x89402
-x89404 = x89403
-x89405 = x89404
-x89406 = x89405
-x89407 = x89406
-x89408 = x89407
-x89409 = x89408
-x89410 = x89409
-x89411 = x89410
-x89412 = x89411
-x89413 = x89412
-x89414 = x89413
-x89415 = x89414
-x89416 = x89415
-x89417 = x89416
-x89418 = x89417
-x89419 = x89418
-x89420 = x89419
-x89421 = x89420
-x89422 = x89421
-x89423 = x89422
-x89424 = x89423
-x89425 = x89424
-x89426 = x89425
-x89427 = x89426
-x89428 = x89427
-x89429 = x89428
-x89430 = x89429
-x89431 = x89430
-x89432 = x89431
-x89433 = x89432
-x89434 = x89433
-x89435 = x89434
-x89436 = x89435
-x89437 = x89436
-x89438 = x89437
-x89439 = x89438
-x89440 = x89439
-x89441 = x89440
-x89442 = x89441
-x89443 = x89442
-x89444 = x89443
-x89445 = x89444
-x89446 = x89445
-x89447 = x89446
-x89448 = x89447
-x89449 = x89448
-x89450 = x89449
-x89451 = x89450
-x89452 = x89451
-x89453 = x89452
-x89454 = x89453
-x89455 = x89454
-x89456 = x89455
-x89457 = x89456
-x89458 = x89457
-x89459 = x89458
-x89460 = x89459
-x89461 = x89460
-x89462 = x89461
-x89463 = x89462
-x89464 = x89463
-x89465 = x89464
-x89466 = x89465
-x89467 = x89466
-x89468 = x89467
-x89469 = x89468
-x89470 = x89469
-x89471 = x89470
-x89472 = x89471
-x89473 = x89472
-x89474 = x89473
-x89475 = x89474
-x89476 = x89475
-x89477 = x89476
-x89478 = x89477
-x89479 = x89478
-x89480 = x89479
-x89481 = x89480
-x89482 = x89481
-x89483 = x89482
-x89484 = x89483
-x89485 = x89484
-x89486 = x89485
-x89487 = x89486
-x89488 = x89487
-x89489 = x89488
-x89490 = x89489
-x89491 = x89490
-x89492 = x89491
-x89493 = x89492
-x89494 = x89493
-x89495 = x89494
-x89496 = x89495
-x89497 = x89496
-x89498 = x89497
-x89499 = x89498
-x89500 = x89499
-x89501 = x89500
-x89502 = x89501
-x89503 = x89502
-x89504 = x89503
-x89505 = x89504
-x89506 = x89505
-x89507 = x89506
-x89508 = x89507
-x89509 = x89508
-x89510 = x89509
-x89511 = x89510
-x89512 = x89511
-x89513 = x89512
-x89514 = x89513
-x89515 = x89514
-x89516 = x89515
-x89517 = x89516
-x89518 = x89517
-x89519 = x89518
-x89520 = x89519
-x89521 = x89520
-x89522 = x89521
-x89523 = x89522
-x89524 = x89523
-x89525 = x89524
-x89526 = x89525
-x89527 = x89526
-x89528 = x89527
-x89529 = x89528
-x89530 = x89529
-x89531 = x89530
-x89532 = x89531
-x89533 = x89532
-x89534 = x89533
-x89535 = x89534
-x89536 = x89535
-x89537 = x89536
-x89538 = x89537
-x89539 = x89538
-x89540 = x89539
-x89541 = x89540
-x89542 = x89541
-x89543 = x89542
-x89544 = x89543
-x89545 = x89544
-x89546 = x89545
-x89547 = x89546
-x89548 = x89547
-x89549 = x89548
-x89550 = x89549
-x89551 = x89550
-x89552 = x89551
-x89553 = x89552
-x89554 = x89553
-x89555 = x89554
-x89556 = x89555
-x89557 = x89556
-x89558 = x89557
-x89559 = x89558
-x89560 = x89559
-x89561 = x89560
-x89562 = x89561
-x89563 = x89562
-x89564 = x89563
-x89565 = x89564
-x89566 = x89565
-x89567 = x89566
-x89568 = x89567
-x89569 = x89568
-x89570 = x89569
-x89571 = x89570
-x89572 = x89571
-x89573 = x89572
-x89574 = x89573
-x89575 = x89574
-x89576 = x89575
-x89577 = x89576
-x89578 = x89577
-x89579 = x89578
-x89580 = x89579
-x89581 = x89580
-x89582 = x89581
-x89583 = x89582
-x89584 = x89583
-x89585 = x89584
-x89586 = x89585
-x89587 = x89586
-x89588 = x89587
-x89589 = x89588
-x89590 = x89589
-x89591 = x89590
-x89592 = x89591
-x89593 = x89592
-x89594 = x89593
-x89595 = x89594
-x89596 = x89595
-x89597 = x89596
-x89598 = x89597
-x89599 = x89598
-x89600 = x89599
-x89601 = x89600
-x89602 = x89601
-x89603 = x89602
-x89604 = x89603
-x89605 = x89604
-x89606 = x89605
-x89607 = x89606
-x89608 = x89607
-x89609 = x89608
-x89610 = x89609
-x89611 = x89610
-x89612 = x89611
-x89613 = x89612
-x89614 = x89613
-x89615 = x89614
-x89616 = x89615
-x89617 = x89616
-x89618 = x89617
-x89619 = x89618
-x89620 = x89619
-x89621 = x89620
-x89622 = x89621
-x89623 = x89622
-x89624 = x89623
-x89625 = x89624
-x89626 = x89625
-x89627 = x89626
-x89628 = x89627
-x89629 = x89628
-x89630 = x89629
-x89631 = x89630
-x89632 = x89631
-x89633 = x89632
-x89634 = x89633
-x89635 = x89634
-x89636 = x89635
-x89637 = x89636
-x89638 = x89637
-x89639 = x89638
-x89640 = x89639
-x89641 = x89640
-x89642 = x89641
-x89643 = x89642
-x89644 = x89643
-x89645 = x89644
-x89646 = x89645
-x89647 = x89646
-x89648 = x89647
-x89649 = x89648
-x89650 = x89649
-x89651 = x89650
-x89652 = x89651
-x89653 = x89652
-x89654 = x89653
-x89655 = x89654
-x89656 = x89655
-x89657 = x89656
-x89658 = x89657
-x89659 = x89658
-x89660 = x89659
-x89661 = x89660
-x89662 = x89661
-x89663 = x89662
-x89664 = x89663
-x89665 = x89664
-x89666 = x89665
-x89667 = x89666
-x89668 = x89667
-x89669 = x89668
-x89670 = x89669
-x89671 = x89670
-x89672 = x89671
-x89673 = x89672
-x89674 = x89673
-x89675 = x89674
-x89676 = x89675
-x89677 = x89676
-x89678 = x89677
-x89679 = x89678
-x89680 = x89679
-x89681 = x89680
-x89682 = x89681
-x89683 = x89682
-x89684 = x89683
-x89685 = x89684
-x89686 = x89685
-x89687 = x89686
-x89688 = x89687
-x89689 = x89688
-x89690 = x89689
-x89691 = x89690
-x89692 = x89691
-x89693 = x89692
-x89694 = x89693
-x89695 = x89694
-x89696 = x89695
-x89697 = x89696
-x89698 = x89697
-x89699 = x89698
-x89700 = x89699
-x89701 = x89700
-x89702 = x89701
-x89703 = x89702
-x89704 = x89703
-x89705 = x89704
-x89706 = x89705
-x89707 = x89706
-x89708 = x89707
-x89709 = x89708
-x89710 = x89709
-x89711 = x89710
-x89712 = x89711
-x89713 = x89712
-x89714 = x89713
-x89715 = x89714
-x89716 = x89715
-x89717 = x89716
-x89718 = x89717
-x89719 = x89718
-x89720 = x89719
-x89721 = x89720
-x89722 = x89721
-x89723 = x89722
-x89724 = x89723
-x89725 = x89724
-x89726 = x89725
-x89727 = x89726
-x89728 = x89727
-x89729 = x89728
-x89730 = x89729
-x89731 = x89730
-x89732 = x89731
-x89733 = x89732
-x89734 = x89733
-x89735 = x89734
-x89736 = x89735
-x89737 = x89736
-x89738 = x89737
-x89739 = x89738
-x89740 = x89739
-x89741 = x89740
-x89742 = x89741
-x89743 = x89742
-x89744 = x89743
-x89745 = x89744
-x89746 = x89745
-x89747 = x89746
-x89748 = x89747
-x89749 = x89748
-x89750 = x89749
-x89751 = x89750
-x89752 = x89751
-x89753 = x89752
-x89754 = x89753
-x89755 = x89754
-x89756 = x89755
-x89757 = x89756
-x89758 = x89757
-x89759 = x89758
-x89760 = x89759
-x89761 = x89760
-x89762 = x89761
-x89763 = x89762
-x89764 = x89763
-x89765 = x89764
-x89766 = x89765
-x89767 = x89766
-x89768 = x89767
-x89769 = x89768
-x89770 = x89769
-x89771 = x89770
-x89772 = x89771
-x89773 = x89772
-x89774 = x89773
-x89775 = x89774
-x89776 = x89775
-x89777 = x89776
-x89778 = x89777
-x89779 = x89778
-x89780 = x89779
-x89781 = x89780
-x89782 = x89781
-x89783 = x89782
-x89784 = x89783
-x89785 = x89784
-x89786 = x89785
-x89787 = x89786
-x89788 = x89787
-x89789 = x89788
-x89790 = x89789
-x89791 = x89790
-x89792 = x89791
-x89793 = x89792
-x89794 = x89793
-x89795 = x89794
-x89796 = x89795
-x89797 = x89796
-x89798 = x89797
-x89799 = x89798
-x89800 = x89799
-x89801 = x89800
-x89802 = x89801
-x89803 = x89802
-x89804 = x89803
-x89805 = x89804
-x89806 = x89805
-x89807 = x89806
-x89808 = x89807
-x89809 = x89808
-x89810 = x89809
-x89811 = x89810
-x89812 = x89811
-x89813 = x89812
-x89814 = x89813
-x89815 = x89814
-x89816 = x89815
-x89817 = x89816
-x89818 = x89817
-x89819 = x89818
-x89820 = x89819
-x89821 = x89820
-x89822 = x89821
-x89823 = x89822
-x89824 = x89823
-x89825 = x89824
-x89826 = x89825
-x89827 = x89826
-x89828 = x89827
-x89829 = x89828
-x89830 = x89829
-x89831 = x89830
-x89832 = x89831
-x89833 = x89832
-x89834 = x89833
-x89835 = x89834
-x89836 = x89835
-x89837 = x89836
-x89838 = x89837
-x89839 = x89838
-x89840 = x89839
-x89841 = x89840
-x89842 = x89841
-x89843 = x89842
-x89844 = x89843
-x89845 = x89844
-x89846 = x89845
-x89847 = x89846
-x89848 = x89847
-x89849 = x89848
-x89850 = x89849
-x89851 = x89850
-x89852 = x89851
-x89853 = x89852
-x89854 = x89853
-x89855 = x89854
-x89856 = x89855
-x89857 = x89856
-x89858 = x89857
-x89859 = x89858
-x89860 = x89859
-x89861 = x89860
-x89862 = x89861
-x89863 = x89862
-x89864 = x89863
-x89865 = x89864
-x89866 = x89865
-x89867 = x89866
-x89868 = x89867
-x89869 = x89868
-x89870 = x89869
-x89871 = x89870
-x89872 = x89871
-x89873 = x89872
-x89874 = x89873
-x89875 = x89874
-x89876 = x89875
-x89877 = x89876
-x89878 = x89877
-x89879 = x89878
-x89880 = x89879
-x89881 = x89880
-x89882 = x89881
-x89883 = x89882
-x89884 = x89883
-x89885 = x89884
-x89886 = x89885
-x89887 = x89886
-x89888 = x89887
-x89889 = x89888
-x89890 = x89889
-x89891 = x89890
-x89892 = x89891
-x89893 = x89892
-x89894 = x89893
-x89895 = x89894
-x89896 = x89895
-x89897 = x89896
-x89898 = x89897
-x89899 = x89898
-x89900 = x89899
-x89901 = x89900
-x89902 = x89901
-x89903 = x89902
-x89904 = x89903
-x89905 = x89904
-x89906 = x89905
-x89907 = x89906
-x89908 = x89907
-x89909 = x89908
-x89910 = x89909
-x89911 = x89910
-x89912 = x89911
-x89913 = x89912
-x89914 = x89913
-x89915 = x89914
-x89916 = x89915
-x89917 = x89916
-x89918 = x89917
-x89919 = x89918
-x89920 = x89919
-x89921 = x89920
-x89922 = x89921
-x89923 = x89922
-x89924 = x89923
-x89925 = x89924
-x89926 = x89925
-x89927 = x89926
-x89928 = x89927
-x89929 = x89928
-x89930 = x89929
-x89931 = x89930
-x89932 = x89931
-x89933 = x89932
-x89934 = x89933
-x89935 = x89934
-x89936 = x89935
-x89937 = x89936
-x89938 = x89937
-x89939 = x89938
-x89940 = x89939
-x89941 = x89940
-x89942 = x89941
-x89943 = x89942
-x89944 = x89943
-x89945 = x89944
-x89946 = x89945
-x89947 = x89946
-x89948 = x89947
-x89949 = x89948
-x89950 = x89949
-x89951 = x89950
-x89952 = x89951
-x89953 = x89952
-x89954 = x89953
-x89955 = x89954
-x89956 = x89955
-x89957 = x89956
-x89958 = x89957
-x89959 = x89958
-x89960 = x89959
-x89961 = x89960
-x89962 = x89961
-x89963 = x89962
-x89964 = x89963
-x89965 = x89964
-x89966 = x89965
-x89967 = x89966
-x89968 = x89967
-x89969 = x89968
-x89970 = x89969
-x89971 = x89970
-x89972 = x89971
-x89973 = x89972
-x89974 = x89973
-x89975 = x89974
-x89976 = x89975
-x89977 = x89976
-x89978 = x89977
-x89979 = x89978
-x89980 = x89979
-x89981 = x89980
-x89982 = x89981
-x89983 = x89982
-x89984 = x89983
-x89985 = x89984
-x89986 = x89985
-x89987 = x89986
-x89988 = x89987
-x89989 = x89988
-x89990 = x89989
-x89991 = x89990
-x89992 = x89991
-x89993 = x89992
-x89994 = x89993
-x89995 = x89994
-x89996 = x89995
-x89997 = x89996
-x89998 = x89997
-x89999 = x89998
-x90000 = x89999
-x90001 = x90000
-x90002 = x90001
-x90003 = x90002
-x90004 = x90003
-x90005 = x90004
-x90006 = x90005
-x90007 = x90006
-x90008 = x90007
-x90009 = x90008
-x90010 = x90009
-x90011 = x90010
-x90012 = x90011
-x90013 = x90012
-x90014 = x90013
-x90015 = x90014
-x90016 = x90015
-x90017 = x90016
-x90018 = x90017
-x90019 = x90018
-x90020 = x90019
-x90021 = x90020
-x90022 = x90021
-x90023 = x90022
-x90024 = x90023
-x90025 = x90024
-x90026 = x90025
-x90027 = x90026
-x90028 = x90027
-x90029 = x90028
-x90030 = x90029
-x90031 = x90030
-x90032 = x90031
-x90033 = x90032
-x90034 = x90033
-x90035 = x90034
-x90036 = x90035
-x90037 = x90036
-x90038 = x90037
-x90039 = x90038
-x90040 = x90039
-x90041 = x90040
-x90042 = x90041
-x90043 = x90042
-x90044 = x90043
-x90045 = x90044
-x90046 = x90045
-x90047 = x90046
-x90048 = x90047
-x90049 = x90048
-x90050 = x90049
-x90051 = x90050
-x90052 = x90051
-x90053 = x90052
-x90054 = x90053
-x90055 = x90054
-x90056 = x90055
-x90057 = x90056
-x90058 = x90057
-x90059 = x90058
-x90060 = x90059
-x90061 = x90060
-x90062 = x90061
-x90063 = x90062
-x90064 = x90063
-x90065 = x90064
-x90066 = x90065
-x90067 = x90066
-x90068 = x90067
-x90069 = x90068
-x90070 = x90069
-x90071 = x90070
-x90072 = x90071
-x90073 = x90072
-x90074 = x90073
-x90075 = x90074
-x90076 = x90075
-x90077 = x90076
-x90078 = x90077
-x90079 = x90078
-x90080 = x90079
-x90081 = x90080
-x90082 = x90081
-x90083 = x90082
-x90084 = x90083
-x90085 = x90084
-x90086 = x90085
-x90087 = x90086
-x90088 = x90087
-x90089 = x90088
-x90090 = x90089
-x90091 = x90090
-x90092 = x90091
-x90093 = x90092
-x90094 = x90093
-x90095 = x90094
-x90096 = x90095
-x90097 = x90096
-x90098 = x90097
-x90099 = x90098
-x90100 = x90099
-x90101 = x90100
-x90102 = x90101
-x90103 = x90102
-x90104 = x90103
-x90105 = x90104
-x90106 = x90105
-x90107 = x90106
-x90108 = x90107
-x90109 = x90108
-x90110 = x90109
-x90111 = x90110
-x90112 = x90111
-x90113 = x90112
-x90114 = x90113
-x90115 = x90114
-x90116 = x90115
-x90117 = x90116
-x90118 = x90117
-x90119 = x90118
-x90120 = x90119
-x90121 = x90120
-x90122 = x90121
-x90123 = x90122
-x90124 = x90123
-x90125 = x90124
-x90126 = x90125
-x90127 = x90126
-x90128 = x90127
-x90129 = x90128
-x90130 = x90129
-x90131 = x90130
-x90132 = x90131
-x90133 = x90132
-x90134 = x90133
-x90135 = x90134
-x90136 = x90135
-x90137 = x90136
-x90138 = x90137
-x90139 = x90138
-x90140 = x90139
-x90141 = x90140
-x90142 = x90141
-x90143 = x90142
-x90144 = x90143
-x90145 = x90144
-x90146 = x90145
-x90147 = x90146
-x90148 = x90147
-x90149 = x90148
-x90150 = x90149
-x90151 = x90150
-x90152 = x90151
-x90153 = x90152
-x90154 = x90153
-x90155 = x90154
-x90156 = x90155
-x90157 = x90156
-x90158 = x90157
-x90159 = x90158
-x90160 = x90159
-x90161 = x90160
-x90162 = x90161
-x90163 = x90162
-x90164 = x90163
-x90165 = x90164
-x90166 = x90165
-x90167 = x90166
-x90168 = x90167
-x90169 = x90168
-x90170 = x90169
-x90171 = x90170
-x90172 = x90171
-x90173 = x90172
-x90174 = x90173
-x90175 = x90174
-x90176 = x90175
-x90177 = x90176
-x90178 = x90177
-x90179 = x90178
-x90180 = x90179
-x90181 = x90180
-x90182 = x90181
-x90183 = x90182
-x90184 = x90183
-x90185 = x90184
-x90186 = x90185
-x90187 = x90186
-x90188 = x90187
-x90189 = x90188
-x90190 = x90189
-x90191 = x90190
-x90192 = x90191
-x90193 = x90192
-x90194 = x90193
-x90195 = x90194
-x90196 = x90195
-x90197 = x90196
-x90198 = x90197
-x90199 = x90198
-x90200 = x90199
-x90201 = x90200
-x90202 = x90201
-x90203 = x90202
-x90204 = x90203
-x90205 = x90204
-x90206 = x90205
-x90207 = x90206
-x90208 = x90207
-x90209 = x90208
-x90210 = x90209
-x90211 = x90210
-x90212 = x90211
-x90213 = x90212
-x90214 = x90213
-x90215 = x90214
-x90216 = x90215
-x90217 = x90216
-x90218 = x90217
-x90219 = x90218
-x90220 = x90219
-x90221 = x90220
-x90222 = x90221
-x90223 = x90222
-x90224 = x90223
-x90225 = x90224
-x90226 = x90225
-x90227 = x90226
-x90228 = x90227
-x90229 = x90228
-x90230 = x90229
-x90231 = x90230
-x90232 = x90231
-x90233 = x90232
-x90234 = x90233
-x90235 = x90234
-x90236 = x90235
-x90237 = x90236
-x90238 = x90237
-x90239 = x90238
-x90240 = x90239
-x90241 = x90240
-x90242 = x90241
-x90243 = x90242
-x90244 = x90243
-x90245 = x90244
-x90246 = x90245
-x90247 = x90246
-x90248 = x90247
-x90249 = x90248
-x90250 = x90249
-x90251 = x90250
-x90252 = x90251
-x90253 = x90252
-x90254 = x90253
-x90255 = x90254
-x90256 = x90255
-x90257 = x90256
-x90258 = x90257
-x90259 = x90258
-x90260 = x90259
-x90261 = x90260
-x90262 = x90261
-x90263 = x90262
-x90264 = x90263
-x90265 = x90264
-x90266 = x90265
-x90267 = x90266
-x90268 = x90267
-x90269 = x90268
-x90270 = x90269
-x90271 = x90270
-x90272 = x90271
-x90273 = x90272
-x90274 = x90273
-x90275 = x90274
-x90276 = x90275
-x90277 = x90276
-x90278 = x90277
-x90279 = x90278
-x90280 = x90279
-x90281 = x90280
-x90282 = x90281
-x90283 = x90282
-x90284 = x90283
-x90285 = x90284
-x90286 = x90285
-x90287 = x90286
-x90288 = x90287
-x90289 = x90288
-x90290 = x90289
-x90291 = x90290
-x90292 = x90291
-x90293 = x90292
-x90294 = x90293
-x90295 = x90294
-x90296 = x90295
-x90297 = x90296
-x90298 = x90297
-x90299 = x90298
-x90300 = x90299
-x90301 = x90300
-x90302 = x90301
-x90303 = x90302
-x90304 = x90303
-x90305 = x90304
-x90306 = x90305
-x90307 = x90306
-x90308 = x90307
-x90309 = x90308
-x90310 = x90309
-x90311 = x90310
-x90312 = x90311
-x90313 = x90312
-x90314 = x90313
-x90315 = x90314
-x90316 = x90315
-x90317 = x90316
-x90318 = x90317
-x90319 = x90318
-x90320 = x90319
-x90321 = x90320
-x90322 = x90321
-x90323 = x90322
-x90324 = x90323
-x90325 = x90324
-x90326 = x90325
-x90327 = x90326
-x90328 = x90327
-x90329 = x90328
-x90330 = x90329
-x90331 = x90330
-x90332 = x90331
-x90333 = x90332
-x90334 = x90333
-x90335 = x90334
-x90336 = x90335
-x90337 = x90336
-x90338 = x90337
-x90339 = x90338
-x90340 = x90339
-x90341 = x90340
-x90342 = x90341
-x90343 = x90342
-x90344 = x90343
-x90345 = x90344
-x90346 = x90345
-x90347 = x90346
-x90348 = x90347
-x90349 = x90348
-x90350 = x90349
-x90351 = x90350
-x90352 = x90351
-x90353 = x90352
-x90354 = x90353
-x90355 = x90354
-x90356 = x90355
-x90357 = x90356
-x90358 = x90357
-x90359 = x90358
-x90360 = x90359
-x90361 = x90360
-x90362 = x90361
-x90363 = x90362
-x90364 = x90363
-x90365 = x90364
-x90366 = x90365
-x90367 = x90366
-x90368 = x90367
-x90369 = x90368
-x90370 = x90369
-x90371 = x90370
-x90372 = x90371
-x90373 = x90372
-x90374 = x90373
-x90375 = x90374
-x90376 = x90375
-x90377 = x90376
-x90378 = x90377
-x90379 = x90378
-x90380 = x90379
-x90381 = x90380
-x90382 = x90381
-x90383 = x90382
-x90384 = x90383
-x90385 = x90384
-x90386 = x90385
-x90387 = x90386
-x90388 = x90387
-x90389 = x90388
-x90390 = x90389
-x90391 = x90390
-x90392 = x90391
-x90393 = x90392
-x90394 = x90393
-x90395 = x90394
-x90396 = x90395
-x90397 = x90396
-x90398 = x90397
-x90399 = x90398
-x90400 = x90399
-x90401 = x90400
-x90402 = x90401
-x90403 = x90402
-x90404 = x90403
-x90405 = x90404
-x90406 = x90405
-x90407 = x90406
-x90408 = x90407
-x90409 = x90408
-x90410 = x90409
-x90411 = x90410
-x90412 = x90411
-x90413 = x90412
-x90414 = x90413
-x90415 = x90414
-x90416 = x90415
-x90417 = x90416
-x90418 = x90417
-x90419 = x90418
-x90420 = x90419
-x90421 = x90420
-x90422 = x90421
-x90423 = x90422
-x90424 = x90423
-x90425 = x90424
-x90426 = x90425
-x90427 = x90426
-x90428 = x90427
-x90429 = x90428
-x90430 = x90429
-x90431 = x90430
-x90432 = x90431
-x90433 = x90432
-x90434 = x90433
-x90435 = x90434
-x90436 = x90435
-x90437 = x90436
-x90438 = x90437
-x90439 = x90438
-x90440 = x90439
-x90441 = x90440
-x90442 = x90441
-x90443 = x90442
-x90444 = x90443
-x90445 = x90444
-x90446 = x90445
-x90447 = x90446
-x90448 = x90447
-x90449 = x90448
-x90450 = x90449
-x90451 = x90450
-x90452 = x90451
-x90453 = x90452
-x90454 = x90453
-x90455 = x90454
-x90456 = x90455
-x90457 = x90456
-x90458 = x90457
-x90459 = x90458
-x90460 = x90459
-x90461 = x90460
-x90462 = x90461
-x90463 = x90462
-x90464 = x90463
-x90465 = x90464
-x90466 = x90465
-x90467 = x90466
-x90468 = x90467
-x90469 = x90468
-x90470 = x90469
-x90471 = x90470
-x90472 = x90471
-x90473 = x90472
-x90474 = x90473
-x90475 = x90474
-x90476 = x90475
-x90477 = x90476
-x90478 = x90477
-x90479 = x90478
-x90480 = x90479
-x90481 = x90480
-x90482 = x90481
-x90483 = x90482
-x90484 = x90483
-x90485 = x90484
-x90486 = x90485
-x90487 = x90486
-x90488 = x90487
-x90489 = x90488
-x90490 = x90489
-x90491 = x90490
-x90492 = x90491
-x90493 = x90492
-x90494 = x90493
-x90495 = x90494
-x90496 = x90495
-x90497 = x90496
-x90498 = x90497
-x90499 = x90498
-x90500 = x90499
-x90501 = x90500
-x90502 = x90501
-x90503 = x90502
-x90504 = x90503
-x90505 = x90504
-x90506 = x90505
-x90507 = x90506
-x90508 = x90507
-x90509 = x90508
-x90510 = x90509
-x90511 = x90510
-x90512 = x90511
-x90513 = x90512
-x90514 = x90513
-x90515 = x90514
-x90516 = x90515
-x90517 = x90516
-x90518 = x90517
-x90519 = x90518
-x90520 = x90519
-x90521 = x90520
-x90522 = x90521
-x90523 = x90522
-x90524 = x90523
-x90525 = x90524
-x90526 = x90525
-x90527 = x90526
-x90528 = x90527
-x90529 = x90528
-x90530 = x90529
-x90531 = x90530
-x90532 = x90531
-x90533 = x90532
-x90534 = x90533
-x90535 = x90534
-x90536 = x90535
-x90537 = x90536
-x90538 = x90537
-x90539 = x90538
-x90540 = x90539
-x90541 = x90540
-x90542 = x90541
-x90543 = x90542
-x90544 = x90543
-x90545 = x90544
-x90546 = x90545
-x90547 = x90546
-x90548 = x90547
-x90549 = x90548
-x90550 = x90549
-x90551 = x90550
-x90552 = x90551
-x90553 = x90552
-x90554 = x90553
-x90555 = x90554
-x90556 = x90555
-x90557 = x90556
-x90558 = x90557
-x90559 = x90558
-x90560 = x90559
-x90561 = x90560
-x90562 = x90561
-x90563 = x90562
-x90564 = x90563
-x90565 = x90564
-x90566 = x90565
-x90567 = x90566
-x90568 = x90567
-x90569 = x90568
-x90570 = x90569
-x90571 = x90570
-x90572 = x90571
-x90573 = x90572
-x90574 = x90573
-x90575 = x90574
-x90576 = x90575
-x90577 = x90576
-x90578 = x90577
-x90579 = x90578
-x90580 = x90579
-x90581 = x90580
-x90582 = x90581
-x90583 = x90582
-x90584 = x90583
-x90585 = x90584
-x90586 = x90585
-x90587 = x90586
-x90588 = x90587
-x90589 = x90588
-x90590 = x90589
-x90591 = x90590
-x90592 = x90591
-x90593 = x90592
-x90594 = x90593
-x90595 = x90594
-x90596 = x90595
-x90597 = x90596
-x90598 = x90597
-x90599 = x90598
-x90600 = x90599
-x90601 = x90600
-x90602 = x90601
-x90603 = x90602
-x90604 = x90603
-x90605 = x90604
-x90606 = x90605
-x90607 = x90606
-x90608 = x90607
-x90609 = x90608
-x90610 = x90609
-x90611 = x90610
-x90612 = x90611
-x90613 = x90612
-x90614 = x90613
-x90615 = x90614
-x90616 = x90615
-x90617 = x90616
-x90618 = x90617
-x90619 = x90618
-x90620 = x90619
-x90621 = x90620
-x90622 = x90621
-x90623 = x90622
-x90624 = x90623
-x90625 = x90624
-x90626 = x90625
-x90627 = x90626
-x90628 = x90627
-x90629 = x90628
-x90630 = x90629
-x90631 = x90630
-x90632 = x90631
-x90633 = x90632
-x90634 = x90633
-x90635 = x90634
-x90636 = x90635
-x90637 = x90636
-x90638 = x90637
-x90639 = x90638
-x90640 = x90639
-x90641 = x90640
-x90642 = x90641
-x90643 = x90642
-x90644 = x90643
-x90645 = x90644
-x90646 = x90645
-x90647 = x90646
-x90648 = x90647
-x90649 = x90648
-x90650 = x90649
-x90651 = x90650
-x90652 = x90651
-x90653 = x90652
-x90654 = x90653
-x90655 = x90654
-x90656 = x90655
-x90657 = x90656
-x90658 = x90657
-x90659 = x90658
-x90660 = x90659
-x90661 = x90660
-x90662 = x90661
-x90663 = x90662
-x90664 = x90663
-x90665 = x90664
-x90666 = x90665
-x90667 = x90666
-x90668 = x90667
-x90669 = x90668
-x90670 = x90669
-x90671 = x90670
-x90672 = x90671
-x90673 = x90672
-x90674 = x90673
-x90675 = x90674
-x90676 = x90675
-x90677 = x90676
-x90678 = x90677
-x90679 = x90678
-x90680 = x90679
-x90681 = x90680
-x90682 = x90681
-x90683 = x90682
-x90684 = x90683
-x90685 = x90684
-x90686 = x90685
-x90687 = x90686
-x90688 = x90687
-x90689 = x90688
-x90690 = x90689
-x90691 = x90690
-x90692 = x90691
-x90693 = x90692
-x90694 = x90693
-x90695 = x90694
-x90696 = x90695
-x90697 = x90696
-x90698 = x90697
-x90699 = x90698
-x90700 = x90699
-x90701 = x90700
-x90702 = x90701
-x90703 = x90702
-x90704 = x90703
-x90705 = x90704
-x90706 = x90705
-x90707 = x90706
-x90708 = x90707
-x90709 = x90708
-x90710 = x90709
-x90711 = x90710
-x90712 = x90711
-x90713 = x90712
-x90714 = x90713
-x90715 = x90714
-x90716 = x90715
-x90717 = x90716
-x90718 = x90717
-x90719 = x90718
-x90720 = x90719
-x90721 = x90720
-x90722 = x90721
-x90723 = x90722
-x90724 = x90723
-x90725 = x90724
-x90726 = x90725
-x90727 = x90726
-x90728 = x90727
-x90729 = x90728
-x90730 = x90729
-x90731 = x90730
-x90732 = x90731
-x90733 = x90732
-x90734 = x90733
-x90735 = x90734
-x90736 = x90735
-x90737 = x90736
-x90738 = x90737
-x90739 = x90738
-x90740 = x90739
-x90741 = x90740
-x90742 = x90741
-x90743 = x90742
-x90744 = x90743
-x90745 = x90744
-x90746 = x90745
-x90747 = x90746
-x90748 = x90747
-x90749 = x90748
-x90750 = x90749
-x90751 = x90750
-x90752 = x90751
-x90753 = x90752
-x90754 = x90753
-x90755 = x90754
-x90756 = x90755
-x90757 = x90756
-x90758 = x90757
-x90759 = x90758
-x90760 = x90759
-x90761 = x90760
-x90762 = x90761
-x90763 = x90762
-x90764 = x90763
-x90765 = x90764
-x90766 = x90765
-x90767 = x90766
-x90768 = x90767
-x90769 = x90768
-x90770 = x90769
-x90771 = x90770
-x90772 = x90771
-x90773 = x90772
-x90774 = x90773
-x90775 = x90774
-x90776 = x90775
-x90777 = x90776
-x90778 = x90777
-x90779 = x90778
-x90780 = x90779
-x90781 = x90780
-x90782 = x90781
-x90783 = x90782
-x90784 = x90783
-x90785 = x90784
-x90786 = x90785
-x90787 = x90786
-x90788 = x90787
-x90789 = x90788
-x90790 = x90789
-x90791 = x90790
-x90792 = x90791
-x90793 = x90792
-x90794 = x90793
-x90795 = x90794
-x90796 = x90795
-x90797 = x90796
-x90798 = x90797
-x90799 = x90798
-x90800 = x90799
-x90801 = x90800
-x90802 = x90801
-x90803 = x90802
-x90804 = x90803
-x90805 = x90804
-x90806 = x90805
-x90807 = x90806
-x90808 = x90807
-x90809 = x90808
-x90810 = x90809
-x90811 = x90810
-x90812 = x90811
-x90813 = x90812
-x90814 = x90813
-x90815 = x90814
-x90816 = x90815
-x90817 = x90816
-x90818 = x90817
-x90819 = x90818
-x90820 = x90819
-x90821 = x90820
-x90822 = x90821
-x90823 = x90822
-x90824 = x90823
-x90825 = x90824
-x90826 = x90825
-x90827 = x90826
-x90828 = x90827
-x90829 = x90828
-x90830 = x90829
-x90831 = x90830
-x90832 = x90831
-x90833 = x90832
-x90834 = x90833
-x90835 = x90834
-x90836 = x90835
-x90837 = x90836
-x90838 = x90837
-x90839 = x90838
-x90840 = x90839
-x90841 = x90840
-x90842 = x90841
-x90843 = x90842
-x90844 = x90843
-x90845 = x90844
-x90846 = x90845
-x90847 = x90846
-x90848 = x90847
-x90849 = x90848
-x90850 = x90849
-x90851 = x90850
-x90852 = x90851
-x90853 = x90852
-x90854 = x90853
-x90855 = x90854
-x90856 = x90855
-x90857 = x90856
-x90858 = x90857
-x90859 = x90858
-x90860 = x90859
-x90861 = x90860
-x90862 = x90861
-x90863 = x90862
-x90864 = x90863
-x90865 = x90864
-x90866 = x90865
-x90867 = x90866
-x90868 = x90867
-x90869 = x90868
-x90870 = x90869
-x90871 = x90870
-x90872 = x90871
-x90873 = x90872
-x90874 = x90873
-x90875 = x90874
-x90876 = x90875
-x90877 = x90876
-x90878 = x90877
-x90879 = x90878
-x90880 = x90879
-x90881 = x90880
-x90882 = x90881
-x90883 = x90882
-x90884 = x90883
-x90885 = x90884
-x90886 = x90885
-x90887 = x90886
-x90888 = x90887
-x90889 = x90888
-x90890 = x90889
-x90891 = x90890
-x90892 = x90891
-x90893 = x90892
-x90894 = x90893
-x90895 = x90894
-x90896 = x90895
-x90897 = x90896
-x90898 = x90897
-x90899 = x90898
-x90900 = x90899
-x90901 = x90900
-x90902 = x90901
-x90903 = x90902
-x90904 = x90903
-x90905 = x90904
-x90906 = x90905
-x90907 = x90906
-x90908 = x90907
-x90909 = x90908
-x90910 = x90909
-x90911 = x90910
-x90912 = x90911
-x90913 = x90912
-x90914 = x90913
-x90915 = x90914
-x90916 = x90915
-x90917 = x90916
-x90918 = x90917
-x90919 = x90918
-x90920 = x90919
-x90921 = x90920
-x90922 = x90921
-x90923 = x90922
-x90924 = x90923
-x90925 = x90924
-x90926 = x90925
-x90927 = x90926
-x90928 = x90927
-x90929 = x90928
-x90930 = x90929
-x90931 = x90930
-x90932 = x90931
-x90933 = x90932
-x90934 = x90933
-x90935 = x90934
-x90936 = x90935
-x90937 = x90936
-x90938 = x90937
-x90939 = x90938
-x90940 = x90939
-x90941 = x90940
-x90942 = x90941
-x90943 = x90942
-x90944 = x90943
-x90945 = x90944
-x90946 = x90945
-x90947 = x90946
-x90948 = x90947
-x90949 = x90948
-x90950 = x90949
-x90951 = x90950
-x90952 = x90951
-x90953 = x90952
-x90954 = x90953
-x90955 = x90954
-x90956 = x90955
-x90957 = x90956
-x90958 = x90957
-x90959 = x90958
-x90960 = x90959
-x90961 = x90960
-x90962 = x90961
-x90963 = x90962
-x90964 = x90963
-x90965 = x90964
-x90966 = x90965
-x90967 = x90966
-x90968 = x90967
-x90969 = x90968
-x90970 = x90969
-x90971 = x90970
-x90972 = x90971
-x90973 = x90972
-x90974 = x90973
-x90975 = x90974
-x90976 = x90975
-x90977 = x90976
-x90978 = x90977
-x90979 = x90978
-x90980 = x90979
-x90981 = x90980
-x90982 = x90981
-x90983 = x90982
-x90984 = x90983
-x90985 = x90984
-x90986 = x90985
-x90987 = x90986
-x90988 = x90987
-x90989 = x90988
-x90990 = x90989
-x90991 = x90990
-x90992 = x90991
-x90993 = x90992
-x90994 = x90993
-x90995 = x90994
-x90996 = x90995
-x90997 = x90996
-x90998 = x90997
-x90999 = x90998
-x91000 = x90999
-x91001 = x91000
-x91002 = x91001
-x91003 = x91002
-x91004 = x91003
-x91005 = x91004
-x91006 = x91005
-x91007 = x91006
-x91008 = x91007
-x91009 = x91008
-x91010 = x91009
-x91011 = x91010
-x91012 = x91011
-x91013 = x91012
-x91014 = x91013
-x91015 = x91014
-x91016 = x91015
-x91017 = x91016
-x91018 = x91017
-x91019 = x91018
-x91020 = x91019
-x91021 = x91020
-x91022 = x91021
-x91023 = x91022
-x91024 = x91023
-x91025 = x91024
-x91026 = x91025
-x91027 = x91026
-x91028 = x91027
-x91029 = x91028
-x91030 = x91029
-x91031 = x91030
-x91032 = x91031
-x91033 = x91032
-x91034 = x91033
-x91035 = x91034
-x91036 = x91035
-x91037 = x91036
-x91038 = x91037
-x91039 = x91038
-x91040 = x91039
-x91041 = x91040
-x91042 = x91041
-x91043 = x91042
-x91044 = x91043
-x91045 = x91044
-x91046 = x91045
-x91047 = x91046
-x91048 = x91047
-x91049 = x91048
-x91050 = x91049
-x91051 = x91050
-x91052 = x91051
-x91053 = x91052
-x91054 = x91053
-x91055 = x91054
-x91056 = x91055
-x91057 = x91056
-x91058 = x91057
-x91059 = x91058
-x91060 = x91059
-x91061 = x91060
-x91062 = x91061
-x91063 = x91062
-x91064 = x91063
-x91065 = x91064
-x91066 = x91065
-x91067 = x91066
-x91068 = x91067
-x91069 = x91068
-x91070 = x91069
-x91071 = x91070
-x91072 = x91071
-x91073 = x91072
-x91074 = x91073
-x91075 = x91074
-x91076 = x91075
-x91077 = x91076
-x91078 = x91077
-x91079 = x91078
-x91080 = x91079
-x91081 = x91080
-x91082 = x91081
-x91083 = x91082
-x91084 = x91083
-x91085 = x91084
-x91086 = x91085
-x91087 = x91086
-x91088 = x91087
-x91089 = x91088
-x91090 = x91089
-x91091 = x91090
-x91092 = x91091
-x91093 = x91092
-x91094 = x91093
-x91095 = x91094
-x91096 = x91095
-x91097 = x91096
-x91098 = x91097
-x91099 = x91098
-x91100 = x91099
-x91101 = x91100
-x91102 = x91101
-x91103 = x91102
-x91104 = x91103
-x91105 = x91104
-x91106 = x91105
-x91107 = x91106
-x91108 = x91107
-x91109 = x91108
-x91110 = x91109
-x91111 = x91110
-x91112 = x91111
-x91113 = x91112
-x91114 = x91113
-x91115 = x91114
-x91116 = x91115
-x91117 = x91116
-x91118 = x91117
-x91119 = x91118
-x91120 = x91119
-x91121 = x91120
-x91122 = x91121
-x91123 = x91122
-x91124 = x91123
-x91125 = x91124
-x91126 = x91125
-x91127 = x91126
-x91128 = x91127
-x91129 = x91128
-x91130 = x91129
-x91131 = x91130
-x91132 = x91131
-x91133 = x91132
-x91134 = x91133
-x91135 = x91134
-x91136 = x91135
-x91137 = x91136
-x91138 = x91137
-x91139 = x91138
-x91140 = x91139
-x91141 = x91140
-x91142 = x91141
-x91143 = x91142
-x91144 = x91143
-x91145 = x91144
-x91146 = x91145
-x91147 = x91146
-x91148 = x91147
-x91149 = x91148
-x91150 = x91149
-x91151 = x91150
-x91152 = x91151
-x91153 = x91152
-x91154 = x91153
-x91155 = x91154
-x91156 = x91155
-x91157 = x91156
-x91158 = x91157
-x91159 = x91158
-x91160 = x91159
-x91161 = x91160
-x91162 = x91161
-x91163 = x91162
-x91164 = x91163
-x91165 = x91164
-x91166 = x91165
-x91167 = x91166
-x91168 = x91167
-x91169 = x91168
-x91170 = x91169
-x91171 = x91170
-x91172 = x91171
-x91173 = x91172
-x91174 = x91173
-x91175 = x91174
-x91176 = x91175
-x91177 = x91176
-x91178 = x91177
-x91179 = x91178
-x91180 = x91179
-x91181 = x91180
-x91182 = x91181
-x91183 = x91182
-x91184 = x91183
-x91185 = x91184
-x91186 = x91185
-x91187 = x91186
-x91188 = x91187
-x91189 = x91188
-x91190 = x91189
-x91191 = x91190
-x91192 = x91191
-x91193 = x91192
-x91194 = x91193
-x91195 = x91194
-x91196 = x91195
-x91197 = x91196
-x91198 = x91197
-x91199 = x91198
-x91200 = x91199
-x91201 = x91200
-x91202 = x91201
-x91203 = x91202
-x91204 = x91203
-x91205 = x91204
-x91206 = x91205
-x91207 = x91206
-x91208 = x91207
-x91209 = x91208
-x91210 = x91209
-x91211 = x91210
-x91212 = x91211
-x91213 = x91212
-x91214 = x91213
-x91215 = x91214
-x91216 = x91215
-x91217 = x91216
-x91218 = x91217
-x91219 = x91218
-x91220 = x91219
-x91221 = x91220
-x91222 = x91221
-x91223 = x91222
-x91224 = x91223
-x91225 = x91224
-x91226 = x91225
-x91227 = x91226
-x91228 = x91227
-x91229 = x91228
-x91230 = x91229
-x91231 = x91230
-x91232 = x91231
-x91233 = x91232
-x91234 = x91233
-x91235 = x91234
-x91236 = x91235
-x91237 = x91236
-x91238 = x91237
-x91239 = x91238
-x91240 = x91239
-x91241 = x91240
-x91242 = x91241
-x91243 = x91242
-x91244 = x91243
-x91245 = x91244
-x91246 = x91245
-x91247 = x91246
-x91248 = x91247
-x91249 = x91248
-x91250 = x91249
-x91251 = x91250
-x91252 = x91251
-x91253 = x91252
-x91254 = x91253
-x91255 = x91254
-x91256 = x91255
-x91257 = x91256
-x91258 = x91257
-x91259 = x91258
-x91260 = x91259
-x91261 = x91260
-x91262 = x91261
-x91263 = x91262
-x91264 = x91263
-x91265 = x91264
-x91266 = x91265
-x91267 = x91266
-x91268 = x91267
-x91269 = x91268
-x91270 = x91269
-x91271 = x91270
-x91272 = x91271
-x91273 = x91272
-x91274 = x91273
-x91275 = x91274
-x91276 = x91275
-x91277 = x91276
-x91278 = x91277
-x91279 = x91278
-x91280 = x91279
-x91281 = x91280
-x91282 = x91281
-x91283 = x91282
-x91284 = x91283
-x91285 = x91284
-x91286 = x91285
-x91287 = x91286
-x91288 = x91287
-x91289 = x91288
-x91290 = x91289
-x91291 = x91290
-x91292 = x91291
-x91293 = x91292
-x91294 = x91293
-x91295 = x91294
-x91296 = x91295
-x91297 = x91296
-x91298 = x91297
-x91299 = x91298
-x91300 = x91299
-x91301 = x91300
-x91302 = x91301
-x91303 = x91302
-x91304 = x91303
-x91305 = x91304
-x91306 = x91305
-x91307 = x91306
-x91308 = x91307
-x91309 = x91308
-x91310 = x91309
-x91311 = x91310
-x91312 = x91311
-x91313 = x91312
-x91314 = x91313
-x91315 = x91314
-x91316 = x91315
-x91317 = x91316
-x91318 = x91317
-x91319 = x91318
-x91320 = x91319
-x91321 = x91320
-x91322 = x91321
-x91323 = x91322
-x91324 = x91323
-x91325 = x91324
-x91326 = x91325
-x91327 = x91326
-x91328 = x91327
-x91329 = x91328
-x91330 = x91329
-x91331 = x91330
-x91332 = x91331
-x91333 = x91332
-x91334 = x91333
-x91335 = x91334
-x91336 = x91335
-x91337 = x91336
-x91338 = x91337
-x91339 = x91338
-x91340 = x91339
-x91341 = x91340
-x91342 = x91341
-x91343 = x91342
-x91344 = x91343
-x91345 = x91344
-x91346 = x91345
-x91347 = x91346
-x91348 = x91347
-x91349 = x91348
-x91350 = x91349
-x91351 = x91350
-x91352 = x91351
-x91353 = x91352
-x91354 = x91353
-x91355 = x91354
-x91356 = x91355
-x91357 = x91356
-x91358 = x91357
-x91359 = x91358
-x91360 = x91359
-x91361 = x91360
-x91362 = x91361
-x91363 = x91362
-x91364 = x91363
-x91365 = x91364
-x91366 = x91365
-x91367 = x91366
-x91368 = x91367
-x91369 = x91368
-x91370 = x91369
-x91371 = x91370
-x91372 = x91371
-x91373 = x91372
-x91374 = x91373
-x91375 = x91374
-x91376 = x91375
-x91377 = x91376
-x91378 = x91377
-x91379 = x91378
-x91380 = x91379
-x91381 = x91380
-x91382 = x91381
-x91383 = x91382
-x91384 = x91383
-x91385 = x91384
-x91386 = x91385
-x91387 = x91386
-x91388 = x91387
-x91389 = x91388
-x91390 = x91389
-x91391 = x91390
-x91392 = x91391
-x91393 = x91392
-x91394 = x91393
-x91395 = x91394
-x91396 = x91395
-x91397 = x91396
-x91398 = x91397
-x91399 = x91398
-x91400 = x91399
-x91401 = x91400
-x91402 = x91401
-x91403 = x91402
-x91404 = x91403
-x91405 = x91404
-x91406 = x91405
-x91407 = x91406
-x91408 = x91407
-x91409 = x91408
-x91410 = x91409
-x91411 = x91410
-x91412 = x91411
-x91413 = x91412
-x91414 = x91413
-x91415 = x91414
-x91416 = x91415
-x91417 = x91416
-x91418 = x91417
-x91419 = x91418
-x91420 = x91419
-x91421 = x91420
-x91422 = x91421
-x91423 = x91422
-x91424 = x91423
-x91425 = x91424
-x91426 = x91425
-x91427 = x91426
-x91428 = x91427
-x91429 = x91428
-x91430 = x91429
-x91431 = x91430
-x91432 = x91431
-x91433 = x91432
-x91434 = x91433
-x91435 = x91434
-x91436 = x91435
-x91437 = x91436
-x91438 = x91437
-x91439 = x91438
-x91440 = x91439
-x91441 = x91440
-x91442 = x91441
-x91443 = x91442
-x91444 = x91443
-x91445 = x91444
-x91446 = x91445
-x91447 = x91446
-x91448 = x91447
-x91449 = x91448
-x91450 = x91449
-x91451 = x91450
-x91452 = x91451
-x91453 = x91452
-x91454 = x91453
-x91455 = x91454
-x91456 = x91455
-x91457 = x91456
-x91458 = x91457
-x91459 = x91458
-x91460 = x91459
-x91461 = x91460
-x91462 = x91461
-x91463 = x91462
-x91464 = x91463
-x91465 = x91464
-x91466 = x91465
-x91467 = x91466
-x91468 = x91467
-x91469 = x91468
-x91470 = x91469
-x91471 = x91470
-x91472 = x91471
-x91473 = x91472
-x91474 = x91473
-x91475 = x91474
-x91476 = x91475
-x91477 = x91476
-x91478 = x91477
-x91479 = x91478
-x91480 = x91479
-x91481 = x91480
-x91482 = x91481
-x91483 = x91482
-x91484 = x91483
-x91485 = x91484
-x91486 = x91485
-x91487 = x91486
-x91488 = x91487
-x91489 = x91488
-x91490 = x91489
-x91491 = x91490
-x91492 = x91491
-x91493 = x91492
-x91494 = x91493
-x91495 = x91494
-x91496 = x91495
-x91497 = x91496
-x91498 = x91497
-x91499 = x91498
-x91500 = x91499
-x91501 = x91500
-x91502 = x91501
-x91503 = x91502
-x91504 = x91503
-x91505 = x91504
-x91506 = x91505
-x91507 = x91506
-x91508 = x91507
-x91509 = x91508
-x91510 = x91509
-x91511 = x91510
-x91512 = x91511
-x91513 = x91512
-x91514 = x91513
-x91515 = x91514
-x91516 = x91515
-x91517 = x91516
-x91518 = x91517
-x91519 = x91518
-x91520 = x91519
-x91521 = x91520
-x91522 = x91521
-x91523 = x91522
-x91524 = x91523
-x91525 = x91524
-x91526 = x91525
-x91527 = x91526
-x91528 = x91527
-x91529 = x91528
-x91530 = x91529
-x91531 = x91530
-x91532 = x91531
-x91533 = x91532
-x91534 = x91533
-x91535 = x91534
-x91536 = x91535
-x91537 = x91536
-x91538 = x91537
-x91539 = x91538
-x91540 = x91539
-x91541 = x91540
-x91542 = x91541
-x91543 = x91542
-x91544 = x91543
-x91545 = x91544
-x91546 = x91545
-x91547 = x91546
-x91548 = x91547
-x91549 = x91548
-x91550 = x91549
-x91551 = x91550
-x91552 = x91551
-x91553 = x91552
-x91554 = x91553
-x91555 = x91554
-x91556 = x91555
-x91557 = x91556
-x91558 = x91557
-x91559 = x91558
-x91560 = x91559
-x91561 = x91560
-x91562 = x91561
-x91563 = x91562
-x91564 = x91563
-x91565 = x91564
-x91566 = x91565
-x91567 = x91566
-x91568 = x91567
-x91569 = x91568
-x91570 = x91569
-x91571 = x91570
-x91572 = x91571
-x91573 = x91572
-x91574 = x91573
-x91575 = x91574
-x91576 = x91575
-x91577 = x91576
-x91578 = x91577
-x91579 = x91578
-x91580 = x91579
-x91581 = x91580
-x91582 = x91581
-x91583 = x91582
-x91584 = x91583
-x91585 = x91584
-x91586 = x91585
-x91587 = x91586
-x91588 = x91587
-x91589 = x91588
-x91590 = x91589
-x91591 = x91590
-x91592 = x91591
-x91593 = x91592
-x91594 = x91593
-x91595 = x91594
-x91596 = x91595
-x91597 = x91596
-x91598 = x91597
-x91599 = x91598
-x91600 = x91599
-x91601 = x91600
-x91602 = x91601
-x91603 = x91602
-x91604 = x91603
-x91605 = x91604
-x91606 = x91605
-x91607 = x91606
-x91608 = x91607
-x91609 = x91608
-x91610 = x91609
-x91611 = x91610
-x91612 = x91611
-x91613 = x91612
-x91614 = x91613
-x91615 = x91614
-x91616 = x91615
-x91617 = x91616
-x91618 = x91617
-x91619 = x91618
-x91620 = x91619
-x91621 = x91620
-x91622 = x91621
-x91623 = x91622
-x91624 = x91623
-x91625 = x91624
-x91626 = x91625
-x91627 = x91626
-x91628 = x91627
-x91629 = x91628
-x91630 = x91629
-x91631 = x91630
-x91632 = x91631
-x91633 = x91632
-x91634 = x91633
-x91635 = x91634
-x91636 = x91635
-x91637 = x91636
-x91638 = x91637
-x91639 = x91638
-x91640 = x91639
-x91641 = x91640
-x91642 = x91641
-x91643 = x91642
-x91644 = x91643
-x91645 = x91644
-x91646 = x91645
-x91647 = x91646
-x91648 = x91647
-x91649 = x91648
-x91650 = x91649
-x91651 = x91650
-x91652 = x91651
-x91653 = x91652
-x91654 = x91653
-x91655 = x91654
-x91656 = x91655
-x91657 = x91656
-x91658 = x91657
-x91659 = x91658
-x91660 = x91659
-x91661 = x91660
-x91662 = x91661
-x91663 = x91662
-x91664 = x91663
-x91665 = x91664
-x91666 = x91665
-x91667 = x91666
-x91668 = x91667
-x91669 = x91668
-x91670 = x91669
-x91671 = x91670
-x91672 = x91671
-x91673 = x91672
-x91674 = x91673
-x91675 = x91674
-x91676 = x91675
-x91677 = x91676
-x91678 = x91677
-x91679 = x91678
-x91680 = x91679
-x91681 = x91680
-x91682 = x91681
-x91683 = x91682
-x91684 = x91683
-x91685 = x91684
-x91686 = x91685
-x91687 = x91686
-x91688 = x91687
-x91689 = x91688
-x91690 = x91689
-x91691 = x91690
-x91692 = x91691
-x91693 = x91692
-x91694 = x91693
-x91695 = x91694
-x91696 = x91695
-x91697 = x91696
-x91698 = x91697
-x91699 = x91698
-x91700 = x91699
-x91701 = x91700
-x91702 = x91701
-x91703 = x91702
-x91704 = x91703
-x91705 = x91704
-x91706 = x91705
-x91707 = x91706
-x91708 = x91707
-x91709 = x91708
-x91710 = x91709
-x91711 = x91710
-x91712 = x91711
-x91713 = x91712
-x91714 = x91713
-x91715 = x91714
-x91716 = x91715
-x91717 = x91716
-x91718 = x91717
-x91719 = x91718
-x91720 = x91719
-x91721 = x91720
-x91722 = x91721
-x91723 = x91722
-x91724 = x91723
-x91725 = x91724
-x91726 = x91725
-x91727 = x91726
-x91728 = x91727
-x91729 = x91728
-x91730 = x91729
-x91731 = x91730
-x91732 = x91731
-x91733 = x91732
-x91734 = x91733
-x91735 = x91734
-x91736 = x91735
-x91737 = x91736
-x91738 = x91737
-x91739 = x91738
-x91740 = x91739
-x91741 = x91740
-x91742 = x91741
-x91743 = x91742
-x91744 = x91743
-x91745 = x91744
-x91746 = x91745
-x91747 = x91746
-x91748 = x91747
-x91749 = x91748
-x91750 = x91749
-x91751 = x91750
-x91752 = x91751
-x91753 = x91752
-x91754 = x91753
-x91755 = x91754
-x91756 = x91755
-x91757 = x91756
-x91758 = x91757
-x91759 = x91758
-x91760 = x91759
-x91761 = x91760
-x91762 = x91761
-x91763 = x91762
-x91764 = x91763
-x91765 = x91764
-x91766 = x91765
-x91767 = x91766
-x91768 = x91767
-x91769 = x91768
-x91770 = x91769
-x91771 = x91770
-x91772 = x91771
-x91773 = x91772
-x91774 = x91773
-x91775 = x91774
-x91776 = x91775
-x91777 = x91776
-x91778 = x91777
-x91779 = x91778
-x91780 = x91779
-x91781 = x91780
-x91782 = x91781
-x91783 = x91782
-x91784 = x91783
-x91785 = x91784
-x91786 = x91785
-x91787 = x91786
-x91788 = x91787
-x91789 = x91788
-x91790 = x91789
-x91791 = x91790
-x91792 = x91791
-x91793 = x91792
-x91794 = x91793
-x91795 = x91794
-x91796 = x91795
-x91797 = x91796
-x91798 = x91797
-x91799 = x91798
-x91800 = x91799
-x91801 = x91800
-x91802 = x91801
-x91803 = x91802
-x91804 = x91803
-x91805 = x91804
-x91806 = x91805
-x91807 = x91806
-x91808 = x91807
-x91809 = x91808
-x91810 = x91809
-x91811 = x91810
-x91812 = x91811
-x91813 = x91812
-x91814 = x91813
-x91815 = x91814
-x91816 = x91815
-x91817 = x91816
-x91818 = x91817
-x91819 = x91818
-x91820 = x91819
-x91821 = x91820
-x91822 = x91821
-x91823 = x91822
-x91824 = x91823
-x91825 = x91824
-x91826 = x91825
-x91827 = x91826
-x91828 = x91827
-x91829 = x91828
-x91830 = x91829
-x91831 = x91830
-x91832 = x91831
-x91833 = x91832
-x91834 = x91833
-x91835 = x91834
-x91836 = x91835
-x91837 = x91836
-x91838 = x91837
-x91839 = x91838
-x91840 = x91839
-x91841 = x91840
-x91842 = x91841
-x91843 = x91842
-x91844 = x91843
-x91845 = x91844
-x91846 = x91845
-x91847 = x91846
-x91848 = x91847
-x91849 = x91848
-x91850 = x91849
-x91851 = x91850
-x91852 = x91851
-x91853 = x91852
-x91854 = x91853
-x91855 = x91854
-x91856 = x91855
-x91857 = x91856
-x91858 = x91857
-x91859 = x91858
-x91860 = x91859
-x91861 = x91860
-x91862 = x91861
-x91863 = x91862
-x91864 = x91863
-x91865 = x91864
-x91866 = x91865
-x91867 = x91866
-x91868 = x91867
-x91869 = x91868
-x91870 = x91869
-x91871 = x91870
-x91872 = x91871
-x91873 = x91872
-x91874 = x91873
-x91875 = x91874
-x91876 = x91875
-x91877 = x91876
-x91878 = x91877
-x91879 = x91878
-x91880 = x91879
-x91881 = x91880
-x91882 = x91881
-x91883 = x91882
-x91884 = x91883
-x91885 = x91884
-x91886 = x91885
-x91887 = x91886
-x91888 = x91887
-x91889 = x91888
-x91890 = x91889
-x91891 = x91890
-x91892 = x91891
-x91893 = x91892
-x91894 = x91893
-x91895 = x91894
-x91896 = x91895
-x91897 = x91896
-x91898 = x91897
-x91899 = x91898
-x91900 = x91899
-x91901 = x91900
-x91902 = x91901
-x91903 = x91902
-x91904 = x91903
-x91905 = x91904
-x91906 = x91905
-x91907 = x91906
-x91908 = x91907
-x91909 = x91908
-x91910 = x91909
-x91911 = x91910
-x91912 = x91911
-x91913 = x91912
-x91914 = x91913
-x91915 = x91914
-x91916 = x91915
-x91917 = x91916
-x91918 = x91917
-x91919 = x91918
-x91920 = x91919
-x91921 = x91920
-x91922 = x91921
-x91923 = x91922
-x91924 = x91923
-x91925 = x91924
-x91926 = x91925
-x91927 = x91926
-x91928 = x91927
-x91929 = x91928
-x91930 = x91929
-x91931 = x91930
-x91932 = x91931
-x91933 = x91932
-x91934 = x91933
-x91935 = x91934
-x91936 = x91935
-x91937 = x91936
-x91938 = x91937
-x91939 = x91938
-x91940 = x91939
-x91941 = x91940
-x91942 = x91941
-x91943 = x91942
-x91944 = x91943
-x91945 = x91944
-x91946 = x91945
-x91947 = x91946
-x91948 = x91947
-x91949 = x91948
-x91950 = x91949
-x91951 = x91950
-x91952 = x91951
-x91953 = x91952
-x91954 = x91953
-x91955 = x91954
-x91956 = x91955
-x91957 = x91956
-x91958 = x91957
-x91959 = x91958
-x91960 = x91959
-x91961 = x91960
-x91962 = x91961
-x91963 = x91962
-x91964 = x91963
-x91965 = x91964
-x91966 = x91965
-x91967 = x91966
-x91968 = x91967
-x91969 = x91968
-x91970 = x91969
-x91971 = x91970
-x91972 = x91971
-x91973 = x91972
-x91974 = x91973
-x91975 = x91974
-x91976 = x91975
-x91977 = x91976
-x91978 = x91977
-x91979 = x91978
-x91980 = x91979
-x91981 = x91980
-x91982 = x91981
-x91983 = x91982
-x91984 = x91983
-x91985 = x91984
-x91986 = x91985
-x91987 = x91986
-x91988 = x91987
-x91989 = x91988
-x91990 = x91989
-x91991 = x91990
-x91992 = x91991
-x91993 = x91992
-x91994 = x91993
-x91995 = x91994
-x91996 = x91995
-x91997 = x91996
-x91998 = x91997
-x91999 = x91998
-x92000 = x91999
-x92001 = x92000
-x92002 = x92001
-x92003 = x92002
-x92004 = x92003
-x92005 = x92004
-x92006 = x92005
-x92007 = x92006
-x92008 = x92007
-x92009 = x92008
-x92010 = x92009
-x92011 = x92010
-x92012 = x92011
-x92013 = x92012
-x92014 = x92013
-x92015 = x92014
-x92016 = x92015
-x92017 = x92016
-x92018 = x92017
-x92019 = x92018
-x92020 = x92019
-x92021 = x92020
-x92022 = x92021
-x92023 = x92022
-x92024 = x92023
-x92025 = x92024
-x92026 = x92025
-x92027 = x92026
-x92028 = x92027
-x92029 = x92028
-x92030 = x92029
-x92031 = x92030
-x92032 = x92031
-x92033 = x92032
-x92034 = x92033
-x92035 = x92034
-x92036 = x92035
-x92037 = x92036
-x92038 = x92037
-x92039 = x92038
-x92040 = x92039
-x92041 = x92040
-x92042 = x92041
-x92043 = x92042
-x92044 = x92043
-x92045 = x92044
-x92046 = x92045
-x92047 = x92046
-x92048 = x92047
-x92049 = x92048
-x92050 = x92049
-x92051 = x92050
-x92052 = x92051
-x92053 = x92052
-x92054 = x92053
-x92055 = x92054
-x92056 = x92055
-x92057 = x92056
-x92058 = x92057
-x92059 = x92058
-x92060 = x92059
-x92061 = x92060
-x92062 = x92061
-x92063 = x92062
-x92064 = x92063
-x92065 = x92064
-x92066 = x92065
-x92067 = x92066
-x92068 = x92067
-x92069 = x92068
-x92070 = x92069
-x92071 = x92070
-x92072 = x92071
-x92073 = x92072
-x92074 = x92073
-x92075 = x92074
-x92076 = x92075
-x92077 = x92076
-x92078 = x92077
-x92079 = x92078
-x92080 = x92079
-x92081 = x92080
-x92082 = x92081
-x92083 = x92082
-x92084 = x92083
-x92085 = x92084
-x92086 = x92085
-x92087 = x92086
-x92088 = x92087
-x92089 = x92088
-x92090 = x92089
-x92091 = x92090
-x92092 = x92091
-x92093 = x92092
-x92094 = x92093
-x92095 = x92094
-x92096 = x92095
-x92097 = x92096
-x92098 = x92097
-x92099 = x92098
-x92100 = x92099
-x92101 = x92100
-x92102 = x92101
-x92103 = x92102
-x92104 = x92103
-x92105 = x92104
-x92106 = x92105
-x92107 = x92106
-x92108 = x92107
-x92109 = x92108
-x92110 = x92109
-x92111 = x92110
-x92112 = x92111
-x92113 = x92112
-x92114 = x92113
-x92115 = x92114
-x92116 = x92115
-x92117 = x92116
-x92118 = x92117
-x92119 = x92118
-x92120 = x92119
-x92121 = x92120
-x92122 = x92121
-x92123 = x92122
-x92124 = x92123
-x92125 = x92124
-x92126 = x92125
-x92127 = x92126
-x92128 = x92127
-x92129 = x92128
-x92130 = x92129
-x92131 = x92130
-x92132 = x92131
-x92133 = x92132
-x92134 = x92133
-x92135 = x92134
-x92136 = x92135
-x92137 = x92136
-x92138 = x92137
-x92139 = x92138
-x92140 = x92139
-x92141 = x92140
-x92142 = x92141
-x92143 = x92142
-x92144 = x92143
-x92145 = x92144
-x92146 = x92145
-x92147 = x92146
-x92148 = x92147
-x92149 = x92148
-x92150 = x92149
-x92151 = x92150
-x92152 = x92151
-x92153 = x92152
-x92154 = x92153
-x92155 = x92154
-x92156 = x92155
-x92157 = x92156
-x92158 = x92157
-x92159 = x92158
-x92160 = x92159
-x92161 = x92160
-x92162 = x92161
-x92163 = x92162
-x92164 = x92163
-x92165 = x92164
-x92166 = x92165
-x92167 = x92166
-x92168 = x92167
-x92169 = x92168
-x92170 = x92169
-x92171 = x92170
-x92172 = x92171
-x92173 = x92172
-x92174 = x92173
-x92175 = x92174
-x92176 = x92175
-x92177 = x92176
-x92178 = x92177
-x92179 = x92178
-x92180 = x92179
-x92181 = x92180
-x92182 = x92181
-x92183 = x92182
-x92184 = x92183
-x92185 = x92184
-x92186 = x92185
-x92187 = x92186
-x92188 = x92187
-x92189 = x92188
-x92190 = x92189
-x92191 = x92190
-x92192 = x92191
-x92193 = x92192
-x92194 = x92193
-x92195 = x92194
-x92196 = x92195
-x92197 = x92196
-x92198 = x92197
-x92199 = x92198
-x92200 = x92199
-x92201 = x92200
-x92202 = x92201
-x92203 = x92202
-x92204 = x92203
-x92205 = x92204
-x92206 = x92205
-x92207 = x92206
-x92208 = x92207
-x92209 = x92208
-x92210 = x92209
-x92211 = x92210
-x92212 = x92211
-x92213 = x92212
-x92214 = x92213
-x92215 = x92214
-x92216 = x92215
-x92217 = x92216
-x92218 = x92217
-x92219 = x92218
-x92220 = x92219
-x92221 = x92220
-x92222 = x92221
-x92223 = x92222
-x92224 = x92223
-x92225 = x92224
-x92226 = x92225
-x92227 = x92226
-x92228 = x92227
-x92229 = x92228
-x92230 = x92229
-x92231 = x92230
-x92232 = x92231
-x92233 = x92232
-x92234 = x92233
-x92235 = x92234
-x92236 = x92235
-x92237 = x92236
-x92238 = x92237
-x92239 = x92238
-x92240 = x92239
-x92241 = x92240
-x92242 = x92241
-x92243 = x92242
-x92244 = x92243
-x92245 = x92244
-x92246 = x92245
-x92247 = x92246
-x92248 = x92247
-x92249 = x92248
-x92250 = x92249
-x92251 = x92250
-x92252 = x92251
-x92253 = x92252
-x92254 = x92253
-x92255 = x92254
-x92256 = x92255
-x92257 = x92256
-x92258 = x92257
-x92259 = x92258
-x92260 = x92259
-x92261 = x92260
-x92262 = x92261
-x92263 = x92262
-x92264 = x92263
-x92265 = x92264
-x92266 = x92265
-x92267 = x92266
-x92268 = x92267
-x92269 = x92268
-x92270 = x92269
-x92271 = x92270
-x92272 = x92271
-x92273 = x92272
-x92274 = x92273
-x92275 = x92274
-x92276 = x92275
-x92277 = x92276
-x92278 = x92277
-x92279 = x92278
-x92280 = x92279
-x92281 = x92280
-x92282 = x92281
-x92283 = x92282
-x92284 = x92283
-x92285 = x92284
-x92286 = x92285
-x92287 = x92286
-x92288 = x92287
-x92289 = x92288
-x92290 = x92289
-x92291 = x92290
-x92292 = x92291
-x92293 = x92292
-x92294 = x92293
-x92295 = x92294
-x92296 = x92295
-x92297 = x92296
-x92298 = x92297
-x92299 = x92298
-x92300 = x92299
-x92301 = x92300
-x92302 = x92301
-x92303 = x92302
-x92304 = x92303
-x92305 = x92304
-x92306 = x92305
-x92307 = x92306
-x92308 = x92307
-x92309 = x92308
-x92310 = x92309
-x92311 = x92310
-x92312 = x92311
-x92313 = x92312
-x92314 = x92313
-x92315 = x92314
-x92316 = x92315
-x92317 = x92316
-x92318 = x92317
-x92319 = x92318
-x92320 = x92319
-x92321 = x92320
-x92322 = x92321
-x92323 = x92322
-x92324 = x92323
-x92325 = x92324
-x92326 = x92325
-x92327 = x92326
-x92328 = x92327
-x92329 = x92328
-x92330 = x92329
-x92331 = x92330
-x92332 = x92331
-x92333 = x92332
-x92334 = x92333
-x92335 = x92334
-x92336 = x92335
-x92337 = x92336
-x92338 = x92337
-x92339 = x92338
-x92340 = x92339
-x92341 = x92340
-x92342 = x92341
-x92343 = x92342
-x92344 = x92343
-x92345 = x92344
-x92346 = x92345
-x92347 = x92346
-x92348 = x92347
-x92349 = x92348
-x92350 = x92349
-x92351 = x92350
-x92352 = x92351
-x92353 = x92352
-x92354 = x92353
-x92355 = x92354
-x92356 = x92355
-x92357 = x92356
-x92358 = x92357
-x92359 = x92358
-x92360 = x92359
-x92361 = x92360
-x92362 = x92361
-x92363 = x92362
-x92364 = x92363
-x92365 = x92364
-x92366 = x92365
-x92367 = x92366
-x92368 = x92367
-x92369 = x92368
-x92370 = x92369
-x92371 = x92370
-x92372 = x92371
-x92373 = x92372
-x92374 = x92373
-x92375 = x92374
-x92376 = x92375
-x92377 = x92376
-x92378 = x92377
-x92379 = x92378
-x92380 = x92379
-x92381 = x92380
-x92382 = x92381
-x92383 = x92382
-x92384 = x92383
-x92385 = x92384
-x92386 = x92385
-x92387 = x92386
-x92388 = x92387
-x92389 = x92388
-x92390 = x92389
-x92391 = x92390
-x92392 = x92391
-x92393 = x92392
-x92394 = x92393
-x92395 = x92394
-x92396 = x92395
-x92397 = x92396
-x92398 = x92397
-x92399 = x92398
-x92400 = x92399
-x92401 = x92400
-x92402 = x92401
-x92403 = x92402
-x92404 = x92403
-x92405 = x92404
-x92406 = x92405
-x92407 = x92406
-x92408 = x92407
-x92409 = x92408
-x92410 = x92409
-x92411 = x92410
-x92412 = x92411
-x92413 = x92412
-x92414 = x92413
-x92415 = x92414
-x92416 = x92415
-x92417 = x92416
-x92418 = x92417
-x92419 = x92418
-x92420 = x92419
-x92421 = x92420
-x92422 = x92421
-x92423 = x92422
-x92424 = x92423
-x92425 = x92424
-x92426 = x92425
-x92427 = x92426
-x92428 = x92427
-x92429 = x92428
-x92430 = x92429
-x92431 = x92430
-x92432 = x92431
-x92433 = x92432
-x92434 = x92433
-x92435 = x92434
-x92436 = x92435
-x92437 = x92436
-x92438 = x92437
-x92439 = x92438
-x92440 = x92439
-x92441 = x92440
-x92442 = x92441
-x92443 = x92442
-x92444 = x92443
-x92445 = x92444
-x92446 = x92445
-x92447 = x92446
-x92448 = x92447
-x92449 = x92448
-x92450 = x92449
-x92451 = x92450
-x92452 = x92451
-x92453 = x92452
-x92454 = x92453
-x92455 = x92454
-x92456 = x92455
-x92457 = x92456
-x92458 = x92457
-x92459 = x92458
-x92460 = x92459
-x92461 = x92460
-x92462 = x92461
-x92463 = x92462
-x92464 = x92463
-x92465 = x92464
-x92466 = x92465
-x92467 = x92466
-x92468 = x92467
-x92469 = x92468
-x92470 = x92469
-x92471 = x92470
-x92472 = x92471
-x92473 = x92472
-x92474 = x92473
-x92475 = x92474
-x92476 = x92475
-x92477 = x92476
-x92478 = x92477
-x92479 = x92478
-x92480 = x92479
-x92481 = x92480
-x92482 = x92481
-x92483 = x92482
-x92484 = x92483
-x92485 = x92484
-x92486 = x92485
-x92487 = x92486
-x92488 = x92487
-x92489 = x92488
-x92490 = x92489
-x92491 = x92490
-x92492 = x92491
-x92493 = x92492
-x92494 = x92493
-x92495 = x92494
-x92496 = x92495
-x92497 = x92496
-x92498 = x92497
-x92499 = x92498
-x92500 = x92499
-x92501 = x92500
-x92502 = x92501
-x92503 = x92502
-x92504 = x92503
-x92505 = x92504
-x92506 = x92505
-x92507 = x92506
-x92508 = x92507
-x92509 = x92508
-x92510 = x92509
-x92511 = x92510
-x92512 = x92511
-x92513 = x92512
-x92514 = x92513
-x92515 = x92514
-x92516 = x92515
-x92517 = x92516
-x92518 = x92517
-x92519 = x92518
-x92520 = x92519
-x92521 = x92520
-x92522 = x92521
-x92523 = x92522
-x92524 = x92523
-x92525 = x92524
-x92526 = x92525
-x92527 = x92526
-x92528 = x92527
-x92529 = x92528
-x92530 = x92529
-x92531 = x92530
-x92532 = x92531
-x92533 = x92532
-x92534 = x92533
-x92535 = x92534
-x92536 = x92535
-x92537 = x92536
-x92538 = x92537
-x92539 = x92538
-x92540 = x92539
-x92541 = x92540
-x92542 = x92541
-x92543 = x92542
-x92544 = x92543
-x92545 = x92544
-x92546 = x92545
-x92547 = x92546
-x92548 = x92547
-x92549 = x92548
-x92550 = x92549
-x92551 = x92550
-x92552 = x92551
-x92553 = x92552
-x92554 = x92553
-x92555 = x92554
-x92556 = x92555
-x92557 = x92556
-x92558 = x92557
-x92559 = x92558
-x92560 = x92559
-x92561 = x92560
-x92562 = x92561
-x92563 = x92562
-x92564 = x92563
-x92565 = x92564
-x92566 = x92565
-x92567 = x92566
-x92568 = x92567
-x92569 = x92568
-x92570 = x92569
-x92571 = x92570
-x92572 = x92571
-x92573 = x92572
-x92574 = x92573
-x92575 = x92574
-x92576 = x92575
-x92577 = x92576
-x92578 = x92577
-x92579 = x92578
-x92580 = x92579
-x92581 = x92580
-x92582 = x92581
-x92583 = x92582
-x92584 = x92583
-x92585 = x92584
-x92586 = x92585
-x92587 = x92586
-x92588 = x92587
-x92589 = x92588
-x92590 = x92589
-x92591 = x92590
-x92592 = x92591
-x92593 = x92592
-x92594 = x92593
-x92595 = x92594
-x92596 = x92595
-x92597 = x92596
-x92598 = x92597
-x92599 = x92598
-x92600 = x92599
-x92601 = x92600
-x92602 = x92601
-x92603 = x92602
-x92604 = x92603
-x92605 = x92604
-x92606 = x92605
-x92607 = x92606
-x92608 = x92607
-x92609 = x92608
-x92610 = x92609
-x92611 = x92610
-x92612 = x92611
-x92613 = x92612
-x92614 = x92613
-x92615 = x92614
-x92616 = x92615
-x92617 = x92616
-x92618 = x92617
-x92619 = x92618
-x92620 = x92619
-x92621 = x92620
-x92622 = x92621
-x92623 = x92622
-x92624 = x92623
-x92625 = x92624
-x92626 = x92625
-x92627 = x92626
-x92628 = x92627
-x92629 = x92628
-x92630 = x92629
-x92631 = x92630
-x92632 = x92631
-x92633 = x92632
-x92634 = x92633
-x92635 = x92634
-x92636 = x92635
-x92637 = x92636
-x92638 = x92637
-x92639 = x92638
-x92640 = x92639
-x92641 = x92640
-x92642 = x92641
-x92643 = x92642
-x92644 = x92643
-x92645 = x92644
-x92646 = x92645
-x92647 = x92646
-x92648 = x92647
-x92649 = x92648
-x92650 = x92649
-x92651 = x92650
-x92652 = x92651
-x92653 = x92652
-x92654 = x92653
-x92655 = x92654
-x92656 = x92655
-x92657 = x92656
-x92658 = x92657
-x92659 = x92658
-x92660 = x92659
-x92661 = x92660
-x92662 = x92661
-x92663 = x92662
-x92664 = x92663
-x92665 = x92664
-x92666 = x92665
-x92667 = x92666
-x92668 = x92667
-x92669 = x92668
-x92670 = x92669
-x92671 = x92670
-x92672 = x92671
-x92673 = x92672
-x92674 = x92673
-x92675 = x92674
-x92676 = x92675
-x92677 = x92676
-x92678 = x92677
-x92679 = x92678
-x92680 = x92679
-x92681 = x92680
-x92682 = x92681
-x92683 = x92682
-x92684 = x92683
-x92685 = x92684
-x92686 = x92685
-x92687 = x92686
-x92688 = x92687
-x92689 = x92688
-x92690 = x92689
-x92691 = x92690
-x92692 = x92691
-x92693 = x92692
-x92694 = x92693
-x92695 = x92694
-x92696 = x92695
-x92697 = x92696
-x92698 = x92697
-x92699 = x92698
-x92700 = x92699
-x92701 = x92700
-x92702 = x92701
-x92703 = x92702
-x92704 = x92703
-x92705 = x92704
-x92706 = x92705
-x92707 = x92706
-x92708 = x92707
-x92709 = x92708
-x92710 = x92709
-x92711 = x92710
-x92712 = x92711
-x92713 = x92712
-x92714 = x92713
-x92715 = x92714
-x92716 = x92715
-x92717 = x92716
-x92718 = x92717
-x92719 = x92718
-x92720 = x92719
-x92721 = x92720
-x92722 = x92721
-x92723 = x92722
-x92724 = x92723
-x92725 = x92724
-x92726 = x92725
-x92727 = x92726
-x92728 = x92727
-x92729 = x92728
-x92730 = x92729
-x92731 = x92730
-x92732 = x92731
-x92733 = x92732
-x92734 = x92733
-x92735 = x92734
-x92736 = x92735
-x92737 = x92736
-x92738 = x92737
-x92739 = x92738
-x92740 = x92739
-x92741 = x92740
-x92742 = x92741
-x92743 = x92742
-x92744 = x92743
-x92745 = x92744
-x92746 = x92745
-x92747 = x92746
-x92748 = x92747
-x92749 = x92748
-x92750 = x92749
-x92751 = x92750
-x92752 = x92751
-x92753 = x92752
-x92754 = x92753
-x92755 = x92754
-x92756 = x92755
-x92757 = x92756
-x92758 = x92757
-x92759 = x92758
-x92760 = x92759
-x92761 = x92760
-x92762 = x92761
-x92763 = x92762
-x92764 = x92763
-x92765 = x92764
-x92766 = x92765
-x92767 = x92766
-x92768 = x92767
-x92769 = x92768
-x92770 = x92769
-x92771 = x92770
-x92772 = x92771
-x92773 = x92772
-x92774 = x92773
-x92775 = x92774
-x92776 = x92775
-x92777 = x92776
-x92778 = x92777
-x92779 = x92778
-x92780 = x92779
-x92781 = x92780
-x92782 = x92781
-x92783 = x92782
-x92784 = x92783
-x92785 = x92784
-x92786 = x92785
-x92787 = x92786
-x92788 = x92787
-x92789 = x92788
-x92790 = x92789
-x92791 = x92790
-x92792 = x92791
-x92793 = x92792
-x92794 = x92793
-x92795 = x92794
-x92796 = x92795
-x92797 = x92796
-x92798 = x92797
-x92799 = x92798
-x92800 = x92799
-x92801 = x92800
-x92802 = x92801
-x92803 = x92802
-x92804 = x92803
-x92805 = x92804
-x92806 = x92805
-x92807 = x92806
-x92808 = x92807
-x92809 = x92808
-x92810 = x92809
-x92811 = x92810
-x92812 = x92811
-x92813 = x92812
-x92814 = x92813
-x92815 = x92814
-x92816 = x92815
-x92817 = x92816
-x92818 = x92817
-x92819 = x92818
-x92820 = x92819
-x92821 = x92820
-x92822 = x92821
-x92823 = x92822
-x92824 = x92823
-x92825 = x92824
-x92826 = x92825
-x92827 = x92826
-x92828 = x92827
-x92829 = x92828
-x92830 = x92829
-x92831 = x92830
-x92832 = x92831
-x92833 = x92832
-x92834 = x92833
-x92835 = x92834
-x92836 = x92835
-x92837 = x92836
-x92838 = x92837
-x92839 = x92838
-x92840 = x92839
-x92841 = x92840
-x92842 = x92841
-x92843 = x92842
-x92844 = x92843
-x92845 = x92844
-x92846 = x92845
-x92847 = x92846
-x92848 = x92847
-x92849 = x92848
-x92850 = x92849
-x92851 = x92850
-x92852 = x92851
-x92853 = x92852
-x92854 = x92853
-x92855 = x92854
-x92856 = x92855
-x92857 = x92856
-x92858 = x92857
-x92859 = x92858
-x92860 = x92859
-x92861 = x92860
-x92862 = x92861
-x92863 = x92862
-x92864 = x92863
-x92865 = x92864
-x92866 = x92865
-x92867 = x92866
-x92868 = x92867
-x92869 = x92868
-x92870 = x92869
-x92871 = x92870
-x92872 = x92871
-x92873 = x92872
-x92874 = x92873
-x92875 = x92874
-x92876 = x92875
-x92877 = x92876
-x92878 = x92877
-x92879 = x92878
-x92880 = x92879
-x92881 = x92880
-x92882 = x92881
-x92883 = x92882
-x92884 = x92883
-x92885 = x92884
-x92886 = x92885
-x92887 = x92886
-x92888 = x92887
-x92889 = x92888
-x92890 = x92889
-x92891 = x92890
-x92892 = x92891
-x92893 = x92892
-x92894 = x92893
-x92895 = x92894
-x92896 = x92895
-x92897 = x92896
-x92898 = x92897
-x92899 = x92898
-x92900 = x92899
-x92901 = x92900
-x92902 = x92901
-x92903 = x92902
-x92904 = x92903
-x92905 = x92904
-x92906 = x92905
-x92907 = x92906
-x92908 = x92907
-x92909 = x92908
-x92910 = x92909
-x92911 = x92910
-x92912 = x92911
-x92913 = x92912
-x92914 = x92913
-x92915 = x92914
-x92916 = x92915
-x92917 = x92916
-x92918 = x92917
-x92919 = x92918
-x92920 = x92919
-x92921 = x92920
-x92922 = x92921
-x92923 = x92922
-x92924 = x92923
-x92925 = x92924
-x92926 = x92925
-x92927 = x92926
-x92928 = x92927
-x92929 = x92928
-x92930 = x92929
-x92931 = x92930
-x92932 = x92931
-x92933 = x92932
-x92934 = x92933
-x92935 = x92934
-x92936 = x92935
-x92937 = x92936
-x92938 = x92937
-x92939 = x92938
-x92940 = x92939
-x92941 = x92940
-x92942 = x92941
-x92943 = x92942
-x92944 = x92943
-x92945 = x92944
-x92946 = x92945
-x92947 = x92946
-x92948 = x92947
-x92949 = x92948
-x92950 = x92949
-x92951 = x92950
-x92952 = x92951
-x92953 = x92952
-x92954 = x92953
-x92955 = x92954
-x92956 = x92955
-x92957 = x92956
-x92958 = x92957
-x92959 = x92958
-x92960 = x92959
-x92961 = x92960
-x92962 = x92961
-x92963 = x92962
-x92964 = x92963
-x92965 = x92964
-x92966 = x92965
-x92967 = x92966
-x92968 = x92967
-x92969 = x92968
-x92970 = x92969
-x92971 = x92970
-x92972 = x92971
-x92973 = x92972
-x92974 = x92973
-x92975 = x92974
-x92976 = x92975
-x92977 = x92976
-x92978 = x92977
-x92979 = x92978
-x92980 = x92979
-x92981 = x92980
-x92982 = x92981
-x92983 = x92982
-x92984 = x92983
-x92985 = x92984
-x92986 = x92985
-x92987 = x92986
-x92988 = x92987
-x92989 = x92988
-x92990 = x92989
-x92991 = x92990
-x92992 = x92991
-x92993 = x92992
-x92994 = x92993
-x92995 = x92994
-x92996 = x92995
-x92997 = x92996
-x92998 = x92997
-x92999 = x92998
-x93000 = x92999
-x93001 = x93000
-x93002 = x93001
-x93003 = x93002
-x93004 = x93003
-x93005 = x93004
-x93006 = x93005
-x93007 = x93006
-x93008 = x93007
-x93009 = x93008
-x93010 = x93009
-x93011 = x93010
-x93012 = x93011
-x93013 = x93012
-x93014 = x93013
-x93015 = x93014
-x93016 = x93015
-x93017 = x93016
-x93018 = x93017
-x93019 = x93018
-x93020 = x93019
-x93021 = x93020
-x93022 = x93021
-x93023 = x93022
-x93024 = x93023
-x93025 = x93024
-x93026 = x93025
-x93027 = x93026
-x93028 = x93027
-x93029 = x93028
-x93030 = x93029
-x93031 = x93030
-x93032 = x93031
-x93033 = x93032
-x93034 = x93033
-x93035 = x93034
-x93036 = x93035
-x93037 = x93036
-x93038 = x93037
-x93039 = x93038
-x93040 = x93039
-x93041 = x93040
-x93042 = x93041
-x93043 = x93042
-x93044 = x93043
-x93045 = x93044
-x93046 = x93045
-x93047 = x93046
-x93048 = x93047
-x93049 = x93048
-x93050 = x93049
-x93051 = x93050
-x93052 = x93051
-x93053 = x93052
-x93054 = x93053
-x93055 = x93054
-x93056 = x93055
-x93057 = x93056
-x93058 = x93057
-x93059 = x93058
-x93060 = x93059
-x93061 = x93060
-x93062 = x93061
-x93063 = x93062
-x93064 = x93063
-x93065 = x93064
-x93066 = x93065
-x93067 = x93066
-x93068 = x93067
-x93069 = x93068
-x93070 = x93069
-x93071 = x93070
-x93072 = x93071
-x93073 = x93072
-x93074 = x93073
-x93075 = x93074
-x93076 = x93075
-x93077 = x93076
-x93078 = x93077
-x93079 = x93078
-x93080 = x93079
-x93081 = x93080
-x93082 = x93081
-x93083 = x93082
-x93084 = x93083
-x93085 = x93084
-x93086 = x93085
-x93087 = x93086
-x93088 = x93087
-x93089 = x93088
-x93090 = x93089
-x93091 = x93090
-x93092 = x93091
-x93093 = x93092
-x93094 = x93093
-x93095 = x93094
-x93096 = x93095
-x93097 = x93096
-x93098 = x93097
-x93099 = x93098
-x93100 = x93099
-x93101 = x93100
-x93102 = x93101
-x93103 = x93102
-x93104 = x93103
-x93105 = x93104
-x93106 = x93105
-x93107 = x93106
-x93108 = x93107
-x93109 = x93108
-x93110 = x93109
-x93111 = x93110
-x93112 = x93111
-x93113 = x93112
-x93114 = x93113
-x93115 = x93114
-x93116 = x93115
-x93117 = x93116
-x93118 = x93117
-x93119 = x93118
-x93120 = x93119
-x93121 = x93120
-x93122 = x93121
-x93123 = x93122
-x93124 = x93123
-x93125 = x93124
-x93126 = x93125
-x93127 = x93126
-x93128 = x93127
-x93129 = x93128
-x93130 = x93129
-x93131 = x93130
-x93132 = x93131
-x93133 = x93132
-x93134 = x93133
-x93135 = x93134
-x93136 = x93135
-x93137 = x93136
-x93138 = x93137
-x93139 = x93138
-x93140 = x93139
-x93141 = x93140
-x93142 = x93141
-x93143 = x93142
-x93144 = x93143
-x93145 = x93144
-x93146 = x93145
-x93147 = x93146
-x93148 = x93147
-x93149 = x93148
-x93150 = x93149
-x93151 = x93150
-x93152 = x93151
-x93153 = x93152
-x93154 = x93153
-x93155 = x93154
-x93156 = x93155
-x93157 = x93156
-x93158 = x93157
-x93159 = x93158
-x93160 = x93159
-x93161 = x93160
-x93162 = x93161
-x93163 = x93162
-x93164 = x93163
-x93165 = x93164
-x93166 = x93165
-x93167 = x93166
-x93168 = x93167
-x93169 = x93168
-x93170 = x93169
-x93171 = x93170
-x93172 = x93171
-x93173 = x93172
-x93174 = x93173
-x93175 = x93174
-x93176 = x93175
-x93177 = x93176
-x93178 = x93177
-x93179 = x93178
-x93180 = x93179
-x93181 = x93180
-x93182 = x93181
-x93183 = x93182
-x93184 = x93183
-x93185 = x93184
-x93186 = x93185
-x93187 = x93186
-x93188 = x93187
-x93189 = x93188
-x93190 = x93189
-x93191 = x93190
-x93192 = x93191
-x93193 = x93192
-x93194 = x93193
-x93195 = x93194
-x93196 = x93195
-x93197 = x93196
-x93198 = x93197
-x93199 = x93198
-x93200 = x93199
-x93201 = x93200
-x93202 = x93201
-x93203 = x93202
-x93204 = x93203
-x93205 = x93204
-x93206 = x93205
-x93207 = x93206
-x93208 = x93207
-x93209 = x93208
-x93210 = x93209
-x93211 = x93210
-x93212 = x93211
-x93213 = x93212
-x93214 = x93213
-x93215 = x93214
-x93216 = x93215
-x93217 = x93216
-x93218 = x93217
-x93219 = x93218
-x93220 = x93219
-x93221 = x93220
-x93222 = x93221
-x93223 = x93222
-x93224 = x93223
-x93225 = x93224
-x93226 = x93225
-x93227 = x93226
-x93228 = x93227
-x93229 = x93228
-x93230 = x93229
-x93231 = x93230
-x93232 = x93231
-x93233 = x93232
-x93234 = x93233
-x93235 = x93234
-x93236 = x93235
-x93237 = x93236
-x93238 = x93237
-x93239 = x93238
-x93240 = x93239
-x93241 = x93240
-x93242 = x93241
-x93243 = x93242
-x93244 = x93243
-x93245 = x93244
-x93246 = x93245
-x93247 = x93246
-x93248 = x93247
-x93249 = x93248
-x93250 = x93249
-x93251 = x93250
-x93252 = x93251
-x93253 = x93252
-x93254 = x93253
-x93255 = x93254
-x93256 = x93255
-x93257 = x93256
-x93258 = x93257
-x93259 = x93258
-x93260 = x93259
-x93261 = x93260
-x93262 = x93261
-x93263 = x93262
-x93264 = x93263
-x93265 = x93264
-x93266 = x93265
-x93267 = x93266
-x93268 = x93267
-x93269 = x93268
-x93270 = x93269
-x93271 = x93270
-x93272 = x93271
-x93273 = x93272
-x93274 = x93273
-x93275 = x93274
-x93276 = x93275
-x93277 = x93276
-x93278 = x93277
-x93279 = x93278
-x93280 = x93279
-x93281 = x93280
-x93282 = x93281
-x93283 = x93282
-x93284 = x93283
-x93285 = x93284
-x93286 = x93285
-x93287 = x93286
-x93288 = x93287
-x93289 = x93288
-x93290 = x93289
-x93291 = x93290
-x93292 = x93291
-x93293 = x93292
-x93294 = x93293
-x93295 = x93294
-x93296 = x93295
-x93297 = x93296
-x93298 = x93297
-x93299 = x93298
-x93300 = x93299
-x93301 = x93300
-x93302 = x93301
-x93303 = x93302
-x93304 = x93303
-x93305 = x93304
-x93306 = x93305
-x93307 = x93306
-x93308 = x93307
-x93309 = x93308
-x93310 = x93309
-x93311 = x93310
-x93312 = x93311
-x93313 = x93312
-x93314 = x93313
-x93315 = x93314
-x93316 = x93315
-x93317 = x93316
-x93318 = x93317
-x93319 = x93318
-x93320 = x93319
-x93321 = x93320
-x93322 = x93321
-x93323 = x93322
-x93324 = x93323
-x93325 = x93324
-x93326 = x93325
-x93327 = x93326
-x93328 = x93327
-x93329 = x93328
-x93330 = x93329
-x93331 = x93330
-x93332 = x93331
-x93333 = x93332
-x93334 = x93333
-x93335 = x93334
-x93336 = x93335
-x93337 = x93336
-x93338 = x93337
-x93339 = x93338
-x93340 = x93339
-x93341 = x93340
-x93342 = x93341
-x93343 = x93342
-x93344 = x93343
-x93345 = x93344
-x93346 = x93345
-x93347 = x93346
-x93348 = x93347
-x93349 = x93348
-x93350 = x93349
-x93351 = x93350
-x93352 = x93351
-x93353 = x93352
-x93354 = x93353
-x93355 = x93354
-x93356 = x93355
-x93357 = x93356
-x93358 = x93357
-x93359 = x93358
-x93360 = x93359
-x93361 = x93360
-x93362 = x93361
-x93363 = x93362
-x93364 = x93363
-x93365 = x93364
-x93366 = x93365
-x93367 = x93366
-x93368 = x93367
-x93369 = x93368
-x93370 = x93369
-x93371 = x93370
-x93372 = x93371
-x93373 = x93372
-x93374 = x93373
-x93375 = x93374
-x93376 = x93375
-x93377 = x93376
-x93378 = x93377
-x93379 = x93378
-x93380 = x93379
-x93381 = x93380
-x93382 = x93381
-x93383 = x93382
-x93384 = x93383
-x93385 = x93384
-x93386 = x93385
-x93387 = x93386
-x93388 = x93387
-x93389 = x93388
-x93390 = x93389
-x93391 = x93390
-x93392 = x93391
-x93393 = x93392
-x93394 = x93393
-x93395 = x93394
-x93396 = x93395
-x93397 = x93396
-x93398 = x93397
-x93399 = x93398
-x93400 = x93399
-x93401 = x93400
-x93402 = x93401
-x93403 = x93402
-x93404 = x93403
-x93405 = x93404
-x93406 = x93405
-x93407 = x93406
-x93408 = x93407
-x93409 = x93408
-x93410 = x93409
-x93411 = x93410
-x93412 = x93411
-x93413 = x93412
-x93414 = x93413
-x93415 = x93414
-x93416 = x93415
-x93417 = x93416
-x93418 = x93417
-x93419 = x93418
-x93420 = x93419
-x93421 = x93420
-x93422 = x93421
-x93423 = x93422
-x93424 = x93423
-x93425 = x93424
-x93426 = x93425
-x93427 = x93426
-x93428 = x93427
-x93429 = x93428
-x93430 = x93429
-x93431 = x93430
-x93432 = x93431
-x93433 = x93432
-x93434 = x93433
-x93435 = x93434
-x93436 = x93435
-x93437 = x93436
-x93438 = x93437
-x93439 = x93438
-x93440 = x93439
-x93441 = x93440
-x93442 = x93441
-x93443 = x93442
-x93444 = x93443
-x93445 = x93444
-x93446 = x93445
-x93447 = x93446
-x93448 = x93447
-x93449 = x93448
-x93450 = x93449
-x93451 = x93450
-x93452 = x93451
-x93453 = x93452
-x93454 = x93453
-x93455 = x93454
-x93456 = x93455
-x93457 = x93456
-x93458 = x93457
-x93459 = x93458
-x93460 = x93459
-x93461 = x93460
-x93462 = x93461
-x93463 = x93462
-x93464 = x93463
-x93465 = x93464
-x93466 = x93465
-x93467 = x93466
-x93468 = x93467
-x93469 = x93468
-x93470 = x93469
-x93471 = x93470
-x93472 = x93471
-x93473 = x93472
-x93474 = x93473
-x93475 = x93474
-x93476 = x93475
-x93477 = x93476
-x93478 = x93477
-x93479 = x93478
-x93480 = x93479
-x93481 = x93480
-x93482 = x93481
-x93483 = x93482
-x93484 = x93483
-x93485 = x93484
-x93486 = x93485
-x93487 = x93486
-x93488 = x93487
-x93489 = x93488
-x93490 = x93489
-x93491 = x93490
-x93492 = x93491
-x93493 = x93492
-x93494 = x93493
-x93495 = x93494
-x93496 = x93495
-x93497 = x93496
-x93498 = x93497
-x93499 = x93498
-x93500 = x93499
-x93501 = x93500
-x93502 = x93501
-x93503 = x93502
-x93504 = x93503
-x93505 = x93504
-x93506 = x93505
-x93507 = x93506
-x93508 = x93507
-x93509 = x93508
-x93510 = x93509
-x93511 = x93510
-x93512 = x93511
-x93513 = x93512
-x93514 = x93513
-x93515 = x93514
-x93516 = x93515
-x93517 = x93516
-x93518 = x93517
-x93519 = x93518
-x93520 = x93519
-x93521 = x93520
-x93522 = x93521
-x93523 = x93522
-x93524 = x93523
-x93525 = x93524
-x93526 = x93525
-x93527 = x93526
-x93528 = x93527
-x93529 = x93528
-x93530 = x93529
-x93531 = x93530
-x93532 = x93531
-x93533 = x93532
-x93534 = x93533
-x93535 = x93534
-x93536 = x93535
-x93537 = x93536
-x93538 = x93537
-x93539 = x93538
-x93540 = x93539
-x93541 = x93540
-x93542 = x93541
-x93543 = x93542
-x93544 = x93543
-x93545 = x93544
-x93546 = x93545
-x93547 = x93546
-x93548 = x93547
-x93549 = x93548
-x93550 = x93549
-x93551 = x93550
-x93552 = x93551
-x93553 = x93552
-x93554 = x93553
-x93555 = x93554
-x93556 = x93555
-x93557 = x93556
-x93558 = x93557
-x93559 = x93558
-x93560 = x93559
-x93561 = x93560
-x93562 = x93561
-x93563 = x93562
-x93564 = x93563
-x93565 = x93564
-x93566 = x93565
-x93567 = x93566
-x93568 = x93567
-x93569 = x93568
-x93570 = x93569
-x93571 = x93570
-x93572 = x93571
-x93573 = x93572
-x93574 = x93573
-x93575 = x93574
-x93576 = x93575
-x93577 = x93576
-x93578 = x93577
-x93579 = x93578
-x93580 = x93579
-x93581 = x93580
-x93582 = x93581
-x93583 = x93582
-x93584 = x93583
-x93585 = x93584
-x93586 = x93585
-x93587 = x93586
-x93588 = x93587
-x93589 = x93588
-x93590 = x93589
-x93591 = x93590
-x93592 = x93591
-x93593 = x93592
-x93594 = x93593
-x93595 = x93594
-x93596 = x93595
-x93597 = x93596
-x93598 = x93597
-x93599 = x93598
-x93600 = x93599
-x93601 = x93600
-x93602 = x93601
-x93603 = x93602
-x93604 = x93603
-x93605 = x93604
-x93606 = x93605
-x93607 = x93606
-x93608 = x93607
-x93609 = x93608
-x93610 = x93609
-x93611 = x93610
-x93612 = x93611
-x93613 = x93612
-x93614 = x93613
-x93615 = x93614
-x93616 = x93615
-x93617 = x93616
-x93618 = x93617
-x93619 = x93618
-x93620 = x93619
-x93621 = x93620
-x93622 = x93621
-x93623 = x93622
-x93624 = x93623
-x93625 = x93624
-x93626 = x93625
-x93627 = x93626
-x93628 = x93627
-x93629 = x93628
-x93630 = x93629
-x93631 = x93630
-x93632 = x93631
-x93633 = x93632
-x93634 = x93633
-x93635 = x93634
-x93636 = x93635
-x93637 = x93636
-x93638 = x93637
-x93639 = x93638
-x93640 = x93639
-x93641 = x93640
-x93642 = x93641
-x93643 = x93642
-x93644 = x93643
-x93645 = x93644
-x93646 = x93645
-x93647 = x93646
-x93648 = x93647
-x93649 = x93648
-x93650 = x93649
-x93651 = x93650
-x93652 = x93651
-x93653 = x93652
-x93654 = x93653
-x93655 = x93654
-x93656 = x93655
-x93657 = x93656
-x93658 = x93657
-x93659 = x93658
-x93660 = x93659
-x93661 = x93660
-x93662 = x93661
-x93663 = x93662
-x93664 = x93663
-x93665 = x93664
-x93666 = x93665
-x93667 = x93666
-x93668 = x93667
-x93669 = x93668
-x93670 = x93669
-x93671 = x93670
-x93672 = x93671
-x93673 = x93672
-x93674 = x93673
-x93675 = x93674
-x93676 = x93675
-x93677 = x93676
-x93678 = x93677
-x93679 = x93678
-x93680 = x93679
-x93681 = x93680
-x93682 = x93681
-x93683 = x93682
-x93684 = x93683
-x93685 = x93684
-x93686 = x93685
-x93687 = x93686
-x93688 = x93687
-x93689 = x93688
-x93690 = x93689
-x93691 = x93690
-x93692 = x93691
-x93693 = x93692
-x93694 = x93693
-x93695 = x93694
-x93696 = x93695
-x93697 = x93696
-x93698 = x93697
-x93699 = x93698
-x93700 = x93699
-x93701 = x93700
-x93702 = x93701
-x93703 = x93702
-x93704 = x93703
-x93705 = x93704
-x93706 = x93705
-x93707 = x93706
-x93708 = x93707
-x93709 = x93708
-x93710 = x93709
-x93711 = x93710
-x93712 = x93711
-x93713 = x93712
-x93714 = x93713
-x93715 = x93714
-x93716 = x93715
-x93717 = x93716
-x93718 = x93717
-x93719 = x93718
-x93720 = x93719
-x93721 = x93720
-x93722 = x93721
-x93723 = x93722
-x93724 = x93723
-x93725 = x93724
-x93726 = x93725
-x93727 = x93726
-x93728 = x93727
-x93729 = x93728
-x93730 = x93729
-x93731 = x93730
-x93732 = x93731
-x93733 = x93732
-x93734 = x93733
-x93735 = x93734
-x93736 = x93735
-x93737 = x93736
-x93738 = x93737
-x93739 = x93738
-x93740 = x93739
-x93741 = x93740
-x93742 = x93741
-x93743 = x93742
-x93744 = x93743
-x93745 = x93744
-x93746 = x93745
-x93747 = x93746
-x93748 = x93747
-x93749 = x93748
-x93750 = x93749
-x93751 = x93750
-x93752 = x93751
-x93753 = x93752
-x93754 = x93753
-x93755 = x93754
-x93756 = x93755
-x93757 = x93756
-x93758 = x93757
-x93759 = x93758
-x93760 = x93759
-x93761 = x93760
-x93762 = x93761
-x93763 = x93762
-x93764 = x93763
-x93765 = x93764
-x93766 = x93765
-x93767 = x93766
-x93768 = x93767
-x93769 = x93768
-x93770 = x93769
-x93771 = x93770
-x93772 = x93771
-x93773 = x93772
-x93774 = x93773
-x93775 = x93774
-x93776 = x93775
-x93777 = x93776
-x93778 = x93777
-x93779 = x93778
-x93780 = x93779
-x93781 = x93780
-x93782 = x93781
-x93783 = x93782
-x93784 = x93783
-x93785 = x93784
-x93786 = x93785
-x93787 = x93786
-x93788 = x93787
-x93789 = x93788
-x93790 = x93789
-x93791 = x93790
-x93792 = x93791
-x93793 = x93792
-x93794 = x93793
-x93795 = x93794
-x93796 = x93795
-x93797 = x93796
-x93798 = x93797
-x93799 = x93798
-x93800 = x93799
-x93801 = x93800
-x93802 = x93801
-x93803 = x93802
-x93804 = x93803
-x93805 = x93804
-x93806 = x93805
-x93807 = x93806
-x93808 = x93807
-x93809 = x93808
-x93810 = x93809
-x93811 = x93810
-x93812 = x93811
-x93813 = x93812
-x93814 = x93813
-x93815 = x93814
-x93816 = x93815
-x93817 = x93816
-x93818 = x93817
-x93819 = x93818
-x93820 = x93819
-x93821 = x93820
-x93822 = x93821
-x93823 = x93822
-x93824 = x93823
-x93825 = x93824
-x93826 = x93825
-x93827 = x93826
-x93828 = x93827
-x93829 = x93828
-x93830 = x93829
-x93831 = x93830
-x93832 = x93831
-x93833 = x93832
-x93834 = x93833
-x93835 = x93834
-x93836 = x93835
-x93837 = x93836
-x93838 = x93837
-x93839 = x93838
-x93840 = x93839
-x93841 = x93840
-x93842 = x93841
-x93843 = x93842
-x93844 = x93843
-x93845 = x93844
-x93846 = x93845
-x93847 = x93846
-x93848 = x93847
-x93849 = x93848
-x93850 = x93849
-x93851 = x93850
-x93852 = x93851
-x93853 = x93852
-x93854 = x93853
-x93855 = x93854
-x93856 = x93855
-x93857 = x93856
-x93858 = x93857
-x93859 = x93858
-x93860 = x93859
-x93861 = x93860
-x93862 = x93861
-x93863 = x93862
-x93864 = x93863
-x93865 = x93864
-x93866 = x93865
-x93867 = x93866
-x93868 = x93867
-x93869 = x93868
-x93870 = x93869
-x93871 = x93870
-x93872 = x93871
-x93873 = x93872
-x93874 = x93873
-x93875 = x93874
-x93876 = x93875
-x93877 = x93876
-x93878 = x93877
-x93879 = x93878
-x93880 = x93879
-x93881 = x93880
-x93882 = x93881
-x93883 = x93882
-x93884 = x93883
-x93885 = x93884
-x93886 = x93885
-x93887 = x93886
-x93888 = x93887
-x93889 = x93888
-x93890 = x93889
-x93891 = x93890
-x93892 = x93891
-x93893 = x93892
-x93894 = x93893
-x93895 = x93894
-x93896 = x93895
-x93897 = x93896
-x93898 = x93897
-x93899 = x93898
-x93900 = x93899
-x93901 = x93900
-x93902 = x93901
-x93903 = x93902
-x93904 = x93903
-x93905 = x93904
-x93906 = x93905
-x93907 = x93906
-x93908 = x93907
-x93909 = x93908
-x93910 = x93909
-x93911 = x93910
-x93912 = x93911
-x93913 = x93912
-x93914 = x93913
-x93915 = x93914
-x93916 = x93915
-x93917 = x93916
-x93918 = x93917
-x93919 = x93918
-x93920 = x93919
-x93921 = x93920
-x93922 = x93921
-x93923 = x93922
-x93924 = x93923
-x93925 = x93924
-x93926 = x93925
-x93927 = x93926
-x93928 = x93927
-x93929 = x93928
-x93930 = x93929
-x93931 = x93930
-x93932 = x93931
-x93933 = x93932
-x93934 = x93933
-x93935 = x93934
-x93936 = x93935
-x93937 = x93936
-x93938 = x93937
-x93939 = x93938
-x93940 = x93939
-x93941 = x93940
-x93942 = x93941
-x93943 = x93942
-x93944 = x93943
-x93945 = x93944
-x93946 = x93945
-x93947 = x93946
-x93948 = x93947
-x93949 = x93948
-x93950 = x93949
-x93951 = x93950
-x93952 = x93951
-x93953 = x93952
-x93954 = x93953
-x93955 = x93954
-x93956 = x93955
-x93957 = x93956
-x93958 = x93957
-x93959 = x93958
-x93960 = x93959
-x93961 = x93960
-x93962 = x93961
-x93963 = x93962
-x93964 = x93963
-x93965 = x93964
-x93966 = x93965
-x93967 = x93966
-x93968 = x93967
-x93969 = x93968
-x93970 = x93969
-x93971 = x93970
-x93972 = x93971
-x93973 = x93972
-x93974 = x93973
-x93975 = x93974
-x93976 = x93975
-x93977 = x93976
-x93978 = x93977
-x93979 = x93978
-x93980 = x93979
-x93981 = x93980
-x93982 = x93981
-x93983 = x93982
-x93984 = x93983
-x93985 = x93984
-x93986 = x93985
-x93987 = x93986
-x93988 = x93987
-x93989 = x93988
-x93990 = x93989
-x93991 = x93990
-x93992 = x93991
-x93993 = x93992
-x93994 = x93993
-x93995 = x93994
-x93996 = x93995
-x93997 = x93996
-x93998 = x93997
-x93999 = x93998
-x94000 = x93999
-x94001 = x94000
-x94002 = x94001
-x94003 = x94002
-x94004 = x94003
-x94005 = x94004
-x94006 = x94005
-x94007 = x94006
-x94008 = x94007
-x94009 = x94008
-x94010 = x94009
-x94011 = x94010
-x94012 = x94011
-x94013 = x94012
-x94014 = x94013
-x94015 = x94014
-x94016 = x94015
-x94017 = x94016
-x94018 = x94017
-x94019 = x94018
-x94020 = x94019
-x94021 = x94020
-x94022 = x94021
-x94023 = x94022
-x94024 = x94023
-x94025 = x94024
-x94026 = x94025
-x94027 = x94026
-x94028 = x94027
-x94029 = x94028
-x94030 = x94029
-x94031 = x94030
-x94032 = x94031
-x94033 = x94032
-x94034 = x94033
-x94035 = x94034
-x94036 = x94035
-x94037 = x94036
-x94038 = x94037
-x94039 = x94038
-x94040 = x94039
-x94041 = x94040
-x94042 = x94041
-x94043 = x94042
-x94044 = x94043
-x94045 = x94044
-x94046 = x94045
-x94047 = x94046
-x94048 = x94047
-x94049 = x94048
-x94050 = x94049
-x94051 = x94050
-x94052 = x94051
-x94053 = x94052
-x94054 = x94053
-x94055 = x94054
-x94056 = x94055
-x94057 = x94056
-x94058 = x94057
-x94059 = x94058
-x94060 = x94059
-x94061 = x94060
-x94062 = x94061
-x94063 = x94062
-x94064 = x94063
-x94065 = x94064
-x94066 = x94065
-x94067 = x94066
-x94068 = x94067
-x94069 = x94068
-x94070 = x94069
-x94071 = x94070
-x94072 = x94071
-x94073 = x94072
-x94074 = x94073
-x94075 = x94074
-x94076 = x94075
-x94077 = x94076
-x94078 = x94077
-x94079 = x94078
-x94080 = x94079
-x94081 = x94080
-x94082 = x94081
-x94083 = x94082
-x94084 = x94083
-x94085 = x94084
-x94086 = x94085
-x94087 = x94086
-x94088 = x94087
-x94089 = x94088
-x94090 = x94089
-x94091 = x94090
-x94092 = x94091
-x94093 = x94092
-x94094 = x94093
-x94095 = x94094
-x94096 = x94095
-x94097 = x94096
-x94098 = x94097
-x94099 = x94098
-x94100 = x94099
-x94101 = x94100
-x94102 = x94101
-x94103 = x94102
-x94104 = x94103
-x94105 = x94104
-x94106 = x94105
-x94107 = x94106
-x94108 = x94107
-x94109 = x94108
-x94110 = x94109
-x94111 = x94110
-x94112 = x94111
-x94113 = x94112
-x94114 = x94113
-x94115 = x94114
-x94116 = x94115
-x94117 = x94116
-x94118 = x94117
-x94119 = x94118
-x94120 = x94119
-x94121 = x94120
-x94122 = x94121
-x94123 = x94122
-x94124 = x94123
-x94125 = x94124
-x94126 = x94125
-x94127 = x94126
-x94128 = x94127
-x94129 = x94128
-x94130 = x94129
-x94131 = x94130
-x94132 = x94131
-x94133 = x94132
-x94134 = x94133
-x94135 = x94134
-x94136 = x94135
-x94137 = x94136
-x94138 = x94137
-x94139 = x94138
-x94140 = x94139
-x94141 = x94140
-x94142 = x94141
-x94143 = x94142
-x94144 = x94143
-x94145 = x94144
-x94146 = x94145
-x94147 = x94146
-x94148 = x94147
-x94149 = x94148
-x94150 = x94149
-x94151 = x94150
-x94152 = x94151
-x94153 = x94152
-x94154 = x94153
-x94155 = x94154
-x94156 = x94155
-x94157 = x94156
-x94158 = x94157
-x94159 = x94158
-x94160 = x94159
-x94161 = x94160
-x94162 = x94161
-x94163 = x94162
-x94164 = x94163
-x94165 = x94164
-x94166 = x94165
-x94167 = x94166
-x94168 = x94167
-x94169 = x94168
-x94170 = x94169
-x94171 = x94170
-x94172 = x94171
-x94173 = x94172
-x94174 = x94173
-x94175 = x94174
-x94176 = x94175
-x94177 = x94176
-x94178 = x94177
-x94179 = x94178
-x94180 = x94179
-x94181 = x94180
-x94182 = x94181
-x94183 = x94182
-x94184 = x94183
-x94185 = x94184
-x94186 = x94185
-x94187 = x94186
-x94188 = x94187
-x94189 = x94188
-x94190 = x94189
-x94191 = x94190
-x94192 = x94191
-x94193 = x94192
-x94194 = x94193
-x94195 = x94194
-x94196 = x94195
-x94197 = x94196
-x94198 = x94197
-x94199 = x94198
-x94200 = x94199
-x94201 = x94200
-x94202 = x94201
-x94203 = x94202
-x94204 = x94203
-x94205 = x94204
-x94206 = x94205
-x94207 = x94206
-x94208 = x94207
-x94209 = x94208
-x94210 = x94209
-x94211 = x94210
-x94212 = x94211
-x94213 = x94212
-x94214 = x94213
-x94215 = x94214
-x94216 = x94215
-x94217 = x94216
-x94218 = x94217
-x94219 = x94218
-x94220 = x94219
-x94221 = x94220
-x94222 = x94221
-x94223 = x94222
-x94224 = x94223
-x94225 = x94224
-x94226 = x94225
-x94227 = x94226
-x94228 = x94227
-x94229 = x94228
-x94230 = x94229
-x94231 = x94230
-x94232 = x94231
-x94233 = x94232
-x94234 = x94233
-x94235 = x94234
-x94236 = x94235
-x94237 = x94236
-x94238 = x94237
-x94239 = x94238
-x94240 = x94239
-x94241 = x94240
-x94242 = x94241
-x94243 = x94242
-x94244 = x94243
-x94245 = x94244
-x94246 = x94245
-x94247 = x94246
-x94248 = x94247
-x94249 = x94248
-x94250 = x94249
-x94251 = x94250
-x94252 = x94251
-x94253 = x94252
-x94254 = x94253
-x94255 = x94254
-x94256 = x94255
-x94257 = x94256
-x94258 = x94257
-x94259 = x94258
-x94260 = x94259
-x94261 = x94260
-x94262 = x94261
-x94263 = x94262
-x94264 = x94263
-x94265 = x94264
-x94266 = x94265
-x94267 = x94266
-x94268 = x94267
-x94269 = x94268
-x94270 = x94269
-x94271 = x94270
-x94272 = x94271
-x94273 = x94272
-x94274 = x94273
-x94275 = x94274
-x94276 = x94275
-x94277 = x94276
-x94278 = x94277
-x94279 = x94278
-x94280 = x94279
-x94281 = x94280
-x94282 = x94281
-x94283 = x94282
-x94284 = x94283
-x94285 = x94284
-x94286 = x94285
-x94287 = x94286
-x94288 = x94287
-x94289 = x94288
-x94290 = x94289
-x94291 = x94290
-x94292 = x94291
-x94293 = x94292
-x94294 = x94293
-x94295 = x94294
-x94296 = x94295
-x94297 = x94296
-x94298 = x94297
-x94299 = x94298
-x94300 = x94299
-x94301 = x94300
-x94302 = x94301
-x94303 = x94302
-x94304 = x94303
-x94305 = x94304
-x94306 = x94305
-x94307 = x94306
-x94308 = x94307
-x94309 = x94308
-x94310 = x94309
-x94311 = x94310
-x94312 = x94311
-x94313 = x94312
-x94314 = x94313
-x94315 = x94314
-x94316 = x94315
-x94317 = x94316
-x94318 = x94317
-x94319 = x94318
-x94320 = x94319
-x94321 = x94320
-x94322 = x94321
-x94323 = x94322
-x94324 = x94323
-x94325 = x94324
-x94326 = x94325
-x94327 = x94326
-x94328 = x94327
-x94329 = x94328
-x94330 = x94329
-x94331 = x94330
-x94332 = x94331
-x94333 = x94332
-x94334 = x94333
-x94335 = x94334
-x94336 = x94335
-x94337 = x94336
-x94338 = x94337
-x94339 = x94338
-x94340 = x94339
-x94341 = x94340
-x94342 = x94341
-x94343 = x94342
-x94344 = x94343
-x94345 = x94344
-x94346 = x94345
-x94347 = x94346
-x94348 = x94347
-x94349 = x94348
-x94350 = x94349
-x94351 = x94350
-x94352 = x94351
-x94353 = x94352
-x94354 = x94353
-x94355 = x94354
-x94356 = x94355
-x94357 = x94356
-x94358 = x94357
-x94359 = x94358
-x94360 = x94359
-x94361 = x94360
-x94362 = x94361
-x94363 = x94362
-x94364 = x94363
-x94365 = x94364
-x94366 = x94365
-x94367 = x94366
-x94368 = x94367
-x94369 = x94368
-x94370 = x94369
-x94371 = x94370
-x94372 = x94371
-x94373 = x94372
-x94374 = x94373
-x94375 = x94374
-x94376 = x94375
-x94377 = x94376
-x94378 = x94377
-x94379 = x94378
-x94380 = x94379
-x94381 = x94380
-x94382 = x94381
-x94383 = x94382
-x94384 = x94383
-x94385 = x94384
-x94386 = x94385
-x94387 = x94386
-x94388 = x94387
-x94389 = x94388
-x94390 = x94389
-x94391 = x94390
-x94392 = x94391
-x94393 = x94392
-x94394 = x94393
-x94395 = x94394
-x94396 = x94395
-x94397 = x94396
-x94398 = x94397
-x94399 = x94398
-x94400 = x94399
-x94401 = x94400
-x94402 = x94401
-x94403 = x94402
-x94404 = x94403
-x94405 = x94404
-x94406 = x94405
-x94407 = x94406
-x94408 = x94407
-x94409 = x94408
-x94410 = x94409
-x94411 = x94410
-x94412 = x94411
-x94413 = x94412
-x94414 = x94413
-x94415 = x94414
-x94416 = x94415
-x94417 = x94416
-x94418 = x94417
-x94419 = x94418
-x94420 = x94419
-x94421 = x94420
-x94422 = x94421
-x94423 = x94422
-x94424 = x94423
-x94425 = x94424
-x94426 = x94425
-x94427 = x94426
-x94428 = x94427
-x94429 = x94428
-x94430 = x94429
-x94431 = x94430
-x94432 = x94431
-x94433 = x94432
-x94434 = x94433
-x94435 = x94434
-x94436 = x94435
-x94437 = x94436
-x94438 = x94437
-x94439 = x94438
-x94440 = x94439
-x94441 = x94440
-x94442 = x94441
-x94443 = x94442
-x94444 = x94443
-x94445 = x94444
-x94446 = x94445
-x94447 = x94446
-x94448 = x94447
-x94449 = x94448
-x94450 = x94449
-x94451 = x94450
-x94452 = x94451
-x94453 = x94452
-x94454 = x94453
-x94455 = x94454
-x94456 = x94455
-x94457 = x94456
-x94458 = x94457
-x94459 = x94458
-x94460 = x94459
-x94461 = x94460
-x94462 = x94461
-x94463 = x94462
-x94464 = x94463
-x94465 = x94464
-x94466 = x94465
-x94467 = x94466
-x94468 = x94467
-x94469 = x94468
-x94470 = x94469
-x94471 = x94470
-x94472 = x94471
-x94473 = x94472
-x94474 = x94473
-x94475 = x94474
-x94476 = x94475
-x94477 = x94476
-x94478 = x94477
-x94479 = x94478
-x94480 = x94479
-x94481 = x94480
-x94482 = x94481
-x94483 = x94482
-x94484 = x94483
-x94485 = x94484
-x94486 = x94485
-x94487 = x94486
-x94488 = x94487
-x94489 = x94488
-x94490 = x94489
-x94491 = x94490
-x94492 = x94491
-x94493 = x94492
-x94494 = x94493
-x94495 = x94494
-x94496 = x94495
-x94497 = x94496
-x94498 = x94497
-x94499 = x94498
-x94500 = x94499
-x94501 = x94500
-x94502 = x94501
-x94503 = x94502
-x94504 = x94503
-x94505 = x94504
-x94506 = x94505
-x94507 = x94506
-x94508 = x94507
-x94509 = x94508
-x94510 = x94509
-x94511 = x94510
-x94512 = x94511
-x94513 = x94512
-x94514 = x94513
-x94515 = x94514
-x94516 = x94515
-x94517 = x94516
-x94518 = x94517
-x94519 = x94518
-x94520 = x94519
-x94521 = x94520
-x94522 = x94521
-x94523 = x94522
-x94524 = x94523
-x94525 = x94524
-x94526 = x94525
-x94527 = x94526
-x94528 = x94527
-x94529 = x94528
-x94530 = x94529
-x94531 = x94530
-x94532 = x94531
-x94533 = x94532
-x94534 = x94533
-x94535 = x94534
-x94536 = x94535
-x94537 = x94536
-x94538 = x94537
-x94539 = x94538
-x94540 = x94539
-x94541 = x94540
-x94542 = x94541
-x94543 = x94542
-x94544 = x94543
-x94545 = x94544
-x94546 = x94545
-x94547 = x94546
-x94548 = x94547
-x94549 = x94548
-x94550 = x94549
-x94551 = x94550
-x94552 = x94551
-x94553 = x94552
-x94554 = x94553
-x94555 = x94554
-x94556 = x94555
-x94557 = x94556
-x94558 = x94557
-x94559 = x94558
-x94560 = x94559
-x94561 = x94560
-x94562 = x94561
-x94563 = x94562
-x94564 = x94563
-x94565 = x94564
-x94566 = x94565
-x94567 = x94566
-x94568 = x94567
-x94569 = x94568
-x94570 = x94569
-x94571 = x94570
-x94572 = x94571
-x94573 = x94572
-x94574 = x94573
-x94575 = x94574
-x94576 = x94575
-x94577 = x94576
-x94578 = x94577
-x94579 = x94578
-x94580 = x94579
-x94581 = x94580
-x94582 = x94581
-x94583 = x94582
-x94584 = x94583
-x94585 = x94584
-x94586 = x94585
-x94587 = x94586
-x94588 = x94587
-x94589 = x94588
-x94590 = x94589
-x94591 = x94590
-x94592 = x94591
-x94593 = x94592
-x94594 = x94593
-x94595 = x94594
-x94596 = x94595
-x94597 = x94596
-x94598 = x94597
-x94599 = x94598
-x94600 = x94599
-x94601 = x94600
-x94602 = x94601
-x94603 = x94602
-x94604 = x94603
-x94605 = x94604
-x94606 = x94605
-x94607 = x94606
-x94608 = x94607
-x94609 = x94608
-x94610 = x94609
-x94611 = x94610
-x94612 = x94611
-x94613 = x94612
-x94614 = x94613
-x94615 = x94614
-x94616 = x94615
-x94617 = x94616
-x94618 = x94617
-x94619 = x94618
-x94620 = x94619
-x94621 = x94620
-x94622 = x94621
-x94623 = x94622
-x94624 = x94623
-x94625 = x94624
-x94626 = x94625
-x94627 = x94626
-x94628 = x94627
-x94629 = x94628
-x94630 = x94629
-x94631 = x94630
-x94632 = x94631
-x94633 = x94632
-x94634 = x94633
-x94635 = x94634
-x94636 = x94635
-x94637 = x94636
-x94638 = x94637
-x94639 = x94638
-x94640 = x94639
-x94641 = x94640
-x94642 = x94641
-x94643 = x94642
-x94644 = x94643
-x94645 = x94644
-x94646 = x94645
-x94647 = x94646
-x94648 = x94647
-x94649 = x94648
-x94650 = x94649
-x94651 = x94650
-x94652 = x94651
-x94653 = x94652
-x94654 = x94653
-x94655 = x94654
-x94656 = x94655
-x94657 = x94656
-x94658 = x94657
-x94659 = x94658
-x94660 = x94659
-x94661 = x94660
-x94662 = x94661
-x94663 = x94662
-x94664 = x94663
-x94665 = x94664
-x94666 = x94665
-x94667 = x94666
-x94668 = x94667
-x94669 = x94668
-x94670 = x94669
-x94671 = x94670
-x94672 = x94671
-x94673 = x94672
-x94674 = x94673
-x94675 = x94674
-x94676 = x94675
-x94677 = x94676
-x94678 = x94677
-x94679 = x94678
-x94680 = x94679
-x94681 = x94680
-x94682 = x94681
-x94683 = x94682
-x94684 = x94683
-x94685 = x94684
-x94686 = x94685
-x94687 = x94686
-x94688 = x94687
-x94689 = x94688
-x94690 = x94689
-x94691 = x94690
-x94692 = x94691
-x94693 = x94692
-x94694 = x94693
-x94695 = x94694
-x94696 = x94695
-x94697 = x94696
-x94698 = x94697
-x94699 = x94698
-x94700 = x94699
-x94701 = x94700
-x94702 = x94701
-x94703 = x94702
-x94704 = x94703
-x94705 = x94704
-x94706 = x94705
-x94707 = x94706
-x94708 = x94707
-x94709 = x94708
-x94710 = x94709
-x94711 = x94710
-x94712 = x94711
-x94713 = x94712
-x94714 = x94713
-x94715 = x94714
-x94716 = x94715
-x94717 = x94716
-x94718 = x94717
-x94719 = x94718
-x94720 = x94719
-x94721 = x94720
-x94722 = x94721
-x94723 = x94722
-x94724 = x94723
-x94725 = x94724
-x94726 = x94725
-x94727 = x94726
-x94728 = x94727
-x94729 = x94728
-x94730 = x94729
-x94731 = x94730
-x94732 = x94731
-x94733 = x94732
-x94734 = x94733
-x94735 = x94734
-x94736 = x94735
-x94737 = x94736
-x94738 = x94737
-x94739 = x94738
-x94740 = x94739
-x94741 = x94740
-x94742 = x94741
-x94743 = x94742
-x94744 = x94743
-x94745 = x94744
-x94746 = x94745
-x94747 = x94746
-x94748 = x94747
-x94749 = x94748
-x94750 = x94749
-x94751 = x94750
-x94752 = x94751
-x94753 = x94752
-x94754 = x94753
-x94755 = x94754
-x94756 = x94755
-x94757 = x94756
-x94758 = x94757
-x94759 = x94758
-x94760 = x94759
-x94761 = x94760
-x94762 = x94761
-x94763 = x94762
-x94764 = x94763
-x94765 = x94764
-x94766 = x94765
-x94767 = x94766
-x94768 = x94767
-x94769 = x94768
-x94770 = x94769
-x94771 = x94770
-x94772 = x94771
-x94773 = x94772
-x94774 = x94773
-x94775 = x94774
-x94776 = x94775
-x94777 = x94776
-x94778 = x94777
-x94779 = x94778
-x94780 = x94779
-x94781 = x94780
-x94782 = x94781
-x94783 = x94782
-x94784 = x94783
-x94785 = x94784
-x94786 = x94785
-x94787 = x94786
-x94788 = x94787
-x94789 = x94788
-x94790 = x94789
-x94791 = x94790
-x94792 = x94791
-x94793 = x94792
-x94794 = x94793
-x94795 = x94794
-x94796 = x94795
-x94797 = x94796
-x94798 = x94797
-x94799 = x94798
-x94800 = x94799
-x94801 = x94800
-x94802 = x94801
-x94803 = x94802
-x94804 = x94803
-x94805 = x94804
-x94806 = x94805
-x94807 = x94806
-x94808 = x94807
-x94809 = x94808
-x94810 = x94809
-x94811 = x94810
-x94812 = x94811
-x94813 = x94812
-x94814 = x94813
-x94815 = x94814
-x94816 = x94815
-x94817 = x94816
-x94818 = x94817
-x94819 = x94818
-x94820 = x94819
-x94821 = x94820
-x94822 = x94821
-x94823 = x94822
-x94824 = x94823
-x94825 = x94824
-x94826 = x94825
-x94827 = x94826
-x94828 = x94827
-x94829 = x94828
-x94830 = x94829
-x94831 = x94830
-x94832 = x94831
-x94833 = x94832
-x94834 = x94833
-x94835 = x94834
-x94836 = x94835
-x94837 = x94836
-x94838 = x94837
-x94839 = x94838
-x94840 = x94839
-x94841 = x94840
-x94842 = x94841
-x94843 = x94842
-x94844 = x94843
-x94845 = x94844
-x94846 = x94845
-x94847 = x94846
-x94848 = x94847
-x94849 = x94848
-x94850 = x94849
-x94851 = x94850
-x94852 = x94851
-x94853 = x94852
-x94854 = x94853
-x94855 = x94854
-x94856 = x94855
-x94857 = x94856
-x94858 = x94857
-x94859 = x94858
-x94860 = x94859
-x94861 = x94860
-x94862 = x94861
-x94863 = x94862
-x94864 = x94863
-x94865 = x94864
-x94866 = x94865
-x94867 = x94866
-x94868 = x94867
-x94869 = x94868
-x94870 = x94869
-x94871 = x94870
-x94872 = x94871
-x94873 = x94872
-x94874 = x94873
-x94875 = x94874
-x94876 = x94875
-x94877 = x94876
-x94878 = x94877
-x94879 = x94878
-x94880 = x94879
-x94881 = x94880
-x94882 = x94881
-x94883 = x94882
-x94884 = x94883
-x94885 = x94884
-x94886 = x94885
-x94887 = x94886
-x94888 = x94887
-x94889 = x94888
-x94890 = x94889
-x94891 = x94890
-x94892 = x94891
-x94893 = x94892
-x94894 = x94893
-x94895 = x94894
-x94896 = x94895
-x94897 = x94896
-x94898 = x94897
-x94899 = x94898
-x94900 = x94899
-x94901 = x94900
-x94902 = x94901
-x94903 = x94902
-x94904 = x94903
-x94905 = x94904
-x94906 = x94905
-x94907 = x94906
-x94908 = x94907
-x94909 = x94908
-x94910 = x94909
-x94911 = x94910
-x94912 = x94911
-x94913 = x94912
-x94914 = x94913
-x94915 = x94914
-x94916 = x94915
-x94917 = x94916
-x94918 = x94917
-x94919 = x94918
-x94920 = x94919
-x94921 = x94920
-x94922 = x94921
-x94923 = x94922
-x94924 = x94923
-x94925 = x94924
-x94926 = x94925
-x94927 = x94926
-x94928 = x94927
-x94929 = x94928
-x94930 = x94929
-x94931 = x94930
-x94932 = x94931
-x94933 = x94932
-x94934 = x94933
-x94935 = x94934
-x94936 = x94935
-x94937 = x94936
-x94938 = x94937
-x94939 = x94938
-x94940 = x94939
-x94941 = x94940
-x94942 = x94941
-x94943 = x94942
-x94944 = x94943
-x94945 = x94944
-x94946 = x94945
-x94947 = x94946
-x94948 = x94947
-x94949 = x94948
-x94950 = x94949
-x94951 = x94950
-x94952 = x94951
-x94953 = x94952
-x94954 = x94953
-x94955 = x94954
-x94956 = x94955
-x94957 = x94956
-x94958 = x94957
-x94959 = x94958
-x94960 = x94959
-x94961 = x94960
-x94962 = x94961
-x94963 = x94962
-x94964 = x94963
-x94965 = x94964
-x94966 = x94965
-x94967 = x94966
-x94968 = x94967
-x94969 = x94968
-x94970 = x94969
-x94971 = x94970
-x94972 = x94971
-x94973 = x94972
-x94974 = x94973
-x94975 = x94974
-x94976 = x94975
-x94977 = x94976
-x94978 = x94977
-x94979 = x94978
-x94980 = x94979
-x94981 = x94980
-x94982 = x94981
-x94983 = x94982
-x94984 = x94983
-x94985 = x94984
-x94986 = x94985
-x94987 = x94986
-x94988 = x94987
-x94989 = x94988
-x94990 = x94989
-x94991 = x94990
-x94992 = x94991
-x94993 = x94992
-x94994 = x94993
-x94995 = x94994
-x94996 = x94995
-x94997 = x94996
-x94998 = x94997
-x94999 = x94998
-x95000 = x94999
-x95001 = x95000
-x95002 = x95001
-x95003 = x95002
-x95004 = x95003
-x95005 = x95004
-x95006 = x95005
-x95007 = x95006
-x95008 = x95007
-x95009 = x95008
-x95010 = x95009
-x95011 = x95010
-x95012 = x95011
-x95013 = x95012
-x95014 = x95013
-x95015 = x95014
-x95016 = x95015
-x95017 = x95016
-x95018 = x95017
-x95019 = x95018
-x95020 = x95019
-x95021 = x95020
-x95022 = x95021
-x95023 = x95022
-x95024 = x95023
-x95025 = x95024
-x95026 = x95025
-x95027 = x95026
-x95028 = x95027
-x95029 = x95028
-x95030 = x95029
-x95031 = x95030
-x95032 = x95031
-x95033 = x95032
-x95034 = x95033
-x95035 = x95034
-x95036 = x95035
-x95037 = x95036
-x95038 = x95037
-x95039 = x95038
-x95040 = x95039
-x95041 = x95040
-x95042 = x95041
-x95043 = x95042
-x95044 = x95043
-x95045 = x95044
-x95046 = x95045
-x95047 = x95046
-x95048 = x95047
-x95049 = x95048
-x95050 = x95049
-x95051 = x95050
-x95052 = x95051
-x95053 = x95052
-x95054 = x95053
-x95055 = x95054
-x95056 = x95055
-x95057 = x95056
-x95058 = x95057
-x95059 = x95058
-x95060 = x95059
-x95061 = x95060
-x95062 = x95061
-x95063 = x95062
-x95064 = x95063
-x95065 = x95064
-x95066 = x95065
-x95067 = x95066
-x95068 = x95067
-x95069 = x95068
-x95070 = x95069
-x95071 = x95070
-x95072 = x95071
-x95073 = x95072
-x95074 = x95073
-x95075 = x95074
-x95076 = x95075
-x95077 = x95076
-x95078 = x95077
-x95079 = x95078
-x95080 = x95079
-x95081 = x95080
-x95082 = x95081
-x95083 = x95082
-x95084 = x95083
-x95085 = x95084
-x95086 = x95085
-x95087 = x95086
-x95088 = x95087
-x95089 = x95088
-x95090 = x95089
-x95091 = x95090
-x95092 = x95091
-x95093 = x95092
-x95094 = x95093
-x95095 = x95094
-x95096 = x95095
-x95097 = x95096
-x95098 = x95097
-x95099 = x95098
-x95100 = x95099
-x95101 = x95100
-x95102 = x95101
-x95103 = x95102
-x95104 = x95103
-x95105 = x95104
-x95106 = x95105
-x95107 = x95106
-x95108 = x95107
-x95109 = x95108
-x95110 = x95109
-x95111 = x95110
-x95112 = x95111
-x95113 = x95112
-x95114 = x95113
-x95115 = x95114
-x95116 = x95115
-x95117 = x95116
-x95118 = x95117
-x95119 = x95118
-x95120 = x95119
-x95121 = x95120
-x95122 = x95121
-x95123 = x95122
-x95124 = x95123
-x95125 = x95124
-x95126 = x95125
-x95127 = x95126
-x95128 = x95127
-x95129 = x95128
-x95130 = x95129
-x95131 = x95130
-x95132 = x95131
-x95133 = x95132
-x95134 = x95133
-x95135 = x95134
-x95136 = x95135
-x95137 = x95136
-x95138 = x95137
-x95139 = x95138
-x95140 = x95139
-x95141 = x95140
-x95142 = x95141
-x95143 = x95142
-x95144 = x95143
-x95145 = x95144
-x95146 = x95145
-x95147 = x95146
-x95148 = x95147
-x95149 = x95148
-x95150 = x95149
-x95151 = x95150
-x95152 = x95151
-x95153 = x95152
-x95154 = x95153
-x95155 = x95154
-x95156 = x95155
-x95157 = x95156
-x95158 = x95157
-x95159 = x95158
-x95160 = x95159
-x95161 = x95160
-x95162 = x95161
-x95163 = x95162
-x95164 = x95163
-x95165 = x95164
-x95166 = x95165
-x95167 = x95166
-x95168 = x95167
-x95169 = x95168
-x95170 = x95169
-x95171 = x95170
-x95172 = x95171
-x95173 = x95172
-x95174 = x95173
-x95175 = x95174
-x95176 = x95175
-x95177 = x95176
-x95178 = x95177
-x95179 = x95178
-x95180 = x95179
-x95181 = x95180
-x95182 = x95181
-x95183 = x95182
-x95184 = x95183
-x95185 = x95184
-x95186 = x95185
-x95187 = x95186
-x95188 = x95187
-x95189 = x95188
-x95190 = x95189
-x95191 = x95190
-x95192 = x95191
-x95193 = x95192
-x95194 = x95193
-x95195 = x95194
-x95196 = x95195
-x95197 = x95196
-x95198 = x95197
-x95199 = x95198
-x95200 = x95199
-x95201 = x95200
-x95202 = x95201
-x95203 = x95202
-x95204 = x95203
-x95205 = x95204
-x95206 = x95205
-x95207 = x95206
-x95208 = x95207
-x95209 = x95208
-x95210 = x95209
-x95211 = x95210
-x95212 = x95211
-x95213 = x95212
-x95214 = x95213
-x95215 = x95214
-x95216 = x95215
-x95217 = x95216
-x95218 = x95217
-x95219 = x95218
-x95220 = x95219
-x95221 = x95220
-x95222 = x95221
-x95223 = x95222
-x95224 = x95223
-x95225 = x95224
-x95226 = x95225
-x95227 = x95226
-x95228 = x95227
-x95229 = x95228
-x95230 = x95229
-x95231 = x95230
-x95232 = x95231
-x95233 = x95232
-x95234 = x95233
-x95235 = x95234
-x95236 = x95235
-x95237 = x95236
-x95238 = x95237
-x95239 = x95238
-x95240 = x95239
-x95241 = x95240
-x95242 = x95241
-x95243 = x95242
-x95244 = x95243
-x95245 = x95244
-x95246 = x95245
-x95247 = x95246
-x95248 = x95247
-x95249 = x95248
-x95250 = x95249
-x95251 = x95250
-x95252 = x95251
-x95253 = x95252
-x95254 = x95253
-x95255 = x95254
-x95256 = x95255
-x95257 = x95256
-x95258 = x95257
-x95259 = x95258
-x95260 = x95259
-x95261 = x95260
-x95262 = x95261
-x95263 = x95262
-x95264 = x95263
-x95265 = x95264
-x95266 = x95265
-x95267 = x95266
-x95268 = x95267
-x95269 = x95268
-x95270 = x95269
-x95271 = x95270
-x95272 = x95271
-x95273 = x95272
-x95274 = x95273
-x95275 = x95274
-x95276 = x95275
-x95277 = x95276
-x95278 = x95277
-x95279 = x95278
-x95280 = x95279
-x95281 = x95280
-x95282 = x95281
-x95283 = x95282
-x95284 = x95283
-x95285 = x95284
-x95286 = x95285
-x95287 = x95286
-x95288 = x95287
-x95289 = x95288
-x95290 = x95289
-x95291 = x95290
-x95292 = x95291
-x95293 = x95292
-x95294 = x95293
-x95295 = x95294
-x95296 = x95295
-x95297 = x95296
-x95298 = x95297
-x95299 = x95298
-x95300 = x95299
-x95301 = x95300
-x95302 = x95301
-x95303 = x95302
-x95304 = x95303
-x95305 = x95304
-x95306 = x95305
-x95307 = x95306
-x95308 = x95307
-x95309 = x95308
-x95310 = x95309
-x95311 = x95310
-x95312 = x95311
-x95313 = x95312
-x95314 = x95313
-x95315 = x95314
-x95316 = x95315
-x95317 = x95316
-x95318 = x95317
-x95319 = x95318
-x95320 = x95319
-x95321 = x95320
-x95322 = x95321
-x95323 = x95322
-x95324 = x95323
-x95325 = x95324
-x95326 = x95325
-x95327 = x95326
-x95328 = x95327
-x95329 = x95328
-x95330 = x95329
-x95331 = x95330
-x95332 = x95331
-x95333 = x95332
-x95334 = x95333
-x95335 = x95334
-x95336 = x95335
-x95337 = x95336
-x95338 = x95337
-x95339 = x95338
-x95340 = x95339
-x95341 = x95340
-x95342 = x95341
-x95343 = x95342
-x95344 = x95343
-x95345 = x95344
-x95346 = x95345
-x95347 = x95346
-x95348 = x95347
-x95349 = x95348
-x95350 = x95349
-x95351 = x95350
-x95352 = x95351
-x95353 = x95352
-x95354 = x95353
-x95355 = x95354
-x95356 = x95355
-x95357 = x95356
-x95358 = x95357
-x95359 = x95358
-x95360 = x95359
-x95361 = x95360
-x95362 = x95361
-x95363 = x95362
-x95364 = x95363
-x95365 = x95364
-x95366 = x95365
-x95367 = x95366
-x95368 = x95367
-x95369 = x95368
-x95370 = x95369
-x95371 = x95370
-x95372 = x95371
-x95373 = x95372
-x95374 = x95373
-x95375 = x95374
-x95376 = x95375
-x95377 = x95376
-x95378 = x95377
-x95379 = x95378
-x95380 = x95379
-x95381 = x95380
-x95382 = x95381
-x95383 = x95382
-x95384 = x95383
-x95385 = x95384
-x95386 = x95385
-x95387 = x95386
-x95388 = x95387
-x95389 = x95388
-x95390 = x95389
-x95391 = x95390
-x95392 = x95391
-x95393 = x95392
-x95394 = x95393
-x95395 = x95394
-x95396 = x95395
-x95397 = x95396
-x95398 = x95397
-x95399 = x95398
-x95400 = x95399
-x95401 = x95400
-x95402 = x95401
-x95403 = x95402
-x95404 = x95403
-x95405 = x95404
-x95406 = x95405
-x95407 = x95406
-x95408 = x95407
-x95409 = x95408
-x95410 = x95409
-x95411 = x95410
-x95412 = x95411
-x95413 = x95412
-x95414 = x95413
-x95415 = x95414
-x95416 = x95415
-x95417 = x95416
-x95418 = x95417
-x95419 = x95418
-x95420 = x95419
-x95421 = x95420
-x95422 = x95421
-x95423 = x95422
-x95424 = x95423
-x95425 = x95424
-x95426 = x95425
-x95427 = x95426
-x95428 = x95427
-x95429 = x95428
-x95430 = x95429
-x95431 = x95430
-x95432 = x95431
-x95433 = x95432
-x95434 = x95433
-x95435 = x95434
-x95436 = x95435
-x95437 = x95436
-x95438 = x95437
-x95439 = x95438
-x95440 = x95439
-x95441 = x95440
-x95442 = x95441
-x95443 = x95442
-x95444 = x95443
-x95445 = x95444
-x95446 = x95445
-x95447 = x95446
-x95448 = x95447
-x95449 = x95448
-x95450 = x95449
-x95451 = x95450
-x95452 = x95451
-x95453 = x95452
-x95454 = x95453
-x95455 = x95454
-x95456 = x95455
-x95457 = x95456
-x95458 = x95457
-x95459 = x95458
-x95460 = x95459
-x95461 = x95460
-x95462 = x95461
-x95463 = x95462
-x95464 = x95463
-x95465 = x95464
-x95466 = x95465
-x95467 = x95466
-x95468 = x95467
-x95469 = x95468
-x95470 = x95469
-x95471 = x95470
-x95472 = x95471
-x95473 = x95472
-x95474 = x95473
-x95475 = x95474
-x95476 = x95475
-x95477 = x95476
-x95478 = x95477
-x95479 = x95478
-x95480 = x95479
-x95481 = x95480
-x95482 = x95481
-x95483 = x95482
-x95484 = x95483
-x95485 = x95484
-x95486 = x95485
-x95487 = x95486
-x95488 = x95487
-x95489 = x95488
-x95490 = x95489
-x95491 = x95490
-x95492 = x95491
-x95493 = x95492
-x95494 = x95493
-x95495 = x95494
-x95496 = x95495
-x95497 = x95496
-x95498 = x95497
-x95499 = x95498
-x95500 = x95499
-x95501 = x95500
-x95502 = x95501
-x95503 = x95502
-x95504 = x95503
-x95505 = x95504
-x95506 = x95505
-x95507 = x95506
-x95508 = x95507
-x95509 = x95508
-x95510 = x95509
-x95511 = x95510
-x95512 = x95511
-x95513 = x95512
-x95514 = x95513
-x95515 = x95514
-x95516 = x95515
-x95517 = x95516
-x95518 = x95517
-x95519 = x95518
-x95520 = x95519
-x95521 = x95520
-x95522 = x95521
-x95523 = x95522
-x95524 = x95523
-x95525 = x95524
-x95526 = x95525
-x95527 = x95526
-x95528 = x95527
-x95529 = x95528
-x95530 = x95529
-x95531 = x95530
-x95532 = x95531
-x95533 = x95532
-x95534 = x95533
-x95535 = x95534
-x95536 = x95535
-x95537 = x95536
-x95538 = x95537
-x95539 = x95538
-x95540 = x95539
-x95541 = x95540
-x95542 = x95541
-x95543 = x95542
-x95544 = x95543
-x95545 = x95544
-x95546 = x95545
-x95547 = x95546
-x95548 = x95547
-x95549 = x95548
-x95550 = x95549
-x95551 = x95550
-x95552 = x95551
-x95553 = x95552
-x95554 = x95553
-x95555 = x95554
-x95556 = x95555
-x95557 = x95556
-x95558 = x95557
-x95559 = x95558
-x95560 = x95559
-x95561 = x95560
-x95562 = x95561
-x95563 = x95562
-x95564 = x95563
-x95565 = x95564
-x95566 = x95565
-x95567 = x95566
-x95568 = x95567
-x95569 = x95568
-x95570 = x95569
-x95571 = x95570
-x95572 = x95571
-x95573 = x95572
-x95574 = x95573
-x95575 = x95574
-x95576 = x95575
-x95577 = x95576
-x95578 = x95577
-x95579 = x95578
-x95580 = x95579
-x95581 = x95580
-x95582 = x95581
-x95583 = x95582
-x95584 = x95583
-x95585 = x95584
-x95586 = x95585
-x95587 = x95586
-x95588 = x95587
-x95589 = x95588
-x95590 = x95589
-x95591 = x95590
-x95592 = x95591
-x95593 = x95592
-x95594 = x95593
-x95595 = x95594
-x95596 = x95595
-x95597 = x95596
-x95598 = x95597
-x95599 = x95598
-x95600 = x95599
-x95601 = x95600
-x95602 = x95601
-x95603 = x95602
-x95604 = x95603
-x95605 = x95604
-x95606 = x95605
-x95607 = x95606
-x95608 = x95607
-x95609 = x95608
-x95610 = x95609
-x95611 = x95610
-x95612 = x95611
-x95613 = x95612
-x95614 = x95613
-x95615 = x95614
-x95616 = x95615
-x95617 = x95616
-x95618 = x95617
-x95619 = x95618
-x95620 = x95619
-x95621 = x95620
-x95622 = x95621
-x95623 = x95622
-x95624 = x95623
-x95625 = x95624
-x95626 = x95625
-x95627 = x95626
-x95628 = x95627
-x95629 = x95628
-x95630 = x95629
-x95631 = x95630
-x95632 = x95631
-x95633 = x95632
-x95634 = x95633
-x95635 = x95634
-x95636 = x95635
-x95637 = x95636
-x95638 = x95637
-x95639 = x95638
-x95640 = x95639
-x95641 = x95640
-x95642 = x95641
-x95643 = x95642
-x95644 = x95643
-x95645 = x95644
-x95646 = x95645
-x95647 = x95646
-x95648 = x95647
-x95649 = x95648
-x95650 = x95649
-x95651 = x95650
-x95652 = x95651
-x95653 = x95652
-x95654 = x95653
-x95655 = x95654
-x95656 = x95655
-x95657 = x95656
-x95658 = x95657
-x95659 = x95658
-x95660 = x95659
-x95661 = x95660
-x95662 = x95661
-x95663 = x95662
-x95664 = x95663
-x95665 = x95664
-x95666 = x95665
-x95667 = x95666
-x95668 = x95667
-x95669 = x95668
-x95670 = x95669
-x95671 = x95670
-x95672 = x95671
-x95673 = x95672
-x95674 = x95673
-x95675 = x95674
-x95676 = x95675
-x95677 = x95676
-x95678 = x95677
-x95679 = x95678
-x95680 = x95679
-x95681 = x95680
-x95682 = x95681
-x95683 = x95682
-x95684 = x95683
-x95685 = x95684
-x95686 = x95685
-x95687 = x95686
-x95688 = x95687
-x95689 = x95688
-x95690 = x95689
-x95691 = x95690
-x95692 = x95691
-x95693 = x95692
-x95694 = x95693
-x95695 = x95694
-x95696 = x95695
-x95697 = x95696
-x95698 = x95697
-x95699 = x95698
-x95700 = x95699
-x95701 = x95700
-x95702 = x95701
-x95703 = x95702
-x95704 = x95703
-x95705 = x95704
-x95706 = x95705
-x95707 = x95706
-x95708 = x95707
-x95709 = x95708
-x95710 = x95709
-x95711 = x95710
-x95712 = x95711
-x95713 = x95712
-x95714 = x95713
-x95715 = x95714
-x95716 = x95715
-x95717 = x95716
-x95718 = x95717
-x95719 = x95718
-x95720 = x95719
-x95721 = x95720
-x95722 = x95721
-x95723 = x95722
-x95724 = x95723
-x95725 = x95724
-x95726 = x95725
-x95727 = x95726
-x95728 = x95727
-x95729 = x95728
-x95730 = x95729
-x95731 = x95730
-x95732 = x95731
-x95733 = x95732
-x95734 = x95733
-x95735 = x95734
-x95736 = x95735
-x95737 = x95736
-x95738 = x95737
-x95739 = x95738
-x95740 = x95739
-x95741 = x95740
-x95742 = x95741
-x95743 = x95742
-x95744 = x95743
-x95745 = x95744
-x95746 = x95745
-x95747 = x95746
-x95748 = x95747
-x95749 = x95748
-x95750 = x95749
-x95751 = x95750
-x95752 = x95751
-x95753 = x95752
-x95754 = x95753
-x95755 = x95754
-x95756 = x95755
-x95757 = x95756
-x95758 = x95757
-x95759 = x95758
-x95760 = x95759
-x95761 = x95760
-x95762 = x95761
-x95763 = x95762
-x95764 = x95763
-x95765 = x95764
-x95766 = x95765
-x95767 = x95766
-x95768 = x95767
-x95769 = x95768
-x95770 = x95769
-x95771 = x95770
-x95772 = x95771
-x95773 = x95772
-x95774 = x95773
-x95775 = x95774
-x95776 = x95775
-x95777 = x95776
-x95778 = x95777
-x95779 = x95778
-x95780 = x95779
-x95781 = x95780
-x95782 = x95781
-x95783 = x95782
-x95784 = x95783
-x95785 = x95784
-x95786 = x95785
-x95787 = x95786
-x95788 = x95787
-x95789 = x95788
-x95790 = x95789
-x95791 = x95790
-x95792 = x95791
-x95793 = x95792
-x95794 = x95793
-x95795 = x95794
-x95796 = x95795
-x95797 = x95796
-x95798 = x95797
-x95799 = x95798
-x95800 = x95799
-x95801 = x95800
-x95802 = x95801
-x95803 = x95802
-x95804 = x95803
-x95805 = x95804
-x95806 = x95805
-x95807 = x95806
-x95808 = x95807
-x95809 = x95808
-x95810 = x95809
-x95811 = x95810
-x95812 = x95811
-x95813 = x95812
-x95814 = x95813
-x95815 = x95814
-x95816 = x95815
-x95817 = x95816
-x95818 = x95817
-x95819 = x95818
-x95820 = x95819
-x95821 = x95820
-x95822 = x95821
-x95823 = x95822
-x95824 = x95823
-x95825 = x95824
-x95826 = x95825
-x95827 = x95826
-x95828 = x95827
-x95829 = x95828
-x95830 = x95829
-x95831 = x95830
-x95832 = x95831
-x95833 = x95832
-x95834 = x95833
-x95835 = x95834
-x95836 = x95835
-x95837 = x95836
-x95838 = x95837
-x95839 = x95838
-x95840 = x95839
-x95841 = x95840
-x95842 = x95841
-x95843 = x95842
-x95844 = x95843
-x95845 = x95844
-x95846 = x95845
-x95847 = x95846
-x95848 = x95847
-x95849 = x95848
-x95850 = x95849
-x95851 = x95850
-x95852 = x95851
-x95853 = x95852
-x95854 = x95853
-x95855 = x95854
-x95856 = x95855
-x95857 = x95856
-x95858 = x95857
-x95859 = x95858
-x95860 = x95859
-x95861 = x95860
-x95862 = x95861
-x95863 = x95862
-x95864 = x95863
-x95865 = x95864
-x95866 = x95865
-x95867 = x95866
-x95868 = x95867
-x95869 = x95868
-x95870 = x95869
-x95871 = x95870
-x95872 = x95871
-x95873 = x95872
-x95874 = x95873
-x95875 = x95874
-x95876 = x95875
-x95877 = x95876
-x95878 = x95877
-x95879 = x95878
-x95880 = x95879
-x95881 = x95880
-x95882 = x95881
-x95883 = x95882
-x95884 = x95883
-x95885 = x95884
-x95886 = x95885
-x95887 = x95886
-x95888 = x95887
-x95889 = x95888
-x95890 = x95889
-x95891 = x95890
-x95892 = x95891
-x95893 = x95892
-x95894 = x95893
-x95895 = x95894
-x95896 = x95895
-x95897 = x95896
-x95898 = x95897
-x95899 = x95898
-x95900 = x95899
-x95901 = x95900
-x95902 = x95901
-x95903 = x95902
-x95904 = x95903
-x95905 = x95904
-x95906 = x95905
-x95907 = x95906
-x95908 = x95907
-x95909 = x95908
-x95910 = x95909
-x95911 = x95910
-x95912 = x95911
-x95913 = x95912
-x95914 = x95913
-x95915 = x95914
-x95916 = x95915
-x95917 = x95916
-x95918 = x95917
-x95919 = x95918
-x95920 = x95919
-x95921 = x95920
-x95922 = x95921
-x95923 = x95922
-x95924 = x95923
-x95925 = x95924
-x95926 = x95925
-x95927 = x95926
-x95928 = x95927
-x95929 = x95928
-x95930 = x95929
-x95931 = x95930
-x95932 = x95931
-x95933 = x95932
-x95934 = x95933
-x95935 = x95934
-x95936 = x95935
-x95937 = x95936
-x95938 = x95937
-x95939 = x95938
-x95940 = x95939
-x95941 = x95940
-x95942 = x95941
-x95943 = x95942
-x95944 = x95943
-x95945 = x95944
-x95946 = x95945
-x95947 = x95946
-x95948 = x95947
-x95949 = x95948
-x95950 = x95949
-x95951 = x95950
-x95952 = x95951
-x95953 = x95952
-x95954 = x95953
-x95955 = x95954
-x95956 = x95955
-x95957 = x95956
-x95958 = x95957
-x95959 = x95958
-x95960 = x95959
-x95961 = x95960
-x95962 = x95961
-x95963 = x95962
-x95964 = x95963
-x95965 = x95964
-x95966 = x95965
-x95967 = x95966
-x95968 = x95967
-x95969 = x95968
-x95970 = x95969
-x95971 = x95970
-x95972 = x95971
-x95973 = x95972
-x95974 = x95973
-x95975 = x95974
-x95976 = x95975
-x95977 = x95976
-x95978 = x95977
-x95979 = x95978
-x95980 = x95979
-x95981 = x95980
-x95982 = x95981
-x95983 = x95982
-x95984 = x95983
-x95985 = x95984
-x95986 = x95985
-x95987 = x95986
-x95988 = x95987
-x95989 = x95988
-x95990 = x95989
-x95991 = x95990
-x95992 = x95991
-x95993 = x95992
-x95994 = x95993
-x95995 = x95994
-x95996 = x95995
-x95997 = x95996
-x95998 = x95997
-x95999 = x95998
-x96000 = x95999
-x96001 = x96000
-x96002 = x96001
-x96003 = x96002
-x96004 = x96003
-x96005 = x96004
-x96006 = x96005
-x96007 = x96006
-x96008 = x96007
-x96009 = x96008
-x96010 = x96009
-x96011 = x96010
-x96012 = x96011
-x96013 = x96012
-x96014 = x96013
-x96015 = x96014
-x96016 = x96015
-x96017 = x96016
-x96018 = x96017
-x96019 = x96018
-x96020 = x96019
-x96021 = x96020
-x96022 = x96021
-x96023 = x96022
-x96024 = x96023
-x96025 = x96024
-x96026 = x96025
-x96027 = x96026
-x96028 = x96027
-x96029 = x96028
-x96030 = x96029
-x96031 = x96030
-x96032 = x96031
-x96033 = x96032
-x96034 = x96033
-x96035 = x96034
-x96036 = x96035
-x96037 = x96036
-x96038 = x96037
-x96039 = x96038
-x96040 = x96039
-x96041 = x96040
-x96042 = x96041
-x96043 = x96042
-x96044 = x96043
-x96045 = x96044
-x96046 = x96045
-x96047 = x96046
-x96048 = x96047
-x96049 = x96048
-x96050 = x96049
-x96051 = x96050
-x96052 = x96051
-x96053 = x96052
-x96054 = x96053
-x96055 = x96054
-x96056 = x96055
-x96057 = x96056
-x96058 = x96057
-x96059 = x96058
-x96060 = x96059
-x96061 = x96060
-x96062 = x96061
-x96063 = x96062
-x96064 = x96063
-x96065 = x96064
-x96066 = x96065
-x96067 = x96066
-x96068 = x96067
-x96069 = x96068
-x96070 = x96069
-x96071 = x96070
-x96072 = x96071
-x96073 = x96072
-x96074 = x96073
-x96075 = x96074
-x96076 = x96075
-x96077 = x96076
-x96078 = x96077
-x96079 = x96078
-x96080 = x96079
-x96081 = x96080
-x96082 = x96081
-x96083 = x96082
-x96084 = x96083
-x96085 = x96084
-x96086 = x96085
-x96087 = x96086
-x96088 = x96087
-x96089 = x96088
-x96090 = x96089
-x96091 = x96090
-x96092 = x96091
-x96093 = x96092
-x96094 = x96093
-x96095 = x96094
-x96096 = x96095
-x96097 = x96096
-x96098 = x96097
-x96099 = x96098
-x96100 = x96099
-x96101 = x96100
-x96102 = x96101
-x96103 = x96102
-x96104 = x96103
-x96105 = x96104
-x96106 = x96105
-x96107 = x96106
-x96108 = x96107
-x96109 = x96108
-x96110 = x96109
-x96111 = x96110
-x96112 = x96111
-x96113 = x96112
-x96114 = x96113
-x96115 = x96114
-x96116 = x96115
-x96117 = x96116
-x96118 = x96117
-x96119 = x96118
-x96120 = x96119
-x96121 = x96120
-x96122 = x96121
-x96123 = x96122
-x96124 = x96123
-x96125 = x96124
-x96126 = x96125
-x96127 = x96126
-x96128 = x96127
-x96129 = x96128
-x96130 = x96129
-x96131 = x96130
-x96132 = x96131
-x96133 = x96132
-x96134 = x96133
-x96135 = x96134
-x96136 = x96135
-x96137 = x96136
-x96138 = x96137
-x96139 = x96138
-x96140 = x96139
-x96141 = x96140
-x96142 = x96141
-x96143 = x96142
-x96144 = x96143
-x96145 = x96144
-x96146 = x96145
-x96147 = x96146
-x96148 = x96147
-x96149 = x96148
-x96150 = x96149
-x96151 = x96150
-x96152 = x96151
-x96153 = x96152
-x96154 = x96153
-x96155 = x96154
-x96156 = x96155
-x96157 = x96156
-x96158 = x96157
-x96159 = x96158
-x96160 = x96159
-x96161 = x96160
-x96162 = x96161
-x96163 = x96162
-x96164 = x96163
-x96165 = x96164
-x96166 = x96165
-x96167 = x96166
-x96168 = x96167
-x96169 = x96168
-x96170 = x96169
-x96171 = x96170
-x96172 = x96171
-x96173 = x96172
-x96174 = x96173
-x96175 = x96174
-x96176 = x96175
-x96177 = x96176
-x96178 = x96177
-x96179 = x96178
-x96180 = x96179
-x96181 = x96180
-x96182 = x96181
-x96183 = x96182
-x96184 = x96183
-x96185 = x96184
-x96186 = x96185
-x96187 = x96186
-x96188 = x96187
-x96189 = x96188
-x96190 = x96189
-x96191 = x96190
-x96192 = x96191
-x96193 = x96192
-x96194 = x96193
-x96195 = x96194
-x96196 = x96195
-x96197 = x96196
-x96198 = x96197
-x96199 = x96198
-x96200 = x96199
-x96201 = x96200
-x96202 = x96201
-x96203 = x96202
-x96204 = x96203
-x96205 = x96204
-x96206 = x96205
-x96207 = x96206
-x96208 = x96207
-x96209 = x96208
-x96210 = x96209
-x96211 = x96210
-x96212 = x96211
-x96213 = x96212
-x96214 = x96213
-x96215 = x96214
-x96216 = x96215
-x96217 = x96216
-x96218 = x96217
-x96219 = x96218
-x96220 = x96219
-x96221 = x96220
-x96222 = x96221
-x96223 = x96222
-x96224 = x96223
-x96225 = x96224
-x96226 = x96225
-x96227 = x96226
-x96228 = x96227
-x96229 = x96228
-x96230 = x96229
-x96231 = x96230
-x96232 = x96231
-x96233 = x96232
-x96234 = x96233
-x96235 = x96234
-x96236 = x96235
-x96237 = x96236
-x96238 = x96237
-x96239 = x96238
-x96240 = x96239
-x96241 = x96240
-x96242 = x96241
-x96243 = x96242
-x96244 = x96243
-x96245 = x96244
-x96246 = x96245
-x96247 = x96246
-x96248 = x96247
-x96249 = x96248
-x96250 = x96249
-x96251 = x96250
-x96252 = x96251
-x96253 = x96252
-x96254 = x96253
-x96255 = x96254
-x96256 = x96255
-x96257 = x96256
-x96258 = x96257
-x96259 = x96258
-x96260 = x96259
-x96261 = x96260
-x96262 = x96261
-x96263 = x96262
-x96264 = x96263
-x96265 = x96264
-x96266 = x96265
-x96267 = x96266
-x96268 = x96267
-x96269 = x96268
-x96270 = x96269
-x96271 = x96270
-x96272 = x96271
-x96273 = x96272
-x96274 = x96273
-x96275 = x96274
-x96276 = x96275
-x96277 = x96276
-x96278 = x96277
-x96279 = x96278
-x96280 = x96279
-x96281 = x96280
-x96282 = x96281
-x96283 = x96282
-x96284 = x96283
-x96285 = x96284
-x96286 = x96285
-x96287 = x96286
-x96288 = x96287
-x96289 = x96288
-x96290 = x96289
-x96291 = x96290
-x96292 = x96291
-x96293 = x96292
-x96294 = x96293
-x96295 = x96294
-x96296 = x96295
-x96297 = x96296
-x96298 = x96297
-x96299 = x96298
-x96300 = x96299
-x96301 = x96300
-x96302 = x96301
-x96303 = x96302
-x96304 = x96303
-x96305 = x96304
-x96306 = x96305
-x96307 = x96306
-x96308 = x96307
-x96309 = x96308
-x96310 = x96309
-x96311 = x96310
-x96312 = x96311
-x96313 = x96312
-x96314 = x96313
-x96315 = x96314
-x96316 = x96315
-x96317 = x96316
-x96318 = x96317
-x96319 = x96318
-x96320 = x96319
-x96321 = x96320
-x96322 = x96321
-x96323 = x96322
-x96324 = x96323
-x96325 = x96324
-x96326 = x96325
-x96327 = x96326
-x96328 = x96327
-x96329 = x96328
-x96330 = x96329
-x96331 = x96330
-x96332 = x96331
-x96333 = x96332
-x96334 = x96333
-x96335 = x96334
-x96336 = x96335
-x96337 = x96336
-x96338 = x96337
-x96339 = x96338
-x96340 = x96339
-x96341 = x96340
-x96342 = x96341
-x96343 = x96342
-x96344 = x96343
-x96345 = x96344
-x96346 = x96345
-x96347 = x96346
-x96348 = x96347
-x96349 = x96348
-x96350 = x96349
-x96351 = x96350
-x96352 = x96351
-x96353 = x96352
-x96354 = x96353
-x96355 = x96354
-x96356 = x96355
-x96357 = x96356
-x96358 = x96357
-x96359 = x96358
-x96360 = x96359
-x96361 = x96360
-x96362 = x96361
-x96363 = x96362
-x96364 = x96363
-x96365 = x96364
-x96366 = x96365
-x96367 = x96366
-x96368 = x96367
-x96369 = x96368
-x96370 = x96369
-x96371 = x96370
-x96372 = x96371
-x96373 = x96372
-x96374 = x96373
-x96375 = x96374
-x96376 = x96375
-x96377 = x96376
-x96378 = x96377
-x96379 = x96378
-x96380 = x96379
-x96381 = x96380
-x96382 = x96381
-x96383 = x96382
-x96384 = x96383
-x96385 = x96384
-x96386 = x96385
-x96387 = x96386
-x96388 = x96387
-x96389 = x96388
-x96390 = x96389
-x96391 = x96390
-x96392 = x96391
-x96393 = x96392
-x96394 = x96393
-x96395 = x96394
-x96396 = x96395
-x96397 = x96396
-x96398 = x96397
-x96399 = x96398
-x96400 = x96399
-x96401 = x96400
-x96402 = x96401
-x96403 = x96402
-x96404 = x96403
-x96405 = x96404
-x96406 = x96405
-x96407 = x96406
-x96408 = x96407
-x96409 = x96408
-x96410 = x96409
-x96411 = x96410
-x96412 = x96411
-x96413 = x96412
-x96414 = x96413
-x96415 = x96414
-x96416 = x96415
-x96417 = x96416
-x96418 = x96417
-x96419 = x96418
-x96420 = x96419
-x96421 = x96420
-x96422 = x96421
-x96423 = x96422
-x96424 = x96423
-x96425 = x96424
-x96426 = x96425
-x96427 = x96426
-x96428 = x96427
-x96429 = x96428
-x96430 = x96429
-x96431 = x96430
-x96432 = x96431
-x96433 = x96432
-x96434 = x96433
-x96435 = x96434
-x96436 = x96435
-x96437 = x96436
-x96438 = x96437
-x96439 = x96438
-x96440 = x96439
-x96441 = x96440
-x96442 = x96441
-x96443 = x96442
-x96444 = x96443
-x96445 = x96444
-x96446 = x96445
-x96447 = x96446
-x96448 = x96447
-x96449 = x96448
-x96450 = x96449
-x96451 = x96450
-x96452 = x96451
-x96453 = x96452
-x96454 = x96453
-x96455 = x96454
-x96456 = x96455
-x96457 = x96456
-x96458 = x96457
-x96459 = x96458
-x96460 = x96459
-x96461 = x96460
-x96462 = x96461
-x96463 = x96462
-x96464 = x96463
-x96465 = x96464
-x96466 = x96465
-x96467 = x96466
-x96468 = x96467
-x96469 = x96468
-x96470 = x96469
-x96471 = x96470
-x96472 = x96471
-x96473 = x96472
-x96474 = x96473
-x96475 = x96474
-x96476 = x96475
-x96477 = x96476
-x96478 = x96477
-x96479 = x96478
-x96480 = x96479
-x96481 = x96480
-x96482 = x96481
-x96483 = x96482
-x96484 = x96483
-x96485 = x96484
-x96486 = x96485
-x96487 = x96486
-x96488 = x96487
-x96489 = x96488
-x96490 = x96489
-x96491 = x96490
-x96492 = x96491
-x96493 = x96492
-x96494 = x96493
-x96495 = x96494
-x96496 = x96495
-x96497 = x96496
-x96498 = x96497
-x96499 = x96498
-x96500 = x96499
-x96501 = x96500
-x96502 = x96501
-x96503 = x96502
-x96504 = x96503
-x96505 = x96504
-x96506 = x96505
-x96507 = x96506
-x96508 = x96507
-x96509 = x96508
-x96510 = x96509
-x96511 = x96510
-x96512 = x96511
-x96513 = x96512
-x96514 = x96513
-x96515 = x96514
-x96516 = x96515
-x96517 = x96516
-x96518 = x96517
-x96519 = x96518
-x96520 = x96519
-x96521 = x96520
-x96522 = x96521
-x96523 = x96522
-x96524 = x96523
-x96525 = x96524
-x96526 = x96525
-x96527 = x96526
-x96528 = x96527
-x96529 = x96528
-x96530 = x96529
-x96531 = x96530
-x96532 = x96531
-x96533 = x96532
-x96534 = x96533
-x96535 = x96534
-x96536 = x96535
-x96537 = x96536
-x96538 = x96537
-x96539 = x96538
-x96540 = x96539
-x96541 = x96540
-x96542 = x96541
-x96543 = x96542
-x96544 = x96543
-x96545 = x96544
-x96546 = x96545
-x96547 = x96546
-x96548 = x96547
-x96549 = x96548
-x96550 = x96549
-x96551 = x96550
-x96552 = x96551
-x96553 = x96552
-x96554 = x96553
-x96555 = x96554
-x96556 = x96555
-x96557 = x96556
-x96558 = x96557
-x96559 = x96558
-x96560 = x96559
-x96561 = x96560
-x96562 = x96561
-x96563 = x96562
-x96564 = x96563
-x96565 = x96564
-x96566 = x96565
-x96567 = x96566
-x96568 = x96567
-x96569 = x96568
-x96570 = x96569
-x96571 = x96570
-x96572 = x96571
-x96573 = x96572
-x96574 = x96573
-x96575 = x96574
-x96576 = x96575
-x96577 = x96576
-x96578 = x96577
-x96579 = x96578
-x96580 = x96579
-x96581 = x96580
-x96582 = x96581
-x96583 = x96582
-x96584 = x96583
-x96585 = x96584
-x96586 = x96585
-x96587 = x96586
-x96588 = x96587
-x96589 = x96588
-x96590 = x96589
-x96591 = x96590
-x96592 = x96591
-x96593 = x96592
-x96594 = x96593
-x96595 = x96594
-x96596 = x96595
-x96597 = x96596
-x96598 = x96597
-x96599 = x96598
-x96600 = x96599
-x96601 = x96600
-x96602 = x96601
-x96603 = x96602
-x96604 = x96603
-x96605 = x96604
-x96606 = x96605
-x96607 = x96606
-x96608 = x96607
-x96609 = x96608
-x96610 = x96609
-x96611 = x96610
-x96612 = x96611
-x96613 = x96612
-x96614 = x96613
-x96615 = x96614
-x96616 = x96615
-x96617 = x96616
-x96618 = x96617
-x96619 = x96618
-x96620 = x96619
-x96621 = x96620
-x96622 = x96621
-x96623 = x96622
-x96624 = x96623
-x96625 = x96624
-x96626 = x96625
-x96627 = x96626
-x96628 = x96627
-x96629 = x96628
-x96630 = x96629
-x96631 = x96630
-x96632 = x96631
-x96633 = x96632
-x96634 = x96633
-x96635 = x96634
-x96636 = x96635
-x96637 = x96636
-x96638 = x96637
-x96639 = x96638
-x96640 = x96639
-x96641 = x96640
-x96642 = x96641
-x96643 = x96642
-x96644 = x96643
-x96645 = x96644
-x96646 = x96645
-x96647 = x96646
-x96648 = x96647
-x96649 = x96648
-x96650 = x96649
-x96651 = x96650
-x96652 = x96651
-x96653 = x96652
-x96654 = x96653
-x96655 = x96654
-x96656 = x96655
-x96657 = x96656
-x96658 = x96657
-x96659 = x96658
-x96660 = x96659
-x96661 = x96660
-x96662 = x96661
-x96663 = x96662
-x96664 = x96663
-x96665 = x96664
-x96666 = x96665
-x96667 = x96666
-x96668 = x96667
-x96669 = x96668
-x96670 = x96669
-x96671 = x96670
-x96672 = x96671
-x96673 = x96672
-x96674 = x96673
-x96675 = x96674
-x96676 = x96675
-x96677 = x96676
-x96678 = x96677
-x96679 = x96678
-x96680 = x96679
-x96681 = x96680
-x96682 = x96681
-x96683 = x96682
-x96684 = x96683
-x96685 = x96684
-x96686 = x96685
-x96687 = x96686
-x96688 = x96687
-x96689 = x96688
-x96690 = x96689
-x96691 = x96690
-x96692 = x96691
-x96693 = x96692
-x96694 = x96693
-x96695 = x96694
-x96696 = x96695
-x96697 = x96696
-x96698 = x96697
-x96699 = x96698
-x96700 = x96699
-x96701 = x96700
-x96702 = x96701
-x96703 = x96702
-x96704 = x96703
-x96705 = x96704
-x96706 = x96705
-x96707 = x96706
-x96708 = x96707
-x96709 = x96708
-x96710 = x96709
-x96711 = x96710
-x96712 = x96711
-x96713 = x96712
-x96714 = x96713
-x96715 = x96714
-x96716 = x96715
-x96717 = x96716
-x96718 = x96717
-x96719 = x96718
-x96720 = x96719
-x96721 = x96720
-x96722 = x96721
-x96723 = x96722
-x96724 = x96723
-x96725 = x96724
-x96726 = x96725
-x96727 = x96726
-x96728 = x96727
-x96729 = x96728
-x96730 = x96729
-x96731 = x96730
-x96732 = x96731
-x96733 = x96732
-x96734 = x96733
-x96735 = x96734
-x96736 = x96735
-x96737 = x96736
-x96738 = x96737
-x96739 = x96738
-x96740 = x96739
-x96741 = x96740
-x96742 = x96741
-x96743 = x96742
-x96744 = x96743
-x96745 = x96744
-x96746 = x96745
-x96747 = x96746
-x96748 = x96747
-x96749 = x96748
-x96750 = x96749
-x96751 = x96750
-x96752 = x96751
-x96753 = x96752
-x96754 = x96753
-x96755 = x96754
-x96756 = x96755
-x96757 = x96756
-x96758 = x96757
-x96759 = x96758
-x96760 = x96759
-x96761 = x96760
-x96762 = x96761
-x96763 = x96762
-x96764 = x96763
-x96765 = x96764
-x96766 = x96765
-x96767 = x96766
-x96768 = x96767
-x96769 = x96768
-x96770 = x96769
-x96771 = x96770
-x96772 = x96771
-x96773 = x96772
-x96774 = x96773
-x96775 = x96774
-x96776 = x96775
-x96777 = x96776
-x96778 = x96777
-x96779 = x96778
-x96780 = x96779
-x96781 = x96780
-x96782 = x96781
-x96783 = x96782
-x96784 = x96783
-x96785 = x96784
-x96786 = x96785
-x96787 = x96786
-x96788 = x96787
-x96789 = x96788
-x96790 = x96789
-x96791 = x96790
-x96792 = x96791
-x96793 = x96792
-x96794 = x96793
-x96795 = x96794
-x96796 = x96795
-x96797 = x96796
-x96798 = x96797
-x96799 = x96798
-x96800 = x96799
-x96801 = x96800
-x96802 = x96801
-x96803 = x96802
-x96804 = x96803
-x96805 = x96804
-x96806 = x96805
-x96807 = x96806
-x96808 = x96807
-x96809 = x96808
-x96810 = x96809
-x96811 = x96810
-x96812 = x96811
-x96813 = x96812
-x96814 = x96813
-x96815 = x96814
-x96816 = x96815
-x96817 = x96816
-x96818 = x96817
-x96819 = x96818
-x96820 = x96819
-x96821 = x96820
-x96822 = x96821
-x96823 = x96822
-x96824 = x96823
-x96825 = x96824
-x96826 = x96825
-x96827 = x96826
-x96828 = x96827
-x96829 = x96828
-x96830 = x96829
-x96831 = x96830
-x96832 = x96831
-x96833 = x96832
-x96834 = x96833
-x96835 = x96834
-x96836 = x96835
-x96837 = x96836
-x96838 = x96837
-x96839 = x96838
-x96840 = x96839
-x96841 = x96840
-x96842 = x96841
-x96843 = x96842
-x96844 = x96843
-x96845 = x96844
-x96846 = x96845
-x96847 = x96846
-x96848 = x96847
-x96849 = x96848
-x96850 = x96849
-x96851 = x96850
-x96852 = x96851
-x96853 = x96852
-x96854 = x96853
-x96855 = x96854
-x96856 = x96855
-x96857 = x96856
-x96858 = x96857
-x96859 = x96858
-x96860 = x96859
-x96861 = x96860
-x96862 = x96861
-x96863 = x96862
-x96864 = x96863
-x96865 = x96864
-x96866 = x96865
-x96867 = x96866
-x96868 = x96867
-x96869 = x96868
-x96870 = x96869
-x96871 = x96870
-x96872 = x96871
-x96873 = x96872
-x96874 = x96873
-x96875 = x96874
-x96876 = x96875
-x96877 = x96876
-x96878 = x96877
-x96879 = x96878
-x96880 = x96879
-x96881 = x96880
-x96882 = x96881
-x96883 = x96882
-x96884 = x96883
-x96885 = x96884
-x96886 = x96885
-x96887 = x96886
-x96888 = x96887
-x96889 = x96888
-x96890 = x96889
-x96891 = x96890
-x96892 = x96891
-x96893 = x96892
-x96894 = x96893
-x96895 = x96894
-x96896 = x96895
-x96897 = x96896
-x96898 = x96897
-x96899 = x96898
-x96900 = x96899
-x96901 = x96900
-x96902 = x96901
-x96903 = x96902
-x96904 = x96903
-x96905 = x96904
-x96906 = x96905
-x96907 = x96906
-x96908 = x96907
-x96909 = x96908
-x96910 = x96909
-x96911 = x96910
-x96912 = x96911
-x96913 = x96912
-x96914 = x96913
-x96915 = x96914
-x96916 = x96915
-x96917 = x96916
-x96918 = x96917
-x96919 = x96918
-x96920 = x96919
-x96921 = x96920
-x96922 = x96921
-x96923 = x96922
-x96924 = x96923
-x96925 = x96924
-x96926 = x96925
-x96927 = x96926
-x96928 = x96927
-x96929 = x96928
-x96930 = x96929
-x96931 = x96930
-x96932 = x96931
-x96933 = x96932
-x96934 = x96933
-x96935 = x96934
-x96936 = x96935
-x96937 = x96936
-x96938 = x96937
-x96939 = x96938
-x96940 = x96939
-x96941 = x96940
-x96942 = x96941
-x96943 = x96942
-x96944 = x96943
-x96945 = x96944
-x96946 = x96945
-x96947 = x96946
-x96948 = x96947
-x96949 = x96948
-x96950 = x96949
-x96951 = x96950
-x96952 = x96951
-x96953 = x96952
-x96954 = x96953
-x96955 = x96954
-x96956 = x96955
-x96957 = x96956
-x96958 = x96957
-x96959 = x96958
-x96960 = x96959
-x96961 = x96960
-x96962 = x96961
-x96963 = x96962
-x96964 = x96963
-x96965 = x96964
-x96966 = x96965
-x96967 = x96966
-x96968 = x96967
-x96969 = x96968
-x96970 = x96969
-x96971 = x96970
-x96972 = x96971
-x96973 = x96972
-x96974 = x96973
-x96975 = x96974
-x96976 = x96975
-x96977 = x96976
-x96978 = x96977
-x96979 = x96978
-x96980 = x96979
-x96981 = x96980
-x96982 = x96981
-x96983 = x96982
-x96984 = x96983
-x96985 = x96984
-x96986 = x96985
-x96987 = x96986
-x96988 = x96987
-x96989 = x96988
-x96990 = x96989
-x96991 = x96990
-x96992 = x96991
-x96993 = x96992
-x96994 = x96993
-x96995 = x96994
-x96996 = x96995
-x96997 = x96996
-x96998 = x96997
-x96999 = x96998
-x97000 = x96999
-x97001 = x97000
-x97002 = x97001
-x97003 = x97002
-x97004 = x97003
-x97005 = x97004
-x97006 = x97005
-x97007 = x97006
-x97008 = x97007
-x97009 = x97008
-x97010 = x97009
-x97011 = x97010
-x97012 = x97011
-x97013 = x97012
-x97014 = x97013
-x97015 = x97014
-x97016 = x97015
-x97017 = x97016
-x97018 = x97017
-x97019 = x97018
-x97020 = x97019
-x97021 = x97020
-x97022 = x97021
-x97023 = x97022
-x97024 = x97023
-x97025 = x97024
-x97026 = x97025
-x97027 = x97026
-x97028 = x97027
-x97029 = x97028
-x97030 = x97029
-x97031 = x97030
-x97032 = x97031
-x97033 = x97032
-x97034 = x97033
-x97035 = x97034
-x97036 = x97035
-x97037 = x97036
-x97038 = x97037
-x97039 = x97038
-x97040 = x97039
-x97041 = x97040
-x97042 = x97041
-x97043 = x97042
-x97044 = x97043
-x97045 = x97044
-x97046 = x97045
-x97047 = x97046
-x97048 = x97047
-x97049 = x97048
-x97050 = x97049
-x97051 = x97050
-x97052 = x97051
-x97053 = x97052
-x97054 = x97053
-x97055 = x97054
-x97056 = x97055
-x97057 = x97056
-x97058 = x97057
-x97059 = x97058
-x97060 = x97059
-x97061 = x97060
-x97062 = x97061
-x97063 = x97062
-x97064 = x97063
-x97065 = x97064
-x97066 = x97065
-x97067 = x97066
-x97068 = x97067
-x97069 = x97068
-x97070 = x97069
-x97071 = x97070
-x97072 = x97071
-x97073 = x97072
-x97074 = x97073
-x97075 = x97074
-x97076 = x97075
-x97077 = x97076
-x97078 = x97077
-x97079 = x97078
-x97080 = x97079
-x97081 = x97080
-x97082 = x97081
-x97083 = x97082
-x97084 = x97083
-x97085 = x97084
-x97086 = x97085
-x97087 = x97086
-x97088 = x97087
-x97089 = x97088
-x97090 = x97089
-x97091 = x97090
-x97092 = x97091
-x97093 = x97092
-x97094 = x97093
-x97095 = x97094
-x97096 = x97095
-x97097 = x97096
-x97098 = x97097
-x97099 = x97098
-x97100 = x97099
-x97101 = x97100
-x97102 = x97101
-x97103 = x97102
-x97104 = x97103
-x97105 = x97104
-x97106 = x97105
-x97107 = x97106
-x97108 = x97107
-x97109 = x97108
-x97110 = x97109
-x97111 = x97110
-x97112 = x97111
-x97113 = x97112
-x97114 = x97113
-x97115 = x97114
-x97116 = x97115
-x97117 = x97116
-x97118 = x97117
-x97119 = x97118
-x97120 = x97119
-x97121 = x97120
-x97122 = x97121
-x97123 = x97122
-x97124 = x97123
-x97125 = x97124
-x97126 = x97125
-x97127 = x97126
-x97128 = x97127
-x97129 = x97128
-x97130 = x97129
-x97131 = x97130
-x97132 = x97131
-x97133 = x97132
-x97134 = x97133
-x97135 = x97134
-x97136 = x97135
-x97137 = x97136
-x97138 = x97137
-x97139 = x97138
-x97140 = x97139
-x97141 = x97140
-x97142 = x97141
-x97143 = x97142
-x97144 = x97143
-x97145 = x97144
-x97146 = x97145
-x97147 = x97146
-x97148 = x97147
-x97149 = x97148
-x97150 = x97149
-x97151 = x97150
-x97152 = x97151
-x97153 = x97152
-x97154 = x97153
-x97155 = x97154
-x97156 = x97155
-x97157 = x97156
-x97158 = x97157
-x97159 = x97158
-x97160 = x97159
-x97161 = x97160
-x97162 = x97161
-x97163 = x97162
-x97164 = x97163
-x97165 = x97164
-x97166 = x97165
-x97167 = x97166
-x97168 = x97167
-x97169 = x97168
-x97170 = x97169
-x97171 = x97170
-x97172 = x97171
-x97173 = x97172
-x97174 = x97173
-x97175 = x97174
-x97176 = x97175
-x97177 = x97176
-x97178 = x97177
-x97179 = x97178
-x97180 = x97179
-x97181 = x97180
-x97182 = x97181
-x97183 = x97182
-x97184 = x97183
-x97185 = x97184
-x97186 = x97185
-x97187 = x97186
-x97188 = x97187
-x97189 = x97188
-x97190 = x97189
-x97191 = x97190
-x97192 = x97191
-x97193 = x97192
-x97194 = x97193
-x97195 = x97194
-x97196 = x97195
-x97197 = x97196
-x97198 = x97197
-x97199 = x97198
-x97200 = x97199
-x97201 = x97200
-x97202 = x97201
-x97203 = x97202
-x97204 = x97203
-x97205 = x97204
-x97206 = x97205
-x97207 = x97206
-x97208 = x97207
-x97209 = x97208
-x97210 = x97209
-x97211 = x97210
-x97212 = x97211
-x97213 = x97212
-x97214 = x97213
-x97215 = x97214
-x97216 = x97215
-x97217 = x97216
-x97218 = x97217
-x97219 = x97218
-x97220 = x97219
-x97221 = x97220
-x97222 = x97221
-x97223 = x97222
-x97224 = x97223
-x97225 = x97224
-x97226 = x97225
-x97227 = x97226
-x97228 = x97227
-x97229 = x97228
-x97230 = x97229
-x97231 = x97230
-x97232 = x97231
-x97233 = x97232
-x97234 = x97233
-x97235 = x97234
-x97236 = x97235
-x97237 = x97236
-x97238 = x97237
-x97239 = x97238
-x97240 = x97239
-x97241 = x97240
-x97242 = x97241
-x97243 = x97242
-x97244 = x97243
-x97245 = x97244
-x97246 = x97245
-x97247 = x97246
-x97248 = x97247
-x97249 = x97248
-x97250 = x97249
-x97251 = x97250
-x97252 = x97251
-x97253 = x97252
-x97254 = x97253
-x97255 = x97254
-x97256 = x97255
-x97257 = x97256
-x97258 = x97257
-x97259 = x97258
-x97260 = x97259
-x97261 = x97260
-x97262 = x97261
-x97263 = x97262
-x97264 = x97263
-x97265 = x97264
-x97266 = x97265
-x97267 = x97266
-x97268 = x97267
-x97269 = x97268
-x97270 = x97269
-x97271 = x97270
-x97272 = x97271
-x97273 = x97272
-x97274 = x97273
-x97275 = x97274
-x97276 = x97275
-x97277 = x97276
-x97278 = x97277
-x97279 = x97278
-x97280 = x97279
-x97281 = x97280
-x97282 = x97281
-x97283 = x97282
-x97284 = x97283
-x97285 = x97284
-x97286 = x97285
-x97287 = x97286
-x97288 = x97287
-x97289 = x97288
-x97290 = x97289
-x97291 = x97290
-x97292 = x97291
-x97293 = x97292
-x97294 = x97293
-x97295 = x97294
-x97296 = x97295
-x97297 = x97296
-x97298 = x97297
-x97299 = x97298
-x97300 = x97299
-x97301 = x97300
-x97302 = x97301
-x97303 = x97302
-x97304 = x97303
-x97305 = x97304
-x97306 = x97305
-x97307 = x97306
-x97308 = x97307
-x97309 = x97308
-x97310 = x97309
-x97311 = x97310
-x97312 = x97311
-x97313 = x97312
-x97314 = x97313
-x97315 = x97314
-x97316 = x97315
-x97317 = x97316
-x97318 = x97317
-x97319 = x97318
-x97320 = x97319
-x97321 = x97320
-x97322 = x97321
-x97323 = x97322
-x97324 = x97323
-x97325 = x97324
-x97326 = x97325
-x97327 = x97326
-x97328 = x97327
-x97329 = x97328
-x97330 = x97329
-x97331 = x97330
-x97332 = x97331
-x97333 = x97332
-x97334 = x97333
-x97335 = x97334
-x97336 = x97335
-x97337 = x97336
-x97338 = x97337
-x97339 = x97338
-x97340 = x97339
-x97341 = x97340
-x97342 = x97341
-x97343 = x97342
-x97344 = x97343
-x97345 = x97344
-x97346 = x97345
-x97347 = x97346
-x97348 = x97347
-x97349 = x97348
-x97350 = x97349
-x97351 = x97350
-x97352 = x97351
-x97353 = x97352
-x97354 = x97353
-x97355 = x97354
-x97356 = x97355
-x97357 = x97356
-x97358 = x97357
-x97359 = x97358
-x97360 = x97359
-x97361 = x97360
-x97362 = x97361
-x97363 = x97362
-x97364 = x97363
-x97365 = x97364
-x97366 = x97365
-x97367 = x97366
-x97368 = x97367
-x97369 = x97368
-x97370 = x97369
-x97371 = x97370
-x97372 = x97371
-x97373 = x97372
-x97374 = x97373
-x97375 = x97374
-x97376 = x97375
-x97377 = x97376
-x97378 = x97377
-x97379 = x97378
-x97380 = x97379
-x97381 = x97380
-x97382 = x97381
-x97383 = x97382
-x97384 = x97383
-x97385 = x97384
-x97386 = x97385
-x97387 = x97386
-x97388 = x97387
-x97389 = x97388
-x97390 = x97389
-x97391 = x97390
-x97392 = x97391
-x97393 = x97392
-x97394 = x97393
-x97395 = x97394
-x97396 = x97395
-x97397 = x97396
-x97398 = x97397
-x97399 = x97398
-x97400 = x97399
-x97401 = x97400
-x97402 = x97401
-x97403 = x97402
-x97404 = x97403
-x97405 = x97404
-x97406 = x97405
-x97407 = x97406
-x97408 = x97407
-x97409 = x97408
-x97410 = x97409
-x97411 = x97410
-x97412 = x97411
-x97413 = x97412
-x97414 = x97413
-x97415 = x97414
-x97416 = x97415
-x97417 = x97416
-x97418 = x97417
-x97419 = x97418
-x97420 = x97419
-x97421 = x97420
-x97422 = x97421
-x97423 = x97422
-x97424 = x97423
-x97425 = x97424
-x97426 = x97425
-x97427 = x97426
-x97428 = x97427
-x97429 = x97428
-x97430 = x97429
-x97431 = x97430
-x97432 = x97431
-x97433 = x97432
-x97434 = x97433
-x97435 = x97434
-x97436 = x97435
-x97437 = x97436
-x97438 = x97437
-x97439 = x97438
-x97440 = x97439
-x97441 = x97440
-x97442 = x97441
-x97443 = x97442
-x97444 = x97443
-x97445 = x97444
-x97446 = x97445
-x97447 = x97446
-x97448 = x97447
-x97449 = x97448
-x97450 = x97449
-x97451 = x97450
-x97452 = x97451
-x97453 = x97452
-x97454 = x97453
-x97455 = x97454
-x97456 = x97455
-x97457 = x97456
-x97458 = x97457
-x97459 = x97458
-x97460 = x97459
-x97461 = x97460
-x97462 = x97461
-x97463 = x97462
-x97464 = x97463
-x97465 = x97464
-x97466 = x97465
-x97467 = x97466
-x97468 = x97467
-x97469 = x97468
-x97470 = x97469
-x97471 = x97470
-x97472 = x97471
-x97473 = x97472
-x97474 = x97473
-x97475 = x97474
-x97476 = x97475
-x97477 = x97476
-x97478 = x97477
-x97479 = x97478
-x97480 = x97479
-x97481 = x97480
-x97482 = x97481
-x97483 = x97482
-x97484 = x97483
-x97485 = x97484
-x97486 = x97485
-x97487 = x97486
-x97488 = x97487
-x97489 = x97488
-x97490 = x97489
-x97491 = x97490
-x97492 = x97491
-x97493 = x97492
-x97494 = x97493
-x97495 = x97494
-x97496 = x97495
-x97497 = x97496
-x97498 = x97497
-x97499 = x97498
-x97500 = x97499
-x97501 = x97500
-x97502 = x97501
-x97503 = x97502
-x97504 = x97503
-x97505 = x97504
-x97506 = x97505
-x97507 = x97506
-x97508 = x97507
-x97509 = x97508
-x97510 = x97509
-x97511 = x97510
-x97512 = x97511
-x97513 = x97512
-x97514 = x97513
-x97515 = x97514
-x97516 = x97515
-x97517 = x97516
-x97518 = x97517
-x97519 = x97518
-x97520 = x97519
-x97521 = x97520
-x97522 = x97521
-x97523 = x97522
-x97524 = x97523
-x97525 = x97524
-x97526 = x97525
-x97527 = x97526
-x97528 = x97527
-x97529 = x97528
-x97530 = x97529
-x97531 = x97530
-x97532 = x97531
-x97533 = x97532
-x97534 = x97533
-x97535 = x97534
-x97536 = x97535
-x97537 = x97536
-x97538 = x97537
-x97539 = x97538
-x97540 = x97539
-x97541 = x97540
-x97542 = x97541
-x97543 = x97542
-x97544 = x97543
-x97545 = x97544
-x97546 = x97545
-x97547 = x97546
-x97548 = x97547
-x97549 = x97548
-x97550 = x97549
-x97551 = x97550
-x97552 = x97551
-x97553 = x97552
-x97554 = x97553
-x97555 = x97554
-x97556 = x97555
-x97557 = x97556
-x97558 = x97557
-x97559 = x97558
-x97560 = x97559
-x97561 = x97560
-x97562 = x97561
-x97563 = x97562
-x97564 = x97563
-x97565 = x97564
-x97566 = x97565
-x97567 = x97566
-x97568 = x97567
-x97569 = x97568
-x97570 = x97569
-x97571 = x97570
-x97572 = x97571
-x97573 = x97572
-x97574 = x97573
-x97575 = x97574
-x97576 = x97575
-x97577 = x97576
-x97578 = x97577
-x97579 = x97578
-x97580 = x97579
-x97581 = x97580
-x97582 = x97581
-x97583 = x97582
-x97584 = x97583
-x97585 = x97584
-x97586 = x97585
-x97587 = x97586
-x97588 = x97587
-x97589 = x97588
-x97590 = x97589
-x97591 = x97590
-x97592 = x97591
-x97593 = x97592
-x97594 = x97593
-x97595 = x97594
-x97596 = x97595
-x97597 = x97596
-x97598 = x97597
-x97599 = x97598
-x97600 = x97599
-x97601 = x97600
-x97602 = x97601
-x97603 = x97602
-x97604 = x97603
-x97605 = x97604
-x97606 = x97605
-x97607 = x97606
-x97608 = x97607
-x97609 = x97608
-x97610 = x97609
-x97611 = x97610
-x97612 = x97611
-x97613 = x97612
-x97614 = x97613
-x97615 = x97614
-x97616 = x97615
-x97617 = x97616
-x97618 = x97617
-x97619 = x97618
-x97620 = x97619
-x97621 = x97620
-x97622 = x97621
-x97623 = x97622
-x97624 = x97623
-x97625 = x97624
-x97626 = x97625
-x97627 = x97626
-x97628 = x97627
-x97629 = x97628
-x97630 = x97629
-x97631 = x97630
-x97632 = x97631
-x97633 = x97632
-x97634 = x97633
-x97635 = x97634
-x97636 = x97635
-x97637 = x97636
-x97638 = x97637
-x97639 = x97638
-x97640 = x97639
-x97641 = x97640
-x97642 = x97641
-x97643 = x97642
-x97644 = x97643
-x97645 = x97644
-x97646 = x97645
-x97647 = x97646
-x97648 = x97647
-x97649 = x97648
-x97650 = x97649
-x97651 = x97650
-x97652 = x97651
-x97653 = x97652
-x97654 = x97653
-x97655 = x97654
-x97656 = x97655
-x97657 = x97656
-x97658 = x97657
-x97659 = x97658
-x97660 = x97659
-x97661 = x97660
-x97662 = x97661
-x97663 = x97662
-x97664 = x97663
-x97665 = x97664
-x97666 = x97665
-x97667 = x97666
-x97668 = x97667
-x97669 = x97668
-x97670 = x97669
-x97671 = x97670
-x97672 = x97671
-x97673 = x97672
-x97674 = x97673
-x97675 = x97674
-x97676 = x97675
-x97677 = x97676
-x97678 = x97677
-x97679 = x97678
-x97680 = x97679
-x97681 = x97680
-x97682 = x97681
-x97683 = x97682
-x97684 = x97683
-x97685 = x97684
-x97686 = x97685
-x97687 = x97686
-x97688 = x97687
-x97689 = x97688
-x97690 = x97689
-x97691 = x97690
-x97692 = x97691
-x97693 = x97692
-x97694 = x97693
-x97695 = x97694
-x97696 = x97695
-x97697 = x97696
-x97698 = x97697
-x97699 = x97698
-x97700 = x97699
-x97701 = x97700
-x97702 = x97701
-x97703 = x97702
-x97704 = x97703
-x97705 = x97704
-x97706 = x97705
-x97707 = x97706
-x97708 = x97707
-x97709 = x97708
-x97710 = x97709
-x97711 = x97710
-x97712 = x97711
-x97713 = x97712
-x97714 = x97713
-x97715 = x97714
-x97716 = x97715
-x97717 = x97716
-x97718 = x97717
-x97719 = x97718
-x97720 = x97719
-x97721 = x97720
-x97722 = x97721
-x97723 = x97722
-x97724 = x97723
-x97725 = x97724
-x97726 = x97725
-x97727 = x97726
-x97728 = x97727
-x97729 = x97728
-x97730 = x97729
-x97731 = x97730
-x97732 = x97731
-x97733 = x97732
-x97734 = x97733
-x97735 = x97734
-x97736 = x97735
-x97737 = x97736
-x97738 = x97737
-x97739 = x97738
-x97740 = x97739
-x97741 = x97740
-x97742 = x97741
-x97743 = x97742
-x97744 = x97743
-x97745 = x97744
-x97746 = x97745
-x97747 = x97746
-x97748 = x97747
-x97749 = x97748
-x97750 = x97749
-x97751 = x97750
-x97752 = x97751
-x97753 = x97752
-x97754 = x97753
-x97755 = x97754
-x97756 = x97755
-x97757 = x97756
-x97758 = x97757
-x97759 = x97758
-x97760 = x97759
-x97761 = x97760
-x97762 = x97761
-x97763 = x97762
-x97764 = x97763
-x97765 = x97764
-x97766 = x97765
-x97767 = x97766
-x97768 = x97767
-x97769 = x97768
-x97770 = x97769
-x97771 = x97770
-x97772 = x97771
-x97773 = x97772
-x97774 = x97773
-x97775 = x97774
-x97776 = x97775
-x97777 = x97776
-x97778 = x97777
-x97779 = x97778
-x97780 = x97779
-x97781 = x97780
-x97782 = x97781
-x97783 = x97782
-x97784 = x97783
-x97785 = x97784
-x97786 = x97785
-x97787 = x97786
-x97788 = x97787
-x97789 = x97788
-x97790 = x97789
-x97791 = x97790
-x97792 = x97791
-x97793 = x97792
-x97794 = x97793
-x97795 = x97794
-x97796 = x97795
-x97797 = x97796
-x97798 = x97797
-x97799 = x97798
-x97800 = x97799
-x97801 = x97800
-x97802 = x97801
-x97803 = x97802
-x97804 = x97803
-x97805 = x97804
-x97806 = x97805
-x97807 = x97806
-x97808 = x97807
-x97809 = x97808
-x97810 = x97809
-x97811 = x97810
-x97812 = x97811
-x97813 = x97812
-x97814 = x97813
-x97815 = x97814
-x97816 = x97815
-x97817 = x97816
-x97818 = x97817
-x97819 = x97818
-x97820 = x97819
-x97821 = x97820
-x97822 = x97821
-x97823 = x97822
-x97824 = x97823
-x97825 = x97824
-x97826 = x97825
-x97827 = x97826
-x97828 = x97827
-x97829 = x97828
-x97830 = x97829
-x97831 = x97830
-x97832 = x97831
-x97833 = x97832
-x97834 = x97833
-x97835 = x97834
-x97836 = x97835
-x97837 = x97836
-x97838 = x97837
-x97839 = x97838
-x97840 = x97839
-x97841 = x97840
-x97842 = x97841
-x97843 = x97842
-x97844 = x97843
-x97845 = x97844
-x97846 = x97845
-x97847 = x97846
-x97848 = x97847
-x97849 = x97848
-x97850 = x97849
-x97851 = x97850
-x97852 = x97851
-x97853 = x97852
-x97854 = x97853
-x97855 = x97854
-x97856 = x97855
-x97857 = x97856
-x97858 = x97857
-x97859 = x97858
-x97860 = x97859
-x97861 = x97860
-x97862 = x97861
-x97863 = x97862
-x97864 = x97863
-x97865 = x97864
-x97866 = x97865
-x97867 = x97866
-x97868 = x97867
-x97869 = x97868
-x97870 = x97869
-x97871 = x97870
-x97872 = x97871
-x97873 = x97872
-x97874 = x97873
-x97875 = x97874
-x97876 = x97875
-x97877 = x97876
-x97878 = x97877
-x97879 = x97878
-x97880 = x97879
-x97881 = x97880
-x97882 = x97881
-x97883 = x97882
-x97884 = x97883
-x97885 = x97884
-x97886 = x97885
-x97887 = x97886
-x97888 = x97887
-x97889 = x97888
-x97890 = x97889
-x97891 = x97890
-x97892 = x97891
-x97893 = x97892
-x97894 = x97893
-x97895 = x97894
-x97896 = x97895
-x97897 = x97896
-x97898 = x97897
-x97899 = x97898
-x97900 = x97899
-x97901 = x97900
-x97902 = x97901
-x97903 = x97902
-x97904 = x97903
-x97905 = x97904
-x97906 = x97905
-x97907 = x97906
-x97908 = x97907
-x97909 = x97908
-x97910 = x97909
-x97911 = x97910
-x97912 = x97911
-x97913 = x97912
-x97914 = x97913
-x97915 = x97914
-x97916 = x97915
-x97917 = x97916
-x97918 = x97917
-x97919 = x97918
-x97920 = x97919
-x97921 = x97920
-x97922 = x97921
-x97923 = x97922
-x97924 = x97923
-x97925 = x97924
-x97926 = x97925
-x97927 = x97926
-x97928 = x97927
-x97929 = x97928
-x97930 = x97929
-x97931 = x97930
-x97932 = x97931
-x97933 = x97932
-x97934 = x97933
-x97935 = x97934
-x97936 = x97935
-x97937 = x97936
-x97938 = x97937
-x97939 = x97938
-x97940 = x97939
-x97941 = x97940
-x97942 = x97941
-x97943 = x97942
-x97944 = x97943
-x97945 = x97944
-x97946 = x97945
-x97947 = x97946
-x97948 = x97947
-x97949 = x97948
-x97950 = x97949
-x97951 = x97950
-x97952 = x97951
-x97953 = x97952
-x97954 = x97953
-x97955 = x97954
-x97956 = x97955
-x97957 = x97956
-x97958 = x97957
-x97959 = x97958
-x97960 = x97959
-x97961 = x97960
-x97962 = x97961
-x97963 = x97962
-x97964 = x97963
-x97965 = x97964
-x97966 = x97965
-x97967 = x97966
-x97968 = x97967
-x97969 = x97968
-x97970 = x97969
-x97971 = x97970
-x97972 = x97971
-x97973 = x97972
-x97974 = x97973
-x97975 = x97974
-x97976 = x97975
-x97977 = x97976
-x97978 = x97977
-x97979 = x97978
-x97980 = x97979
-x97981 = x97980
-x97982 = x97981
-x97983 = x97982
-x97984 = x97983
-x97985 = x97984
-x97986 = x97985
-x97987 = x97986
-x97988 = x97987
-x97989 = x97988
-x97990 = x97989
-x97991 = x97990
-x97992 = x97991
-x97993 = x97992
-x97994 = x97993
-x97995 = x97994
-x97996 = x97995
-x97997 = x97996
-x97998 = x97997
-x97999 = x97998
-x98000 = x97999
-x98001 = x98000
-x98002 = x98001
-x98003 = x98002
-x98004 = x98003
-x98005 = x98004
-x98006 = x98005
-x98007 = x98006
-x98008 = x98007
-x98009 = x98008
-x98010 = x98009
-x98011 = x98010
-x98012 = x98011
-x98013 = x98012
-x98014 = x98013
-x98015 = x98014
-x98016 = x98015
-x98017 = x98016
-x98018 = x98017
-x98019 = x98018
-x98020 = x98019
-x98021 = x98020
-x98022 = x98021
-x98023 = x98022
-x98024 = x98023
-x98025 = x98024
-x98026 = x98025
-x98027 = x98026
-x98028 = x98027
-x98029 = x98028
-x98030 = x98029
-x98031 = x98030
-x98032 = x98031
-x98033 = x98032
-x98034 = x98033
-x98035 = x98034
-x98036 = x98035
-x98037 = x98036
-x98038 = x98037
-x98039 = x98038
-x98040 = x98039
-x98041 = x98040
-x98042 = x98041
-x98043 = x98042
-x98044 = x98043
-x98045 = x98044
-x98046 = x98045
-x98047 = x98046
-x98048 = x98047
-x98049 = x98048
-x98050 = x98049
-x98051 = x98050
-x98052 = x98051
-x98053 = x98052
-x98054 = x98053
-x98055 = x98054
-x98056 = x98055
-x98057 = x98056
-x98058 = x98057
-x98059 = x98058
-x98060 = x98059
-x98061 = x98060
-x98062 = x98061
-x98063 = x98062
-x98064 = x98063
-x98065 = x98064
-x98066 = x98065
-x98067 = x98066
-x98068 = x98067
-x98069 = x98068
-x98070 = x98069
-x98071 = x98070
-x98072 = x98071
-x98073 = x98072
-x98074 = x98073
-x98075 = x98074
-x98076 = x98075
-x98077 = x98076
-x98078 = x98077
-x98079 = x98078
-x98080 = x98079
-x98081 = x98080
-x98082 = x98081
-x98083 = x98082
-x98084 = x98083
-x98085 = x98084
-x98086 = x98085
-x98087 = x98086
-x98088 = x98087
-x98089 = x98088
-x98090 = x98089
-x98091 = x98090
-x98092 = x98091
-x98093 = x98092
-x98094 = x98093
-x98095 = x98094
-x98096 = x98095
-x98097 = x98096
-x98098 = x98097
-x98099 = x98098
-x98100 = x98099
-x98101 = x98100
-x98102 = x98101
-x98103 = x98102
-x98104 = x98103
-x98105 = x98104
-x98106 = x98105
-x98107 = x98106
-x98108 = x98107
-x98109 = x98108
-x98110 = x98109
-x98111 = x98110
-x98112 = x98111
-x98113 = x98112
-x98114 = x98113
-x98115 = x98114
-x98116 = x98115
-x98117 = x98116
-x98118 = x98117
-x98119 = x98118
-x98120 = x98119
-x98121 = x98120
-x98122 = x98121
-x98123 = x98122
-x98124 = x98123
-x98125 = x98124
-x98126 = x98125
-x98127 = x98126
-x98128 = x98127
-x98129 = x98128
-x98130 = x98129
-x98131 = x98130
-x98132 = x98131
-x98133 = x98132
-x98134 = x98133
-x98135 = x98134
-x98136 = x98135
-x98137 = x98136
-x98138 = x98137
-x98139 = x98138
-x98140 = x98139
-x98141 = x98140
-x98142 = x98141
-x98143 = x98142
-x98144 = x98143
-x98145 = x98144
-x98146 = x98145
-x98147 = x98146
-x98148 = x98147
-x98149 = x98148
-x98150 = x98149
-x98151 = x98150
-x98152 = x98151
-x98153 = x98152
-x98154 = x98153
-x98155 = x98154
-x98156 = x98155
-x98157 = x98156
-x98158 = x98157
-x98159 = x98158
-x98160 = x98159
-x98161 = x98160
-x98162 = x98161
-x98163 = x98162
-x98164 = x98163
-x98165 = x98164
-x98166 = x98165
-x98167 = x98166
-x98168 = x98167
-x98169 = x98168
-x98170 = x98169
-x98171 = x98170
-x98172 = x98171
-x98173 = x98172
-x98174 = x98173
-x98175 = x98174
-x98176 = x98175
-x98177 = x98176
-x98178 = x98177
-x98179 = x98178
-x98180 = x98179
-x98181 = x98180
-x98182 = x98181
-x98183 = x98182
-x98184 = x98183
-x98185 = x98184
-x98186 = x98185
-x98187 = x98186
-x98188 = x98187
-x98189 = x98188
-x98190 = x98189
-x98191 = x98190
-x98192 = x98191
-x98193 = x98192
-x98194 = x98193
-x98195 = x98194
-x98196 = x98195
-x98197 = x98196
-x98198 = x98197
-x98199 = x98198
-x98200 = x98199
-x98201 = x98200
-x98202 = x98201
-x98203 = x98202
-x98204 = x98203
-x98205 = x98204
-x98206 = x98205
-x98207 = x98206
-x98208 = x98207
-x98209 = x98208
-x98210 = x98209
-x98211 = x98210
-x98212 = x98211
-x98213 = x98212
-x98214 = x98213
-x98215 = x98214
-x98216 = x98215
-x98217 = x98216
-x98218 = x98217
-x98219 = x98218
-x98220 = x98219
-x98221 = x98220
-x98222 = x98221
-x98223 = x98222
-x98224 = x98223
-x98225 = x98224
-x98226 = x98225
-x98227 = x98226
-x98228 = x98227
-x98229 = x98228
-x98230 = x98229
-x98231 = x98230
-x98232 = x98231
-x98233 = x98232
-x98234 = x98233
-x98235 = x98234
-x98236 = x98235
-x98237 = x98236
-x98238 = x98237
-x98239 = x98238
-x98240 = x98239
-x98241 = x98240
-x98242 = x98241
-x98243 = x98242
-x98244 = x98243
-x98245 = x98244
-x98246 = x98245
-x98247 = x98246
-x98248 = x98247
-x98249 = x98248
-x98250 = x98249
-x98251 = x98250
-x98252 = x98251
-x98253 = x98252
-x98254 = x98253
-x98255 = x98254
-x98256 = x98255
-x98257 = x98256
-x98258 = x98257
-x98259 = x98258
-x98260 = x98259
-x98261 = x98260
-x98262 = x98261
-x98263 = x98262
-x98264 = x98263
-x98265 = x98264
-x98266 = x98265
-x98267 = x98266
-x98268 = x98267
-x98269 = x98268
-x98270 = x98269
-x98271 = x98270
-x98272 = x98271
-x98273 = x98272
-x98274 = x98273
-x98275 = x98274
-x98276 = x98275
-x98277 = x98276
-x98278 = x98277
-x98279 = x98278
-x98280 = x98279
-x98281 = x98280
-x98282 = x98281
-x98283 = x98282
-x98284 = x98283
-x98285 = x98284
-x98286 = x98285
-x98287 = x98286
-x98288 = x98287
-x98289 = x98288
-x98290 = x98289
-x98291 = x98290
-x98292 = x98291
-x98293 = x98292
-x98294 = x98293
-x98295 = x98294
-x98296 = x98295
-x98297 = x98296
-x98298 = x98297
-x98299 = x98298
-x98300 = x98299
-x98301 = x98300
-x98302 = x98301
-x98303 = x98302
-x98304 = x98303
-x98305 = x98304
-x98306 = x98305
-x98307 = x98306
-x98308 = x98307
-x98309 = x98308
-x98310 = x98309
-x98311 = x98310
-x98312 = x98311
-x98313 = x98312
-x98314 = x98313
-x98315 = x98314
-x98316 = x98315
-x98317 = x98316
-x98318 = x98317
-x98319 = x98318
-x98320 = x98319
-x98321 = x98320
-x98322 = x98321
-x98323 = x98322
-x98324 = x98323
-x98325 = x98324
-x98326 = x98325
-x98327 = x98326
-x98328 = x98327
-x98329 = x98328
-x98330 = x98329
-x98331 = x98330
-x98332 = x98331
-x98333 = x98332
-x98334 = x98333
-x98335 = x98334
-x98336 = x98335
-x98337 = x98336
-x98338 = x98337
-x98339 = x98338
-x98340 = x98339
-x98341 = x98340
-x98342 = x98341
-x98343 = x98342
-x98344 = x98343
-x98345 = x98344
-x98346 = x98345
-x98347 = x98346
-x98348 = x98347
-x98349 = x98348
-x98350 = x98349
-x98351 = x98350
-x98352 = x98351
-x98353 = x98352
-x98354 = x98353
-x98355 = x98354
-x98356 = x98355
-x98357 = x98356
-x98358 = x98357
-x98359 = x98358
-x98360 = x98359
-x98361 = x98360
-x98362 = x98361
-x98363 = x98362
-x98364 = x98363
-x98365 = x98364
-x98366 = x98365
-x98367 = x98366
-x98368 = x98367
-x98369 = x98368
-x98370 = x98369
-x98371 = x98370
-x98372 = x98371
-x98373 = x98372
-x98374 = x98373
-x98375 = x98374
-x98376 = x98375
-x98377 = x98376
-x98378 = x98377
-x98379 = x98378
-x98380 = x98379
-x98381 = x98380
-x98382 = x98381
-x98383 = x98382
-x98384 = x98383
-x98385 = x98384
-x98386 = x98385
-x98387 = x98386
-x98388 = x98387
-x98389 = x98388
-x98390 = x98389
-x98391 = x98390
-x98392 = x98391
-x98393 = x98392
-x98394 = x98393
-x98395 = x98394
-x98396 = x98395
-x98397 = x98396
-x98398 = x98397
-x98399 = x98398
-x98400 = x98399
-x98401 = x98400
-x98402 = x98401
-x98403 = x98402
-x98404 = x98403
-x98405 = x98404
-x98406 = x98405
-x98407 = x98406
-x98408 = x98407
-x98409 = x98408
-x98410 = x98409
-x98411 = x98410
-x98412 = x98411
-x98413 = x98412
-x98414 = x98413
-x98415 = x98414
-x98416 = x98415
-x98417 = x98416
-x98418 = x98417
-x98419 = x98418
-x98420 = x98419
-x98421 = x98420
-x98422 = x98421
-x98423 = x98422
-x98424 = x98423
-x98425 = x98424
-x98426 = x98425
-x98427 = x98426
-x98428 = x98427
-x98429 = x98428
-x98430 = x98429
-x98431 = x98430
-x98432 = x98431
-x98433 = x98432
-x98434 = x98433
-x98435 = x98434
-x98436 = x98435
-x98437 = x98436
-x98438 = x98437
-x98439 = x98438
-x98440 = x98439
-x98441 = x98440
-x98442 = x98441
-x98443 = x98442
-x98444 = x98443
-x98445 = x98444
-x98446 = x98445
-x98447 = x98446
-x98448 = x98447
-x98449 = x98448
-x98450 = x98449
-x98451 = x98450
-x98452 = x98451
-x98453 = x98452
-x98454 = x98453
-x98455 = x98454
-x98456 = x98455
-x98457 = x98456
-x98458 = x98457
-x98459 = x98458
-x98460 = x98459
-x98461 = x98460
-x98462 = x98461
-x98463 = x98462
-x98464 = x98463
-x98465 = x98464
-x98466 = x98465
-x98467 = x98466
-x98468 = x98467
-x98469 = x98468
-x98470 = x98469
-x98471 = x98470
-x98472 = x98471
-x98473 = x98472
-x98474 = x98473
-x98475 = x98474
-x98476 = x98475
-x98477 = x98476
-x98478 = x98477
-x98479 = x98478
-x98480 = x98479
-x98481 = x98480
-x98482 = x98481
-x98483 = x98482
-x98484 = x98483
-x98485 = x98484
-x98486 = x98485
-x98487 = x98486
-x98488 = x98487
-x98489 = x98488
-x98490 = x98489
-x98491 = x98490
-x98492 = x98491
-x98493 = x98492
-x98494 = x98493
-x98495 = x98494
-x98496 = x98495
-x98497 = x98496
-x98498 = x98497
-x98499 = x98498
-x98500 = x98499
-x98501 = x98500
-x98502 = x98501
-x98503 = x98502
-x98504 = x98503
-x98505 = x98504
-x98506 = x98505
-x98507 = x98506
-x98508 = x98507
-x98509 = x98508
-x98510 = x98509
-x98511 = x98510
-x98512 = x98511
-x98513 = x98512
-x98514 = x98513
-x98515 = x98514
-x98516 = x98515
-x98517 = x98516
-x98518 = x98517
-x98519 = x98518
-x98520 = x98519
-x98521 = x98520
-x98522 = x98521
-x98523 = x98522
-x98524 = x98523
-x98525 = x98524
-x98526 = x98525
-x98527 = x98526
-x98528 = x98527
-x98529 = x98528
-x98530 = x98529
-x98531 = x98530
-x98532 = x98531
-x98533 = x98532
-x98534 = x98533
-x98535 = x98534
-x98536 = x98535
-x98537 = x98536
-x98538 = x98537
-x98539 = x98538
-x98540 = x98539
-x98541 = x98540
-x98542 = x98541
-x98543 = x98542
-x98544 = x98543
-x98545 = x98544
-x98546 = x98545
-x98547 = x98546
-x98548 = x98547
-x98549 = x98548
-x98550 = x98549
-x98551 = x98550
-x98552 = x98551
-x98553 = x98552
-x98554 = x98553
-x98555 = x98554
-x98556 = x98555
-x98557 = x98556
-x98558 = x98557
-x98559 = x98558
-x98560 = x98559
-x98561 = x98560
-x98562 = x98561
-x98563 = x98562
-x98564 = x98563
-x98565 = x98564
-x98566 = x98565
-x98567 = x98566
-x98568 = x98567
-x98569 = x98568
-x98570 = x98569
-x98571 = x98570
-x98572 = x98571
-x98573 = x98572
-x98574 = x98573
-x98575 = x98574
-x98576 = x98575
-x98577 = x98576
-x98578 = x98577
-x98579 = x98578
-x98580 = x98579
-x98581 = x98580
-x98582 = x98581
-x98583 = x98582
-x98584 = x98583
-x98585 = x98584
-x98586 = x98585
-x98587 = x98586
-x98588 = x98587
-x98589 = x98588
-x98590 = x98589
-x98591 = x98590
-x98592 = x98591
-x98593 = x98592
-x98594 = x98593
-x98595 = x98594
-x98596 = x98595
-x98597 = x98596
-x98598 = x98597
-x98599 = x98598
-x98600 = x98599
-x98601 = x98600
-x98602 = x98601
-x98603 = x98602
-x98604 = x98603
-x98605 = x98604
-x98606 = x98605
-x98607 = x98606
-x98608 = x98607
-x98609 = x98608
-x98610 = x98609
-x98611 = x98610
-x98612 = x98611
-x98613 = x98612
-x98614 = x98613
-x98615 = x98614
-x98616 = x98615
-x98617 = x98616
-x98618 = x98617
-x98619 = x98618
-x98620 = x98619
-x98621 = x98620
-x98622 = x98621
-x98623 = x98622
-x98624 = x98623
-x98625 = x98624
-x98626 = x98625
-x98627 = x98626
-x98628 = x98627
-x98629 = x98628
-x98630 = x98629
-x98631 = x98630
-x98632 = x98631
-x98633 = x98632
-x98634 = x98633
-x98635 = x98634
-x98636 = x98635
-x98637 = x98636
-x98638 = x98637
-x98639 = x98638
-x98640 = x98639
-x98641 = x98640
-x98642 = x98641
-x98643 = x98642
-x98644 = x98643
-x98645 = x98644
-x98646 = x98645
-x98647 = x98646
-x98648 = x98647
-x98649 = x98648
-x98650 = x98649
-x98651 = x98650
-x98652 = x98651
-x98653 = x98652
-x98654 = x98653
-x98655 = x98654
-x98656 = x98655
-x98657 = x98656
-x98658 = x98657
-x98659 = x98658
-x98660 = x98659
-x98661 = x98660
-x98662 = x98661
-x98663 = x98662
-x98664 = x98663
-x98665 = x98664
-x98666 = x98665
-x98667 = x98666
-x98668 = x98667
-x98669 = x98668
-x98670 = x98669
-x98671 = x98670
-x98672 = x98671
-x98673 = x98672
-x98674 = x98673
-x98675 = x98674
-x98676 = x98675
-x98677 = x98676
-x98678 = x98677
-x98679 = x98678
-x98680 = x98679
-x98681 = x98680
-x98682 = x98681
-x98683 = x98682
-x98684 = x98683
-x98685 = x98684
-x98686 = x98685
-x98687 = x98686
-x98688 = x98687
-x98689 = x98688
-x98690 = x98689
-x98691 = x98690
-x98692 = x98691
-x98693 = x98692
-x98694 = x98693
-x98695 = x98694
-x98696 = x98695
-x98697 = x98696
-x98698 = x98697
-x98699 = x98698
-x98700 = x98699
-x98701 = x98700
-x98702 = x98701
-x98703 = x98702
-x98704 = x98703
-x98705 = x98704
-x98706 = x98705
-x98707 = x98706
-x98708 = x98707
-x98709 = x98708
-x98710 = x98709
-x98711 = x98710
-x98712 = x98711
-x98713 = x98712
-x98714 = x98713
-x98715 = x98714
-x98716 = x98715
-x98717 = x98716
-x98718 = x98717
-x98719 = x98718
-x98720 = x98719
-x98721 = x98720
-x98722 = x98721
-x98723 = x98722
-x98724 = x98723
-x98725 = x98724
-x98726 = x98725
-x98727 = x98726
-x98728 = x98727
-x98729 = x98728
-x98730 = x98729
-x98731 = x98730
-x98732 = x98731
-x98733 = x98732
-x98734 = x98733
-x98735 = x98734
-x98736 = x98735
-x98737 = x98736
-x98738 = x98737
-x98739 = x98738
-x98740 = x98739
-x98741 = x98740
-x98742 = x98741
-x98743 = x98742
-x98744 = x98743
-x98745 = x98744
-x98746 = x98745
-x98747 = x98746
-x98748 = x98747
-x98749 = x98748
-x98750 = x98749
-x98751 = x98750
-x98752 = x98751
-x98753 = x98752
-x98754 = x98753
-x98755 = x98754
-x98756 = x98755
-x98757 = x98756
-x98758 = x98757
-x98759 = x98758
-x98760 = x98759
-x98761 = x98760
-x98762 = x98761
-x98763 = x98762
-x98764 = x98763
-x98765 = x98764
-x98766 = x98765
-x98767 = x98766
-x98768 = x98767
-x98769 = x98768
-x98770 = x98769
-x98771 = x98770
-x98772 = x98771
-x98773 = x98772
-x98774 = x98773
-x98775 = x98774
-x98776 = x98775
-x98777 = x98776
-x98778 = x98777
-x98779 = x98778
-x98780 = x98779
-x98781 = x98780
-x98782 = x98781
-x98783 = x98782
-x98784 = x98783
-x98785 = x98784
-x98786 = x98785
-x98787 = x98786
-x98788 = x98787
-x98789 = x98788
-x98790 = x98789
-x98791 = x98790
-x98792 = x98791
-x98793 = x98792
-x98794 = x98793
-x98795 = x98794
-x98796 = x98795
-x98797 = x98796
-x98798 = x98797
-x98799 = x98798
-x98800 = x98799
-x98801 = x98800
-x98802 = x98801
-x98803 = x98802
-x98804 = x98803
-x98805 = x98804
-x98806 = x98805
-x98807 = x98806
-x98808 = x98807
-x98809 = x98808
-x98810 = x98809
-x98811 = x98810
-x98812 = x98811
-x98813 = x98812
-x98814 = x98813
-x98815 = x98814
-x98816 = x98815
-x98817 = x98816
-x98818 = x98817
-x98819 = x98818
-x98820 = x98819
-x98821 = x98820
-x98822 = x98821
-x98823 = x98822
-x98824 = x98823
-x98825 = x98824
-x98826 = x98825
-x98827 = x98826
-x98828 = x98827
-x98829 = x98828
-x98830 = x98829
-x98831 = x98830
-x98832 = x98831
-x98833 = x98832
-x98834 = x98833
-x98835 = x98834
-x98836 = x98835
-x98837 = x98836
-x98838 = x98837
-x98839 = x98838
-x98840 = x98839
-x98841 = x98840
-x98842 = x98841
-x98843 = x98842
-x98844 = x98843
-x98845 = x98844
-x98846 = x98845
-x98847 = x98846
-x98848 = x98847
-x98849 = x98848
-x98850 = x98849
-x98851 = x98850
-x98852 = x98851
-x98853 = x98852
-x98854 = x98853
-x98855 = x98854
-x98856 = x98855
-x98857 = x98856
-x98858 = x98857
-x98859 = x98858
-x98860 = x98859
-x98861 = x98860
-x98862 = x98861
-x98863 = x98862
-x98864 = x98863
-x98865 = x98864
-x98866 = x98865
-x98867 = x98866
-x98868 = x98867
-x98869 = x98868
-x98870 = x98869
-x98871 = x98870
-x98872 = x98871
-x98873 = x98872
-x98874 = x98873
-x98875 = x98874
-x98876 = x98875
-x98877 = x98876
-x98878 = x98877
-x98879 = x98878
-x98880 = x98879
-x98881 = x98880
-x98882 = x98881
-x98883 = x98882
-x98884 = x98883
-x98885 = x98884
-x98886 = x98885
-x98887 = x98886
-x98888 = x98887
-x98889 = x98888
-x98890 = x98889
-x98891 = x98890
-x98892 = x98891
-x98893 = x98892
-x98894 = x98893
-x98895 = x98894
-x98896 = x98895
-x98897 = x98896
-x98898 = x98897
-x98899 = x98898
-x98900 = x98899
-x98901 = x98900
-x98902 = x98901
-x98903 = x98902
-x98904 = x98903
-x98905 = x98904
-x98906 = x98905
-x98907 = x98906
-x98908 = x98907
-x98909 = x98908
-x98910 = x98909
-x98911 = x98910
-x98912 = x98911
-x98913 = x98912
-x98914 = x98913
-x98915 = x98914
-x98916 = x98915
-x98917 = x98916
-x98918 = x98917
-x98919 = x98918
-x98920 = x98919
-x98921 = x98920
-x98922 = x98921
-x98923 = x98922
-x98924 = x98923
-x98925 = x98924
-x98926 = x98925
-x98927 = x98926
-x98928 = x98927
-x98929 = x98928
-x98930 = x98929
-x98931 = x98930
-x98932 = x98931
-x98933 = x98932
-x98934 = x98933
-x98935 = x98934
-x98936 = x98935
-x98937 = x98936
-x98938 = x98937
-x98939 = x98938
-x98940 = x98939
-x98941 = x98940
-x98942 = x98941
-x98943 = x98942
-x98944 = x98943
-x98945 = x98944
-x98946 = x98945
-x98947 = x98946
-x98948 = x98947
-x98949 = x98948
-x98950 = x98949
-x98951 = x98950
-x98952 = x98951
-x98953 = x98952
-x98954 = x98953
-x98955 = x98954
-x98956 = x98955
-x98957 = x98956
-x98958 = x98957
-x98959 = x98958
-x98960 = x98959
-x98961 = x98960
-x98962 = x98961
-x98963 = x98962
-x98964 = x98963
-x98965 = x98964
-x98966 = x98965
-x98967 = x98966
-x98968 = x98967
-x98969 = x98968
-x98970 = x98969
-x98971 = x98970
-x98972 = x98971
-x98973 = x98972
-x98974 = x98973
-x98975 = x98974
-x98976 = x98975
-x98977 = x98976
-x98978 = x98977
-x98979 = x98978
-x98980 = x98979
-x98981 = x98980
-x98982 = x98981
-x98983 = x98982
-x98984 = x98983
-x98985 = x98984
-x98986 = x98985
-x98987 = x98986
-x98988 = x98987
-x98989 = x98988
-x98990 = x98989
-x98991 = x98990
-x98992 = x98991
-x98993 = x98992
-x98994 = x98993
-x98995 = x98994
-x98996 = x98995
-x98997 = x98996
-x98998 = x98997
-x98999 = x98998
-x99000 = x98999
-x99001 = x99000
-x99002 = x99001
-x99003 = x99002
-x99004 = x99003
-x99005 = x99004
-x99006 = x99005
-x99007 = x99006
-x99008 = x99007
-x99009 = x99008
-x99010 = x99009
-x99011 = x99010
-x99012 = x99011
-x99013 = x99012
-x99014 = x99013
-x99015 = x99014
-x99016 = x99015
-x99017 = x99016
-x99018 = x99017
-x99019 = x99018
-x99020 = x99019
-x99021 = x99020
-x99022 = x99021
-x99023 = x99022
-x99024 = x99023
-x99025 = x99024
-x99026 = x99025
-x99027 = x99026
-x99028 = x99027
-x99029 = x99028
-x99030 = x99029
-x99031 = x99030
-x99032 = x99031
-x99033 = x99032
-x99034 = x99033
-x99035 = x99034
-x99036 = x99035
-x99037 = x99036
-x99038 = x99037
-x99039 = x99038
-x99040 = x99039
-x99041 = x99040
-x99042 = x99041
-x99043 = x99042
-x99044 = x99043
-x99045 = x99044
-x99046 = x99045
-x99047 = x99046
-x99048 = x99047
-x99049 = x99048
-x99050 = x99049
-x99051 = x99050
-x99052 = x99051
-x99053 = x99052
-x99054 = x99053
-x99055 = x99054
-x99056 = x99055
-x99057 = x99056
-x99058 = x99057
-x99059 = x99058
-x99060 = x99059
-x99061 = x99060
-x99062 = x99061
-x99063 = x99062
-x99064 = x99063
-x99065 = x99064
-x99066 = x99065
-x99067 = x99066
-x99068 = x99067
-x99069 = x99068
-x99070 = x99069
-x99071 = x99070
-x99072 = x99071
-x99073 = x99072
-x99074 = x99073
-x99075 = x99074
-x99076 = x99075
-x99077 = x99076
-x99078 = x99077
-x99079 = x99078
-x99080 = x99079
-x99081 = x99080
-x99082 = x99081
-x99083 = x99082
-x99084 = x99083
-x99085 = x99084
-x99086 = x99085
-x99087 = x99086
-x99088 = x99087
-x99089 = x99088
-x99090 = x99089
-x99091 = x99090
-x99092 = x99091
-x99093 = x99092
-x99094 = x99093
-x99095 = x99094
-x99096 = x99095
-x99097 = x99096
-x99098 = x99097
-x99099 = x99098
-x99100 = x99099
-x99101 = x99100
-x99102 = x99101
-x99103 = x99102
-x99104 = x99103
-x99105 = x99104
-x99106 = x99105
-x99107 = x99106
-x99108 = x99107
-x99109 = x99108
-x99110 = x99109
-x99111 = x99110
-x99112 = x99111
-x99113 = x99112
-x99114 = x99113
-x99115 = x99114
-x99116 = x99115
-x99117 = x99116
-x99118 = x99117
-x99119 = x99118
-x99120 = x99119
-x99121 = x99120
-x99122 = x99121
-x99123 = x99122
-x99124 = x99123
-x99125 = x99124
-x99126 = x99125
-x99127 = x99126
-x99128 = x99127
-x99129 = x99128
-x99130 = x99129
-x99131 = x99130
-x99132 = x99131
-x99133 = x99132
-x99134 = x99133
-x99135 = x99134
-x99136 = x99135
-x99137 = x99136
-x99138 = x99137
-x99139 = x99138
-x99140 = x99139
-x99141 = x99140
-x99142 = x99141
-x99143 = x99142
-x99144 = x99143
-x99145 = x99144
-x99146 = x99145
-x99147 = x99146
-x99148 = x99147
-x99149 = x99148
-x99150 = x99149
-x99151 = x99150
-x99152 = x99151
-x99153 = x99152
-x99154 = x99153
-x99155 = x99154
-x99156 = x99155
-x99157 = x99156
-x99158 = x99157
-x99159 = x99158
-x99160 = x99159
-x99161 = x99160
-x99162 = x99161
-x99163 = x99162
-x99164 = x99163
-x99165 = x99164
-x99166 = x99165
-x99167 = x99166
-x99168 = x99167
-x99169 = x99168
-x99170 = x99169
-x99171 = x99170
-x99172 = x99171
-x99173 = x99172
-x99174 = x99173
-x99175 = x99174
-x99176 = x99175
-x99177 = x99176
-x99178 = x99177
-x99179 = x99178
-x99180 = x99179
-x99181 = x99180
-x99182 = x99181
-x99183 = x99182
-x99184 = x99183
-x99185 = x99184
-x99186 = x99185
-x99187 = x99186
-x99188 = x99187
-x99189 = x99188
-x99190 = x99189
-x99191 = x99190
-x99192 = x99191
-x99193 = x99192
-x99194 = x99193
-x99195 = x99194
-x99196 = x99195
-x99197 = x99196
-x99198 = x99197
-x99199 = x99198
-x99200 = x99199
-x99201 = x99200
-x99202 = x99201
-x99203 = x99202
-x99204 = x99203
-x99205 = x99204
-x99206 = x99205
-x99207 = x99206
-x99208 = x99207
-x99209 = x99208
-x99210 = x99209
-x99211 = x99210
-x99212 = x99211
-x99213 = x99212
-x99214 = x99213
-x99215 = x99214
-x99216 = x99215
-x99217 = x99216
-x99218 = x99217
-x99219 = x99218
-x99220 = x99219
-x99221 = x99220
-x99222 = x99221
-x99223 = x99222
-x99224 = x99223
-x99225 = x99224
-x99226 = x99225
-x99227 = x99226
-x99228 = x99227
-x99229 = x99228
-x99230 = x99229
-x99231 = x99230
-x99232 = x99231
-x99233 = x99232
-x99234 = x99233
-x99235 = x99234
-x99236 = x99235
-x99237 = x99236
-x99238 = x99237
-x99239 = x99238
-x99240 = x99239
-x99241 = x99240
-x99242 = x99241
-x99243 = x99242
-x99244 = x99243
-x99245 = x99244
-x99246 = x99245
-x99247 = x99246
-x99248 = x99247
-x99249 = x99248
-x99250 = x99249
-x99251 = x99250
-x99252 = x99251
-x99253 = x99252
-x99254 = x99253
-x99255 = x99254
-x99256 = x99255
-x99257 = x99256
-x99258 = x99257
-x99259 = x99258
-x99260 = x99259
-x99261 = x99260
-x99262 = x99261
-x99263 = x99262
-x99264 = x99263
-x99265 = x99264
-x99266 = x99265
-x99267 = x99266
-x99268 = x99267
-x99269 = x99268
-x99270 = x99269
-x99271 = x99270
-x99272 = x99271
-x99273 = x99272
-x99274 = x99273
-x99275 = x99274
-x99276 = x99275
-x99277 = x99276
-x99278 = x99277
-x99279 = x99278
-x99280 = x99279
-x99281 = x99280
-x99282 = x99281
-x99283 = x99282
-x99284 = x99283
-x99285 = x99284
-x99286 = x99285
-x99287 = x99286
-x99288 = x99287
-x99289 = x99288
-x99290 = x99289
-x99291 = x99290
-x99292 = x99291
-x99293 = x99292
-x99294 = x99293
-x99295 = x99294
-x99296 = x99295
-x99297 = x99296
-x99298 = x99297
-x99299 = x99298
-x99300 = x99299
-x99301 = x99300
-x99302 = x99301
-x99303 = x99302
-x99304 = x99303
-x99305 = x99304
-x99306 = x99305
-x99307 = x99306
-x99308 = x99307
-x99309 = x99308
-x99310 = x99309
-x99311 = x99310
-x99312 = x99311
-x99313 = x99312
-x99314 = x99313
-x99315 = x99314
-x99316 = x99315
-x99317 = x99316
-x99318 = x99317
-x99319 = x99318
-x99320 = x99319
-x99321 = x99320
-x99322 = x99321
-x99323 = x99322
-x99324 = x99323
-x99325 = x99324
-x99326 = x99325
-x99327 = x99326
-x99328 = x99327
-x99329 = x99328
-x99330 = x99329
-x99331 = x99330
-x99332 = x99331
-x99333 = x99332
-x99334 = x99333
-x99335 = x99334
-x99336 = x99335
-x99337 = x99336
-x99338 = x99337
-x99339 = x99338
-x99340 = x99339
-x99341 = x99340
-x99342 = x99341
-x99343 = x99342
-x99344 = x99343
-x99345 = x99344
-x99346 = x99345
-x99347 = x99346
-x99348 = x99347
-x99349 = x99348
-x99350 = x99349
-x99351 = x99350
-x99352 = x99351
-x99353 = x99352
-x99354 = x99353
-x99355 = x99354
-x99356 = x99355
-x99357 = x99356
-x99358 = x99357
-x99359 = x99358
-x99360 = x99359
-x99361 = x99360
-x99362 = x99361
-x99363 = x99362
-x99364 = x99363
-x99365 = x99364
-x99366 = x99365
-x99367 = x99366
-x99368 = x99367
-x99369 = x99368
-x99370 = x99369
-x99371 = x99370
-x99372 = x99371
-x99373 = x99372
-x99374 = x99373
-x99375 = x99374
-x99376 = x99375
-x99377 = x99376
-x99378 = x99377
-x99379 = x99378
-x99380 = x99379
-x99381 = x99380
-x99382 = x99381
-x99383 = x99382
-x99384 = x99383
-x99385 = x99384
-x99386 = x99385
-x99387 = x99386
-x99388 = x99387
-x99389 = x99388
-x99390 = x99389
-x99391 = x99390
-x99392 = x99391
-x99393 = x99392
-x99394 = x99393
-x99395 = x99394
-x99396 = x99395
-x99397 = x99396
-x99398 = x99397
-x99399 = x99398
-x99400 = x99399
-x99401 = x99400
-x99402 = x99401
-x99403 = x99402
-x99404 = x99403
-x99405 = x99404
-x99406 = x99405
-x99407 = x99406
-x99408 = x99407
-x99409 = x99408
-x99410 = x99409
-x99411 = x99410
-x99412 = x99411
-x99413 = x99412
-x99414 = x99413
-x99415 = x99414
-x99416 = x99415
-x99417 = x99416
-x99418 = x99417
-x99419 = x99418
-x99420 = x99419
-x99421 = x99420
-x99422 = x99421
-x99423 = x99422
-x99424 = x99423
-x99425 = x99424
-x99426 = x99425
-x99427 = x99426
-x99428 = x99427
-x99429 = x99428
-x99430 = x99429
-x99431 = x99430
-x99432 = x99431
-x99433 = x99432
-x99434 = x99433
-x99435 = x99434
-x99436 = x99435
-x99437 = x99436
-x99438 = x99437
-x99439 = x99438
-x99440 = x99439
-x99441 = x99440
-x99442 = x99441
-x99443 = x99442
-x99444 = x99443
-x99445 = x99444
-x99446 = x99445
-x99447 = x99446
-x99448 = x99447
-x99449 = x99448
-x99450 = x99449
-x99451 = x99450
-x99452 = x99451
-x99453 = x99452
-x99454 = x99453
-x99455 = x99454
-x99456 = x99455
-x99457 = x99456
-x99458 = x99457
-x99459 = x99458
-x99460 = x99459
-x99461 = x99460
-x99462 = x99461
-x99463 = x99462
-x99464 = x99463
-x99465 = x99464
-x99466 = x99465
-x99467 = x99466
-x99468 = x99467
-x99469 = x99468
-x99470 = x99469
-x99471 = x99470
-x99472 = x99471
-x99473 = x99472
-x99474 = x99473
-x99475 = x99474
-x99476 = x99475
-x99477 = x99476
-x99478 = x99477
-x99479 = x99478
-x99480 = x99479
-x99481 = x99480
-x99482 = x99481
-x99483 = x99482
-x99484 = x99483
-x99485 = x99484
-x99486 = x99485
-x99487 = x99486
-x99488 = x99487
-x99489 = x99488
-x99490 = x99489
-x99491 = x99490
-x99492 = x99491
-x99493 = x99492
-x99494 = x99493
-x99495 = x99494
-x99496 = x99495
-x99497 = x99496
-x99498 = x99497
-x99499 = x99498
-x99500 = x99499
-x99501 = x99500
-x99502 = x99501
-x99503 = x99502
-x99504 = x99503
-x99505 = x99504
-x99506 = x99505
-x99507 = x99506
-x99508 = x99507
-x99509 = x99508
-x99510 = x99509
-x99511 = x99510
-x99512 = x99511
-x99513 = x99512
-x99514 = x99513
-x99515 = x99514
-x99516 = x99515
-x99517 = x99516
-x99518 = x99517
-x99519 = x99518
-x99520 = x99519
-x99521 = x99520
-x99522 = x99521
-x99523 = x99522
-x99524 = x99523
-x99525 = x99524
-x99526 = x99525
-x99527 = x99526
-x99528 = x99527
-x99529 = x99528
-x99530 = x99529
-x99531 = x99530
-x99532 = x99531
-x99533 = x99532
-x99534 = x99533
-x99535 = x99534
-x99536 = x99535
-x99537 = x99536
-x99538 = x99537
-x99539 = x99538
-x99540 = x99539
-x99541 = x99540
-x99542 = x99541
-x99543 = x99542
-x99544 = x99543
-x99545 = x99544
-x99546 = x99545
-x99547 = x99546
-x99548 = x99547
-x99549 = x99548
-x99550 = x99549
-x99551 = x99550
-x99552 = x99551
-x99553 = x99552
-x99554 = x99553
-x99555 = x99554
-x99556 = x99555
-x99557 = x99556
-x99558 = x99557
-x99559 = x99558
-x99560 = x99559
-x99561 = x99560
-x99562 = x99561
-x99563 = x99562
-x99564 = x99563
-x99565 = x99564
-x99566 = x99565
-x99567 = x99566
-x99568 = x99567
-x99569 = x99568
-x99570 = x99569
-x99571 = x99570
-x99572 = x99571
-x99573 = x99572
-x99574 = x99573
-x99575 = x99574
-x99576 = x99575
-x99577 = x99576
-x99578 = x99577
-x99579 = x99578
-x99580 = x99579
-x99581 = x99580
-x99582 = x99581
-x99583 = x99582
-x99584 = x99583
-x99585 = x99584
-x99586 = x99585
-x99587 = x99586
-x99588 = x99587
-x99589 = x99588
-x99590 = x99589
-x99591 = x99590
-x99592 = x99591
-x99593 = x99592
-x99594 = x99593
-x99595 = x99594
-x99596 = x99595
-x99597 = x99596
-x99598 = x99597
-x99599 = x99598
-x99600 = x99599
-x99601 = x99600
-x99602 = x99601
-x99603 = x99602
-x99604 = x99603
-x99605 = x99604
-x99606 = x99605
-x99607 = x99606
-x99608 = x99607
-x99609 = x99608
-x99610 = x99609
-x99611 = x99610
-x99612 = x99611
-x99613 = x99612
-x99614 = x99613
-x99615 = x99614
-x99616 = x99615
-x99617 = x99616
-x99618 = x99617
-x99619 = x99618
-x99620 = x99619
-x99621 = x99620
-x99622 = x99621
-x99623 = x99622
-x99624 = x99623
-x99625 = x99624
-x99626 = x99625
-x99627 = x99626
-x99628 = x99627
-x99629 = x99628
-x99630 = x99629
-x99631 = x99630
-x99632 = x99631
-x99633 = x99632
-x99634 = x99633
-x99635 = x99634
-x99636 = x99635
-x99637 = x99636
-x99638 = x99637
-x99639 = x99638
-x99640 = x99639
-x99641 = x99640
-x99642 = x99641
-x99643 = x99642
-x99644 = x99643
-x99645 = x99644
-x99646 = x99645
-x99647 = x99646
-x99648 = x99647
-x99649 = x99648
-x99650 = x99649
-x99651 = x99650
-x99652 = x99651
-x99653 = x99652
-x99654 = x99653
-x99655 = x99654
-x99656 = x99655
-x99657 = x99656
-x99658 = x99657
-x99659 = x99658
-x99660 = x99659
-x99661 = x99660
-x99662 = x99661
-x99663 = x99662
-x99664 = x99663
-x99665 = x99664
-x99666 = x99665
-x99667 = x99666
-x99668 = x99667
-x99669 = x99668
-x99670 = x99669
-x99671 = x99670
-x99672 = x99671
-x99673 = x99672
-x99674 = x99673
-x99675 = x99674
-x99676 = x99675
-x99677 = x99676
-x99678 = x99677
-x99679 = x99678
-x99680 = x99679
-x99681 = x99680
-x99682 = x99681
-x99683 = x99682
-x99684 = x99683
-x99685 = x99684
-x99686 = x99685
-x99687 = x99686
-x99688 = x99687
-x99689 = x99688
-x99690 = x99689
-x99691 = x99690
-x99692 = x99691
-x99693 = x99692
-x99694 = x99693
-x99695 = x99694
-x99696 = x99695
-x99697 = x99696
-x99698 = x99697
-x99699 = x99698
-x99700 = x99699
-x99701 = x99700
-x99702 = x99701
-x99703 = x99702
-x99704 = x99703
-x99705 = x99704
-x99706 = x99705
-x99707 = x99706
-x99708 = x99707
-x99709 = x99708
-x99710 = x99709
-x99711 = x99710
-x99712 = x99711
-x99713 = x99712
-x99714 = x99713
-x99715 = x99714
-x99716 = x99715
-x99717 = x99716
-x99718 = x99717
-x99719 = x99718
-x99720 = x99719
-x99721 = x99720
-x99722 = x99721
-x99723 = x99722
-x99724 = x99723
-x99725 = x99724
-x99726 = x99725
-x99727 = x99726
-x99728 = x99727
-x99729 = x99728
-x99730 = x99729
-x99731 = x99730
-x99732 = x99731
-x99733 = x99732
-x99734 = x99733
-x99735 = x99734
-x99736 = x99735
-x99737 = x99736
-x99738 = x99737
-x99739 = x99738
-x99740 = x99739
-x99741 = x99740
-x99742 = x99741
-x99743 = x99742
-x99744 = x99743
-x99745 = x99744
-x99746 = x99745
-x99747 = x99746
-x99748 = x99747
-x99749 = x99748
-x99750 = x99749
-x99751 = x99750
-x99752 = x99751
-x99753 = x99752
-x99754 = x99753
-x99755 = x99754
-x99756 = x99755
-x99757 = x99756
-x99758 = x99757
-x99759 = x99758
-x99760 = x99759
-x99761 = x99760
-x99762 = x99761
-x99763 = x99762
-x99764 = x99763
-x99765 = x99764
-x99766 = x99765
-x99767 = x99766
-x99768 = x99767
-x99769 = x99768
-x99770 = x99769
-x99771 = x99770
-x99772 = x99771
-x99773 = x99772
-x99774 = x99773
-x99775 = x99774
-x99776 = x99775
-x99777 = x99776
-x99778 = x99777
-x99779 = x99778
-x99780 = x99779
-x99781 = x99780
-x99782 = x99781
-x99783 = x99782
-x99784 = x99783
-x99785 = x99784
-x99786 = x99785
-x99787 = x99786
-x99788 = x99787
-x99789 = x99788
-x99790 = x99789
-x99791 = x99790
-x99792 = x99791
-x99793 = x99792
-x99794 = x99793
-x99795 = x99794
-x99796 = x99795
-x99797 = x99796
-x99798 = x99797
-x99799 = x99798
-x99800 = x99799
-x99801 = x99800
-x99802 = x99801
-x99803 = x99802
-x99804 = x99803
-x99805 = x99804
-x99806 = x99805
-x99807 = x99806
-x99808 = x99807
-x99809 = x99808
-x99810 = x99809
-x99811 = x99810
-x99812 = x99811
-x99813 = x99812
-x99814 = x99813
-x99815 = x99814
-x99816 = x99815
-x99817 = x99816
-x99818 = x99817
-x99819 = x99818
-x99820 = x99819
-x99821 = x99820
-x99822 = x99821
-x99823 = x99822
-x99824 = x99823
-x99825 = x99824
-x99826 = x99825
-x99827 = x99826
-x99828 = x99827
-x99829 = x99828
-x99830 = x99829
-x99831 = x99830
-x99832 = x99831
-x99833 = x99832
-x99834 = x99833
-x99835 = x99834
-x99836 = x99835
-x99837 = x99836
-x99838 = x99837
-x99839 = x99838
-x99840 = x99839
-x99841 = x99840
-x99842 = x99841
-x99843 = x99842
-x99844 = x99843
-x99845 = x99844
-x99846 = x99845
-x99847 = x99846
-x99848 = x99847
-x99849 = x99848
-x99850 = x99849
-x99851 = x99850
-x99852 = x99851
-x99853 = x99852
-x99854 = x99853
-x99855 = x99854
-x99856 = x99855
-x99857 = x99856
-x99858 = x99857
-x99859 = x99858
-x99860 = x99859
-x99861 = x99860
-x99862 = x99861
-x99863 = x99862
-x99864 = x99863
-x99865 = x99864
-x99866 = x99865
-x99867 = x99866
-x99868 = x99867
-x99869 = x99868
-x99870 = x99869
-x99871 = x99870
-x99872 = x99871
-x99873 = x99872
-x99874 = x99873
-x99875 = x99874
-x99876 = x99875
-x99877 = x99876
-x99878 = x99877
-x99879 = x99878
-x99880 = x99879
-x99881 = x99880
-x99882 = x99881
-x99883 = x99882
-x99884 = x99883
-x99885 = x99884
-x99886 = x99885
-x99887 = x99886
-x99888 = x99887
-x99889 = x99888
-x99890 = x99889
-x99891 = x99890
-x99892 = x99891
-x99893 = x99892
-x99894 = x99893
-x99895 = x99894
-x99896 = x99895
-x99897 = x99896
-x99898 = x99897
-x99899 = x99898
-x99900 = x99899
-x99901 = x99900
-x99902 = x99901
-x99903 = x99902
-x99904 = x99903
-x99905 = x99904
-x99906 = x99905
-x99907 = x99906
-x99908 = x99907
-x99909 = x99908
-x99910 = x99909
-x99911 = x99910
-x99912 = x99911
-x99913 = x99912
-x99914 = x99913
-x99915 = x99914
-x99916 = x99915
-x99917 = x99916
-x99918 = x99917
-x99919 = x99918
-x99920 = x99919
-x99921 = x99920
-x99922 = x99921
-x99923 = x99922
-x99924 = x99923
-x99925 = x99924
-x99926 = x99925
-x99927 = x99926
-x99928 = x99927
-x99929 = x99928
-x99930 = x99929
-x99931 = x99930
-x99932 = x99931
-x99933 = x99932
-x99934 = x99933
-x99935 = x99934
-x99936 = x99935
-x99937 = x99936
-x99938 = x99937
-x99939 = x99938
-x99940 = x99939
-x99941 = x99940
-x99942 = x99941
-x99943 = x99942
-x99944 = x99943
-x99945 = x99944
-x99946 = x99945
-x99947 = x99946
-x99948 = x99947
-x99949 = x99948
-x99950 = x99949
-x99951 = x99950
-x99952 = x99951
-x99953 = x99952
-x99954 = x99953
-x99955 = x99954
-x99956 = x99955
-x99957 = x99956
-x99958 = x99957
-x99959 = x99958
-x99960 = x99959
-x99961 = x99960
-x99962 = x99961
-x99963 = x99962
-x99964 = x99963
-x99965 = x99964
-x99966 = x99965
-x99967 = x99966
-x99968 = x99967
-x99969 = x99968
-x99970 = x99969
-x99971 = x99970
-x99972 = x99971
-x99973 = x99972
-x99974 = x99973
-x99975 = x99974
-x99976 = x99975
-x99977 = x99976
-x99978 = x99977
-x99979 = x99978
-x99980 = x99979
-x99981 = x99980
-x99982 = x99981
-x99983 = x99982
-x99984 = x99983
-x99985 = x99984
-x99986 = x99985
-x99987 = x99986
-x99988 = x99987
-x99989 = x99988
-x99990 = x99989
-x99991 = x99990
-x99992 = x99991
-x99993 = x99992
-x99994 = x99993
-x99995 = x99994
-x99996 = x99995
-x99997 = x99996
-x99998 = x99997
-x99999 = x99998
-x100000 = x99999
-=======
-x9999 = x9998
-x9998 = x9997
-x9997 = x9996
-x9996 = x9995
-x9995 = x9994
-x9994 = x9993
-x9993 = x9992
-x9992 = x9991
-x9991 = x9990
-x9990 = x9989
-x9989 = x9988
-x9988 = x9987
-x9987 = x9986
-x9986 = x9985
-x9985 = x9984
-x9984 = x9983
-x9983 = x9982
-x9982 = x9981
-x9981 = x9980
-x9980 = x9979
-x9979 = x9978
-x9978 = x9977
-x9977 = x9976
-x9976 = x9975
-x9975 = x9974
-x9974 = x9973
-x9973 = x9972
-x9972 = x9971
-x9971 = x9970
-x9970 = x9969
-x9969 = x9968
-x9968 = x9967
-x9967 = x9966
-x9966 = x9965
-x9965 = x9964
-x9964 = x9963
-x9963 = x9962
-x9962 = x9961
-x9961 = x9960
-x9960 = x9959
-x9959 = x9958
-x9958 = x9957
-x9957 = x9956
-x9956 = x9955
-x9955 = x9954
-x9954 = x9953
-x9953 = x9952
-x9952 = x9951
-x9951 = x9950
-x9950 = x9949
-x9949 = x9948
-x9948 = x9947
-x9947 = x9946
-x9946 = x9945
-x9945 = x9944
-x9944 = x9943
-x9943 = x9942
-x9942 = x9941
-x9941 = x9940
-x9940 = x9939
-x9939 = x9938
-x9938 = x9937
-x9937 = x9936
-x9936 = x9935
-x9935 = x9934
-x9934 = x9933
-x9933 = x9932
-x9932 = x9931
-x9931 = x9930
-x9930 = x9929
-x9929 = x9928
-x9928 = x9927
-x9927 = x9926
-x9926 = x9925
-x9925 = x9924
-x9924 = x9923
-x9923 = x9922
-x9922 = x9921
-x9921 = x9920
-x9920 = x9919
-x9919 = x9918
-x9918 = x9917
-x9917 = x9916
-x9916 = x9915
-x9915 = x9914
-x9914 = x9913
-x9913 = x9912
-x9912 = x9911
-x9911 = x9910
-x9910 = x9909
-x9909 = x9908
-x9908 = x9907
-x9907 = x9906
-x9906 = x9905
-x9905 = x9904
-x9904 = x9903
-x9903 = x9902
-x9902 = x9901
-x9901 = x9900
-x9900 = x9899
-x9899 = x9898
-x9898 = x9897
-x9897 = x9896
-x9896 = x9895
-x9895 = x9894
-x9894 = x9893
-x9893 = x9892
-x9892 = x9891
-x9891 = x9890
-x9890 = x9889
-x9889 = x9888
-x9888 = x9887
-x9887 = x9886
-x9886 = x9885
-x9885 = x9884
-x9884 = x9883
-x9883 = x9882
-x9882 = x9881
-x9881 = x9880
-x9880 = x9879
-x9879 = x9878
-x9878 = x9877
-x9877 = x9876
-x9876 = x9875
-x9875 = x9874
-x9874 = x9873
-x9873 = x9872
-x9872 = x9871
-x9871 = x9870
-x9870 = x9869
-x9869 = x9868
-x9868 = x9867
-x9867 = x9866
-x9866 = x9865
-x9865 = x9864
-x9864 = x9863
-x9863 = x9862
-x9862 = x9861
-x9861 = x9860
-x9860 = x9859
-x9859 = x9858
-x9858 = x9857
-x9857 = x9856
-x9856 = x9855
-x9855 = x9854
-x9854 = x9853
-x9853 = x9852
-x9852 = x9851
-x9851 = x9850
-x9850 = x9849
-x9849 = x9848
-x9848 = x9847
-x9847 = x9846
-x9846 = x9845
-x9845 = x9844
-x9844 = x9843
-x9843 = x9842
-x9842 = x9841
-x9841 = x9840
-x9840 = x9839
-x9839 = x9838
-x9838 = x9837
-x9837 = x9836
-x9836 = x9835
-x9835 = x9834
-x9834 = x9833
-x9833 = x9832
-x9832 = x9831
-x9831 = x9830
-x9830 = x9829
-x9829 = x9828
-x9828 = x9827
-x9827 = x9826
-x9826 = x9825
-x9825 = x9824
-x9824 = x9823
-x9823 = x9822
-x9822 = x9821
-x9821 = x9820
-x9820 = x9819
-x9819 = x9818
-x9818 = x9817
-x9817 = x9816
-x9816 = x9815
-x9815 = x9814
-x9814 = x9813
-x9813 = x9812
-x9812 = x9811
-x9811 = x9810
-x9810 = x9809
-x9809 = x9808
-x9808 = x9807
-x9807 = x9806
-x9806 = x9805
-x9805 = x9804
-x9804 = x9803
-x9803 = x9802
-x9802 = x9801
-x9801 = x9800
-x9800 = x9799
-x9799 = x9798
-x9798 = x9797
-x9797 = x9796
-x9796 = x9795
-x9795 = x9794
-x9794 = x9793
-x9793 = x9792
-x9792 = x9791
-x9791 = x9790
-x9790 = x9789
-x9789 = x9788
-x9788 = x9787
-x9787 = x9786
-x9786 = x9785
-x9785 = x9784
-x9784 = x9783
-x9783 = x9782
-x9782 = x9781
-x9781 = x9780
-x9780 = x9779
-x9779 = x9778
-x9778 = x9777
-x9777 = x9776
-x9776 = x9775
-x9775 = x9774
-x9774 = x9773
-x9773 = x9772
-x9772 = x9771
-x9771 = x9770
-x9770 = x9769
-x9769 = x9768
-x9768 = x9767
-x9767 = x9766
-x9766 = x9765
-x9765 = x9764
-x9764 = x9763
-x9763 = x9762
-x9762 = x9761
-x9761 = x9760
-x9760 = x9759
-x9759 = x9758
-x9758 = x9757
-x9757 = x9756
-x9756 = x9755
-x9755 = x9754
-x9754 = x9753
-x9753 = x9752
-x9752 = x9751
-x9751 = x9750
-x9750 = x9749
-x9749 = x9748
-x9748 = x9747
-x9747 = x9746
-x9746 = x9745
-x9745 = x9744
-x9744 = x9743
-x9743 = x9742
-x9742 = x9741
-x9741 = x9740
-x9740 = x9739
-x9739 = x9738
-x9738 = x9737
-x9737 = x9736
-x9736 = x9735
-x9735 = x9734
-x9734 = x9733
-x9733 = x9732
-x9732 = x9731
-x9731 = x9730
-x9730 = x9729
-x9729 = x9728
-x9728 = x9727
-x9727 = x9726
-x9726 = x9725
-x9725 = x9724
-x9724 = x9723
-x9723 = x9722
-x9722 = x9721
-x9721 = x9720
-x9720 = x9719
-x9719 = x9718
-x9718 = x9717
-x9717 = x9716
-x9716 = x9715
-x9715 = x9714
-x9714 = x9713
-x9713 = x9712
-x9712 = x9711
-x9711 = x9710
-x9710 = x9709
-x9709 = x9708
-x9708 = x9707
-x9707 = x9706
-x9706 = x9705
-x9705 = x9704
-x9704 = x9703
-x9703 = x9702
-x9702 = x9701
-x9701 = x9700
-x9700 = x9699
-x9699 = x9698
-x9698 = x9697
-x9697 = x9696
-x9696 = x9695
-x9695 = x9694
-x9694 = x9693
-x9693 = x9692
-x9692 = x9691
-x9691 = x9690
-x9690 = x9689
-x9689 = x9688
-x9688 = x9687
-x9687 = x9686
-x9686 = x9685
-x9685 = x9684
-x9684 = x9683
-x9683 = x9682
-x9682 = x9681
-x9681 = x9680
-x9680 = x9679
-x9679 = x9678
-x9678 = x9677
-x9677 = x9676
-x9676 = x9675
-x9675 = x9674
-x9674 = x9673
-x9673 = x9672
-x9672 = x9671
-x9671 = x9670
-x9670 = x9669
-x9669 = x9668
-x9668 = x9667
-x9667 = x9666
-x9666 = x9665
-x9665 = x9664
-x9664 = x9663
-x9663 = x9662
-x9662 = x9661
-x9661 = x9660
-x9660 = x9659
-x9659 = x9658
-x9658 = x9657
-x9657 = x9656
-x9656 = x9655
-x9655 = x9654
-x9654 = x9653
-x9653 = x9652
-x9652 = x9651
-x9651 = x9650
-x9650 = x9649
-x9649 = x9648
-x9648 = x9647
-x9647 = x9646
-x9646 = x9645
-x9645 = x9644
-x9644 = x9643
-x9643 = x9642
-x9642 = x9641
-x9641 = x9640
-x9640 = x9639
-x9639 = x9638
-x9638 = x9637
-x9637 = x9636
-x9636 = x9635
-x9635 = x9634
-x9634 = x9633
-x9633 = x9632
-x9632 = x9631
-x9631 = x9630
-x9630 = x9629
-x9629 = x9628
-x9628 = x9627
-x9627 = x9626
-x9626 = x9625
-x9625 = x9624
-x9624 = x9623
-x9623 = x9622
-x9622 = x9621
-x9621 = x9620
-x9620 = x9619
-x9619 = x9618
-x9618 = x9617
-x9617 = x9616
-x9616 = x9615
-x9615 = x9614
-x9614 = x9613
-x9613 = x9612
-x9612 = x9611
-x9611 = x9610
-x9610 = x9609
-x9609 = x9608
-x9608 = x9607
-x9607 = x9606
-x9606 = x9605
-x9605 = x9604
-x9604 = x9603
-x9603 = x9602
-x9602 = x9601
-x9601 = x9600
-x9600 = x9599
-x9599 = x9598
-x9598 = x9597
-x9597 = x9596
-x9596 = x9595
-x9595 = x9594
-x9594 = x9593
-x9593 = x9592
-x9592 = x9591
-x9591 = x9590
-x9590 = x9589
-x9589 = x9588
-x9588 = x9587
-x9587 = x9586
-x9586 = x9585
-x9585 = x9584
-x9584 = x9583
-x9583 = x9582
-x9582 = x9581
-x9581 = x9580
-x9580 = x9579
-x9579 = x9578
-x9578 = x9577
-x9577 = x9576
-x9576 = x9575
-x9575 = x9574
-x9574 = x9573
-x9573 = x9572
-x9572 = x9571
-x9571 = x9570
-x9570 = x9569
-x9569 = x9568
-x9568 = x9567
-x9567 = x9566
-x9566 = x9565
-x9565 = x9564
-x9564 = x9563
-x9563 = x9562
-x9562 = x9561
-x9561 = x9560
-x9560 = x9559
-x9559 = x9558
-x9558 = x9557
-x9557 = x9556
-x9556 = x9555
-x9555 = x9554
-x9554 = x9553
-x9553 = x9552
-x9552 = x9551
-x9551 = x9550
-x9550 = x9549
-x9549 = x9548
-x9548 = x9547
-x9547 = x9546
-x9546 = x9545
-x9545 = x9544
-x9544 = x9543
-x9543 = x9542
-x9542 = x9541
-x9541 = x9540
-x9540 = x9539
-x9539 = x9538
-x9538 = x9537
-x9537 = x9536
-x9536 = x9535
-x9535 = x9534
-x9534 = x9533
-x9533 = x9532
-x9532 = x9531
-x9531 = x9530
-x9530 = x9529
-x9529 = x9528
-x9528 = x9527
-x9527 = x9526
-x9526 = x9525
-x9525 = x9524
-x9524 = x9523
-x9523 = x9522
-x9522 = x9521
-x9521 = x9520
-x9520 = x9519
-x9519 = x9518
-x9518 = x9517
-x9517 = x9516
-x9516 = x9515
-x9515 = x9514
-x9514 = x9513
-x9513 = x9512
-x9512 = x9511
-x9511 = x9510
-x9510 = x9509
-x9509 = x9508
-x9508 = x9507
-x9507 = x9506
-x9506 = x9505
-x9505 = x9504
-x9504 = x9503
-x9503 = x9502
-x9502 = x9501
-x9501 = x9500
-x9500 = x9499
-x9499 = x9498
-x9498 = x9497
-x9497 = x9496
-x9496 = x9495
-x9495 = x9494
-x9494 = x9493
-x9493 = x9492
-x9492 = x9491
-x9491 = x9490
-x9490 = x9489
-x9489 = x9488
-x9488 = x9487
-x9487 = x9486
-x9486 = x9485
-x9485 = x9484
-x9484 = x9483
-x9483 = x9482
-x9482 = x9481
-x9481 = x9480
-x9480 = x9479
-x9479 = x9478
-x9478 = x9477
-x9477 = x9476
-x9476 = x9475
-x9475 = x9474
-x9474 = x9473
-x9473 = x9472
-x9472 = x9471
-x9471 = x9470
-x9470 = x9469
-x9469 = x9468
-x9468 = x9467
-x9467 = x9466
-x9466 = x9465
-x9465 = x9464
-x9464 = x9463
-x9463 = x9462
-x9462 = x9461
-x9461 = x9460
-x9460 = x9459
-x9459 = x9458
-x9458 = x9457
-x9457 = x9456
-x9456 = x9455
-x9455 = x9454
-x9454 = x9453
-x9453 = x9452
-x9452 = x9451
-x9451 = x9450
-x9450 = x9449
-x9449 = x9448
-x9448 = x9447
-x9447 = x9446
-x9446 = x9445
-x9445 = x9444
-x9444 = x9443
-x9443 = x9442
-x9442 = x9441
-x9441 = x9440
-x9440 = x9439
-x9439 = x9438
-x9438 = x9437
-x9437 = x9436
-x9436 = x9435
-x9435 = x9434
-x9434 = x9433
-x9433 = x9432
-x9432 = x9431
-x9431 = x9430
-x9430 = x9429
-x9429 = x9428
-x9428 = x9427
-x9427 = x9426
-x9426 = x9425
-x9425 = x9424
-x9424 = x9423
-x9423 = x9422
-x9422 = x9421
-x9421 = x9420
-x9420 = x9419
-x9419 = x9418
-x9418 = x9417
-x9417 = x9416
-x9416 = x9415
-x9415 = x9414
-x9414 = x9413
-x9413 = x9412
-x9412 = x9411
-x9411 = x9410
-x9410 = x9409
-x9409 = x9408
-x9408 = x9407
-x9407 = x9406
-x9406 = x9405
-x9405 = x9404
-x9404 = x9403
-x9403 = x9402
-x9402 = x9401
-x9401 = x9400
-x9400 = x9399
-x9399 = x9398
-x9398 = x9397
-x9397 = x9396
-x9396 = x9395
-x9395 = x9394
-x9394 = x9393
-x9393 = x9392
-x9392 = x9391
-x9391 = x9390
-x9390 = x9389
-x9389 = x9388
-x9388 = x9387
-x9387 = x9386
-x9386 = x9385
-x9385 = x9384
-x9384 = x9383
-x9383 = x9382
-x9382 = x9381
-x9381 = x9380
-x9380 = x9379
-x9379 = x9378
-x9378 = x9377
-x9377 = x9376
-x9376 = x9375
-x9375 = x9374
-x9374 = x9373
-x9373 = x9372
-x9372 = x9371
-x9371 = x9370
-x9370 = x9369
-x9369 = x9368
-x9368 = x9367
-x9367 = x9366
-x9366 = x9365
-x9365 = x9364
-x9364 = x9363
-x9363 = x9362
-x9362 = x9361
-x9361 = x9360
-x9360 = x9359
-x9359 = x9358
-x9358 = x9357
-x9357 = x9356
-x9356 = x9355
-x9355 = x9354
-x9354 = x9353
-x9353 = x9352
-x9352 = x9351
-x9351 = x9350
-x9350 = x9349
-x9349 = x9348
-x9348 = x9347
-x9347 = x9346
-x9346 = x9345
-x9345 = x9344
-x9344 = x9343
-x9343 = x9342
-x9342 = x9341
-x9341 = x9340
-x9340 = x9339
-x9339 = x9338
-x9338 = x9337
-x9337 = x9336
-x9336 = x9335
-x9335 = x9334
-x9334 = x9333
-x9333 = x9332
-x9332 = x9331
-x9331 = x9330
-x9330 = x9329
-x9329 = x9328
-x9328 = x9327
-x9327 = x9326
-x9326 = x9325
-x9325 = x9324
-x9324 = x9323
-x9323 = x9322
-x9322 = x9321
-x9321 = x9320
-x9320 = x9319
-x9319 = x9318
-x9318 = x9317
-x9317 = x9316
-x9316 = x9315
-x9315 = x9314
-x9314 = x9313
-x9313 = x9312
-x9312 = x9311
-x9311 = x9310
-x9310 = x9309
-x9309 = x9308
-x9308 = x9307
-x9307 = x9306
-x9306 = x9305
-x9305 = x9304
-x9304 = x9303
-x9303 = x9302
-x9302 = x9301
-x9301 = x9300
-x9300 = x9299
-x9299 = x9298
-x9298 = x9297
-x9297 = x9296
-x9296 = x9295
-x9295 = x9294
-x9294 = x9293
-x9293 = x9292
-x9292 = x9291
-x9291 = x9290
-x9290 = x9289
-x9289 = x9288
-x9288 = x9287
-x9287 = x9286
-x9286 = x9285
-x9285 = x9284
-x9284 = x9283
-x9283 = x9282
-x9282 = x9281
-x9281 = x9280
-x9280 = x9279
-x9279 = x9278
-x9278 = x9277
-x9277 = x9276
-x9276 = x9275
-x9275 = x9274
-x9274 = x9273
-x9273 = x9272
-x9272 = x9271
-x9271 = x9270
-x9270 = x9269
-x9269 = x9268
-x9268 = x9267
-x9267 = x9266
-x9266 = x9265
-x9265 = x9264
-x9264 = x9263
-x9263 = x9262
-x9262 = x9261
-x9261 = x9260
-x9260 = x9259
-x9259 = x9258
-x9258 = x9257
-x9257 = x9256
-x9256 = x9255
-x9255 = x9254
-x9254 = x9253
-x9253 = x9252
-x9252 = x9251
-x9251 = x9250
-x9250 = x9249
-x9249 = x9248
-x9248 = x9247
-x9247 = x9246
-x9246 = x9245
-x9245 = x9244
-x9244 = x9243
-x9243 = x9242
-x9242 = x9241
-x9241 = x9240
-x9240 = x9239
-x9239 = x9238
-x9238 = x9237
-x9237 = x9236
-x9236 = x9235
-x9235 = x9234
-x9234 = x9233
-x9233 = x9232
-x9232 = x9231
-x9231 = x9230
-x9230 = x9229
-x9229 = x9228
-x9228 = x9227
-x9227 = x9226
-x9226 = x9225
-x9225 = x9224
-x9224 = x9223
-x9223 = x9222
-x9222 = x9221
-x9221 = x9220
-x9220 = x9219
-x9219 = x9218
-x9218 = x9217
-x9217 = x9216
-x9216 = x9215
-x9215 = x9214
-x9214 = x9213
-x9213 = x9212
-x9212 = x9211
-x9211 = x9210
-x9210 = x9209
-x9209 = x9208
-x9208 = x9207
-x9207 = x9206
-x9206 = x9205
-x9205 = x9204
-x9204 = x9203
-x9203 = x9202
-x9202 = x9201
-x9201 = x9200
-x9200 = x9199
-x9199 = x9198
-x9198 = x9197
-x9197 = x9196
-x9196 = x9195
-x9195 = x9194
-x9194 = x9193
-x9193 = x9192
-x9192 = x9191
-x9191 = x9190
-x9190 = x9189
-x9189 = x9188
-x9188 = x9187
-x9187 = x9186
-x9186 = x9185
-x9185 = x9184
-x9184 = x9183
-x9183 = x9182
-x9182 = x9181
-x9181 = x9180
-x9180 = x9179
-x9179 = x9178
-x9178 = x9177
-x9177 = x9176
-x9176 = x9175
-x9175 = x9174
-x9174 = x9173
-x9173 = x9172
-x9172 = x9171
-x9171 = x9170
-x9170 = x9169
-x9169 = x9168
-x9168 = x9167
-x9167 = x9166
-x9166 = x9165
-x9165 = x9164
-x9164 = x9163
-x9163 = x9162
-x9162 = x9161
-x9161 = x9160
-x9160 = x9159
-x9159 = x9158
-x9158 = x9157
-x9157 = x9156
-x9156 = x9155
-x9155 = x9154
-x9154 = x9153
-x9153 = x9152
-x9152 = x9151
-x9151 = x9150
-x9150 = x9149
-x9149 = x9148
-x9148 = x9147
-x9147 = x9146
-x9146 = x9145
-x9145 = x9144
-x9144 = x9143
-x9143 = x9142
-x9142 = x9141
-x9141 = x9140
-x9140 = x9139
-x9139 = x9138
-x9138 = x9137
-x9137 = x9136
-x9136 = x9135
-x9135 = x9134
-x9134 = x9133
-x9133 = x9132
-x9132 = x9131
-x9131 = x9130
-x9130 = x9129
-x9129 = x9128
-x9128 = x9127
-x9127 = x9126
-x9126 = x9125
-x9125 = x9124
-x9124 = x9123
-x9123 = x9122
-x9122 = x9121
-x9121 = x9120
-x9120 = x9119
-x9119 = x9118
-x9118 = x9117
-x9117 = x9116
-x9116 = x9115
-x9115 = x9114
-x9114 = x9113
-x9113 = x9112
-x9112 = x9111
-x9111 = x9110
-x9110 = x9109
-x9109 = x9108
-x9108 = x9107
-x9107 = x9106
-x9106 = x9105
-x9105 = x9104
-x9104 = x9103
-x9103 = x9102
-x9102 = x9101
-x9101 = x9100
-x9100 = x9099
-x9099 = x9098
-x9098 = x9097
-x9097 = x9096
-x9096 = x9095
-x9095 = x9094
-x9094 = x9093
-x9093 = x9092
-x9092 = x9091
-x9091 = x9090
-x9090 = x9089
-x9089 = x9088
-x9088 = x9087
-x9087 = x9086
-x9086 = x9085
-x9085 = x9084
-x9084 = x9083
-x9083 = x9082
-x9082 = x9081
-x9081 = x9080
-x9080 = x9079
-x9079 = x9078
-x9078 = x9077
-x9077 = x9076
-x9076 = x9075
-x9075 = x9074
-x9074 = x9073
-x9073 = x9072
-x9072 = x9071
-x9071 = x9070
-x9070 = x9069
-x9069 = x9068
-x9068 = x9067
-x9067 = x9066
-x9066 = x9065
-x9065 = x9064
-x9064 = x9063
-x9063 = x9062
-x9062 = x9061
-x9061 = x9060
-x9060 = x9059
-x9059 = x9058
-x9058 = x9057
-x9057 = x9056
-x9056 = x9055
-x9055 = x9054
-x9054 = x9053
-x9053 = x9052
-x9052 = x9051
-x9051 = x9050
-x9050 = x9049
-x9049 = x9048
-x9048 = x9047
-x9047 = x9046
-x9046 = x9045
-x9045 = x9044
-x9044 = x9043
-x9043 = x9042
-x9042 = x9041
-x9041 = x9040
-x9040 = x9039
-x9039 = x9038
-x9038 = x9037
-x9037 = x9036
-x9036 = x9035
-x9035 = x9034
-x9034 = x9033
-x9033 = x9032
-x9032 = x9031
-x9031 = x9030
-x9030 = x9029
-x9029 = x9028
-x9028 = x9027
-x9027 = x9026
-x9026 = x9025
-x9025 = x9024
-x9024 = x9023
-x9023 = x9022
-x9022 = x9021
-x9021 = x9020
-x9020 = x9019
-x9019 = x9018
-x9018 = x9017
-x9017 = x9016
-x9016 = x9015
-x9015 = x9014
-x9014 = x9013
-x9013 = x9012
-x9012 = x9011
-x9011 = x9010
-x9010 = x9009
-x9009 = x9008
-x9008 = x9007
-x9007 = x9006
-x9006 = x9005
-x9005 = x9004
-x9004 = x9003
-x9003 = x9002
-x9002 = x9001
-x9001 = x9000
-x9000 = x8999
-x8999 = x8998
-x8998 = x8997
-x8997 = x8996
-x8996 = x8995
-x8995 = x8994
-x8994 = x8993
-x8993 = x8992
-x8992 = x8991
-x8991 = x8990
-x8990 = x8989
-x8989 = x8988
-x8988 = x8987
-x8987 = x8986
-x8986 = x8985
-x8985 = x8984
-x8984 = x8983
-x8983 = x8982
-x8982 = x8981
-x8981 = x8980
-x8980 = x8979
-x8979 = x8978
-x8978 = x8977
-x8977 = x8976
-x8976 = x8975
-x8975 = x8974
-x8974 = x8973
-x8973 = x8972
-x8972 = x8971
-x8971 = x8970
-x8970 = x8969
-x8969 = x8968
-x8968 = x8967
-x8967 = x8966
-x8966 = x8965
-x8965 = x8964
-x8964 = x8963
-x8963 = x8962
-x8962 = x8961
-x8961 = x8960
-x8960 = x8959
-x8959 = x8958
-x8958 = x8957
-x8957 = x8956
-x8956 = x8955
-x8955 = x8954
-x8954 = x8953
-x8953 = x8952
-x8952 = x8951
-x8951 = x8950
-x8950 = x8949
-x8949 = x8948
-x8948 = x8947
-x8947 = x8946
-x8946 = x8945
-x8945 = x8944
-x8944 = x8943
-x8943 = x8942
-x8942 = x8941
-x8941 = x8940
-x8940 = x8939
-x8939 = x8938
-x8938 = x8937
-x8937 = x8936
-x8936 = x8935
-x8935 = x8934
-x8934 = x8933
-x8933 = x8932
-x8932 = x8931
-x8931 = x8930
-x8930 = x8929
-x8929 = x8928
-x8928 = x8927
-x8927 = x8926
-x8926 = x8925
-x8925 = x8924
-x8924 = x8923
-x8923 = x8922
-x8922 = x8921
-x8921 = x8920
-x8920 = x8919
-x8919 = x8918
-x8918 = x8917
-x8917 = x8916
-x8916 = x8915
-x8915 = x8914
-x8914 = x8913
-x8913 = x8912
-x8912 = x8911
-x8911 = x8910
-x8910 = x8909
-x8909 = x8908
-x8908 = x8907
-x8907 = x8906
-x8906 = x8905
-x8905 = x8904
-x8904 = x8903
-x8903 = x8902
-x8902 = x8901
-x8901 = x8900
-x8900 = x8899
-x8899 = x8898
-x8898 = x8897
-x8897 = x8896
-x8896 = x8895
-x8895 = x8894
-x8894 = x8893
-x8893 = x8892
-x8892 = x8891
-x8891 = x8890
-x8890 = x8889
-x8889 = x8888
-x8888 = x8887
-x8887 = x8886
-x8886 = x8885
-x8885 = x8884
-x8884 = x8883
-x8883 = x8882
-x8882 = x8881
-x8881 = x8880
-x8880 = x8879
-x8879 = x8878
-x8878 = x8877
-x8877 = x8876
-x8876 = x8875
-x8875 = x8874
-x8874 = x8873
-x8873 = x8872
-x8872 = x8871
-x8871 = x8870
-x8870 = x8869
-x8869 = x8868
-x8868 = x8867
-x8867 = x8866
-x8866 = x8865
-x8865 = x8864
-x8864 = x8863
-x8863 = x8862
-x8862 = x8861
-x8861 = x8860
-x8860 = x8859
-x8859 = x8858
-x8858 = x8857
-x8857 = x8856
-x8856 = x8855
-x8855 = x8854
-x8854 = x8853
-x8853 = x8852
-x8852 = x8851
-x8851 = x8850
-x8850 = x8849
-x8849 = x8848
-x8848 = x8847
-x8847 = x8846
-x8846 = x8845
-x8845 = x8844
-x8844 = x8843
-x8843 = x8842
-x8842 = x8841
-x8841 = x8840
-x8840 = x8839
-x8839 = x8838
-x8838 = x8837
-x8837 = x8836
-x8836 = x8835
-x8835 = x8834
-x8834 = x8833
-x8833 = x8832
-x8832 = x8831
-x8831 = x8830
-x8830 = x8829
-x8829 = x8828
-x8828 = x8827
-x8827 = x8826
-x8826 = x8825
-x8825 = x8824
-x8824 = x8823
-x8823 = x8822
-x8822 = x8821
-x8821 = x8820
-x8820 = x8819
-x8819 = x8818
-x8818 = x8817
-x8817 = x8816
-x8816 = x8815
-x8815 = x8814
-x8814 = x8813
-x8813 = x8812
-x8812 = x8811
-x8811 = x8810
-x8810 = x8809
-x8809 = x8808
-x8808 = x8807
-x8807 = x8806
-x8806 = x8805
-x8805 = x8804
-x8804 = x8803
-x8803 = x8802
-x8802 = x8801
-x8801 = x8800
-x8800 = x8799
-x8799 = x8798
-x8798 = x8797
-x8797 = x8796
-x8796 = x8795
-x8795 = x8794
-x8794 = x8793
-x8793 = x8792
-x8792 = x8791
-x8791 = x8790
-x8790 = x8789
-x8789 = x8788
-x8788 = x8787
-x8787 = x8786
-x8786 = x8785
-x8785 = x8784
-x8784 = x8783
-x8783 = x8782
-x8782 = x8781
-x8781 = x8780
-x8780 = x8779
-x8779 = x8778
-x8778 = x8777
-x8777 = x8776
-x8776 = x8775
-x8775 = x8774
-x8774 = x8773
-x8773 = x8772
-x8772 = x8771
-x8771 = x8770
-x8770 = x8769
-x8769 = x8768
-x8768 = x8767
-x8767 = x8766
-x8766 = x8765
-x8765 = x8764
-x8764 = x8763
-x8763 = x8762
-x8762 = x8761
-x8761 = x8760
-x8760 = x8759
-x8759 = x8758
-x8758 = x8757
-x8757 = x8756
-x8756 = x8755
-x8755 = x8754
-x8754 = x8753
-x8753 = x8752
-x8752 = x8751
-x8751 = x8750
-x8750 = x8749
-x8749 = x8748
-x8748 = x8747
-x8747 = x8746
-x8746 = x8745
-x8745 = x8744
-x8744 = x8743
-x8743 = x8742
-x8742 = x8741
-x8741 = x8740
-x8740 = x8739
-x8739 = x8738
-x8738 = x8737
-x8737 = x8736
-x8736 = x8735
-x8735 = x8734
-x8734 = x8733
-x8733 = x8732
-x8732 = x8731
-x8731 = x8730
-x8730 = x8729
-x8729 = x8728
-x8728 = x8727
-x8727 = x8726
-x8726 = x8725
-x8725 = x8724
-x8724 = x8723
-x8723 = x8722
-x8722 = x8721
-x8721 = x8720
-x8720 = x8719
-x8719 = x8718
-x8718 = x8717
-x8717 = x8716
-x8716 = x8715
-x8715 = x8714
-x8714 = x8713
-x8713 = x8712
-x8712 = x8711
-x8711 = x8710
-x8710 = x8709
-x8709 = x8708
-x8708 = x8707
-x8707 = x8706
-x8706 = x8705
-x8705 = x8704
-x8704 = x8703
-x8703 = x8702
-x8702 = x8701
-x8701 = x8700
-x8700 = x8699
-x8699 = x8698
-x8698 = x8697
-x8697 = x8696
-x8696 = x8695
-x8695 = x8694
-x8694 = x8693
-x8693 = x8692
-x8692 = x8691
-x8691 = x8690
-x8690 = x8689
-x8689 = x8688
-x8688 = x8687
-x8687 = x8686
-x8686 = x8685
-x8685 = x8684
-x8684 = x8683
-x8683 = x8682
-x8682 = x8681
-x8681 = x8680
-x8680 = x8679
-x8679 = x8678
-x8678 = x8677
-x8677 = x8676
-x8676 = x8675
-x8675 = x8674
-x8674 = x8673
-x8673 = x8672
-x8672 = x8671
-x8671 = x8670
-x8670 = x8669
-x8669 = x8668
-x8668 = x8667
-x8667 = x8666
-x8666 = x8665
-x8665 = x8664
-x8664 = x8663
-x8663 = x8662
-x8662 = x8661
-x8661 = x8660
-x8660 = x8659
-x8659 = x8658
-x8658 = x8657
-x8657 = x8656
-x8656 = x8655
-x8655 = x8654
-x8654 = x8653
-x8653 = x8652
-x8652 = x8651
-x8651 = x8650
-x8650 = x8649
-x8649 = x8648
-x8648 = x8647
-x8647 = x8646
-x8646 = x8645
-x8645 = x8644
-x8644 = x8643
-x8643 = x8642
-x8642 = x8641
-x8641 = x8640
-x8640 = x8639
-x8639 = x8638
-x8638 = x8637
-x8637 = x8636
-x8636 = x8635
-x8635 = x8634
-x8634 = x8633
-x8633 = x8632
-x8632 = x8631
-x8631 = x8630
-x8630 = x8629
-x8629 = x8628
-x8628 = x8627
-x8627 = x8626
-x8626 = x8625
-x8625 = x8624
-x8624 = x8623
-x8623 = x8622
-x8622 = x8621
-x8621 = x8620
-x8620 = x8619
-x8619 = x8618
-x8618 = x8617
-x8617 = x8616
-x8616 = x8615
-x8615 = x8614
-x8614 = x8613
-x8613 = x8612
-x8612 = x8611
-x8611 = x8610
-x8610 = x8609
-x8609 = x8608
-x8608 = x8607
-x8607 = x8606
-x8606 = x8605
-x8605 = x8604
-x8604 = x8603
-x8603 = x8602
-x8602 = x8601
-x8601 = x8600
-x8600 = x8599
-x8599 = x8598
-x8598 = x8597
-x8597 = x8596
-x8596 = x8595
-x8595 = x8594
-x8594 = x8593
-x8593 = x8592
-x8592 = x8591
-x8591 = x8590
-x8590 = x8589
-x8589 = x8588
-x8588 = x8587
-x8587 = x8586
-x8586 = x8585
-x8585 = x8584
-x8584 = x8583
-x8583 = x8582
-x8582 = x8581
-x8581 = x8580
-x8580 = x8579
-x8579 = x8578
-x8578 = x8577
-x8577 = x8576
-x8576 = x8575
-x8575 = x8574
-x8574 = x8573
-x8573 = x8572
-x8572 = x8571
-x8571 = x8570
-x8570 = x8569
-x8569 = x8568
-x8568 = x8567
-x8567 = x8566
-x8566 = x8565
-x8565 = x8564
-x8564 = x8563
-x8563 = x8562
-x8562 = x8561
-x8561 = x8560
-x8560 = x8559
-x8559 = x8558
-x8558 = x8557
-x8557 = x8556
-x8556 = x8555
-x8555 = x8554
-x8554 = x8553
-x8553 = x8552
-x8552 = x8551
-x8551 = x8550
-x8550 = x8549
-x8549 = x8548
-x8548 = x8547
-x8547 = x8546
-x8546 = x8545
-x8545 = x8544
-x8544 = x8543
-x8543 = x8542
-x8542 = x8541
-x8541 = x8540
-x8540 = x8539
-x8539 = x8538
-x8538 = x8537
-x8537 = x8536
-x8536 = x8535
-x8535 = x8534
-x8534 = x8533
-x8533 = x8532
-x8532 = x8531
-x8531 = x8530
-x8530 = x8529
-x8529 = x8528
-x8528 = x8527
-x8527 = x8526
-x8526 = x8525
-x8525 = x8524
-x8524 = x8523
-x8523 = x8522
-x8522 = x8521
-x8521 = x8520
-x8520 = x8519
-x8519 = x8518
-x8518 = x8517
-x8517 = x8516
-x8516 = x8515
-x8515 = x8514
-x8514 = x8513
-x8513 = x8512
-x8512 = x8511
-x8511 = x8510
-x8510 = x8509
-x8509 = x8508
-x8508 = x8507
-x8507 = x8506
-x8506 = x8505
-x8505 = x8504
-x8504 = x8503
-x8503 = x8502
-x8502 = x8501
-x8501 = x8500
-x8500 = x8499
-x8499 = x8498
-x8498 = x8497
-x8497 = x8496
-x8496 = x8495
-x8495 = x8494
-x8494 = x8493
-x8493 = x8492
-x8492 = x8491
-x8491 = x8490
-x8490 = x8489
-x8489 = x8488
-x8488 = x8487
-x8487 = x8486
-x8486 = x8485
-x8485 = x8484
-x8484 = x8483
-x8483 = x8482
-x8482 = x8481
-x8481 = x8480
-x8480 = x8479
-x8479 = x8478
-x8478 = x8477
-x8477 = x8476
-x8476 = x8475
-x8475 = x8474
-x8474 = x8473
-x8473 = x8472
-x8472 = x8471
-x8471 = x8470
-x8470 = x8469
-x8469 = x8468
-x8468 = x8467
-x8467 = x8466
-x8466 = x8465
-x8465 = x8464
-x8464 = x8463
-x8463 = x8462
-x8462 = x8461
-x8461 = x8460
-x8460 = x8459
-x8459 = x8458
-x8458 = x8457
-x8457 = x8456
-x8456 = x8455
-x8455 = x8454
-x8454 = x8453
-x8453 = x8452
-x8452 = x8451
-x8451 = x8450
-x8450 = x8449
-x8449 = x8448
-x8448 = x8447
-x8447 = x8446
-x8446 = x8445
-x8445 = x8444
-x8444 = x8443
-x8443 = x8442
-x8442 = x8441
-x8441 = x8440
-x8440 = x8439
-x8439 = x8438
-x8438 = x8437
-x8437 = x8436
-x8436 = x8435
-x8435 = x8434
-x8434 = x8433
-x8433 = x8432
-x8432 = x8431
-x8431 = x8430
-x8430 = x8429
-x8429 = x8428
-x8428 = x8427
-x8427 = x8426
-x8426 = x8425
-x8425 = x8424
-x8424 = x8423
-x8423 = x8422
-x8422 = x8421
-x8421 = x8420
-x8420 = x8419
-x8419 = x8418
-x8418 = x8417
-x8417 = x8416
-x8416 = x8415
-x8415 = x8414
-x8414 = x8413
-x8413 = x8412
-x8412 = x8411
-x8411 = x8410
-x8410 = x8409
-x8409 = x8408
-x8408 = x8407
-x8407 = x8406
-x8406 = x8405
-x8405 = x8404
-x8404 = x8403
-x8403 = x8402
-x8402 = x8401
-x8401 = x8400
-x8400 = x8399
-x8399 = x8398
-x8398 = x8397
-x8397 = x8396
-x8396 = x8395
-x8395 = x8394
-x8394 = x8393
-x8393 = x8392
-x8392 = x8391
-x8391 = x8390
-x8390 = x8389
-x8389 = x8388
-x8388 = x8387
-x8387 = x8386
-x8386 = x8385
-x8385 = x8384
-x8384 = x8383
-x8383 = x8382
-x8382 = x8381
-x8381 = x8380
-x8380 = x8379
-x8379 = x8378
-x8378 = x8377
-x8377 = x8376
-x8376 = x8375
-x8375 = x8374
-x8374 = x8373
-x8373 = x8372
-x8372 = x8371
-x8371 = x8370
-x8370 = x8369
-x8369 = x8368
-x8368 = x8367
-x8367 = x8366
-x8366 = x8365
-x8365 = x8364
-x8364 = x8363
-x8363 = x8362
-x8362 = x8361
-x8361 = x8360
-x8360 = x8359
-x8359 = x8358
-x8358 = x8357
-x8357 = x8356
-x8356 = x8355
-x8355 = x8354
-x8354 = x8353
-x8353 = x8352
-x8352 = x8351
-x8351 = x8350
-x8350 = x8349
-x8349 = x8348
-x8348 = x8347
-x8347 = x8346
-x8346 = x8345
-x8345 = x8344
-x8344 = x8343
-x8343 = x8342
-x8342 = x8341
-x8341 = x8340
-x8340 = x8339
-x8339 = x8338
-x8338 = x8337
-x8337 = x8336
-x8336 = x8335
-x8335 = x8334
-x8334 = x8333
-x8333 = x8332
-x8332 = x8331
-x8331 = x8330
-x8330 = x8329
-x8329 = x8328
-x8328 = x8327
-x8327 = x8326
-x8326 = x8325
-x8325 = x8324
-x8324 = x8323
-x8323 = x8322
-x8322 = x8321
-x8321 = x8320
-x8320 = x8319
-x8319 = x8318
-x8318 = x8317
-x8317 = x8316
-x8316 = x8315
-x8315 = x8314
-x8314 = x8313
-x8313 = x8312
-x8312 = x8311
-x8311 = x8310
-x8310 = x8309
-x8309 = x8308
-x8308 = x8307
-x8307 = x8306
-x8306 = x8305
-x8305 = x8304
-x8304 = x8303
-x8303 = x8302
-x8302 = x8301
-x8301 = x8300
-x8300 = x8299
-x8299 = x8298
-x8298 = x8297
-x8297 = x8296
-x8296 = x8295
-x8295 = x8294
-x8294 = x8293
-x8293 = x8292
-x8292 = x8291
-x8291 = x8290
-x8290 = x8289
-x8289 = x8288
-x8288 = x8287
-x8287 = x8286
-x8286 = x8285
-x8285 = x8284
-x8284 = x8283
-x8283 = x8282
-x8282 = x8281
-x8281 = x8280
-x8280 = x8279
-x8279 = x8278
-x8278 = x8277
-x8277 = x8276
-x8276 = x8275
-x8275 = x8274
-x8274 = x8273
-x8273 = x8272
-x8272 = x8271
-x8271 = x8270
-x8270 = x8269
-x8269 = x8268
-x8268 = x8267
-x8267 = x8266
-x8266 = x8265
-x8265 = x8264
-x8264 = x8263
-x8263 = x8262
-x8262 = x8261
-x8261 = x8260
-x8260 = x8259
-x8259 = x8258
-x8258 = x8257
-x8257 = x8256
-x8256 = x8255
-x8255 = x8254
-x8254 = x8253
-x8253 = x8252
-x8252 = x8251
-x8251 = x8250
-x8250 = x8249
-x8249 = x8248
-x8248 = x8247
-x8247 = x8246
-x8246 = x8245
-x8245 = x8244
-x8244 = x8243
-x8243 = x8242
-x8242 = x8241
-x8241 = x8240
-x8240 = x8239
-x8239 = x8238
-x8238 = x8237
-x8237 = x8236
-x8236 = x8235
-x8235 = x8234
-x8234 = x8233
-x8233 = x8232
-x8232 = x8231
-x8231 = x8230
-x8230 = x8229
-x8229 = x8228
-x8228 = x8227
-x8227 = x8226
-x8226 = x8225
-x8225 = x8224
-x8224 = x8223
-x8223 = x8222
-x8222 = x8221
-x8221 = x8220
-x8220 = x8219
-x8219 = x8218
-x8218 = x8217
-x8217 = x8216
-x8216 = x8215
-x8215 = x8214
-x8214 = x8213
-x8213 = x8212
-x8212 = x8211
-x8211 = x8210
-x8210 = x8209
-x8209 = x8208
-x8208 = x8207
-x8207 = x8206
-x8206 = x8205
-x8205 = x8204
-x8204 = x8203
-x8203 = x8202
-x8202 = x8201
-x8201 = x8200
-x8200 = x8199
-x8199 = x8198
-x8198 = x8197
-x8197 = x8196
-x8196 = x8195
-x8195 = x8194
-x8194 = x8193
-x8193 = x8192
-x8192 = x8191
-x8191 = x8190
-x8190 = x8189
-x8189 = x8188
-x8188 = x8187
-x8187 = x8186
-x8186 = x8185
-x8185 = x8184
-x8184 = x8183
-x8183 = x8182
-x8182 = x8181
-x8181 = x8180
-x8180 = x8179
-x8179 = x8178
-x8178 = x8177
-x8177 = x8176
-x8176 = x8175
-x8175 = x8174
-x8174 = x8173
-x8173 = x8172
-x8172 = x8171
-x8171 = x8170
-x8170 = x8169
-x8169 = x8168
-x8168 = x8167
-x8167 = x8166
-x8166 = x8165
-x8165 = x8164
-x8164 = x8163
-x8163 = x8162
-x8162 = x8161
-x8161 = x8160
-x8160 = x8159
-x8159 = x8158
-x8158 = x8157
-x8157 = x8156
-x8156 = x8155
-x8155 = x8154
-x8154 = x8153
-x8153 = x8152
-x8152 = x8151
-x8151 = x8150
-x8150 = x8149
-x8149 = x8148
-x8148 = x8147
-x8147 = x8146
-x8146 = x8145
-x8145 = x8144
-x8144 = x8143
-x8143 = x8142
-x8142 = x8141
-x8141 = x8140
-x8140 = x8139
-x8139 = x8138
-x8138 = x8137
-x8137 = x8136
-x8136 = x8135
-x8135 = x8134
-x8134 = x8133
-x8133 = x8132
-x8132 = x8131
-x8131 = x8130
-x8130 = x8129
-x8129 = x8128
-x8128 = x8127
-x8127 = x8126
-x8126 = x8125
-x8125 = x8124
-x8124 = x8123
-x8123 = x8122
-x8122 = x8121
-x8121 = x8120
-x8120 = x8119
-x8119 = x8118
-x8118 = x8117
-x8117 = x8116
-x8116 = x8115
-x8115 = x8114
-x8114 = x8113
-x8113 = x8112
-x8112 = x8111
-x8111 = x8110
-x8110 = x8109
-x8109 = x8108
-x8108 = x8107
-x8107 = x8106
-x8106 = x8105
-x8105 = x8104
-x8104 = x8103
-x8103 = x8102
-x8102 = x8101
-x8101 = x8100
-x8100 = x8099
-x8099 = x8098
-x8098 = x8097
-x8097 = x8096
-x8096 = x8095
-x8095 = x8094
-x8094 = x8093
-x8093 = x8092
-x8092 = x8091
-x8091 = x8090
-x8090 = x8089
-x8089 = x8088
-x8088 = x8087
-x8087 = x8086
-x8086 = x8085
-x8085 = x8084
-x8084 = x8083
-x8083 = x8082
-x8082 = x8081
-x8081 = x8080
-x8080 = x8079
-x8079 = x8078
-x8078 = x8077
-x8077 = x8076
-x8076 = x8075
-x8075 = x8074
-x8074 = x8073
-x8073 = x8072
-x8072 = x8071
-x8071 = x8070
-x8070 = x8069
-x8069 = x8068
-x8068 = x8067
-x8067 = x8066
-x8066 = x8065
-x8065 = x8064
-x8064 = x8063
-x8063 = x8062
-x8062 = x8061
-x8061 = x8060
-x8060 = x8059
-x8059 = x8058
-x8058 = x8057
-x8057 = x8056
-x8056 = x8055
-x8055 = x8054
-x8054 = x8053
-x8053 = x8052
-x8052 = x8051
-x8051 = x8050
-x8050 = x8049
-x8049 = x8048
-x8048 = x8047
-x8047 = x8046
-x8046 = x8045
-x8045 = x8044
-x8044 = x8043
-x8043 = x8042
-x8042 = x8041
-x8041 = x8040
-x8040 = x8039
-x8039 = x8038
-x8038 = x8037
-x8037 = x8036
-x8036 = x8035
-x8035 = x8034
-x8034 = x8033
-x8033 = x8032
-x8032 = x8031
-x8031 = x8030
-x8030 = x8029
-x8029 = x8028
-x8028 = x8027
-x8027 = x8026
-x8026 = x8025
-x8025 = x8024
-x8024 = x8023
-x8023 = x8022
-x8022 = x8021
-x8021 = x8020
-x8020 = x8019
-x8019 = x8018
-x8018 = x8017
-x8017 = x8016
-x8016 = x8015
-x8015 = x8014
-x8014 = x8013
-x8013 = x8012
-x8012 = x8011
-x8011 = x8010
-x8010 = x8009
-x8009 = x8008
-x8008 = x8007
-x8007 = x8006
-x8006 = x8005
-x8005 = x8004
-x8004 = x8003
-x8003 = x8002
-x8002 = x8001
-x8001 = x8000
-x8000 = x7999
-x7999 = x7998
-x7998 = x7997
-x7997 = x7996
-x7996 = x7995
-x7995 = x7994
-x7994 = x7993
-x7993 = x7992
-x7992 = x7991
-x7991 = x7990
-x7990 = x7989
-x7989 = x7988
-x7988 = x7987
-x7987 = x7986
-x7986 = x7985
-x7985 = x7984
-x7984 = x7983
-x7983 = x7982
-x7982 = x7981
-x7981 = x7980
-x7980 = x7979
-x7979 = x7978
-x7978 = x7977
-x7977 = x7976
-x7976 = x7975
-x7975 = x7974
-x7974 = x7973
-x7973 = x7972
-x7972 = x7971
-x7971 = x7970
-x7970 = x7969
-x7969 = x7968
-x7968 = x7967
-x7967 = x7966
-x7966 = x7965
-x7965 = x7964
-x7964 = x7963
-x7963 = x7962
-x7962 = x7961
-x7961 = x7960
-x7960 = x7959
-x7959 = x7958
-x7958 = x7957
-x7957 = x7956
-x7956 = x7955
-x7955 = x7954
-x7954 = x7953
-x7953 = x7952
-x7952 = x7951
-x7951 = x7950
-x7950 = x7949
-x7949 = x7948
-x7948 = x7947
-x7947 = x7946
-x7946 = x7945
-x7945 = x7944
-x7944 = x7943
-x7943 = x7942
-x7942 = x7941
-x7941 = x7940
-x7940 = x7939
-x7939 = x7938
-x7938 = x7937
-x7937 = x7936
-x7936 = x7935
-x7935 = x7934
-x7934 = x7933
-x7933 = x7932
-x7932 = x7931
-x7931 = x7930
-x7930 = x7929
-x7929 = x7928
-x7928 = x7927
-x7927 = x7926
-x7926 = x7925
-x7925 = x7924
-x7924 = x7923
-x7923 = x7922
-x7922 = x7921
-x7921 = x7920
-x7920 = x7919
-x7919 = x7918
-x7918 = x7917
-x7917 = x7916
-x7916 = x7915
-x7915 = x7914
-x7914 = x7913
-x7913 = x7912
-x7912 = x7911
-x7911 = x7910
-x7910 = x7909
-x7909 = x7908
-x7908 = x7907
-x7907 = x7906
-x7906 = x7905
-x7905 = x7904
-x7904 = x7903
-x7903 = x7902
-x7902 = x7901
-x7901 = x7900
-x7900 = x7899
-x7899 = x7898
-x7898 = x7897
-x7897 = x7896
-x7896 = x7895
-x7895 = x7894
-x7894 = x7893
-x7893 = x7892
-x7892 = x7891
-x7891 = x7890
-x7890 = x7889
-x7889 = x7888
-x7888 = x7887
-x7887 = x7886
-x7886 = x7885
-x7885 = x7884
-x7884 = x7883
-x7883 = x7882
-x7882 = x7881
-x7881 = x7880
-x7880 = x7879
-x7879 = x7878
-x7878 = x7877
-x7877 = x7876
-x7876 = x7875
-x7875 = x7874
-x7874 = x7873
-x7873 = x7872
-x7872 = x7871
-x7871 = x7870
-x7870 = x7869
-x7869 = x7868
-x7868 = x7867
-x7867 = x7866
-x7866 = x7865
-x7865 = x7864
-x7864 = x7863
-x7863 = x7862
-x7862 = x7861
-x7861 = x7860
-x7860 = x7859
-x7859 = x7858
-x7858 = x7857
-x7857 = x7856
-x7856 = x7855
-x7855 = x7854
-x7854 = x7853
-x7853 = x7852
-x7852 = x7851
-x7851 = x7850
-x7850 = x7849
-x7849 = x7848
-x7848 = x7847
-x7847 = x7846
-x7846 = x7845
-x7845 = x7844
-x7844 = x7843
-x7843 = x7842
-x7842 = x7841
-x7841 = x7840
-x7840 = x7839
-x7839 = x7838
-x7838 = x7837
-x7837 = x7836
-x7836 = x7835
-x7835 = x7834
-x7834 = x7833
-x7833 = x7832
-x7832 = x7831
-x7831 = x7830
-x7830 = x7829
-x7829 = x7828
-x7828 = x7827
-x7827 = x7826
-x7826 = x7825
-x7825 = x7824
-x7824 = x7823
-x7823 = x7822
-x7822 = x7821
-x7821 = x7820
-x7820 = x7819
-x7819 = x7818
-x7818 = x7817
-x7817 = x7816
-x7816 = x7815
-x7815 = x7814
-x7814 = x7813
-x7813 = x7812
-x7812 = x7811
-x7811 = x7810
-x7810 = x7809
-x7809 = x7808
-x7808 = x7807
-x7807 = x7806
-x7806 = x7805
-x7805 = x7804
-x7804 = x7803
-x7803 = x7802
-x7802 = x7801
-x7801 = x7800
-x7800 = x7799
-x7799 = x7798
-x7798 = x7797
-x7797 = x7796
-x7796 = x7795
-x7795 = x7794
-x7794 = x7793
-x7793 = x7792
-x7792 = x7791
-x7791 = x7790
-x7790 = x7789
-x7789 = x7788
-x7788 = x7787
-x7787 = x7786
-x7786 = x7785
-x7785 = x7784
-x7784 = x7783
-x7783 = x7782
-x7782 = x7781
-x7781 = x7780
-x7780 = x7779
-x7779 = x7778
-x7778 = x7777
-x7777 = x7776
-x7776 = x7775
-x7775 = x7774
-x7774 = x7773
-x7773 = x7772
-x7772 = x7771
-x7771 = x7770
-x7770 = x7769
-x7769 = x7768
-x7768 = x7767
-x7767 = x7766
-x7766 = x7765
-x7765 = x7764
-x7764 = x7763
-x7763 = x7762
-x7762 = x7761
-x7761 = x7760
-x7760 = x7759
-x7759 = x7758
-x7758 = x7757
-x7757 = x7756
-x7756 = x7755
-x7755 = x7754
-x7754 = x7753
-x7753 = x7752
-x7752 = x7751
-x7751 = x7750
-x7750 = x7749
-x7749 = x7748
-x7748 = x7747
-x7747 = x7746
-x7746 = x7745
-x7745 = x7744
-x7744 = x7743
-x7743 = x7742
-x7742 = x7741
-x7741 = x7740
-x7740 = x7739
-x7739 = x7738
-x7738 = x7737
-x7737 = x7736
-x7736 = x7735
-x7735 = x7734
-x7734 = x7733
-x7733 = x7732
-x7732 = x7731
-x7731 = x7730
-x7730 = x7729
-x7729 = x7728
-x7728 = x7727
-x7727 = x7726
-x7726 = x7725
-x7725 = x7724
-x7724 = x7723
-x7723 = x7722
-x7722 = x7721
-x7721 = x7720
-x7720 = x7719
-x7719 = x7718
-x7718 = x7717
-x7717 = x7716
-x7716 = x7715
-x7715 = x7714
-x7714 = x7713
-x7713 = x7712
-x7712 = x7711
-x7711 = x7710
-x7710 = x7709
-x7709 = x7708
-x7708 = x7707
-x7707 = x7706
-x7706 = x7705
-x7705 = x7704
-x7704 = x7703
-x7703 = x7702
-x7702 = x7701
-x7701 = x7700
-x7700 = x7699
-x7699 = x7698
-x7698 = x7697
-x7697 = x7696
-x7696 = x7695
-x7695 = x7694
-x7694 = x7693
-x7693 = x7692
-x7692 = x7691
-x7691 = x7690
-x7690 = x7689
-x7689 = x7688
-x7688 = x7687
-x7687 = x7686
-x7686 = x7685
-x7685 = x7684
-x7684 = x7683
-x7683 = x7682
-x7682 = x7681
-x7681 = x7680
-x7680 = x7679
-x7679 = x7678
-x7678 = x7677
-x7677 = x7676
-x7676 = x7675
-x7675 = x7674
-x7674 = x7673
-x7673 = x7672
-x7672 = x7671
-x7671 = x7670
-x7670 = x7669
-x7669 = x7668
-x7668 = x7667
-x7667 = x7666
-x7666 = x7665
-x7665 = x7664
-x7664 = x7663
-x7663 = x7662
-x7662 = x7661
-x7661 = x7660
-x7660 = x7659
-x7659 = x7658
-x7658 = x7657
-x7657 = x7656
-x7656 = x7655
-x7655 = x7654
-x7654 = x7653
-x7653 = x7652
-x7652 = x7651
-x7651 = x7650
-x7650 = x7649
-x7649 = x7648
-x7648 = x7647
-x7647 = x7646
-x7646 = x7645
-x7645 = x7644
-x7644 = x7643
-x7643 = x7642
-x7642 = x7641
-x7641 = x7640
-x7640 = x7639
-x7639 = x7638
-x7638 = x7637
-x7637 = x7636
-x7636 = x7635
-x7635 = x7634
-x7634 = x7633
-x7633 = x7632
-x7632 = x7631
-x7631 = x7630
-x7630 = x7629
-x7629 = x7628
-x7628 = x7627
-x7627 = x7626
-x7626 = x7625
-x7625 = x7624
-x7624 = x7623
-x7623 = x7622
-x7622 = x7621
-x7621 = x7620
-x7620 = x7619
-x7619 = x7618
-x7618 = x7617
-x7617 = x7616
-x7616 = x7615
-x7615 = x7614
-x7614 = x7613
-x7613 = x7612
-x7612 = x7611
-x7611 = x7610
-x7610 = x7609
-x7609 = x7608
-x7608 = x7607
-x7607 = x7606
-x7606 = x7605
-x7605 = x7604
-x7604 = x7603
-x7603 = x7602
-x7602 = x7601
-x7601 = x7600
-x7600 = x7599
-x7599 = x7598
-x7598 = x7597
-x7597 = x7596
-x7596 = x7595
-x7595 = x7594
-x7594 = x7593
-x7593 = x7592
-x7592 = x7591
-x7591 = x7590
-x7590 = x7589
-x7589 = x7588
-x7588 = x7587
-x7587 = x7586
-x7586 = x7585
-x7585 = x7584
-x7584 = x7583
-x7583 = x7582
-x7582 = x7581
-x7581 = x7580
-x7580 = x7579
-x7579 = x7578
-x7578 = x7577
-x7577 = x7576
-x7576 = x7575
-x7575 = x7574
-x7574 = x7573
-x7573 = x7572
-x7572 = x7571
-x7571 = x7570
-x7570 = x7569
-x7569 = x7568
-x7568 = x7567
-x7567 = x7566
-x7566 = x7565
-x7565 = x7564
-x7564 = x7563
-x7563 = x7562
-x7562 = x7561
-x7561 = x7560
-x7560 = x7559
-x7559 = x7558
-x7558 = x7557
-x7557 = x7556
-x7556 = x7555
-x7555 = x7554
-x7554 = x7553
-x7553 = x7552
-x7552 = x7551
-x7551 = x7550
-x7550 = x7549
-x7549 = x7548
-x7548 = x7547
-x7547 = x7546
-x7546 = x7545
-x7545 = x7544
-x7544 = x7543
-x7543 = x7542
-x7542 = x7541
-x7541 = x7540
-x7540 = x7539
-x7539 = x7538
-x7538 = x7537
-x7537 = x7536
-x7536 = x7535
-x7535 = x7534
-x7534 = x7533
-x7533 = x7532
-x7532 = x7531
-x7531 = x7530
-x7530 = x7529
-x7529 = x7528
-x7528 = x7527
-x7527 = x7526
-x7526 = x7525
-x7525 = x7524
-x7524 = x7523
-x7523 = x7522
-x7522 = x7521
-x7521 = x7520
-x7520 = x7519
-x7519 = x7518
-x7518 = x7517
-x7517 = x7516
-x7516 = x7515
-x7515 = x7514
-x7514 = x7513
-x7513 = x7512
-x7512 = x7511
-x7511 = x7510
-x7510 = x7509
-x7509 = x7508
-x7508 = x7507
-x7507 = x7506
-x7506 = x7505
-x7505 = x7504
-x7504 = x7503
-x7503 = x7502
-x7502 = x7501
-x7501 = x7500
-x7500 = x7499
-x7499 = x7498
-x7498 = x7497
-x7497 = x7496
-x7496 = x7495
-x7495 = x7494
-x7494 = x7493
-x7493 = x7492
-x7492 = x7491
-x7491 = x7490
-x7490 = x7489
-x7489 = x7488
-x7488 = x7487
-x7487 = x7486
-x7486 = x7485
-x7485 = x7484
-x7484 = x7483
-x7483 = x7482
-x7482 = x7481
-x7481 = x7480
-x7480 = x7479
-x7479 = x7478
-x7478 = x7477
-x7477 = x7476
-x7476 = x7475
-x7475 = x7474
-x7474 = x7473
-x7473 = x7472
-x7472 = x7471
-x7471 = x7470
-x7470 = x7469
-x7469 = x7468
-x7468 = x7467
-x7467 = x7466
-x7466 = x7465
-x7465 = x7464
-x7464 = x7463
-x7463 = x7462
-x7462 = x7461
-x7461 = x7460
-x7460 = x7459
-x7459 = x7458
-x7458 = x7457
-x7457 = x7456
-x7456 = x7455
-x7455 = x7454
-x7454 = x7453
-x7453 = x7452
-x7452 = x7451
-x7451 = x7450
-x7450 = x7449
-x7449 = x7448
-x7448 = x7447
-x7447 = x7446
-x7446 = x7445
-x7445 = x7444
-x7444 = x7443
-x7443 = x7442
-x7442 = x7441
-x7441 = x7440
-x7440 = x7439
-x7439 = x7438
-x7438 = x7437
-x7437 = x7436
-x7436 = x7435
-x7435 = x7434
-x7434 = x7433
-x7433 = x7432
-x7432 = x7431
-x7431 = x7430
-x7430 = x7429
-x7429 = x7428
-x7428 = x7427
-x7427 = x7426
-x7426 = x7425
-x7425 = x7424
-x7424 = x7423
-x7423 = x7422
-x7422 = x7421
-x7421 = x7420
-x7420 = x7419
-x7419 = x7418
-x7418 = x7417
-x7417 = x7416
-x7416 = x7415
-x7415 = x7414
-x7414 = x7413
-x7413 = x7412
-x7412 = x7411
-x7411 = x7410
-x7410 = x7409
-x7409 = x7408
-x7408 = x7407
-x7407 = x7406
-x7406 = x7405
-x7405 = x7404
-x7404 = x7403
-x7403 = x7402
-x7402 = x7401
-x7401 = x7400
-x7400 = x7399
-x7399 = x7398
-x7398 = x7397
-x7397 = x7396
-x7396 = x7395
-x7395 = x7394
-x7394 = x7393
-x7393 = x7392
-x7392 = x7391
-x7391 = x7390
-x7390 = x7389
-x7389 = x7388
-x7388 = x7387
-x7387 = x7386
-x7386 = x7385
-x7385 = x7384
-x7384 = x7383
-x7383 = x7382
-x7382 = x7381
-x7381 = x7380
-x7380 = x7379
-x7379 = x7378
-x7378 = x7377
-x7377 = x7376
-x7376 = x7375
-x7375 = x7374
-x7374 = x7373
-x7373 = x7372
-x7372 = x7371
-x7371 = x7370
-x7370 = x7369
-x7369 = x7368
-x7368 = x7367
-x7367 = x7366
-x7366 = x7365
-x7365 = x7364
-x7364 = x7363
-x7363 = x7362
-x7362 = x7361
-x7361 = x7360
-x7360 = x7359
-x7359 = x7358
-x7358 = x7357
-x7357 = x7356
-x7356 = x7355
-x7355 = x7354
-x7354 = x7353
-x7353 = x7352
-x7352 = x7351
-x7351 = x7350
-x7350 = x7349
-x7349 = x7348
-x7348 = x7347
-x7347 = x7346
-x7346 = x7345
-x7345 = x7344
-x7344 = x7343
-x7343 = x7342
-x7342 = x7341
-x7341 = x7340
-x7340 = x7339
-x7339 = x7338
-x7338 = x7337
-x7337 = x7336
-x7336 = x7335
-x7335 = x7334
-x7334 = x7333
-x7333 = x7332
-x7332 = x7331
-x7331 = x7330
-x7330 = x7329
-x7329 = x7328
-x7328 = x7327
-x7327 = x7326
-x7326 = x7325
-x7325 = x7324
-x7324 = x7323
-x7323 = x7322
-x7322 = x7321
-x7321 = x7320
-x7320 = x7319
-x7319 = x7318
-x7318 = x7317
-x7317 = x7316
-x7316 = x7315
-x7315 = x7314
-x7314 = x7313
-x7313 = x7312
-x7312 = x7311
-x7311 = x7310
-x7310 = x7309
-x7309 = x7308
-x7308 = x7307
-x7307 = x7306
-x7306 = x7305
-x7305 = x7304
-x7304 = x7303
-x7303 = x7302
-x7302 = x7301
-x7301 = x7300
-x7300 = x7299
-x7299 = x7298
-x7298 = x7297
-x7297 = x7296
-x7296 = x7295
-x7295 = x7294
-x7294 = x7293
-x7293 = x7292
-x7292 = x7291
-x7291 = x7290
-x7290 = x7289
-x7289 = x7288
-x7288 = x7287
-x7287 = x7286
-x7286 = x7285
-x7285 = x7284
-x7284 = x7283
-x7283 = x7282
-x7282 = x7281
-x7281 = x7280
-x7280 = x7279
-x7279 = x7278
-x7278 = x7277
-x7277 = x7276
-x7276 = x7275
-x7275 = x7274
-x7274 = x7273
-x7273 = x7272
-x7272 = x7271
-x7271 = x7270
-x7270 = x7269
-x7269 = x7268
-x7268 = x7267
-x7267 = x7266
-x7266 = x7265
-x7265 = x7264
-x7264 = x7263
-x7263 = x7262
-x7262 = x7261
-x7261 = x7260
-x7260 = x7259
-x7259 = x7258
-x7258 = x7257
-x7257 = x7256
-x7256 = x7255
-x7255 = x7254
-x7254 = x7253
-x7253 = x7252
-x7252 = x7251
-x7251 = x7250
-x7250 = x7249
-x7249 = x7248
-x7248 = x7247
-x7247 = x7246
-x7246 = x7245
-x7245 = x7244
-x7244 = x7243
-x7243 = x7242
-x7242 = x7241
-x7241 = x7240
-x7240 = x7239
-x7239 = x7238
-x7238 = x7237
-x7237 = x7236
-x7236 = x7235
-x7235 = x7234
-x7234 = x7233
-x7233 = x7232
-x7232 = x7231
-x7231 = x7230
-x7230 = x7229
-x7229 = x7228
-x7228 = x7227
-x7227 = x7226
-x7226 = x7225
-x7225 = x7224
-x7224 = x7223
-x7223 = x7222
-x7222 = x7221
-x7221 = x7220
-x7220 = x7219
-x7219 = x7218
-x7218 = x7217
-x7217 = x7216
-x7216 = x7215
-x7215 = x7214
-x7214 = x7213
-x7213 = x7212
-x7212 = x7211
-x7211 = x7210
-x7210 = x7209
-x7209 = x7208
-x7208 = x7207
-x7207 = x7206
-x7206 = x7205
-x7205 = x7204
-x7204 = x7203
-x7203 = x7202
-x7202 = x7201
-x7201 = x7200
-x7200 = x7199
-x7199 = x7198
-x7198 = x7197
-x7197 = x7196
-x7196 = x7195
-x7195 = x7194
-x7194 = x7193
-x7193 = x7192
-x7192 = x7191
-x7191 = x7190
-x7190 = x7189
-x7189 = x7188
-x7188 = x7187
-x7187 = x7186
-x7186 = x7185
-x7185 = x7184
-x7184 = x7183
-x7183 = x7182
-x7182 = x7181
-x7181 = x7180
-x7180 = x7179
-x7179 = x7178
-x7178 = x7177
-x7177 = x7176
-x7176 = x7175
-x7175 = x7174
-x7174 = x7173
-x7173 = x7172
-x7172 = x7171
-x7171 = x7170
-x7170 = x7169
-x7169 = x7168
-x7168 = x7167
-x7167 = x7166
-x7166 = x7165
-x7165 = x7164
-x7164 = x7163
-x7163 = x7162
-x7162 = x7161
-x7161 = x7160
-x7160 = x7159
-x7159 = x7158
-x7158 = x7157
-x7157 = x7156
-x7156 = x7155
-x7155 = x7154
-x7154 = x7153
-x7153 = x7152
-x7152 = x7151
-x7151 = x7150
-x7150 = x7149
-x7149 = x7148
-x7148 = x7147
-x7147 = x7146
-x7146 = x7145
-x7145 = x7144
-x7144 = x7143
-x7143 = x7142
-x7142 = x7141
-x7141 = x7140
-x7140 = x7139
-x7139 = x7138
-x7138 = x7137
-x7137 = x7136
-x7136 = x7135
-x7135 = x7134
-x7134 = x7133
-x7133 = x7132
-x7132 = x7131
-x7131 = x7130
-x7130 = x7129
-x7129 = x7128
-x7128 = x7127
-x7127 = x7126
-x7126 = x7125
-x7125 = x7124
-x7124 = x7123
-x7123 = x7122
-x7122 = x7121
-x7121 = x7120
-x7120 = x7119
-x7119 = x7118
-x7118 = x7117
-x7117 = x7116
-x7116 = x7115
-x7115 = x7114
-x7114 = x7113
-x7113 = x7112
-x7112 = x7111
-x7111 = x7110
-x7110 = x7109
-x7109 = x7108
-x7108 = x7107
-x7107 = x7106
-x7106 = x7105
-x7105 = x7104
-x7104 = x7103
-x7103 = x7102
-x7102 = x7101
-x7101 = x7100
-x7100 = x7099
-x7099 = x7098
-x7098 = x7097
-x7097 = x7096
-x7096 = x7095
-x7095 = x7094
-x7094 = x7093
-x7093 = x7092
-x7092 = x7091
-x7091 = x7090
-x7090 = x7089
-x7089 = x7088
-x7088 = x7087
-x7087 = x7086
-x7086 = x7085
-x7085 = x7084
-x7084 = x7083
-x7083 = x7082
-x7082 = x7081
-x7081 = x7080
-x7080 = x7079
-x7079 = x7078
-x7078 = x7077
-x7077 = x7076
-x7076 = x7075
-x7075 = x7074
-x7074 = x7073
-x7073 = x7072
-x7072 = x7071
-x7071 = x7070
-x7070 = x7069
-x7069 = x7068
-x7068 = x7067
-x7067 = x7066
-x7066 = x7065
-x7065 = x7064
-x7064 = x7063
-x7063 = x7062
-x7062 = x7061
-x7061 = x7060
-x7060 = x7059
-x7059 = x7058
-x7058 = x7057
-x7057 = x7056
-x7056 = x7055
-x7055 = x7054
-x7054 = x7053
-x7053 = x7052
-x7052 = x7051
-x7051 = x7050
-x7050 = x7049
-x7049 = x7048
-x7048 = x7047
-x7047 = x7046
-x7046 = x7045
-x7045 = x7044
-x7044 = x7043
-x7043 = x7042
-x7042 = x7041
-x7041 = x7040
-x7040 = x7039
-x7039 = x7038
-x7038 = x7037
-x7037 = x7036
-x7036 = x7035
-x7035 = x7034
-x7034 = x7033
-x7033 = x7032
-x7032 = x7031
-x7031 = x7030
-x7030 = x7029
-x7029 = x7028
-x7028 = x7027
-x7027 = x7026
-x7026 = x7025
-x7025 = x7024
-x7024 = x7023
-x7023 = x7022
-x7022 = x7021
-x7021 = x7020
-x7020 = x7019
-x7019 = x7018
-x7018 = x7017
-x7017 = x7016
-x7016 = x7015
-x7015 = x7014
-x7014 = x7013
-x7013 = x7012
-x7012 = x7011
-x7011 = x7010
-x7010 = x7009
-x7009 = x7008
-x7008 = x7007
-x7007 = x7006
-x7006 = x7005
-x7005 = x7004
-x7004 = x7003
-x7003 = x7002
-x7002 = x7001
-x7001 = x7000
-x7000 = x6999
-x6999 = x6998
-x6998 = x6997
-x6997 = x6996
-x6996 = x6995
-x6995 = x6994
-x6994 = x6993
-x6993 = x6992
-x6992 = x6991
-x6991 = x6990
-x6990 = x6989
-x6989 = x6988
-x6988 = x6987
-x6987 = x6986
-x6986 = x6985
-x6985 = x6984
-x6984 = x6983
-x6983 = x6982
-x6982 = x6981
-x6981 = x6980
-x6980 = x6979
-x6979 = x6978
-x6978 = x6977
-x6977 = x6976
-x6976 = x6975
-x6975 = x6974
-x6974 = x6973
-x6973 = x6972
-x6972 = x6971
-x6971 = x6970
-x6970 = x6969
-x6969 = x6968
-x6968 = x6967
-x6967 = x6966
-x6966 = x6965
-x6965 = x6964
-x6964 = x6963
-x6963 = x6962
-x6962 = x6961
-x6961 = x6960
-x6960 = x6959
-x6959 = x6958
-x6958 = x6957
-x6957 = x6956
-x6956 = x6955
-x6955 = x6954
-x6954 = x6953
-x6953 = x6952
-x6952 = x6951
-x6951 = x6950
-x6950 = x6949
-x6949 = x6948
-x6948 = x6947
-x6947 = x6946
-x6946 = x6945
-x6945 = x6944
-x6944 = x6943
-x6943 = x6942
-x6942 = x6941
-x6941 = x6940
-x6940 = x6939
-x6939 = x6938
-x6938 = x6937
-x6937 = x6936
-x6936 = x6935
-x6935 = x6934
-x6934 = x6933
-x6933 = x6932
-x6932 = x6931
-x6931 = x6930
-x6930 = x6929
-x6929 = x6928
-x6928 = x6927
-x6927 = x6926
-x6926 = x6925
-x6925 = x6924
-x6924 = x6923
-x6923 = x6922
-x6922 = x6921
-x6921 = x6920
-x6920 = x6919
-x6919 = x6918
-x6918 = x6917
-x6917 = x6916
-x6916 = x6915
-x6915 = x6914
-x6914 = x6913
-x6913 = x6912
-x6912 = x6911
-x6911 = x6910
-x6910 = x6909
-x6909 = x6908
-x6908 = x6907
-x6907 = x6906
-x6906 = x6905
-x6905 = x6904
-x6904 = x6903
-x6903 = x6902
-x6902 = x6901
-x6901 = x6900
-x6900 = x6899
-x6899 = x6898
-x6898 = x6897
-x6897 = x6896
-x6896 = x6895
-x6895 = x6894
-x6894 = x6893
-x6893 = x6892
-x6892 = x6891
-x6891 = x6890
-x6890 = x6889
-x6889 = x6888
-x6888 = x6887
-x6887 = x6886
-x6886 = x6885
-x6885 = x6884
-x6884 = x6883
-x6883 = x6882
-x6882 = x6881
-x6881 = x6880
-x6880 = x6879
-x6879 = x6878
-x6878 = x6877
-x6877 = x6876
-x6876 = x6875
-x6875 = x6874
-x6874 = x6873
-x6873 = x6872
-x6872 = x6871
-x6871 = x6870
-x6870 = x6869
-x6869 = x6868
-x6868 = x6867
-x6867 = x6866
-x6866 = x6865
-x6865 = x6864
-x6864 = x6863
-x6863 = x6862
-x6862 = x6861
-x6861 = x6860
-x6860 = x6859
-x6859 = x6858
-x6858 = x6857
-x6857 = x6856
-x6856 = x6855
-x6855 = x6854
-x6854 = x6853
-x6853 = x6852
-x6852 = x6851
-x6851 = x6850
-x6850 = x6849
-x6849 = x6848
-x6848 = x6847
-x6847 = x6846
-x6846 = x6845
-x6845 = x6844
-x6844 = x6843
-x6843 = x6842
-x6842 = x6841
-x6841 = x6840
-x6840 = x6839
-x6839 = x6838
-x6838 = x6837
-x6837 = x6836
-x6836 = x6835
-x6835 = x6834
-x6834 = x6833
-x6833 = x6832
-x6832 = x6831
-x6831 = x6830
-x6830 = x6829
-x6829 = x6828
-x6828 = x6827
-x6827 = x6826
-x6826 = x6825
-x6825 = x6824
-x6824 = x6823
-x6823 = x6822
-x6822 = x6821
-x6821 = x6820
-x6820 = x6819
-x6819 = x6818
-x6818 = x6817
-x6817 = x6816
-x6816 = x6815
-x6815 = x6814
-x6814 = x6813
-x6813 = x6812
-x6812 = x6811
-x6811 = x6810
-x6810 = x6809
-x6809 = x6808
-x6808 = x6807
-x6807 = x6806
-x6806 = x6805
-x6805 = x6804
-x6804 = x6803
-x6803 = x6802
-x6802 = x6801
-x6801 = x6800
-x6800 = x6799
-x6799 = x6798
-x6798 = x6797
-x6797 = x6796
-x6796 = x6795
-x6795 = x6794
-x6794 = x6793
-x6793 = x6792
-x6792 = x6791
-x6791 = x6790
-x6790 = x6789
-x6789 = x6788
-x6788 = x6787
-x6787 = x6786
-x6786 = x6785
-x6785 = x6784
-x6784 = x6783
-x6783 = x6782
-x6782 = x6781
-x6781 = x6780
-x6780 = x6779
-x6779 = x6778
-x6778 = x6777
-x6777 = x6776
-x6776 = x6775
-x6775 = x6774
-x6774 = x6773
-x6773 = x6772
-x6772 = x6771
-x6771 = x6770
-x6770 = x6769
-x6769 = x6768
-x6768 = x6767
-x6767 = x6766
-x6766 = x6765
-x6765 = x6764
-x6764 = x6763
-x6763 = x6762
-x6762 = x6761
-x6761 = x6760
-x6760 = x6759
-x6759 = x6758
-x6758 = x6757
-x6757 = x6756
-x6756 = x6755
-x6755 = x6754
-x6754 = x6753
-x6753 = x6752
-x6752 = x6751
-x6751 = x6750
-x6750 = x6749
-x6749 = x6748
-x6748 = x6747
-x6747 = x6746
-x6746 = x6745
-x6745 = x6744
-x6744 = x6743
-x6743 = x6742
-x6742 = x6741
-x6741 = x6740
-x6740 = x6739
-x6739 = x6738
-x6738 = x6737
-x6737 = x6736
-x6736 = x6735
-x6735 = x6734
-x6734 = x6733
-x6733 = x6732
-x6732 = x6731
-x6731 = x6730
-x6730 = x6729
-x6729 = x6728
-x6728 = x6727
-x6727 = x6726
-x6726 = x6725
-x6725 = x6724
-x6724 = x6723
-x6723 = x6722
-x6722 = x6721
-x6721 = x6720
-x6720 = x6719
-x6719 = x6718
-x6718 = x6717
-x6717 = x6716
-x6716 = x6715
-x6715 = x6714
-x6714 = x6713
-x6713 = x6712
-x6712 = x6711
-x6711 = x6710
-x6710 = x6709
-x6709 = x6708
-x6708 = x6707
-x6707 = x6706
-x6706 = x6705
-x6705 = x6704
-x6704 = x6703
-x6703 = x6702
-x6702 = x6701
-x6701 = x6700
-x6700 = x6699
-x6699 = x6698
-x6698 = x6697
-x6697 = x6696
-x6696 = x6695
-x6695 = x6694
-x6694 = x6693
-x6693 = x6692
-x6692 = x6691
-x6691 = x6690
-x6690 = x6689
-x6689 = x6688
-x6688 = x6687
-x6687 = x6686
-x6686 = x6685
-x6685 = x6684
-x6684 = x6683
-x6683 = x6682
-x6682 = x6681
-x6681 = x6680
-x6680 = x6679
-x6679 = x6678
-x6678 = x6677
-x6677 = x6676
-x6676 = x6675
-x6675 = x6674
-x6674 = x6673
-x6673 = x6672
-x6672 = x6671
-x6671 = x6670
-x6670 = x6669
-x6669 = x6668
-x6668 = x6667
-x6667 = x6666
-x6666 = x6665
-x6665 = x6664
-x6664 = x6663
-x6663 = x6662
-x6662 = x6661
-x6661 = x6660
-x6660 = x6659
-x6659 = x6658
-x6658 = x6657
-x6657 = x6656
-x6656 = x6655
-x6655 = x6654
-x6654 = x6653
-x6653 = x6652
-x6652 = x6651
-x6651 = x6650
-x6650 = x6649
-x6649 = x6648
-x6648 = x6647
-x6647 = x6646
-x6646 = x6645
-x6645 = x6644
-x6644 = x6643
-x6643 = x6642
-x6642 = x6641
-x6641 = x6640
-x6640 = x6639
-x6639 = x6638
-x6638 = x6637
-x6637 = x6636
-x6636 = x6635
-x6635 = x6634
-x6634 = x6633
-x6633 = x6632
-x6632 = x6631
-x6631 = x6630
-x6630 = x6629
-x6629 = x6628
-x6628 = x6627
-x6627 = x6626
-x6626 = x6625
-x6625 = x6624
-x6624 = x6623
-x6623 = x6622
-x6622 = x6621
-x6621 = x6620
-x6620 = x6619
-x6619 = x6618
-x6618 = x6617
-x6617 = x6616
-x6616 = x6615
-x6615 = x6614
-x6614 = x6613
-x6613 = x6612
-x6612 = x6611
-x6611 = x6610
-x6610 = x6609
-x6609 = x6608
-x6608 = x6607
-x6607 = x6606
-x6606 = x6605
-x6605 = x6604
-x6604 = x6603
-x6603 = x6602
-x6602 = x6601
-x6601 = x6600
-x6600 = x6599
-x6599 = x6598
-x6598 = x6597
-x6597 = x6596
-x6596 = x6595
-x6595 = x6594
-x6594 = x6593
-x6593 = x6592
-x6592 = x6591
-x6591 = x6590
-x6590 = x6589
-x6589 = x6588
-x6588 = x6587
-x6587 = x6586
-x6586 = x6585
-x6585 = x6584
-x6584 = x6583
-x6583 = x6582
-x6582 = x6581
-x6581 = x6580
-x6580 = x6579
-x6579 = x6578
-x6578 = x6577
-x6577 = x6576
-x6576 = x6575
-x6575 = x6574
-x6574 = x6573
-x6573 = x6572
-x6572 = x6571
-x6571 = x6570
-x6570 = x6569
-x6569 = x6568
-x6568 = x6567
-x6567 = x6566
-x6566 = x6565
-x6565 = x6564
-x6564 = x6563
-x6563 = x6562
-x6562 = x6561
-x6561 = x6560
-x6560 = x6559
-x6559 = x6558
-x6558 = x6557
-x6557 = x6556
-x6556 = x6555
-x6555 = x6554
-x6554 = x6553
-x6553 = x6552
-x6552 = x6551
-x6551 = x6550
-x6550 = x6549
-x6549 = x6548
-x6548 = x6547
-x6547 = x6546
-x6546 = x6545
-x6545 = x6544
-x6544 = x6543
-x6543 = x6542
-x6542 = x6541
-x6541 = x6540
-x6540 = x6539
-x6539 = x6538
-x6538 = x6537
-x6537 = x6536
-x6536 = x6535
-x6535 = x6534
-x6534 = x6533
-x6533 = x6532
-x6532 = x6531
-x6531 = x6530
-x6530 = x6529
-x6529 = x6528
-x6528 = x6527
-x6527 = x6526
-x6526 = x6525
-x6525 = x6524
-x6524 = x6523
-x6523 = x6522
-x6522 = x6521
-x6521 = x6520
-x6520 = x6519
-x6519 = x6518
-x6518 = x6517
-x6517 = x6516
-x6516 = x6515
-x6515 = x6514
-x6514 = x6513
-x6513 = x6512
-x6512 = x6511
-x6511 = x6510
-x6510 = x6509
-x6509 = x6508
-x6508 = x6507
-x6507 = x6506
-x6506 = x6505
-x6505 = x6504
-x6504 = x6503
-x6503 = x6502
-x6502 = x6501
-x6501 = x6500
-x6500 = x6499
-x6499 = x6498
-x6498 = x6497
-x6497 = x6496
-x6496 = x6495
-x6495 = x6494
-x6494 = x6493
-x6493 = x6492
-x6492 = x6491
-x6491 = x6490
-x6490 = x6489
-x6489 = x6488
-x6488 = x6487
-x6487 = x6486
-x6486 = x6485
-x6485 = x6484
-x6484 = x6483
-x6483 = x6482
-x6482 = x6481
-x6481 = x6480
-x6480 = x6479
-x6479 = x6478
-x6478 = x6477
-x6477 = x6476
-x6476 = x6475
-x6475 = x6474
-x6474 = x6473
-x6473 = x6472
-x6472 = x6471
-x6471 = x6470
-x6470 = x6469
-x6469 = x6468
-x6468 = x6467
-x6467 = x6466
-x6466 = x6465
-x6465 = x6464
-x6464 = x6463
-x6463 = x6462
-x6462 = x6461
-x6461 = x6460
-x6460 = x6459
-x6459 = x6458
-x6458 = x6457
-x6457 = x6456
-x6456 = x6455
-x6455 = x6454
-x6454 = x6453
-x6453 = x6452
-x6452 = x6451
-x6451 = x6450
-x6450 = x6449
-x6449 = x6448
-x6448 = x6447
-x6447 = x6446
-x6446 = x6445
-x6445 = x6444
-x6444 = x6443
-x6443 = x6442
-x6442 = x6441
-x6441 = x6440
-x6440 = x6439
-x6439 = x6438
-x6438 = x6437
-x6437 = x6436
-x6436 = x6435
-x6435 = x6434
-x6434 = x6433
-x6433 = x6432
-x6432 = x6431
-x6431 = x6430
-x6430 = x6429
-x6429 = x6428
-x6428 = x6427
-x6427 = x6426
-x6426 = x6425
-x6425 = x6424
-x6424 = x6423
-x6423 = x6422
-x6422 = x6421
-x6421 = x6420
-x6420 = x6419
-x6419 = x6418
-x6418 = x6417
-x6417 = x6416
-x6416 = x6415
-x6415 = x6414
-x6414 = x6413
-x6413 = x6412
-x6412 = x6411
-x6411 = x6410
-x6410 = x6409
-x6409 = x6408
-x6408 = x6407
-x6407 = x6406
-x6406 = x6405
-x6405 = x6404
-x6404 = x6403
-x6403 = x6402
-x6402 = x6401
-x6401 = x6400
-x6400 = x6399
-x6399 = x6398
-x6398 = x6397
-x6397 = x6396
-x6396 = x6395
-x6395 = x6394
-x6394 = x6393
-x6393 = x6392
-x6392 = x6391
-x6391 = x6390
-x6390 = x6389
-x6389 = x6388
-x6388 = x6387
-x6387 = x6386
-x6386 = x6385
-x6385 = x6384
-x6384 = x6383
-x6383 = x6382
-x6382 = x6381
-x6381 = x6380
-x6380 = x6379
-x6379 = x6378
-x6378 = x6377
-x6377 = x6376
-x6376 = x6375
-x6375 = x6374
-x6374 = x6373
-x6373 = x6372
-x6372 = x6371
-x6371 = x6370
-x6370 = x6369
-x6369 = x6368
-x6368 = x6367
-x6367 = x6366
-x6366 = x6365
-x6365 = x6364
-x6364 = x6363
-x6363 = x6362
-x6362 = x6361
-x6361 = x6360
-x6360 = x6359
-x6359 = x6358
-x6358 = x6357
-x6357 = x6356
-x6356 = x6355
-x6355 = x6354
-x6354 = x6353
-x6353 = x6352
-x6352 = x6351
-x6351 = x6350
-x6350 = x6349
-x6349 = x6348
-x6348 = x6347
-x6347 = x6346
-x6346 = x6345
-x6345 = x6344
-x6344 = x6343
-x6343 = x6342
-x6342 = x6341
-x6341 = x6340
-x6340 = x6339
-x6339 = x6338
-x6338 = x6337
-x6337 = x6336
-x6336 = x6335
-x6335 = x6334
-x6334 = x6333
-x6333 = x6332
-x6332 = x6331
-x6331 = x6330
-x6330 = x6329
-x6329 = x6328
-x6328 = x6327
-x6327 = x6326
-x6326 = x6325
-x6325 = x6324
-x6324 = x6323
-x6323 = x6322
-x6322 = x6321
-x6321 = x6320
-x6320 = x6319
-x6319 = x6318
-x6318 = x6317
-x6317 = x6316
-x6316 = x6315
-x6315 = x6314
-x6314 = x6313
-x6313 = x6312
-x6312 = x6311
-x6311 = x6310
-x6310 = x6309
-x6309 = x6308
-x6308 = x6307
-x6307 = x6306
-x6306 = x6305
-x6305 = x6304
-x6304 = x6303
-x6303 = x6302
-x6302 = x6301
-x6301 = x6300
-x6300 = x6299
-x6299 = x6298
-x6298 = x6297
-x6297 = x6296
-x6296 = x6295
-x6295 = x6294
-x6294 = x6293
-x6293 = x6292
-x6292 = x6291
-x6291 = x6290
-x6290 = x6289
-x6289 = x6288
-x6288 = x6287
-x6287 = x6286
-x6286 = x6285
-x6285 = x6284
-x6284 = x6283
-x6283 = x6282
-x6282 = x6281
-x6281 = x6280
-x6280 = x6279
-x6279 = x6278
-x6278 = x6277
-x6277 = x6276
-x6276 = x6275
-x6275 = x6274
-x6274 = x6273
-x6273 = x6272
-x6272 = x6271
-x6271 = x6270
-x6270 = x6269
-x6269 = x6268
-x6268 = x6267
-x6267 = x6266
-x6266 = x6265
-x6265 = x6264
-x6264 = x6263
-x6263 = x6262
-x6262 = x6261
-x6261 = x6260
-x6260 = x6259
-x6259 = x6258
-x6258 = x6257
-x6257 = x6256
-x6256 = x6255
-x6255 = x6254
-x6254 = x6253
-x6253 = x6252
-x6252 = x6251
-x6251 = x6250
-x6250 = x6249
-x6249 = x6248
-x6248 = x6247
-x6247 = x6246
-x6246 = x6245
-x6245 = x6244
-x6244 = x6243
-x6243 = x6242
-x6242 = x6241
-x6241 = x6240
-x6240 = x6239
-x6239 = x6238
-x6238 = x6237
-x6237 = x6236
-x6236 = x6235
-x6235 = x6234
-x6234 = x6233
-x6233 = x6232
-x6232 = x6231
-x6231 = x6230
-x6230 = x6229
-x6229 = x6228
-x6228 = x6227
-x6227 = x6226
-x6226 = x6225
-x6225 = x6224
-x6224 = x6223
-x6223 = x6222
-x6222 = x6221
-x6221 = x6220
-x6220 = x6219
-x6219 = x6218
-x6218 = x6217
-x6217 = x6216
-x6216 = x6215
-x6215 = x6214
-x6214 = x6213
-x6213 = x6212
-x6212 = x6211
-x6211 = x6210
-x6210 = x6209
-x6209 = x6208
-x6208 = x6207
-x6207 = x6206
-x6206 = x6205
-x6205 = x6204
-x6204 = x6203
-x6203 = x6202
-x6202 = x6201
-x6201 = x6200
-x6200 = x6199
-x6199 = x6198
-x6198 = x6197
-x6197 = x6196
-x6196 = x6195
-x6195 = x6194
-x6194 = x6193
-x6193 = x6192
-x6192 = x6191
-x6191 = x6190
-x6190 = x6189
-x6189 = x6188
-x6188 = x6187
-x6187 = x6186
-x6186 = x6185
-x6185 = x6184
-x6184 = x6183
-x6183 = x6182
-x6182 = x6181
-x6181 = x6180
-x6180 = x6179
-x6179 = x6178
-x6178 = x6177
-x6177 = x6176
-x6176 = x6175
-x6175 = x6174
-x6174 = x6173
-x6173 = x6172
-x6172 = x6171
-x6171 = x6170
-x6170 = x6169
-x6169 = x6168
-x6168 = x6167
-x6167 = x6166
-x6166 = x6165
-x6165 = x6164
-x6164 = x6163
-x6163 = x6162
-x6162 = x6161
-x6161 = x6160
-x6160 = x6159
-x6159 = x6158
-x6158 = x6157
-x6157 = x6156
-x6156 = x6155
-x6155 = x6154
-x6154 = x6153
-x6153 = x6152
-x6152 = x6151
-x6151 = x6150
-x6150 = x6149
-x6149 = x6148
-x6148 = x6147
-x6147 = x6146
-x6146 = x6145
-x6145 = x6144
-x6144 = x6143
-x6143 = x6142
-x6142 = x6141
-x6141 = x6140
-x6140 = x6139
-x6139 = x6138
-x6138 = x6137
-x6137 = x6136
-x6136 = x6135
-x6135 = x6134
-x6134 = x6133
-x6133 = x6132
-x6132 = x6131
-x6131 = x6130
-x6130 = x6129
-x6129 = x6128
-x6128 = x6127
-x6127 = x6126
-x6126 = x6125
-x6125 = x6124
-x6124 = x6123
-x6123 = x6122
-x6122 = x6121
-x6121 = x6120
-x6120 = x6119
-x6119 = x6118
-x6118 = x6117
-x6117 = x6116
-x6116 = x6115
-x6115 = x6114
-x6114 = x6113
-x6113 = x6112
-x6112 = x6111
-x6111 = x6110
-x6110 = x6109
-x6109 = x6108
-x6108 = x6107
-x6107 = x6106
-x6106 = x6105
-x6105 = x6104
-x6104 = x6103
-x6103 = x6102
-x6102 = x6101
-x6101 = x6100
-x6100 = x6099
-x6099 = x6098
-x6098 = x6097
-x6097 = x6096
-x6096 = x6095
-x6095 = x6094
-x6094 = x6093
-x6093 = x6092
-x6092 = x6091
-x6091 = x6090
-x6090 = x6089
-x6089 = x6088
-x6088 = x6087
-x6087 = x6086
-x6086 = x6085
-x6085 = x6084
-x6084 = x6083
-x6083 = x6082
-x6082 = x6081
-x6081 = x6080
-x6080 = x6079
-x6079 = x6078
-x6078 = x6077
-x6077 = x6076
-x6076 = x6075
-x6075 = x6074
-x6074 = x6073
-x6073 = x6072
-x6072 = x6071
-x6071 = x6070
-x6070 = x6069
-x6069 = x6068
-x6068 = x6067
-x6067 = x6066
-x6066 = x6065
-x6065 = x6064
-x6064 = x6063
-x6063 = x6062
-x6062 = x6061
-x6061 = x6060
-x6060 = x6059
-x6059 = x6058
-x6058 = x6057
-x6057 = x6056
-x6056 = x6055
-x6055 = x6054
-x6054 = x6053
-x6053 = x6052
-x6052 = x6051
-x6051 = x6050
-x6050 = x6049
-x6049 = x6048
-x6048 = x6047
-x6047 = x6046
-x6046 = x6045
-x6045 = x6044
-x6044 = x6043
-x6043 = x6042
-x6042 = x6041
-x6041 = x6040
-x6040 = x6039
-x6039 = x6038
-x6038 = x6037
-x6037 = x6036
-x6036 = x6035
-x6035 = x6034
-x6034 = x6033
-x6033 = x6032
-x6032 = x6031
-x6031 = x6030
-x6030 = x6029
-x6029 = x6028
-x6028 = x6027
-x6027 = x6026
-x6026 = x6025
-x6025 = x6024
-x6024 = x6023
-x6023 = x6022
-x6022 = x6021
-x6021 = x6020
-x6020 = x6019
-x6019 = x6018
-x6018 = x6017
-x6017 = x6016
-x6016 = x6015
-x6015 = x6014
-x6014 = x6013
-x6013 = x6012
-x6012 = x6011
-x6011 = x6010
-x6010 = x6009
-x6009 = x6008
-x6008 = x6007
-x6007 = x6006
-x6006 = x6005
-x6005 = x6004
-x6004 = x6003
-x6003 = x6002
-x6002 = x6001
-x6001 = x6000
-x6000 = x5999
-x5999 = x5998
-x5998 = x5997
-x5997 = x5996
-x5996 = x5995
-x5995 = x5994
-x5994 = x5993
-x5993 = x5992
-x5992 = x5991
-x5991 = x5990
-x5990 = x5989
-x5989 = x5988
-x5988 = x5987
-x5987 = x5986
-x5986 = x5985
-x5985 = x5984
-x5984 = x5983
-x5983 = x5982
-x5982 = x5981
-x5981 = x5980
-x5980 = x5979
-x5979 = x5978
-x5978 = x5977
-x5977 = x5976
-x5976 = x5975
-x5975 = x5974
-x5974 = x5973
-x5973 = x5972
-x5972 = x5971
-x5971 = x5970
-x5970 = x5969
-x5969 = x5968
-x5968 = x5967
-x5967 = x5966
-x5966 = x5965
-x5965 = x5964
-x5964 = x5963
-x5963 = x5962
-x5962 = x5961
-x5961 = x5960
-x5960 = x5959
-x5959 = x5958
-x5958 = x5957
-x5957 = x5956
-x5956 = x5955
-x5955 = x5954
-x5954 = x5953
-x5953 = x5952
-x5952 = x5951
-x5951 = x5950
-x5950 = x5949
-x5949 = x5948
-x5948 = x5947
-x5947 = x5946
-x5946 = x5945
-x5945 = x5944
-x5944 = x5943
-x5943 = x5942
-x5942 = x5941
-x5941 = x5940
-x5940 = x5939
-x5939 = x5938
-x5938 = x5937
-x5937 = x5936
-x5936 = x5935
-x5935 = x5934
-x5934 = x5933
-x5933 = x5932
-x5932 = x5931
-x5931 = x5930
-x5930 = x5929
-x5929 = x5928
-x5928 = x5927
-x5927 = x5926
-x5926 = x5925
-x5925 = x5924
-x5924 = x5923
-x5923 = x5922
-x5922 = x5921
-x5921 = x5920
-x5920 = x5919
-x5919 = x5918
-x5918 = x5917
-x5917 = x5916
-x5916 = x5915
-x5915 = x5914
-x5914 = x5913
-x5913 = x5912
-x5912 = x5911
-x5911 = x5910
-x5910 = x5909
-x5909 = x5908
-x5908 = x5907
-x5907 = x5906
-x5906 = x5905
-x5905 = x5904
-x5904 = x5903
-x5903 = x5902
-x5902 = x5901
-x5901 = x5900
-x5900 = x5899
-x5899 = x5898
-x5898 = x5897
-x5897 = x5896
-x5896 = x5895
-x5895 = x5894
-x5894 = x5893
-x5893 = x5892
-x5892 = x5891
-x5891 = x5890
-x5890 = x5889
-x5889 = x5888
-x5888 = x5887
-x5887 = x5886
-x5886 = x5885
-x5885 = x5884
-x5884 = x5883
-x5883 = x5882
-x5882 = x5881
-x5881 = x5880
-x5880 = x5879
-x5879 = x5878
-x5878 = x5877
-x5877 = x5876
-x5876 = x5875
-x5875 = x5874
-x5874 = x5873
-x5873 = x5872
-x5872 = x5871
-x5871 = x5870
-x5870 = x5869
-x5869 = x5868
-x5868 = x5867
-x5867 = x5866
-x5866 = x5865
-x5865 = x5864
-x5864 = x5863
-x5863 = x5862
-x5862 = x5861
-x5861 = x5860
-x5860 = x5859
-x5859 = x5858
-x5858 = x5857
-x5857 = x5856
-x5856 = x5855
-x5855 = x5854
-x5854 = x5853
-x5853 = x5852
-x5852 = x5851
-x5851 = x5850
-x5850 = x5849
-x5849 = x5848
-x5848 = x5847
-x5847 = x5846
-x5846 = x5845
-x5845 = x5844
-x5844 = x5843
-x5843 = x5842
-x5842 = x5841
-x5841 = x5840
-x5840 = x5839
-x5839 = x5838
-x5838 = x5837
-x5837 = x5836
-x5836 = x5835
-x5835 = x5834
-x5834 = x5833
-x5833 = x5832
-x5832 = x5831
-x5831 = x5830
-x5830 = x5829
-x5829 = x5828
-x5828 = x5827
-x5827 = x5826
-x5826 = x5825
-x5825 = x5824
-x5824 = x5823
-x5823 = x5822
-x5822 = x5821
-x5821 = x5820
-x5820 = x5819
-x5819 = x5818
-x5818 = x5817
-x5817 = x5816
-x5816 = x5815
-x5815 = x5814
-x5814 = x5813
-x5813 = x5812
-x5812 = x5811
-x5811 = x5810
-x5810 = x5809
-x5809 = x5808
-x5808 = x5807
-x5807 = x5806
-x5806 = x5805
-x5805 = x5804
-x5804 = x5803
-x5803 = x5802
-x5802 = x5801
-x5801 = x5800
-x5800 = x5799
-x5799 = x5798
-x5798 = x5797
-x5797 = x5796
-x5796 = x5795
-x5795 = x5794
-x5794 = x5793
-x5793 = x5792
-x5792 = x5791
-x5791 = x5790
-x5790 = x5789
-x5789 = x5788
-x5788 = x5787
-x5787 = x5786
-x5786 = x5785
-x5785 = x5784
-x5784 = x5783
-x5783 = x5782
-x5782 = x5781
-x5781 = x5780
-x5780 = x5779
-x5779 = x5778
-x5778 = x5777
-x5777 = x5776
-x5776 = x5775
-x5775 = x5774
-x5774 = x5773
-x5773 = x5772
-x5772 = x5771
-x5771 = x5770
-x5770 = x5769
-x5769 = x5768
-x5768 = x5767
-x5767 = x5766
-x5766 = x5765
-x5765 = x5764
-x5764 = x5763
-x5763 = x5762
-x5762 = x5761
-x5761 = x5760
-x5760 = x5759
-x5759 = x5758
-x5758 = x5757
-x5757 = x5756
-x5756 = x5755
-x5755 = x5754
-x5754 = x5753
-x5753 = x5752
-x5752 = x5751
-x5751 = x5750
-x5750 = x5749
-x5749 = x5748
-x5748 = x5747
-x5747 = x5746
-x5746 = x5745
-x5745 = x5744
-x5744 = x5743
-x5743 = x5742
-x5742 = x5741
-x5741 = x5740
-x5740 = x5739
-x5739 = x5738
-x5738 = x5737
-x5737 = x5736
-x5736 = x5735
-x5735 = x5734
-x5734 = x5733
-x5733 = x5732
-x5732 = x5731
-x5731 = x5730
-x5730 = x5729
-x5729 = x5728
-x5728 = x5727
-x5727 = x5726
-x5726 = x5725
-x5725 = x5724
-x5724 = x5723
-x5723 = x5722
-x5722 = x5721
-x5721 = x5720
-x5720 = x5719
-x5719 = x5718
-x5718 = x5717
-x5717 = x5716
-x5716 = x5715
-x5715 = x5714
-x5714 = x5713
-x5713 = x5712
-x5712 = x5711
-x5711 = x5710
-x5710 = x5709
-x5709 = x5708
-x5708 = x5707
-x5707 = x5706
-x5706 = x5705
-x5705 = x5704
-x5704 = x5703
-x5703 = x5702
-x5702 = x5701
-x5701 = x5700
-x5700 = x5699
-x5699 = x5698
-x5698 = x5697
-x5697 = x5696
-x5696 = x5695
-x5695 = x5694
-x5694 = x5693
-x5693 = x5692
-x5692 = x5691
-x5691 = x5690
-x5690 = x5689
-x5689 = x5688
-x5688 = x5687
-x5687 = x5686
-x5686 = x5685
-x5685 = x5684
-x5684 = x5683
-x5683 = x5682
-x5682 = x5681
-x5681 = x5680
-x5680 = x5679
-x5679 = x5678
-x5678 = x5677
-x5677 = x5676
-x5676 = x5675
-x5675 = x5674
-x5674 = x5673
-x5673 = x5672
-x5672 = x5671
-x5671 = x5670
-x5670 = x5669
-x5669 = x5668
-x5668 = x5667
-x5667 = x5666
-x5666 = x5665
-x5665 = x5664
-x5664 = x5663
-x5663 = x5662
-x5662 = x5661
-x5661 = x5660
-x5660 = x5659
-x5659 = x5658
-x5658 = x5657
-x5657 = x5656
-x5656 = x5655
-x5655 = x5654
-x5654 = x5653
-x5653 = x5652
-x5652 = x5651
-x5651 = x5650
-x5650 = x5649
-x5649 = x5648
-x5648 = x5647
-x5647 = x5646
-x5646 = x5645
-x5645 = x5644
-x5644 = x5643
-x5643 = x5642
-x5642 = x5641
-x5641 = x5640
-x5640 = x5639
-x5639 = x5638
-x5638 = x5637
-x5637 = x5636
-x5636 = x5635
-x5635 = x5634
-x5634 = x5633
-x5633 = x5632
-x5632 = x5631
-x5631 = x5630
-x5630 = x5629
-x5629 = x5628
-x5628 = x5627
-x5627 = x5626
-x5626 = x5625
-x5625 = x5624
-x5624 = x5623
-x5623 = x5622
-x5622 = x5621
-x5621 = x5620
-x5620 = x5619
-x5619 = x5618
-x5618 = x5617
-x5617 = x5616
-x5616 = x5615
-x5615 = x5614
-x5614 = x5613
-x5613 = x5612
-x5612 = x5611
-x5611 = x5610
-x5610 = x5609
-x5609 = x5608
-x5608 = x5607
-x5607 = x5606
-x5606 = x5605
-x5605 = x5604
-x5604 = x5603
-x5603 = x5602
-x5602 = x5601
-x5601 = x5600
-x5600 = x5599
-x5599 = x5598
-x5598 = x5597
-x5597 = x5596
-x5596 = x5595
-x5595 = x5594
-x5594 = x5593
-x5593 = x5592
-x5592 = x5591
-x5591 = x5590
-x5590 = x5589
-x5589 = x5588
-x5588 = x5587
-x5587 = x5586
-x5586 = x5585
-x5585 = x5584
-x5584 = x5583
-x5583 = x5582
-x5582 = x5581
-x5581 = x5580
-x5580 = x5579
-x5579 = x5578
-x5578 = x5577
-x5577 = x5576
-x5576 = x5575
-x5575 = x5574
-x5574 = x5573
-x5573 = x5572
-x5572 = x5571
-x5571 = x5570
-x5570 = x5569
-x5569 = x5568
-x5568 = x5567
-x5567 = x5566
-x5566 = x5565
-x5565 = x5564
-x5564 = x5563
-x5563 = x5562
-x5562 = x5561
-x5561 = x5560
-x5560 = x5559
-x5559 = x5558
-x5558 = x5557
-x5557 = x5556
-x5556 = x5555
-x5555 = x5554
-x5554 = x5553
-x5553 = x5552
-x5552 = x5551
-x5551 = x5550
-x5550 = x5549
-x5549 = x5548
-x5548 = x5547
-x5547 = x5546
-x5546 = x5545
-x5545 = x5544
-x5544 = x5543
-x5543 = x5542
-x5542 = x5541
-x5541 = x5540
-x5540 = x5539
-x5539 = x5538
-x5538 = x5537
-x5537 = x5536
-x5536 = x5535
-x5535 = x5534
-x5534 = x5533
-x5533 = x5532
-x5532 = x5531
-x5531 = x5530
-x5530 = x5529
-x5529 = x5528
-x5528 = x5527
-x5527 = x5526
-x5526 = x5525
-x5525 = x5524
-x5524 = x5523
-x5523 = x5522
-x5522 = x5521
-x5521 = x5520
-x5520 = x5519
-x5519 = x5518
-x5518 = x5517
-x5517 = x5516
-x5516 = x5515
-x5515 = x5514
-x5514 = x5513
-x5513 = x5512
-x5512 = x5511
-x5511 = x5510
-x5510 = x5509
-x5509 = x5508
-x5508 = x5507
-x5507 = x5506
-x5506 = x5505
-x5505 = x5504
-x5504 = x5503
-x5503 = x5502
-x5502 = x5501
-x5501 = x5500
-x5500 = x5499
-x5499 = x5498
-x5498 = x5497
-x5497 = x5496
-x5496 = x5495
-x5495 = x5494
-x5494 = x5493
-x5493 = x5492
-x5492 = x5491
-x5491 = x5490
-x5490 = x5489
-x5489 = x5488
-x5488 = x5487
-x5487 = x5486
-x5486 = x5485
-x5485 = x5484
-x5484 = x5483
-x5483 = x5482
-x5482 = x5481
-x5481 = x5480
-x5480 = x5479
-x5479 = x5478
-x5478 = x5477
-x5477 = x5476
-x5476 = x5475
-x5475 = x5474
-x5474 = x5473
-x5473 = x5472
-x5472 = x5471
-x5471 = x5470
-x5470 = x5469
-x5469 = x5468
-x5468 = x5467
-x5467 = x5466
-x5466 = x5465
-x5465 = x5464
-x5464 = x5463
-x5463 = x5462
-x5462 = x5461
-x5461 = x5460
-x5460 = x5459
-x5459 = x5458
-x5458 = x5457
-x5457 = x5456
-x5456 = x5455
-x5455 = x5454
-x5454 = x5453
-x5453 = x5452
-x5452 = x5451
-x5451 = x5450
-x5450 = x5449
-x5449 = x5448
-x5448 = x5447
-x5447 = x5446
-x5446 = x5445
-x5445 = x5444
-x5444 = x5443
-x5443 = x5442
-x5442 = x5441
-x5441 = x5440
-x5440 = x5439
-x5439 = x5438
-x5438 = x5437
-x5437 = x5436
-x5436 = x5435
-x5435 = x5434
-x5434 = x5433
-x5433 = x5432
-x5432 = x5431
-x5431 = x5430
-x5430 = x5429
-x5429 = x5428
-x5428 = x5427
-x5427 = x5426
-x5426 = x5425
-x5425 = x5424
-x5424 = x5423
-x5423 = x5422
-x5422 = x5421
-x5421 = x5420
-x5420 = x5419
-x5419 = x5418
-x5418 = x5417
-x5417 = x5416
-x5416 = x5415
-x5415 = x5414
-x5414 = x5413
-x5413 = x5412
-x5412 = x5411
-x5411 = x5410
-x5410 = x5409
-x5409 = x5408
-x5408 = x5407
-x5407 = x5406
-x5406 = x5405
-x5405 = x5404
-x5404 = x5403
-x5403 = x5402
-x5402 = x5401
-x5401 = x5400
-x5400 = x5399
-x5399 = x5398
-x5398 = x5397
-x5397 = x5396
-x5396 = x5395
-x5395 = x5394
-x5394 = x5393
-x5393 = x5392
-x5392 = x5391
-x5391 = x5390
-x5390 = x5389
-x5389 = x5388
-x5388 = x5387
-x5387 = x5386
-x5386 = x5385
-x5385 = x5384
-x5384 = x5383
-x5383 = x5382
-x5382 = x5381
-x5381 = x5380
-x5380 = x5379
-x5379 = x5378
-x5378 = x5377
-x5377 = x5376
-x5376 = x5375
-x5375 = x5374
-x5374 = x5373
-x5373 = x5372
-x5372 = x5371
-x5371 = x5370
-x5370 = x5369
-x5369 = x5368
-x5368 = x5367
-x5367 = x5366
-x5366 = x5365
-x5365 = x5364
-x5364 = x5363
-x5363 = x5362
-x5362 = x5361
-x5361 = x5360
-x5360 = x5359
-x5359 = x5358
-x5358 = x5357
-x5357 = x5356
-x5356 = x5355
-x5355 = x5354
-x5354 = x5353
-x5353 = x5352
-x5352 = x5351
-x5351 = x5350
-x5350 = x5349
-x5349 = x5348
-x5348 = x5347
-x5347 = x5346
-x5346 = x5345
-x5345 = x5344
-x5344 = x5343
-x5343 = x5342
-x5342 = x5341
-x5341 = x5340
-x5340 = x5339
-x5339 = x5338
-x5338 = x5337
-x5337 = x5336
-x5336 = x5335
-x5335 = x5334
-x5334 = x5333
-x5333 = x5332
-x5332 = x5331
-x5331 = x5330
-x5330 = x5329
-x5329 = x5328
-x5328 = x5327
-x5327 = x5326
-x5326 = x5325
-x5325 = x5324
-x5324 = x5323
-x5323 = x5322
-x5322 = x5321
-x5321 = x5320
-x5320 = x5319
-x5319 = x5318
-x5318 = x5317
-x5317 = x5316
-x5316 = x5315
-x5315 = x5314
-x5314 = x5313
-x5313 = x5312
-x5312 = x5311
-x5311 = x5310
-x5310 = x5309
-x5309 = x5308
-x5308 = x5307
-x5307 = x5306
-x5306 = x5305
-x5305 = x5304
-x5304 = x5303
-x5303 = x5302
-x5302 = x5301
-x5301 = x5300
-x5300 = x5299
-x5299 = x5298
-x5298 = x5297
-x5297 = x5296
-x5296 = x5295
-x5295 = x5294
-x5294 = x5293
-x5293 = x5292
-x5292 = x5291
-x5291 = x5290
-x5290 = x5289
-x5289 = x5288
-x5288 = x5287
-x5287 = x5286
-x5286 = x5285
-x5285 = x5284
-x5284 = x5283
-x5283 = x5282
-x5282 = x5281
-x5281 = x5280
-x5280 = x5279
-x5279 = x5278
-x5278 = x5277
-x5277 = x5276
-x5276 = x5275
-x5275 = x5274
-x5274 = x5273
-x5273 = x5272
-x5272 = x5271
-x5271 = x5270
-x5270 = x5269
-x5269 = x5268
-x5268 = x5267
-x5267 = x5266
-x5266 = x5265
-x5265 = x5264
-x5264 = x5263
-x5263 = x5262
-x5262 = x5261
-x5261 = x5260
-x5260 = x5259
-x5259 = x5258
-x5258 = x5257
-x5257 = x5256
-x5256 = x5255
-x5255 = x5254
-x5254 = x5253
-x5253 = x5252
-x5252 = x5251
-x5251 = x5250
-x5250 = x5249
-x5249 = x5248
-x5248 = x5247
-x5247 = x5246
-x5246 = x5245
-x5245 = x5244
-x5244 = x5243
-x5243 = x5242
-x5242 = x5241
-x5241 = x5240
-x5240 = x5239
-x5239 = x5238
-x5238 = x5237
-x5237 = x5236
-x5236 = x5235
-x5235 = x5234
-x5234 = x5233
-x5233 = x5232
-x5232 = x5231
-x5231 = x5230
-x5230 = x5229
-x5229 = x5228
-x5228 = x5227
-x5227 = x5226
-x5226 = x5225
-x5225 = x5224
-x5224 = x5223
-x5223 = x5222
-x5222 = x5221
-x5221 = x5220
-x5220 = x5219
-x5219 = x5218
-x5218 = x5217
-x5217 = x5216
-x5216 = x5215
-x5215 = x5214
-x5214 = x5213
-x5213 = x5212
-x5212 = x5211
-x5211 = x5210
-x5210 = x5209
-x5209 = x5208
-x5208 = x5207
-x5207 = x5206
-x5206 = x5205
-x5205 = x5204
-x5204 = x5203
-x5203 = x5202
-x5202 = x5201
-x5201 = x5200
-x5200 = x5199
-x5199 = x5198
-x5198 = x5197
-x5197 = x5196
-x5196 = x5195
-x5195 = x5194
-x5194 = x5193
-x5193 = x5192
-x5192 = x5191
-x5191 = x5190
-x5190 = x5189
-x5189 = x5188
-x5188 = x5187
-x5187 = x5186
-x5186 = x5185
-x5185 = x5184
-x5184 = x5183
-x5183 = x5182
-x5182 = x5181
-x5181 = x5180
-x5180 = x5179
-x5179 = x5178
-x5178 = x5177
-x5177 = x5176
-x5176 = x5175
-x5175 = x5174
-x5174 = x5173
-x5173 = x5172
-x5172 = x5171
-x5171 = x5170
-x5170 = x5169
-x5169 = x5168
-x5168 = x5167
-x5167 = x5166
-x5166 = x5165
-x5165 = x5164
-x5164 = x5163
-x5163 = x5162
-x5162 = x5161
-x5161 = x5160
-x5160 = x5159
-x5159 = x5158
-x5158 = x5157
-x5157 = x5156
-x5156 = x5155
-x5155 = x5154
-x5154 = x5153
-x5153 = x5152
-x5152 = x5151
-x5151 = x5150
-x5150 = x5149
-x5149 = x5148
-x5148 = x5147
-x5147 = x5146
-x5146 = x5145
-x5145 = x5144
-x5144 = x5143
-x5143 = x5142
-x5142 = x5141
-x5141 = x5140
-x5140 = x5139
-x5139 = x5138
-x5138 = x5137
-x5137 = x5136
-x5136 = x5135
-x5135 = x5134
-x5134 = x5133
-x5133 = x5132
-x5132 = x5131
-x5131 = x5130
-x5130 = x5129
-x5129 = x5128
-x5128 = x5127
-x5127 = x5126
-x5126 = x5125
-x5125 = x5124
-x5124 = x5123
-x5123 = x5122
-x5122 = x5121
-x5121 = x5120
-x5120 = x5119
-x5119 = x5118
-x5118 = x5117
-x5117 = x5116
-x5116 = x5115
-x5115 = x5114
-x5114 = x5113
-x5113 = x5112
-x5112 = x5111
-x5111 = x5110
-x5110 = x5109
-x5109 = x5108
-x5108 = x5107
-x5107 = x5106
-x5106 = x5105
-x5105 = x5104
-x5104 = x5103
-x5103 = x5102
-x5102 = x5101
-x5101 = x5100
-x5100 = x5099
-x5099 = x5098
-x5098 = x5097
-x5097 = x5096
-x5096 = x5095
-x5095 = x5094
-x5094 = x5093
-x5093 = x5092
-x5092 = x5091
-x5091 = x5090
-x5090 = x5089
-x5089 = x5088
-x5088 = x5087
-x5087 = x5086
-x5086 = x5085
-x5085 = x5084
-x5084 = x5083
-x5083 = x5082
-x5082 = x5081
-x5081 = x5080
-x5080 = x5079
-x5079 = x5078
-x5078 = x5077
-x5077 = x5076
-x5076 = x5075
-x5075 = x5074
-x5074 = x5073
-x5073 = x5072
-x5072 = x5071
-x5071 = x5070
-x5070 = x5069
-x5069 = x5068
-x5068 = x5067
-x5067 = x5066
-x5066 = x5065
-x5065 = x5064
-x5064 = x5063
-x5063 = x5062
-x5062 = x5061
-x5061 = x5060
-x5060 = x5059
-x5059 = x5058
-x5058 = x5057
-x5057 = x5056
-x5056 = x5055
-x5055 = x5054
-x5054 = x5053
-x5053 = x5052
-x5052 = x5051
-x5051 = x5050
-x5050 = x5049
-x5049 = x5048
-x5048 = x5047
-x5047 = x5046
-x5046 = x5045
-x5045 = x5044
-x5044 = x5043
-x5043 = x5042
-x5042 = x5041
-x5041 = x5040
-x5040 = x5039
-x5039 = x5038
-x5038 = x5037
-x5037 = x5036
-x5036 = x5035
-x5035 = x5034
-x5034 = x5033
-x5033 = x5032
-x5032 = x5031
-x5031 = x5030
-x5030 = x5029
-x5029 = x5028
-x5028 = x5027
-x5027 = x5026
-x5026 = x5025
-x5025 = x5024
-x5024 = x5023
-x5023 = x5022
-x5022 = x5021
-x5021 = x5020
-x5020 = x5019
-x5019 = x5018
-x5018 = x5017
-x5017 = x5016
-x5016 = x5015
-x5015 = x5014
-x5014 = x5013
-x5013 = x5012
-x5012 = x5011
-x5011 = x5010
-x5010 = x5009
-x5009 = x5008
-x5008 = x5007
-x5007 = x5006
-x5006 = x5005
-x5005 = x5004
-x5004 = x5003
-x5003 = x5002
-x5002 = x5001
-x5001 = x5000
-x5000 = x4999
-x4999 = x4998
-x4998 = x4997
-x4997 = x4996
-x4996 = x4995
-x4995 = x4994
-x4994 = x4993
-x4993 = x4992
-x4992 = x4991
-x4991 = x4990
-x4990 = x4989
-x4989 = x4988
-x4988 = x4987
-x4987 = x4986
-x4986 = x4985
-x4985 = x4984
-x4984 = x4983
-x4983 = x4982
-x4982 = x4981
-x4981 = x4980
-x4980 = x4979
-x4979 = x4978
-x4978 = x4977
-x4977 = x4976
-x4976 = x4975
-x4975 = x4974
-x4974 = x4973
-x4973 = x4972
-x4972 = x4971
-x4971 = x4970
-x4970 = x4969
-x4969 = x4968
-x4968 = x4967
-x4967 = x4966
-x4966 = x4965
-x4965 = x4964
-x4964 = x4963
-x4963 = x4962
-x4962 = x4961
-x4961 = x4960
-x4960 = x4959
-x4959 = x4958
-x4958 = x4957
-x4957 = x4956
-x4956 = x4955
-x4955 = x4954
-x4954 = x4953
-x4953 = x4952
-x4952 = x4951
-x4951 = x4950
-x4950 = x4949
-x4949 = x4948
-x4948 = x4947
-x4947 = x4946
-x4946 = x4945
-x4945 = x4944
-x4944 = x4943
-x4943 = x4942
-x4942 = x4941
-x4941 = x4940
-x4940 = x4939
-x4939 = x4938
-x4938 = x4937
-x4937 = x4936
-x4936 = x4935
-x4935 = x4934
-x4934 = x4933
-x4933 = x4932
-x4932 = x4931
-x4931 = x4930
-x4930 = x4929
-x4929 = x4928
-x4928 = x4927
-x4927 = x4926
-x4926 = x4925
-x4925 = x4924
-x4924 = x4923
-x4923 = x4922
-x4922 = x4921
-x4921 = x4920
-x4920 = x4919
-x4919 = x4918
-x4918 = x4917
-x4917 = x4916
-x4916 = x4915
-x4915 = x4914
-x4914 = x4913
-x4913 = x4912
-x4912 = x4911
-x4911 = x4910
-x4910 = x4909
-x4909 = x4908
-x4908 = x4907
-x4907 = x4906
-x4906 = x4905
-x4905 = x4904
-x4904 = x4903
-x4903 = x4902
-x4902 = x4901
-x4901 = x4900
-x4900 = x4899
-x4899 = x4898
-x4898 = x4897
-x4897 = x4896
-x4896 = x4895
-x4895 = x4894
-x4894 = x4893
-x4893 = x4892
-x4892 = x4891
-x4891 = x4890
-x4890 = x4889
-x4889 = x4888
-x4888 = x4887
-x4887 = x4886
-x4886 = x4885
-x4885 = x4884
-x4884 = x4883
-x4883 = x4882
-x4882 = x4881
-x4881 = x4880
-x4880 = x4879
-x4879 = x4878
-x4878 = x4877
-x4877 = x4876
-x4876 = x4875
-x4875 = x4874
-x4874 = x4873
-x4873 = x4872
-x4872 = x4871
-x4871 = x4870
-x4870 = x4869
-x4869 = x4868
-x4868 = x4867
-x4867 = x4866
-x4866 = x4865
-x4865 = x4864
-x4864 = x4863
-x4863 = x4862
-x4862 = x4861
-x4861 = x4860
-x4860 = x4859
-x4859 = x4858
-x4858 = x4857
-x4857 = x4856
-x4856 = x4855
-x4855 = x4854
-x4854 = x4853
-x4853 = x4852
-x4852 = x4851
-x4851 = x4850
-x4850 = x4849
-x4849 = x4848
-x4848 = x4847
-x4847 = x4846
-x4846 = x4845
-x4845 = x4844
-x4844 = x4843
-x4843 = x4842
-x4842 = x4841
-x4841 = x4840
-x4840 = x4839
-x4839 = x4838
-x4838 = x4837
-x4837 = x4836
-x4836 = x4835
-x4835 = x4834
-x4834 = x4833
-x4833 = x4832
-x4832 = x4831
-x4831 = x4830
-x4830 = x4829
-x4829 = x4828
-x4828 = x4827
-x4827 = x4826
-x4826 = x4825
-x4825 = x4824
-x4824 = x4823
-x4823 = x4822
-x4822 = x4821
-x4821 = x4820
-x4820 = x4819
-x4819 = x4818
-x4818 = x4817
-x4817 = x4816
-x4816 = x4815
-x4815 = x4814
-x4814 = x4813
-x4813 = x4812
-x4812 = x4811
-x4811 = x4810
-x4810 = x4809
-x4809 = x4808
-x4808 = x4807
-x4807 = x4806
-x4806 = x4805
-x4805 = x4804
-x4804 = x4803
-x4803 = x4802
-x4802 = x4801
-x4801 = x4800
-x4800 = x4799
-x4799 = x4798
-x4798 = x4797
-x4797 = x4796
-x4796 = x4795
-x4795 = x4794
-x4794 = x4793
-x4793 = x4792
-x4792 = x4791
-x4791 = x4790
-x4790 = x4789
-x4789 = x4788
-x4788 = x4787
-x4787 = x4786
-x4786 = x4785
-x4785 = x4784
-x4784 = x4783
-x4783 = x4782
-x4782 = x4781
-x4781 = x4780
-x4780 = x4779
-x4779 = x4778
-x4778 = x4777
-x4777 = x4776
-x4776 = x4775
-x4775 = x4774
-x4774 = x4773
-x4773 = x4772
-x4772 = x4771
-x4771 = x4770
-x4770 = x4769
-x4769 = x4768
-x4768 = x4767
-x4767 = x4766
-x4766 = x4765
-x4765 = x4764
-x4764 = x4763
-x4763 = x4762
-x4762 = x4761
-x4761 = x4760
-x4760 = x4759
-x4759 = x4758
-x4758 = x4757
-x4757 = x4756
-x4756 = x4755
-x4755 = x4754
-x4754 = x4753
-x4753 = x4752
-x4752 = x4751
-x4751 = x4750
-x4750 = x4749
-x4749 = x4748
-x4748 = x4747
-x4747 = x4746
-x4746 = x4745
-x4745 = x4744
-x4744 = x4743
-x4743 = x4742
-x4742 = x4741
-x4741 = x4740
-x4740 = x4739
-x4739 = x4738
-x4738 = x4737
-x4737 = x4736
-x4736 = x4735
-x4735 = x4734
-x4734 = x4733
-x4733 = x4732
-x4732 = x4731
-x4731 = x4730
-x4730 = x4729
-x4729 = x4728
-x4728 = x4727
-x4727 = x4726
-x4726 = x4725
-x4725 = x4724
-x4724 = x4723
-x4723 = x4722
-x4722 = x4721
-x4721 = x4720
-x4720 = x4719
-x4719 = x4718
-x4718 = x4717
-x4717 = x4716
-x4716 = x4715
-x4715 = x4714
-x4714 = x4713
-x4713 = x4712
-x4712 = x4711
-x4711 = x4710
-x4710 = x4709
-x4709 = x4708
-x4708 = x4707
-x4707 = x4706
-x4706 = x4705
-x4705 = x4704
-x4704 = x4703
-x4703 = x4702
-x4702 = x4701
-x4701 = x4700
-x4700 = x4699
-x4699 = x4698
-x4698 = x4697
-x4697 = x4696
-x4696 = x4695
-x4695 = x4694
-x4694 = x4693
-x4693 = x4692
-x4692 = x4691
-x4691 = x4690
-x4690 = x4689
-x4689 = x4688
-x4688 = x4687
-x4687 = x4686
-x4686 = x4685
-x4685 = x4684
-x4684 = x4683
-x4683 = x4682
-x4682 = x4681
-x4681 = x4680
-x4680 = x4679
-x4679 = x4678
-x4678 = x4677
-x4677 = x4676
-x4676 = x4675
-x4675 = x4674
-x4674 = x4673
-x4673 = x4672
-x4672 = x4671
-x4671 = x4670
-x4670 = x4669
-x4669 = x4668
-x4668 = x4667
-x4667 = x4666
-x4666 = x4665
-x4665 = x4664
-x4664 = x4663
-x4663 = x4662
-x4662 = x4661
-x4661 = x4660
-x4660 = x4659
-x4659 = x4658
-x4658 = x4657
-x4657 = x4656
-x4656 = x4655
-x4655 = x4654
-x4654 = x4653
-x4653 = x4652
-x4652 = x4651
-x4651 = x4650
-x4650 = x4649
-x4649 = x4648
-x4648 = x4647
-x4647 = x4646
-x4646 = x4645
-x4645 = x4644
-x4644 = x4643
-x4643 = x4642
-x4642 = x4641
-x4641 = x4640
-x4640 = x4639
-x4639 = x4638
-x4638 = x4637
-x4637 = x4636
-x4636 = x4635
-x4635 = x4634
-x4634 = x4633
-x4633 = x4632
-x4632 = x4631
-x4631 = x4630
-x4630 = x4629
-x4629 = x4628
-x4628 = x4627
-x4627 = x4626
-x4626 = x4625
-x4625 = x4624
-x4624 = x4623
-x4623 = x4622
-x4622 = x4621
-x4621 = x4620
-x4620 = x4619
-x4619 = x4618
-x4618 = x4617
-x4617 = x4616
-x4616 = x4615
-x4615 = x4614
-x4614 = x4613
-x4613 = x4612
-x4612 = x4611
-x4611 = x4610
-x4610 = x4609
-x4609 = x4608
-x4608 = x4607
-x4607 = x4606
-x4606 = x4605
-x4605 = x4604
-x4604 = x4603
-x4603 = x4602
-x4602 = x4601
-x4601 = x4600
-x4600 = x4599
-x4599 = x4598
-x4598 = x4597
-x4597 = x4596
-x4596 = x4595
-x4595 = x4594
-x4594 = x4593
-x4593 = x4592
-x4592 = x4591
-x4591 = x4590
-x4590 = x4589
-x4589 = x4588
-x4588 = x4587
-x4587 = x4586
-x4586 = x4585
-x4585 = x4584
-x4584 = x4583
-x4583 = x4582
-x4582 = x4581
-x4581 = x4580
-x4580 = x4579
-x4579 = x4578
-x4578 = x4577
-x4577 = x4576
-x4576 = x4575
-x4575 = x4574
-x4574 = x4573
-x4573 = x4572
-x4572 = x4571
-x4571 = x4570
-x4570 = x4569
-x4569 = x4568
-x4568 = x4567
-x4567 = x4566
-x4566 = x4565
-x4565 = x4564
-x4564 = x4563
-x4563 = x4562
-x4562 = x4561
-x4561 = x4560
-x4560 = x4559
-x4559 = x4558
-x4558 = x4557
-x4557 = x4556
-x4556 = x4555
-x4555 = x4554
-x4554 = x4553
-x4553 = x4552
-x4552 = x4551
-x4551 = x4550
-x4550 = x4549
-x4549 = x4548
-x4548 = x4547
-x4547 = x4546
-x4546 = x4545
-x4545 = x4544
-x4544 = x4543
-x4543 = x4542
-x4542 = x4541
-x4541 = x4540
-x4540 = x4539
-x4539 = x4538
-x4538 = x4537
-x4537 = x4536
-x4536 = x4535
-x4535 = x4534
-x4534 = x4533
-x4533 = x4532
-x4532 = x4531
-x4531 = x4530
-x4530 = x4529
-x4529 = x4528
-x4528 = x4527
-x4527 = x4526
-x4526 = x4525
-x4525 = x4524
-x4524 = x4523
-x4523 = x4522
-x4522 = x4521
-x4521 = x4520
-x4520 = x4519
-x4519 = x4518
-x4518 = x4517
-x4517 = x4516
-x4516 = x4515
-x4515 = x4514
-x4514 = x4513
-x4513 = x4512
-x4512 = x4511
-x4511 = x4510
-x4510 = x4509
-x4509 = x4508
-x4508 = x4507
-x4507 = x4506
-x4506 = x4505
-x4505 = x4504
-x4504 = x4503
-x4503 = x4502
-x4502 = x4501
-x4501 = x4500
-x4500 = x4499
-x4499 = x4498
-x4498 = x4497
-x4497 = x4496
-x4496 = x4495
-x4495 = x4494
-x4494 = x4493
-x4493 = x4492
-x4492 = x4491
-x4491 = x4490
-x4490 = x4489
-x4489 = x4488
-x4488 = x4487
-x4487 = x4486
-x4486 = x4485
-x4485 = x4484
-x4484 = x4483
-x4483 = x4482
-x4482 = x4481
-x4481 = x4480
-x4480 = x4479
-x4479 = x4478
-x4478 = x4477
-x4477 = x4476
-x4476 = x4475
-x4475 = x4474
-x4474 = x4473
-x4473 = x4472
-x4472 = x4471
-x4471 = x4470
-x4470 = x4469
-x4469 = x4468
-x4468 = x4467
-x4467 = x4466
-x4466 = x4465
-x4465 = x4464
-x4464 = x4463
-x4463 = x4462
-x4462 = x4461
-x4461 = x4460
-x4460 = x4459
-x4459 = x4458
-x4458 = x4457
-x4457 = x4456
-x4456 = x4455
-x4455 = x4454
-x4454 = x4453
-x4453 = x4452
-x4452 = x4451
-x4451 = x4450
-x4450 = x4449
-x4449 = x4448
-x4448 = x4447
-x4447 = x4446
-x4446 = x4445
-x4445 = x4444
-x4444 = x4443
-x4443 = x4442
-x4442 = x4441
-x4441 = x4440
-x4440 = x4439
-x4439 = x4438
-x4438 = x4437
-x4437 = x4436
-x4436 = x4435
-x4435 = x4434
-x4434 = x4433
-x4433 = x4432
-x4432 = x4431
-x4431 = x4430
-x4430 = x4429
-x4429 = x4428
-x4428 = x4427
-x4427 = x4426
-x4426 = x4425
-x4425 = x4424
-x4424 = x4423
-x4423 = x4422
-x4422 = x4421
-x4421 = x4420
-x4420 = x4419
-x4419 = x4418
-x4418 = x4417
-x4417 = x4416
-x4416 = x4415
-x4415 = x4414
-x4414 = x4413
-x4413 = x4412
-x4412 = x4411
-x4411 = x4410
-x4410 = x4409
-x4409 = x4408
-x4408 = x4407
-x4407 = x4406
-x4406 = x4405
-x4405 = x4404
-x4404 = x4403
-x4403 = x4402
-x4402 = x4401
-x4401 = x4400
-x4400 = x4399
-x4399 = x4398
-x4398 = x4397
-x4397 = x4396
-x4396 = x4395
-x4395 = x4394
-x4394 = x4393
-x4393 = x4392
-x4392 = x4391
-x4391 = x4390
-x4390 = x4389
-x4389 = x4388
-x4388 = x4387
-x4387 = x4386
-x4386 = x4385
-x4385 = x4384
-x4384 = x4383
-x4383 = x4382
-x4382 = x4381
-x4381 = x4380
-x4380 = x4379
-x4379 = x4378
-x4378 = x4377
-x4377 = x4376
-x4376 = x4375
-x4375 = x4374
-x4374 = x4373
-x4373 = x4372
-x4372 = x4371
-x4371 = x4370
-x4370 = x4369
-x4369 = x4368
-x4368 = x4367
-x4367 = x4366
-x4366 = x4365
-x4365 = x4364
-x4364 = x4363
-x4363 = x4362
-x4362 = x4361
-x4361 = x4360
-x4360 = x4359
-x4359 = x4358
-x4358 = x4357
-x4357 = x4356
-x4356 = x4355
-x4355 = x4354
-x4354 = x4353
-x4353 = x4352
-x4352 = x4351
-x4351 = x4350
-x4350 = x4349
-x4349 = x4348
-x4348 = x4347
-x4347 = x4346
-x4346 = x4345
-x4345 = x4344
-x4344 = x4343
-x4343 = x4342
-x4342 = x4341
-x4341 = x4340
-x4340 = x4339
-x4339 = x4338
-x4338 = x4337
-x4337 = x4336
-x4336 = x4335
-x4335 = x4334
-x4334 = x4333
-x4333 = x4332
-x4332 = x4331
-x4331 = x4330
-x4330 = x4329
-x4329 = x4328
-x4328 = x4327
-x4327 = x4326
-x4326 = x4325
-x4325 = x4324
-x4324 = x4323
-x4323 = x4322
-x4322 = x4321
-x4321 = x4320
-x4320 = x4319
-x4319 = x4318
-x4318 = x4317
-x4317 = x4316
-x4316 = x4315
-x4315 = x4314
-x4314 = x4313
-x4313 = x4312
-x4312 = x4311
-x4311 = x4310
-x4310 = x4309
-x4309 = x4308
-x4308 = x4307
-x4307 = x4306
-x4306 = x4305
-x4305 = x4304
-x4304 = x4303
-x4303 = x4302
-x4302 = x4301
-x4301 = x4300
-x4300 = x4299
-x4299 = x4298
-x4298 = x4297
-x4297 = x4296
-x4296 = x4295
-x4295 = x4294
-x4294 = x4293
-x4293 = x4292
-x4292 = x4291
-x4291 = x4290
-x4290 = x4289
-x4289 = x4288
-x4288 = x4287
-x4287 = x4286
-x4286 = x4285
-x4285 = x4284
-x4284 = x4283
-x4283 = x4282
-x4282 = x4281
-x4281 = x4280
-x4280 = x4279
-x4279 = x4278
-x4278 = x4277
-x4277 = x4276
-x4276 = x4275
-x4275 = x4274
-x4274 = x4273
-x4273 = x4272
-x4272 = x4271
-x4271 = x4270
-x4270 = x4269
-x4269 = x4268
-x4268 = x4267
-x4267 = x4266
-x4266 = x4265
-x4265 = x4264
-x4264 = x4263
-x4263 = x4262
-x4262 = x4261
-x4261 = x4260
-x4260 = x4259
-x4259 = x4258
-x4258 = x4257
-x4257 = x4256
-x4256 = x4255
-x4255 = x4254
-x4254 = x4253
-x4253 = x4252
-x4252 = x4251
-x4251 = x4250
-x4250 = x4249
-x4249 = x4248
-x4248 = x4247
-x4247 = x4246
-x4246 = x4245
-x4245 = x4244
-x4244 = x4243
-x4243 = x4242
-x4242 = x4241
-x4241 = x4240
-x4240 = x4239
-x4239 = x4238
-x4238 = x4237
-x4237 = x4236
-x4236 = x4235
-x4235 = x4234
-x4234 = x4233
-x4233 = x4232
-x4232 = x4231
-x4231 = x4230
-x4230 = x4229
-x4229 = x4228
-x4228 = x4227
-x4227 = x4226
-x4226 = x4225
-x4225 = x4224
-x4224 = x4223
-x4223 = x4222
-x4222 = x4221
-x4221 = x4220
-x4220 = x4219
-x4219 = x4218
-x4218 = x4217
-x4217 = x4216
-x4216 = x4215
-x4215 = x4214
-x4214 = x4213
-x4213 = x4212
-x4212 = x4211
-x4211 = x4210
-x4210 = x4209
-x4209 = x4208
-x4208 = x4207
-x4207 = x4206
-x4206 = x4205
-x4205 = x4204
-x4204 = x4203
-x4203 = x4202
-x4202 = x4201
-x4201 = x4200
-x4200 = x4199
-x4199 = x4198
-x4198 = x4197
-x4197 = x4196
-x4196 = x4195
-x4195 = x4194
-x4194 = x4193
-x4193 = x4192
-x4192 = x4191
-x4191 = x4190
-x4190 = x4189
-x4189 = x4188
-x4188 = x4187
-x4187 = x4186
-x4186 = x4185
-x4185 = x4184
-x4184 = x4183
-x4183 = x4182
-x4182 = x4181
-x4181 = x4180
-x4180 = x4179
-x4179 = x4178
-x4178 = x4177
-x4177 = x4176
-x4176 = x4175
-x4175 = x4174
-x4174 = x4173
-x4173 = x4172
-x4172 = x4171
-x4171 = x4170
-x4170 = x4169
-x4169 = x4168
-x4168 = x4167
-x4167 = x4166
-x4166 = x4165
-x4165 = x4164
-x4164 = x4163
-x4163 = x4162
-x4162 = x4161
-x4161 = x4160
-x4160 = x4159
-x4159 = x4158
-x4158 = x4157
-x4157 = x4156
-x4156 = x4155
-x4155 = x4154
-x4154 = x4153
-x4153 = x4152
-x4152 = x4151
-x4151 = x4150
-x4150 = x4149
-x4149 = x4148
-x4148 = x4147
-x4147 = x4146
-x4146 = x4145
-x4145 = x4144
-x4144 = x4143
-x4143 = x4142
-x4142 = x4141
-x4141 = x4140
-x4140 = x4139
-x4139 = x4138
-x4138 = x4137
-x4137 = x4136
-x4136 = x4135
-x4135 = x4134
-x4134 = x4133
-x4133 = x4132
-x4132 = x4131
-x4131 = x4130
-x4130 = x4129
-x4129 = x4128
-x4128 = x4127
-x4127 = x4126
-x4126 = x4125
-x4125 = x4124
-x4124 = x4123
-x4123 = x4122
-x4122 = x4121
-x4121 = x4120
-x4120 = x4119
-x4119 = x4118
-x4118 = x4117
-x4117 = x4116
-x4116 = x4115
-x4115 = x4114
-x4114 = x4113
-x4113 = x4112
-x4112 = x4111
-x4111 = x4110
-x4110 = x4109
-x4109 = x4108
-x4108 = x4107
-x4107 = x4106
-x4106 = x4105
-x4105 = x4104
-x4104 = x4103
-x4103 = x4102
-x4102 = x4101
-x4101 = x4100
-x4100 = x4099
-x4099 = x4098
-x4098 = x4097
-x4097 = x4096
-x4096 = x4095
-x4095 = x4094
-x4094 = x4093
-x4093 = x4092
-x4092 = x4091
-x4091 = x4090
-x4090 = x4089
-x4089 = x4088
-x4088 = x4087
-x4087 = x4086
-x4086 = x4085
-x4085 = x4084
-x4084 = x4083
-x4083 = x4082
-x4082 = x4081
-x4081 = x4080
-x4080 = x4079
-x4079 = x4078
-x4078 = x4077
-x4077 = x4076
-x4076 = x4075
-x4075 = x4074
-x4074 = x4073
-x4073 = x4072
-x4072 = x4071
-x4071 = x4070
-x4070 = x4069
-x4069 = x4068
-x4068 = x4067
-x4067 = x4066
-x4066 = x4065
-x4065 = x4064
-x4064 = x4063
-x4063 = x4062
-x4062 = x4061
-x4061 = x4060
-x4060 = x4059
-x4059 = x4058
-x4058 = x4057
-x4057 = x4056
-x4056 = x4055
-x4055 = x4054
-x4054 = x4053
-x4053 = x4052
-x4052 = x4051
-x4051 = x4050
-x4050 = x4049
-x4049 = x4048
-x4048 = x4047
-x4047 = x4046
-x4046 = x4045
-x4045 = x4044
-x4044 = x4043
-x4043 = x4042
-x4042 = x4041
-x4041 = x4040
-x4040 = x4039
-x4039 = x4038
-x4038 = x4037
-x4037 = x4036
-x4036 = x4035
-x4035 = x4034
-x4034 = x4033
-x4033 = x4032
-x4032 = x4031
-x4031 = x4030
-x4030 = x4029
-x4029 = x4028
-x4028 = x4027
-x4027 = x4026
-x4026 = x4025
-x4025 = x4024
-x4024 = x4023
-x4023 = x4022
-x4022 = x4021
-x4021 = x4020
-x4020 = x4019
-x4019 = x4018
-x4018 = x4017
-x4017 = x4016
-x4016 = x4015
-x4015 = x4014
-x4014 = x4013
-x4013 = x4012
-x4012 = x4011
-x4011 = x4010
-x4010 = x4009
-x4009 = x4008
-x4008 = x4007
-x4007 = x4006
-x4006 = x4005
-x4005 = x4004
-x4004 = x4003
-x4003 = x4002
-x4002 = x4001
-x4001 = x4000
-x4000 = x3999
-x3999 = x3998
-x3998 = x3997
-x3997 = x3996
-x3996 = x3995
-x3995 = x3994
-x3994 = x3993
-x3993 = x3992
-x3992 = x3991
-x3991 = x3990
-x3990 = x3989
-x3989 = x3988
-x3988 = x3987
-x3987 = x3986
-x3986 = x3985
-x3985 = x3984
-x3984 = x3983
-x3983 = x3982
-x3982 = x3981
-x3981 = x3980
-x3980 = x3979
-x3979 = x3978
-x3978 = x3977
-x3977 = x3976
-x3976 = x3975
-x3975 = x3974
-x3974 = x3973
-x3973 = x3972
-x3972 = x3971
-x3971 = x3970
-x3970 = x3969
-x3969 = x3968
-x3968 = x3967
-x3967 = x3966
-x3966 = x3965
-x3965 = x3964
-x3964 = x3963
-x3963 = x3962
-x3962 = x3961
-x3961 = x3960
-x3960 = x3959
-x3959 = x3958
-x3958 = x3957
-x3957 = x3956
-x3956 = x3955
-x3955 = x3954
-x3954 = x3953
-x3953 = x3952
-x3952 = x3951
-x3951 = x3950
-x3950 = x3949
-x3949 = x3948
-x3948 = x3947
-x3947 = x3946
-x3946 = x3945
-x3945 = x3944
-x3944 = x3943
-x3943 = x3942
-x3942 = x3941
-x3941 = x3940
-x3940 = x3939
-x3939 = x3938
-x3938 = x3937
-x3937 = x3936
-x3936 = x3935
-x3935 = x3934
-x3934 = x3933
-x3933 = x3932
-x3932 = x3931
-x3931 = x3930
-x3930 = x3929
-x3929 = x3928
-x3928 = x3927
-x3927 = x3926
-x3926 = x3925
-x3925 = x3924
-x3924 = x3923
-x3923 = x3922
-x3922 = x3921
-x3921 = x3920
-x3920 = x3919
-x3919 = x3918
-x3918 = x3917
-x3917 = x3916
-x3916 = x3915
-x3915 = x3914
-x3914 = x3913
-x3913 = x3912
-x3912 = x3911
-x3911 = x3910
-x3910 = x3909
-x3909 = x3908
-x3908 = x3907
-x3907 = x3906
-x3906 = x3905
-x3905 = x3904
-x3904 = x3903
-x3903 = x3902
-x3902 = x3901
-x3901 = x3900
-x3900 = x3899
-x3899 = x3898
-x3898 = x3897
-x3897 = x3896
-x3896 = x3895
-x3895 = x3894
-x3894 = x3893
-x3893 = x3892
-x3892 = x3891
-x3891 = x3890
-x3890 = x3889
-x3889 = x3888
-x3888 = x3887
-x3887 = x3886
-x3886 = x3885
-x3885 = x3884
-x3884 = x3883
-x3883 = x3882
-x3882 = x3881
-x3881 = x3880
-x3880 = x3879
-x3879 = x3878
-x3878 = x3877
-x3877 = x3876
-x3876 = x3875
-x3875 = x3874
-x3874 = x3873
-x3873 = x3872
-x3872 = x3871
-x3871 = x3870
-x3870 = x3869
-x3869 = x3868
-x3868 = x3867
-x3867 = x3866
-x3866 = x3865
-x3865 = x3864
-x3864 = x3863
-x3863 = x3862
-x3862 = x3861
-x3861 = x3860
-x3860 = x3859
-x3859 = x3858
-x3858 = x3857
-x3857 = x3856
-x3856 = x3855
-x3855 = x3854
-x3854 = x3853
-x3853 = x3852
-x3852 = x3851
-x3851 = x3850
-x3850 = x3849
-x3849 = x3848
-x3848 = x3847
-x3847 = x3846
-x3846 = x3845
-x3845 = x3844
-x3844 = x3843
-x3843 = x3842
-x3842 = x3841
-x3841 = x3840
-x3840 = x3839
-x3839 = x3838
-x3838 = x3837
-x3837 = x3836
-x3836 = x3835
-x3835 = x3834
-x3834 = x3833
-x3833 = x3832
-x3832 = x3831
-x3831 = x3830
-x3830 = x3829
-x3829 = x3828
-x3828 = x3827
-x3827 = x3826
-x3826 = x3825
-x3825 = x3824
-x3824 = x3823
-x3823 = x3822
-x3822 = x3821
-x3821 = x3820
-x3820 = x3819
-x3819 = x3818
-x3818 = x3817
-x3817 = x3816
-x3816 = x3815
-x3815 = x3814
-x3814 = x3813
-x3813 = x3812
-x3812 = x3811
-x3811 = x3810
-x3810 = x3809
-x3809 = x3808
-x3808 = x3807
-x3807 = x3806
-x3806 = x3805
-x3805 = x3804
-x3804 = x3803
-x3803 = x3802
-x3802 = x3801
-x3801 = x3800
-x3800 = x3799
-x3799 = x3798
-x3798 = x3797
-x3797 = x3796
-x3796 = x3795
-x3795 = x3794
-x3794 = x3793
-x3793 = x3792
-x3792 = x3791
-x3791 = x3790
-x3790 = x3789
-x3789 = x3788
-x3788 = x3787
-x3787 = x3786
-x3786 = x3785
-x3785 = x3784
-x3784 = x3783
-x3783 = x3782
-x3782 = x3781
-x3781 = x3780
-x3780 = x3779
-x3779 = x3778
-x3778 = x3777
-x3777 = x3776
-x3776 = x3775
-x3775 = x3774
-x3774 = x3773
-x3773 = x3772
-x3772 = x3771
-x3771 = x3770
-x3770 = x3769
-x3769 = x3768
-x3768 = x3767
-x3767 = x3766
-x3766 = x3765
-x3765 = x3764
-x3764 = x3763
-x3763 = x3762
-x3762 = x3761
-x3761 = x3760
-x3760 = x3759
-x3759 = x3758
-x3758 = x3757
-x3757 = x3756
-x3756 = x3755
-x3755 = x3754
-x3754 = x3753
-x3753 = x3752
-x3752 = x3751
-x3751 = x3750
-x3750 = x3749
-x3749 = x3748
-x3748 = x3747
-x3747 = x3746
-x3746 = x3745
-x3745 = x3744
-x3744 = x3743
-x3743 = x3742
-x3742 = x3741
-x3741 = x3740
-x3740 = x3739
-x3739 = x3738
-x3738 = x3737
-x3737 = x3736
-x3736 = x3735
-x3735 = x3734
-x3734 = x3733
-x3733 = x3732
-x3732 = x3731
-x3731 = x3730
-x3730 = x3729
-x3729 = x3728
-x3728 = x3727
-x3727 = x3726
-x3726 = x3725
-x3725 = x3724
-x3724 = x3723
-x3723 = x3722
-x3722 = x3721
-x3721 = x3720
-x3720 = x3719
-x3719 = x3718
-x3718 = x3717
-x3717 = x3716
-x3716 = x3715
-x3715 = x3714
-x3714 = x3713
-x3713 = x3712
-x3712 = x3711
-x3711 = x3710
-x3710 = x3709
-x3709 = x3708
-x3708 = x3707
-x3707 = x3706
-x3706 = x3705
-x3705 = x3704
-x3704 = x3703
-x3703 = x3702
-x3702 = x3701
-x3701 = x3700
-x3700 = x3699
-x3699 = x3698
-x3698 = x3697
-x3697 = x3696
-x3696 = x3695
-x3695 = x3694
-x3694 = x3693
-x3693 = x3692
-x3692 = x3691
-x3691 = x3690
-x3690 = x3689
-x3689 = x3688
-x3688 = x3687
-x3687 = x3686
-x3686 = x3685
-x3685 = x3684
-x3684 = x3683
-x3683 = x3682
-x3682 = x3681
-x3681 = x3680
-x3680 = x3679
-x3679 = x3678
-x3678 = x3677
-x3677 = x3676
-x3676 = x3675
-x3675 = x3674
-x3674 = x3673
-x3673 = x3672
-x3672 = x3671
-x3671 = x3670
-x3670 = x3669
-x3669 = x3668
-x3668 = x3667
-x3667 = x3666
-x3666 = x3665
-x3665 = x3664
-x3664 = x3663
-x3663 = x3662
-x3662 = x3661
-x3661 = x3660
-x3660 = x3659
-x3659 = x3658
-x3658 = x3657
-x3657 = x3656
-x3656 = x3655
-x3655 = x3654
-x3654 = x3653
-x3653 = x3652
-x3652 = x3651
-x3651 = x3650
-x3650 = x3649
-x3649 = x3648
-x3648 = x3647
-x3647 = x3646
-x3646 = x3645
-x3645 = x3644
-x3644 = x3643
-x3643 = x3642
-x3642 = x3641
-x3641 = x3640
-x3640 = x3639
-x3639 = x3638
-x3638 = x3637
-x3637 = x3636
-x3636 = x3635
-x3635 = x3634
-x3634 = x3633
-x3633 = x3632
-x3632 = x3631
-x3631 = x3630
-x3630 = x3629
-x3629 = x3628
-x3628 = x3627
-x3627 = x3626
-x3626 = x3625
-x3625 = x3624
-x3624 = x3623
-x3623 = x3622
-x3622 = x3621
-x3621 = x3620
-x3620 = x3619
-x3619 = x3618
-x3618 = x3617
-x3617 = x3616
-x3616 = x3615
-x3615 = x3614
-x3614 = x3613
-x3613 = x3612
-x3612 = x3611
-x3611 = x3610
-x3610 = x3609
-x3609 = x3608
-x3608 = x3607
-x3607 = x3606
-x3606 = x3605
-x3605 = x3604
-x3604 = x3603
-x3603 = x3602
-x3602 = x3601
-x3601 = x3600
-x3600 = x3599
-x3599 = x3598
-x3598 = x3597
-x3597 = x3596
-x3596 = x3595
-x3595 = x3594
-x3594 = x3593
-x3593 = x3592
-x3592 = x3591
-x3591 = x3590
-x3590 = x3589
-x3589 = x3588
-x3588 = x3587
-x3587 = x3586
-x3586 = x3585
-x3585 = x3584
-x3584 = x3583
-x3583 = x3582
-x3582 = x3581
-x3581 = x3580
-x3580 = x3579
-x3579 = x3578
-x3578 = x3577
-x3577 = x3576
-x3576 = x3575
-x3575 = x3574
-x3574 = x3573
-x3573 = x3572
-x3572 = x3571
-x3571 = x3570
-x3570 = x3569
-x3569 = x3568
-x3568 = x3567
-x3567 = x3566
-x3566 = x3565
-x3565 = x3564
-x3564 = x3563
-x3563 = x3562
-x3562 = x3561
-x3561 = x3560
-x3560 = x3559
-x3559 = x3558
-x3558 = x3557
-x3557 = x3556
-x3556 = x3555
-x3555 = x3554
-x3554 = x3553
-x3553 = x3552
-x3552 = x3551
-x3551 = x3550
-x3550 = x3549
-x3549 = x3548
-x3548 = x3547
-x3547 = x3546
-x3546 = x3545
-x3545 = x3544
-x3544 = x3543
-x3543 = x3542
-x3542 = x3541
-x3541 = x3540
-x3540 = x3539
-x3539 = x3538
-x3538 = x3537
-x3537 = x3536
-x3536 = x3535
-x3535 = x3534
-x3534 = x3533
-x3533 = x3532
-x3532 = x3531
-x3531 = x3530
-x3530 = x3529
-x3529 = x3528
-x3528 = x3527
-x3527 = x3526
-x3526 = x3525
-x3525 = x3524
-x3524 = x3523
-x3523 = x3522
-x3522 = x3521
-x3521 = x3520
-x3520 = x3519
-x3519 = x3518
-x3518 = x3517
-x3517 = x3516
-x3516 = x3515
-x3515 = x3514
-x3514 = x3513
-x3513 = x3512
-x3512 = x3511
-x3511 = x3510
-x3510 = x3509
-x3509 = x3508
-x3508 = x3507
-x3507 = x3506
-x3506 = x3505
-x3505 = x3504
-x3504 = x3503
-x3503 = x3502
-x3502 = x3501
-x3501 = x3500
-x3500 = x3499
-x3499 = x3498
-x3498 = x3497
-x3497 = x3496
-x3496 = x3495
-x3495 = x3494
-x3494 = x3493
-x3493 = x3492
-x3492 = x3491
-x3491 = x3490
-x3490 = x3489
-x3489 = x3488
-x3488 = x3487
-x3487 = x3486
-x3486 = x3485
-x3485 = x3484
-x3484 = x3483
-x3483 = x3482
-x3482 = x3481
-x3481 = x3480
-x3480 = x3479
-x3479 = x3478
-x3478 = x3477
-x3477 = x3476
-x3476 = x3475
-x3475 = x3474
-x3474 = x3473
-x3473 = x3472
-x3472 = x3471
-x3471 = x3470
-x3470 = x3469
-x3469 = x3468
-x3468 = x3467
-x3467 = x3466
-x3466 = x3465
-x3465 = x3464
-x3464 = x3463
-x3463 = x3462
-x3462 = x3461
-x3461 = x3460
-x3460 = x3459
-x3459 = x3458
-x3458 = x3457
-x3457 = x3456
-x3456 = x3455
-x3455 = x3454
-x3454 = x3453
-x3453 = x3452
-x3452 = x3451
-x3451 = x3450
-x3450 = x3449
-x3449 = x3448
-x3448 = x3447
-x3447 = x3446
-x3446 = x3445
-x3445 = x3444
-x3444 = x3443
-x3443 = x3442
-x3442 = x3441
-x3441 = x3440
-x3440 = x3439
-x3439 = x3438
-x3438 = x3437
-x3437 = x3436
-x3436 = x3435
-x3435 = x3434
-x3434 = x3433
-x3433 = x3432
-x3432 = x3431
-x3431 = x3430
-x3430 = x3429
-x3429 = x3428
-x3428 = x3427
-x3427 = x3426
-x3426 = x3425
-x3425 = x3424
-x3424 = x3423
-x3423 = x3422
-x3422 = x3421
-x3421 = x3420
-x3420 = x3419
-x3419 = x3418
-x3418 = x3417
-x3417 = x3416
-x3416 = x3415
-x3415 = x3414
-x3414 = x3413
-x3413 = x3412
-x3412 = x3411
-x3411 = x3410
-x3410 = x3409
-x3409 = x3408
-x3408 = x3407
-x3407 = x3406
-x3406 = x3405
-x3405 = x3404
-x3404 = x3403
-x3403 = x3402
-x3402 = x3401
-x3401 = x3400
-x3400 = x3399
-x3399 = x3398
-x3398 = x3397
-x3397 = x3396
-x3396 = x3395
-x3395 = x3394
-x3394 = x3393
-x3393 = x3392
-x3392 = x3391
-x3391 = x3390
-x3390 = x3389
-x3389 = x3388
-x3388 = x3387
-x3387 = x3386
-x3386 = x3385
-x3385 = x3384
-x3384 = x3383
-x3383 = x3382
-x3382 = x3381
-x3381 = x3380
-x3380 = x3379
-x3379 = x3378
-x3378 = x3377
-x3377 = x3376
-x3376 = x3375
-x3375 = x3374
-x3374 = x3373
-x3373 = x3372
-x3372 = x3371
-x3371 = x3370
-x3370 = x3369
-x3369 = x3368
-x3368 = x3367
-x3367 = x3366
-x3366 = x3365
-x3365 = x3364
-x3364 = x3363
-x3363 = x3362
-x3362 = x3361
-x3361 = x3360
-x3360 = x3359
-x3359 = x3358
-x3358 = x3357
-x3357 = x3356
-x3356 = x3355
-x3355 = x3354
-x3354 = x3353
-x3353 = x3352
-x3352 = x3351
-x3351 = x3350
-x3350 = x3349
-x3349 = x3348
-x3348 = x3347
-x3347 = x3346
-x3346 = x3345
-x3345 = x3344
-x3344 = x3343
-x3343 = x3342
-x3342 = x3341
-x3341 = x3340
-x3340 = x3339
-x3339 = x3338
-x3338 = x3337
-x3337 = x3336
-x3336 = x3335
-x3335 = x3334
-x3334 = x3333
-x3333 = x3332
-x3332 = x3331
-x3331 = x3330
-x3330 = x3329
-x3329 = x3328
-x3328 = x3327
-x3327 = x3326
-x3326 = x3325
-x3325 = x3324
-x3324 = x3323
-x3323 = x3322
-x3322 = x3321
-x3321 = x3320
-x3320 = x3319
-x3319 = x3318
-x3318 = x3317
-x3317 = x3316
-x3316 = x3315
-x3315 = x3314
-x3314 = x3313
-x3313 = x3312
-x3312 = x3311
-x3311 = x3310
-x3310 = x3309
-x3309 = x3308
-x3308 = x3307
-x3307 = x3306
-x3306 = x3305
-x3305 = x3304
-x3304 = x3303
-x3303 = x3302
-x3302 = x3301
-x3301 = x3300
-x3300 = x3299
-x3299 = x3298
-x3298 = x3297
-x3297 = x3296
-x3296 = x3295
-x3295 = x3294
-x3294 = x3293
-x3293 = x3292
-x3292 = x3291
-x3291 = x3290
-x3290 = x3289
-x3289 = x3288
-x3288 = x3287
-x3287 = x3286
-x3286 = x3285
-x3285 = x3284
-x3284 = x3283
-x3283 = x3282
-x3282 = x3281
-x3281 = x3280
-x3280 = x3279
-x3279 = x3278
-x3278 = x3277
-x3277 = x3276
-x3276 = x3275
-x3275 = x3274
-x3274 = x3273
-x3273 = x3272
-x3272 = x3271
-x3271 = x3270
-x3270 = x3269
-x3269 = x3268
-x3268 = x3267
-x3267 = x3266
-x3266 = x3265
-x3265 = x3264
-x3264 = x3263
-x3263 = x3262
-x3262 = x3261
-x3261 = x3260
-x3260 = x3259
-x3259 = x3258
-x3258 = x3257
-x3257 = x3256
-x3256 = x3255
-x3255 = x3254
-x3254 = x3253
-x3253 = x3252
-x3252 = x3251
-x3251 = x3250
-x3250 = x3249
-x3249 = x3248
-x3248 = x3247
-x3247 = x3246
-x3246 = x3245
-x3245 = x3244
-x3244 = x3243
-x3243 = x3242
-x3242 = x3241
-x3241 = x3240
-x3240 = x3239
-x3239 = x3238
-x3238 = x3237
-x3237 = x3236
-x3236 = x3235
-x3235 = x3234
-x3234 = x3233
-x3233 = x3232
-x3232 = x3231
-x3231 = x3230
-x3230 = x3229
-x3229 = x3228
-x3228 = x3227
-x3227 = x3226
-x3226 = x3225
-x3225 = x3224
-x3224 = x3223
-x3223 = x3222
-x3222 = x3221
-x3221 = x3220
-x3220 = x3219
-x3219 = x3218
-x3218 = x3217
-x3217 = x3216
-x3216 = x3215
-x3215 = x3214
-x3214 = x3213
-x3213 = x3212
-x3212 = x3211
-x3211 = x3210
-x3210 = x3209
-x3209 = x3208
-x3208 = x3207
-x3207 = x3206
-x3206 = x3205
-x3205 = x3204
-x3204 = x3203
-x3203 = x3202
-x3202 = x3201
-x3201 = x3200
-x3200 = x3199
-x3199 = x3198
-x3198 = x3197
-x3197 = x3196
-x3196 = x3195
-x3195 = x3194
-x3194 = x3193
-x3193 = x3192
-x3192 = x3191
-x3191 = x3190
-x3190 = x3189
-x3189 = x3188
-x3188 = x3187
-x3187 = x3186
-x3186 = x3185
-x3185 = x3184
-x3184 = x3183
-x3183 = x3182
-x3182 = x3181
-x3181 = x3180
-x3180 = x3179
-x3179 = x3178
-x3178 = x3177
-x3177 = x3176
-x3176 = x3175
-x3175 = x3174
-x3174 = x3173
-x3173 = x3172
-x3172 = x3171
-x3171 = x3170
-x3170 = x3169
-x3169 = x3168
-x3168 = x3167
-x3167 = x3166
-x3166 = x3165
-x3165 = x3164
-x3164 = x3163
-x3163 = x3162
-x3162 = x3161
-x3161 = x3160
-x3160 = x3159
-x3159 = x3158
-x3158 = x3157
-x3157 = x3156
-x3156 = x3155
-x3155 = x3154
-x3154 = x3153
-x3153 = x3152
-x3152 = x3151
-x3151 = x3150
-x3150 = x3149
-x3149 = x3148
-x3148 = x3147
-x3147 = x3146
-x3146 = x3145
-x3145 = x3144
-x3144 = x3143
-x3143 = x3142
-x3142 = x3141
-x3141 = x3140
-x3140 = x3139
-x3139 = x3138
-x3138 = x3137
-x3137 = x3136
-x3136 = x3135
-x3135 = x3134
-x3134 = x3133
-x3133 = x3132
-x3132 = x3131
-x3131 = x3130
-x3130 = x3129
-x3129 = x3128
-x3128 = x3127
-x3127 = x3126
-x3126 = x3125
-x3125 = x3124
-x3124 = x3123
-x3123 = x3122
-x3122 = x3121
-x3121 = x3120
-x3120 = x3119
-x3119 = x3118
-x3118 = x3117
-x3117 = x3116
-x3116 = x3115
-x3115 = x3114
-x3114 = x3113
-x3113 = x3112
-x3112 = x3111
-x3111 = x3110
-x3110 = x3109
-x3109 = x3108
-x3108 = x3107
-x3107 = x3106
-x3106 = x3105
-x3105 = x3104
-x3104 = x3103
-x3103 = x3102
-x3102 = x3101
-x3101 = x3100
-x3100 = x3099
-x3099 = x3098
-x3098 = x3097
-x3097 = x3096
-x3096 = x3095
-x3095 = x3094
-x3094 = x3093
-x3093 = x3092
-x3092 = x3091
-x3091 = x3090
-x3090 = x3089
-x3089 = x3088
-x3088 = x3087
-x3087 = x3086
-x3086 = x3085
-x3085 = x3084
-x3084 = x3083
-x3083 = x3082
-x3082 = x3081
-x3081 = x3080
-x3080 = x3079
-x3079 = x3078
-x3078 = x3077
-x3077 = x3076
-x3076 = x3075
-x3075 = x3074
-x3074 = x3073
-x3073 = x3072
-x3072 = x3071
-x3071 = x3070
-x3070 = x3069
-x3069 = x3068
-x3068 = x3067
-x3067 = x3066
-x3066 = x3065
-x3065 = x3064
-x3064 = x3063
-x3063 = x3062
-x3062 = x3061
-x3061 = x3060
-x3060 = x3059
-x3059 = x3058
-x3058 = x3057
-x3057 = x3056
-x3056 = x3055
-x3055 = x3054
-x3054 = x3053
-x3053 = x3052
-x3052 = x3051
-x3051 = x3050
-x3050 = x3049
-x3049 = x3048
-x3048 = x3047
-x3047 = x3046
-x3046 = x3045
-x3045 = x3044
-x3044 = x3043
-x3043 = x3042
-x3042 = x3041
-x3041 = x3040
-x3040 = x3039
-x3039 = x3038
-x3038 = x3037
-x3037 = x3036
-x3036 = x3035
-x3035 = x3034
-x3034 = x3033
-x3033 = x3032
-x3032 = x3031
-x3031 = x3030
-x3030 = x3029
-x3029 = x3028
-x3028 = x3027
-x3027 = x3026
-x3026 = x3025
-x3025 = x3024
-x3024 = x3023
-x3023 = x3022
-x3022 = x3021
-x3021 = x3020
-x3020 = x3019
-x3019 = x3018
-x3018 = x3017
-x3017 = x3016
-x3016 = x3015
-x3015 = x3014
-x3014 = x3013
-x3013 = x3012
-x3012 = x3011
-x3011 = x3010
-x3010 = x3009
-x3009 = x3008
-x3008 = x3007
-x3007 = x3006
-x3006 = x3005
-x3005 = x3004
-x3004 = x3003
-x3003 = x3002
-x3002 = x3001
-x3001 = x3000
-x3000 = x2999
-x2999 = x2998
-x2998 = x2997
-x2997 = x2996
-x2996 = x2995
-x2995 = x2994
-x2994 = x2993
-x2993 = x2992
-x2992 = x2991
-x2991 = x2990
-x2990 = x2989
-x2989 = x2988
-x2988 = x2987
-x2987 = x2986
-x2986 = x2985
-x2985 = x2984
-x2984 = x2983
-x2983 = x2982
-x2982 = x2981
-x2981 = x2980
-x2980 = x2979
-x2979 = x2978
-x2978 = x2977
-x2977 = x2976
-x2976 = x2975
-x2975 = x2974
-x2974 = x2973
-x2973 = x2972
-x2972 = x2971
-x2971 = x2970
-x2970 = x2969
-x2969 = x2968
-x2968 = x2967
-x2967 = x2966
-x2966 = x2965
-x2965 = x2964
-x2964 = x2963
-x2963 = x2962
-x2962 = x2961
-x2961 = x2960
-x2960 = x2959
-x2959 = x2958
-x2958 = x2957
-x2957 = x2956
-x2956 = x2955
-x2955 = x2954
-x2954 = x2953
-x2953 = x2952
-x2952 = x2951
-x2951 = x2950
-x2950 = x2949
-x2949 = x2948
-x2948 = x2947
-x2947 = x2946
-x2946 = x2945
-x2945 = x2944
-x2944 = x2943
-x2943 = x2942
-x2942 = x2941
-x2941 = x2940
-x2940 = x2939
-x2939 = x2938
-x2938 = x2937
-x2937 = x2936
-x2936 = x2935
-x2935 = x2934
-x2934 = x2933
-x2933 = x2932
-x2932 = x2931
-x2931 = x2930
-x2930 = x2929
-x2929 = x2928
-x2928 = x2927
-x2927 = x2926
-x2926 = x2925
-x2925 = x2924
-x2924 = x2923
-x2923 = x2922
-x2922 = x2921
-x2921 = x2920
-x2920 = x2919
-x2919 = x2918
-x2918 = x2917
-x2917 = x2916
-x2916 = x2915
-x2915 = x2914
-x2914 = x2913
-x2913 = x2912
-x2912 = x2911
-x2911 = x2910
-x2910 = x2909
-x2909 = x2908
-x2908 = x2907
-x2907 = x2906
-x2906 = x2905
-x2905 = x2904
-x2904 = x2903
-x2903 = x2902
-x2902 = x2901
-x2901 = x2900
-x2900 = x2899
-x2899 = x2898
-x2898 = x2897
-x2897 = x2896
-x2896 = x2895
-x2895 = x2894
-x2894 = x2893
-x2893 = x2892
-x2892 = x2891
-x2891 = x2890
-x2890 = x2889
-x2889 = x2888
-x2888 = x2887
-x2887 = x2886
-x2886 = x2885
-x2885 = x2884
-x2884 = x2883
-x2883 = x2882
-x2882 = x2881
-x2881 = x2880
-x2880 = x2879
-x2879 = x2878
-x2878 = x2877
-x2877 = x2876
-x2876 = x2875
-x2875 = x2874
-x2874 = x2873
-x2873 = x2872
-x2872 = x2871
-x2871 = x2870
-x2870 = x2869
-x2869 = x2868
-x2868 = x2867
-x2867 = x2866
-x2866 = x2865
-x2865 = x2864
-x2864 = x2863
-x2863 = x2862
-x2862 = x2861
-x2861 = x2860
-x2860 = x2859
-x2859 = x2858
-x2858 = x2857
-x2857 = x2856
-x2856 = x2855
-x2855 = x2854
-x2854 = x2853
-x2853 = x2852
-x2852 = x2851
-x2851 = x2850
-x2850 = x2849
-x2849 = x2848
-x2848 = x2847
-x2847 = x2846
-x2846 = x2845
-x2845 = x2844
-x2844 = x2843
-x2843 = x2842
-x2842 = x2841
-x2841 = x2840
-x2840 = x2839
-x2839 = x2838
-x2838 = x2837
-x2837 = x2836
-x2836 = x2835
-x2835 = x2834
-x2834 = x2833
-x2833 = x2832
-x2832 = x2831
-x2831 = x2830
-x2830 = x2829
-x2829 = x2828
-x2828 = x2827
-x2827 = x2826
-x2826 = x2825
-x2825 = x2824
-x2824 = x2823
-x2823 = x2822
-x2822 = x2821
-x2821 = x2820
-x2820 = x2819
-x2819 = x2818
-x2818 = x2817
-x2817 = x2816
-x2816 = x2815
-x2815 = x2814
-x2814 = x2813
-x2813 = x2812
-x2812 = x2811
-x2811 = x2810
-x2810 = x2809
-x2809 = x2808
-x2808 = x2807
-x2807 = x2806
-x2806 = x2805
-x2805 = x2804
-x2804 = x2803
-x2803 = x2802
-x2802 = x2801
-x2801 = x2800
-x2800 = x2799
-x2799 = x2798
-x2798 = x2797
-x2797 = x2796
-x2796 = x2795
-x2795 = x2794
-x2794 = x2793
-x2793 = x2792
-x2792 = x2791
-x2791 = x2790
-x2790 = x2789
-x2789 = x2788
-x2788 = x2787
-x2787 = x2786
-x2786 = x2785
-x2785 = x2784
-x2784 = x2783
-x2783 = x2782
-x2782 = x2781
-x2781 = x2780
-x2780 = x2779
-x2779 = x2778
-x2778 = x2777
-x2777 = x2776
-x2776 = x2775
-x2775 = x2774
-x2774 = x2773
-x2773 = x2772
-x2772 = x2771
-x2771 = x2770
-x2770 = x2769
-x2769 = x2768
-x2768 = x2767
-x2767 = x2766
-x2766 = x2765
-x2765 = x2764
-x2764 = x2763
-x2763 = x2762
-x2762 = x2761
-x2761 = x2760
-x2760 = x2759
-x2759 = x2758
-x2758 = x2757
-x2757 = x2756
-x2756 = x2755
-x2755 = x2754
-x2754 = x2753
-x2753 = x2752
-x2752 = x2751
-x2751 = x2750
-x2750 = x2749
-x2749 = x2748
-x2748 = x2747
-x2747 = x2746
-x2746 = x2745
-x2745 = x2744
-x2744 = x2743
-x2743 = x2742
-x2742 = x2741
-x2741 = x2740
-x2740 = x2739
-x2739 = x2738
-x2738 = x2737
-x2737 = x2736
-x2736 = x2735
-x2735 = x2734
-x2734 = x2733
-x2733 = x2732
-x2732 = x2731
-x2731 = x2730
-x2730 = x2729
-x2729 = x2728
-x2728 = x2727
-x2727 = x2726
-x2726 = x2725
-x2725 = x2724
-x2724 = x2723
-x2723 = x2722
-x2722 = x2721
-x2721 = x2720
-x2720 = x2719
-x2719 = x2718
-x2718 = x2717
-x2717 = x2716
-x2716 = x2715
-x2715 = x2714
-x2714 = x2713
-x2713 = x2712
-x2712 = x2711
-x2711 = x2710
-x2710 = x2709
-x2709 = x2708
-x2708 = x2707
-x2707 = x2706
-x2706 = x2705
-x2705 = x2704
-x2704 = x2703
-x2703 = x2702
-x2702 = x2701
-x2701 = x2700
-x2700 = x2699
-x2699 = x2698
-x2698 = x2697
-x2697 = x2696
-x2696 = x2695
-x2695 = x2694
-x2694 = x2693
-x2693 = x2692
-x2692 = x2691
-x2691 = x2690
-x2690 = x2689
-x2689 = x2688
-x2688 = x2687
-x2687 = x2686
-x2686 = x2685
-x2685 = x2684
-x2684 = x2683
-x2683 = x2682
-x2682 = x2681
-x2681 = x2680
-x2680 = x2679
-x2679 = x2678
-x2678 = x2677
-x2677 = x2676
-x2676 = x2675
-x2675 = x2674
-x2674 = x2673
-x2673 = x2672
-x2672 = x2671
-x2671 = x2670
-x2670 = x2669
-x2669 = x2668
-x2668 = x2667
-x2667 = x2666
-x2666 = x2665
-x2665 = x2664
-x2664 = x2663
-x2663 = x2662
-x2662 = x2661
-x2661 = x2660
-x2660 = x2659
-x2659 = x2658
-x2658 = x2657
-x2657 = x2656
-x2656 = x2655
-x2655 = x2654
-x2654 = x2653
-x2653 = x2652
-x2652 = x2651
-x2651 = x2650
-x2650 = x2649
-x2649 = x2648
-x2648 = x2647
-x2647 = x2646
-x2646 = x2645
-x2645 = x2644
-x2644 = x2643
-x2643 = x2642
-x2642 = x2641
-x2641 = x2640
-x2640 = x2639
-x2639 = x2638
-x2638 = x2637
-x2637 = x2636
-x2636 = x2635
-x2635 = x2634
-x2634 = x2633
-x2633 = x2632
-x2632 = x2631
-x2631 = x2630
-x2630 = x2629
-x2629 = x2628
-x2628 = x2627
-x2627 = x2626
-x2626 = x2625
-x2625 = x2624
-x2624 = x2623
-x2623 = x2622
-x2622 = x2621
-x2621 = x2620
-x2620 = x2619
-x2619 = x2618
-x2618 = x2617
-x2617 = x2616
-x2616 = x2615
-x2615 = x2614
-x2614 = x2613
-x2613 = x2612
-x2612 = x2611
-x2611 = x2610
-x2610 = x2609
-x2609 = x2608
-x2608 = x2607
-x2607 = x2606
-x2606 = x2605
-x2605 = x2604
-x2604 = x2603
-x2603 = x2602
-x2602 = x2601
-x2601 = x2600
-x2600 = x2599
-x2599 = x2598
-x2598 = x2597
-x2597 = x2596
-x2596 = x2595
-x2595 = x2594
-x2594 = x2593
-x2593 = x2592
-x2592 = x2591
-x2591 = x2590
-x2590 = x2589
-x2589 = x2588
-x2588 = x2587
-x2587 = x2586
-x2586 = x2585
-x2585 = x2584
-x2584 = x2583
-x2583 = x2582
-x2582 = x2581
-x2581 = x2580
-x2580 = x2579
-x2579 = x2578
-x2578 = x2577
-x2577 = x2576
-x2576 = x2575
-x2575 = x2574
-x2574 = x2573
-x2573 = x2572
-x2572 = x2571
-x2571 = x2570
-x2570 = x2569
-x2569 = x2568
-x2568 = x2567
-x2567 = x2566
-x2566 = x2565
-x2565 = x2564
-x2564 = x2563
-x2563 = x2562
-x2562 = x2561
-x2561 = x2560
-x2560 = x2559
-x2559 = x2558
-x2558 = x2557
-x2557 = x2556
-x2556 = x2555
-x2555 = x2554
-x2554 = x2553
-x2553 = x2552
-x2552 = x2551
-x2551 = x2550
-x2550 = x2549
-x2549 = x2548
-x2548 = x2547
-x2547 = x2546
-x2546 = x2545
-x2545 = x2544
-x2544 = x2543
-x2543 = x2542
-x2542 = x2541
-x2541 = x2540
-x2540 = x2539
-x2539 = x2538
-x2538 = x2537
-x2537 = x2536
-x2536 = x2535
-x2535 = x2534
-x2534 = x2533
-x2533 = x2532
-x2532 = x2531
-x2531 = x2530
-x2530 = x2529
-x2529 = x2528
-x2528 = x2527
-x2527 = x2526
-x2526 = x2525
-x2525 = x2524
-x2524 = x2523
-x2523 = x2522
-x2522 = x2521
-x2521 = x2520
-x2520 = x2519
-x2519 = x2518
-x2518 = x2517
-x2517 = x2516
-x2516 = x2515
-x2515 = x2514
-x2514 = x2513
-x2513 = x2512
-x2512 = x2511
-x2511 = x2510
-x2510 = x2509
-x2509 = x2508
-x2508 = x2507
-x2507 = x2506
-x2506 = x2505
-x2505 = x2504
-x2504 = x2503
-x2503 = x2502
-x2502 = x2501
-x2501 = x2500
-x2500 = x2499
-x2499 = x2498
-x2498 = x2497
-x2497 = x2496
-x2496 = x2495
-x2495 = x2494
-x2494 = x2493
-x2493 = x2492
-x2492 = x2491
-x2491 = x2490
-x2490 = x2489
-x2489 = x2488
-x2488 = x2487
-x2487 = x2486
-x2486 = x2485
-x2485 = x2484
-x2484 = x2483
-x2483 = x2482
-x2482 = x2481
-x2481 = x2480
-x2480 = x2479
-x2479 = x2478
-x2478 = x2477
-x2477 = x2476
-x2476 = x2475
-x2475 = x2474
-x2474 = x2473
-x2473 = x2472
-x2472 = x2471
-x2471 = x2470
-x2470 = x2469
-x2469 = x2468
-x2468 = x2467
-x2467 = x2466
-x2466 = x2465
-x2465 = x2464
-x2464 = x2463
-x2463 = x2462
-x2462 = x2461
-x2461 = x2460
-x2460 = x2459
-x2459 = x2458
-x2458 = x2457
-x2457 = x2456
-x2456 = x2455
-x2455 = x2454
-x2454 = x2453
-x2453 = x2452
-x2452 = x2451
-x2451 = x2450
-x2450 = x2449
-x2449 = x2448
-x2448 = x2447
-x2447 = x2446
-x2446 = x2445
-x2445 = x2444
-x2444 = x2443
-x2443 = x2442
-x2442 = x2441
-x2441 = x2440
-x2440 = x2439
-x2439 = x2438
-x2438 = x2437
-x2437 = x2436
-x2436 = x2435
-x2435 = x2434
-x2434 = x2433
-x2433 = x2432
-x2432 = x2431
-x2431 = x2430
-x2430 = x2429
-x2429 = x2428
-x2428 = x2427
-x2427 = x2426
-x2426 = x2425
-x2425 = x2424
-x2424 = x2423
-x2423 = x2422
-x2422 = x2421
-x2421 = x2420
-x2420 = x2419
-x2419 = x2418
-x2418 = x2417
-x2417 = x2416
-x2416 = x2415
-x2415 = x2414
-x2414 = x2413
-x2413 = x2412
-x2412 = x2411
-x2411 = x2410
-x2410 = x2409
-x2409 = x2408
-x2408 = x2407
-x2407 = x2406
-x2406 = x2405
-x2405 = x2404
-x2404 = x2403
-x2403 = x2402
-x2402 = x2401
-x2401 = x2400
-x2400 = x2399
-x2399 = x2398
-x2398 = x2397
-x2397 = x2396
-x2396 = x2395
-x2395 = x2394
-x2394 = x2393
-x2393 = x2392
-x2392 = x2391
-x2391 = x2390
-x2390 = x2389
-x2389 = x2388
-x2388 = x2387
-x2387 = x2386
-x2386 = x2385
-x2385 = x2384
-x2384 = x2383
-x2383 = x2382
-x2382 = x2381
-x2381 = x2380
-x2380 = x2379
-x2379 = x2378
-x2378 = x2377
-x2377 = x2376
-x2376 = x2375
-x2375 = x2374
-x2374 = x2373
-x2373 = x2372
-x2372 = x2371
-x2371 = x2370
-x2370 = x2369
-x2369 = x2368
-x2368 = x2367
-x2367 = x2366
-x2366 = x2365
-x2365 = x2364
-x2364 = x2363
-x2363 = x2362
-x2362 = x2361
-x2361 = x2360
-x2360 = x2359
-x2359 = x2358
-x2358 = x2357
-x2357 = x2356
-x2356 = x2355
-x2355 = x2354
-x2354 = x2353
-x2353 = x2352
-x2352 = x2351
-x2351 = x2350
-x2350 = x2349
-x2349 = x2348
-x2348 = x2347
-x2347 = x2346
-x2346 = x2345
-x2345 = x2344
-x2344 = x2343
-x2343 = x2342
-x2342 = x2341
-x2341 = x2340
-x2340 = x2339
-x2339 = x2338
-x2338 = x2337
-x2337 = x2336
-x2336 = x2335
-x2335 = x2334
-x2334 = x2333
-x2333 = x2332
-x2332 = x2331
-x2331 = x2330
-x2330 = x2329
-x2329 = x2328
-x2328 = x2327
-x2327 = x2326
-x2326 = x2325
-x2325 = x2324
-x2324 = x2323
-x2323 = x2322
-x2322 = x2321
-x2321 = x2320
-x2320 = x2319
-x2319 = x2318
-x2318 = x2317
-x2317 = x2316
-x2316 = x2315
-x2315 = x2314
-x2314 = x2313
-x2313 = x2312
-x2312 = x2311
-x2311 = x2310
-x2310 = x2309
-x2309 = x2308
-x2308 = x2307
-x2307 = x2306
-x2306 = x2305
-x2305 = x2304
-x2304 = x2303
-x2303 = x2302
-x2302 = x2301
-x2301 = x2300
-x2300 = x2299
-x2299 = x2298
-x2298 = x2297
-x2297 = x2296
-x2296 = x2295
-x2295 = x2294
-x2294 = x2293
-x2293 = x2292
-x2292 = x2291
-x2291 = x2290
-x2290 = x2289
-x2289 = x2288
-x2288 = x2287
-x2287 = x2286
-x2286 = x2285
-x2285 = x2284
-x2284 = x2283
-x2283 = x2282
-x2282 = x2281
-x2281 = x2280
-x2280 = x2279
-x2279 = x2278
-x2278 = x2277
-x2277 = x2276
-x2276 = x2275
-x2275 = x2274
-x2274 = x2273
-x2273 = x2272
-x2272 = x2271
-x2271 = x2270
-x2270 = x2269
-x2269 = x2268
-x2268 = x2267
-x2267 = x2266
-x2266 = x2265
-x2265 = x2264
-x2264 = x2263
-x2263 = x2262
-x2262 = x2261
-x2261 = x2260
-x2260 = x2259
-x2259 = x2258
-x2258 = x2257
-x2257 = x2256
-x2256 = x2255
-x2255 = x2254
-x2254 = x2253
-x2253 = x2252
-x2252 = x2251
-x2251 = x2250
-x2250 = x2249
-x2249 = x2248
-x2248 = x2247
-x2247 = x2246
-x2246 = x2245
-x2245 = x2244
-x2244 = x2243
-x2243 = x2242
-x2242 = x2241
-x2241 = x2240
-x2240 = x2239
-x2239 = x2238
-x2238 = x2237
-x2237 = x2236
-x2236 = x2235
-x2235 = x2234
-x2234 = x2233
-x2233 = x2232
-x2232 = x2231
-x2231 = x2230
-x2230 = x2229
-x2229 = x2228
-x2228 = x2227
-x2227 = x2226
-x2226 = x2225
-x2225 = x2224
-x2224 = x2223
-x2223 = x2222
-x2222 = x2221
-x2221 = x2220
-x2220 = x2219
-x2219 = x2218
-x2218 = x2217
-x2217 = x2216
-x2216 = x2215
-x2215 = x2214
-x2214 = x2213
-x2213 = x2212
-x2212 = x2211
-x2211 = x2210
-x2210 = x2209
-x2209 = x2208
-x2208 = x2207
-x2207 = x2206
-x2206 = x2205
-x2205 = x2204
-x2204 = x2203
-x2203 = x2202
-x2202 = x2201
-x2201 = x2200
-x2200 = x2199
-x2199 = x2198
-x2198 = x2197
-x2197 = x2196
-x2196 = x2195
-x2195 = x2194
-x2194 = x2193
-x2193 = x2192
-x2192 = x2191
-x2191 = x2190
-x2190 = x2189
-x2189 = x2188
-x2188 = x2187
-x2187 = x2186
-x2186 = x2185
-x2185 = x2184
-x2184 = x2183
-x2183 = x2182
-x2182 = x2181
-x2181 = x2180
-x2180 = x2179
-x2179 = x2178
-x2178 = x2177
-x2177 = x2176
-x2176 = x2175
-x2175 = x2174
-x2174 = x2173
-x2173 = x2172
-x2172 = x2171
-x2171 = x2170
-x2170 = x2169
-x2169 = x2168
-x2168 = x2167
-x2167 = x2166
-x2166 = x2165
-x2165 = x2164
-x2164 = x2163
-x2163 = x2162
-x2162 = x2161
-x2161 = x2160
-x2160 = x2159
-x2159 = x2158
-x2158 = x2157
-x2157 = x2156
-x2156 = x2155
-x2155 = x2154
-x2154 = x2153
-x2153 = x2152
-x2152 = x2151
-x2151 = x2150
-x2150 = x2149
-x2149 = x2148
-x2148 = x2147
-x2147 = x2146
-x2146 = x2145
-x2145 = x2144
-x2144 = x2143
-x2143 = x2142
-x2142 = x2141
-x2141 = x2140
-x2140 = x2139
-x2139 = x2138
-x2138 = x2137
-x2137 = x2136
-x2136 = x2135
-x2135 = x2134
-x2134 = x2133
-x2133 = x2132
-x2132 = x2131
-x2131 = x2130
-x2130 = x2129
-x2129 = x2128
-x2128 = x2127
-x2127 = x2126
-x2126 = x2125
-x2125 = x2124
-x2124 = x2123
-x2123 = x2122
-x2122 = x2121
-x2121 = x2120
-x2120 = x2119
-x2119 = x2118
-x2118 = x2117
-x2117 = x2116
-x2116 = x2115
-x2115 = x2114
-x2114 = x2113
-x2113 = x2112
-x2112 = x2111
-x2111 = x2110
-x2110 = x2109
-x2109 = x2108
-x2108 = x2107
-x2107 = x2106
-x2106 = x2105
-x2105 = x2104
-x2104 = x2103
-x2103 = x2102
-x2102 = x2101
-x2101 = x2100
-x2100 = x2099
-x2099 = x2098
-x2098 = x2097
-x2097 = x2096
-x2096 = x2095
-x2095 = x2094
-x2094 = x2093
-x2093 = x2092
-x2092 = x2091
-x2091 = x2090
-x2090 = x2089
-x2089 = x2088
-x2088 = x2087
-x2087 = x2086
-x2086 = x2085
-x2085 = x2084
-x2084 = x2083
-x2083 = x2082
-x2082 = x2081
-x2081 = x2080
-x2080 = x2079
-x2079 = x2078
-x2078 = x2077
-x2077 = x2076
-x2076 = x2075
-x2075 = x2074
-x2074 = x2073
-x2073 = x2072
-x2072 = x2071
-x2071 = x2070
-x2070 = x2069
-x2069 = x2068
-x2068 = x2067
-x2067 = x2066
-x2066 = x2065
-x2065 = x2064
-x2064 = x2063
-x2063 = x2062
-x2062 = x2061
-x2061 = x2060
-x2060 = x2059
-x2059 = x2058
-x2058 = x2057
-x2057 = x2056
-x2056 = x2055
-x2055 = x2054
-x2054 = x2053
-x2053 = x2052
-x2052 = x2051
-x2051 = x2050
-x2050 = x2049
-x2049 = x2048
-x2048 = x2047
-x2047 = x2046
-x2046 = x2045
-x2045 = x2044
-x2044 = x2043
-x2043 = x2042
-x2042 = x2041
-x2041 = x2040
-x2040 = x2039
-x2039 = x2038
-x2038 = x2037
-x2037 = x2036
-x2036 = x2035
-x2035 = x2034
-x2034 = x2033
-x2033 = x2032
-x2032 = x2031
-x2031 = x2030
-x2030 = x2029
-x2029 = x2028
-x2028 = x2027
-x2027 = x2026
-x2026 = x2025
-x2025 = x2024
-x2024 = x2023
-x2023 = x2022
-x2022 = x2021
-x2021 = x2020
-x2020 = x2019
-x2019 = x2018
-x2018 = x2017
-x2017 = x2016
-x2016 = x2015
-x2015 = x2014
-x2014 = x2013
-x2013 = x2012
-x2012 = x2011
-x2011 = x2010
-x2010 = x2009
-x2009 = x2008
-x2008 = x2007
-x2007 = x2006
-x2006 = x2005
-x2005 = x2004
-x2004 = x2003
-x2003 = x2002
-x2002 = x2001
-x2001 = x2000
-x2000 = x1999
-x1999 = x1998
-x1998 = x1997
-x1997 = x1996
-x1996 = x1995
-x1995 = x1994
-x1994 = x1993
-x1993 = x1992
-x1992 = x1991
-x1991 = x1990
-x1990 = x1989
-x1989 = x1988
-x1988 = x1987
-x1987 = x1986
-x1986 = x1985
-x1985 = x1984
-x1984 = x1983
-x1983 = x1982
-x1982 = x1981
-x1981 = x1980
-x1980 = x1979
-x1979 = x1978
-x1978 = x1977
-x1977 = x1976
-x1976 = x1975
-x1975 = x1974
-x1974 = x1973
-x1973 = x1972
-x1972 = x1971
-x1971 = x1970
-x1970 = x1969
-x1969 = x1968
-x1968 = x1967
-x1967 = x1966
-x1966 = x1965
-x1965 = x1964
-x1964 = x1963
-x1963 = x1962
-x1962 = x1961
-x1961 = x1960
-x1960 = x1959
-x1959 = x1958
-x1958 = x1957
-x1957 = x1956
-x1956 = x1955
-x1955 = x1954
-x1954 = x1953
-x1953 = x1952
-x1952 = x1951
-x1951 = x1950
-x1950 = x1949
-x1949 = x1948
-x1948 = x1947
-x1947 = x1946
-x1946 = x1945
-x1945 = x1944
-x1944 = x1943
-x1943 = x1942
-x1942 = x1941
-x1941 = x1940
-x1940 = x1939
-x1939 = x1938
-x1938 = x1937
-x1937 = x1936
-x1936 = x1935
-x1935 = x1934
-x1934 = x1933
-x1933 = x1932
-x1932 = x1931
-x1931 = x1930
-x1930 = x1929
-x1929 = x1928
-x1928 = x1927
-x1927 = x1926
-x1926 = x1925
-x1925 = x1924
-x1924 = x1923
-x1923 = x1922
-x1922 = x1921
-x1921 = x1920
-x1920 = x1919
-x1919 = x1918
-x1918 = x1917
-x1917 = x1916
-x1916 = x1915
-x1915 = x1914
-x1914 = x1913
-x1913 = x1912
-x1912 = x1911
-x1911 = x1910
-x1910 = x1909
-x1909 = x1908
-x1908 = x1907
-x1907 = x1906
-x1906 = x1905
-x1905 = x1904
-x1904 = x1903
-x1903 = x1902
-x1902 = x1901
-x1901 = x1900
-x1900 = x1899
-x1899 = x1898
-x1898 = x1897
-x1897 = x1896
-x1896 = x1895
-x1895 = x1894
-x1894 = x1893
-x1893 = x1892
-x1892 = x1891
-x1891 = x1890
-x1890 = x1889
-x1889 = x1888
-x1888 = x1887
-x1887 = x1886
-x1886 = x1885
-x1885 = x1884
-x1884 = x1883
-x1883 = x1882
-x1882 = x1881
-x1881 = x1880
-x1880 = x1879
-x1879 = x1878
-x1878 = x1877
-x1877 = x1876
-x1876 = x1875
-x1875 = x1874
-x1874 = x1873
-x1873 = x1872
-x1872 = x1871
-x1871 = x1870
-x1870 = x1869
-x1869 = x1868
-x1868 = x1867
-x1867 = x1866
-x1866 = x1865
-x1865 = x1864
-x1864 = x1863
-x1863 = x1862
-x1862 = x1861
-x1861 = x1860
-x1860 = x1859
-x1859 = x1858
-x1858 = x1857
-x1857 = x1856
-x1856 = x1855
-x1855 = x1854
-x1854 = x1853
-x1853 = x1852
-x1852 = x1851
-x1851 = x1850
-x1850 = x1849
-x1849 = x1848
-x1848 = x1847
-x1847 = x1846
-x1846 = x1845
-x1845 = x1844
-x1844 = x1843
-x1843 = x1842
-x1842 = x1841
-x1841 = x1840
-x1840 = x1839
-x1839 = x1838
-x1838 = x1837
-x1837 = x1836
-x1836 = x1835
-x1835 = x1834
-x1834 = x1833
-x1833 = x1832
-x1832 = x1831
-x1831 = x1830
-x1830 = x1829
-x1829 = x1828
-x1828 = x1827
-x1827 = x1826
-x1826 = x1825
-x1825 = x1824
-x1824 = x1823
-x1823 = x1822
-x1822 = x1821
-x1821 = x1820
-x1820 = x1819
-x1819 = x1818
-x1818 = x1817
-x1817 = x1816
-x1816 = x1815
-x1815 = x1814
-x1814 = x1813
-x1813 = x1812
-x1812 = x1811
-x1811 = x1810
-x1810 = x1809
-x1809 = x1808
-x1808 = x1807
-x1807 = x1806
-x1806 = x1805
-x1805 = x1804
-x1804 = x1803
-x1803 = x1802
-x1802 = x1801
-x1801 = x1800
-x1800 = x1799
-x1799 = x1798
-x1798 = x1797
-x1797 = x1796
-x1796 = x1795
-x1795 = x1794
-x1794 = x1793
-x1793 = x1792
-x1792 = x1791
-x1791 = x1790
-x1790 = x1789
-x1789 = x1788
-x1788 = x1787
-x1787 = x1786
-x1786 = x1785
-x1785 = x1784
-x1784 = x1783
-x1783 = x1782
-x1782 = x1781
-x1781 = x1780
-x1780 = x1779
-x1779 = x1778
-x1778 = x1777
-x1777 = x1776
-x1776 = x1775
-x1775 = x1774
-x1774 = x1773
-x1773 = x1772
-x1772 = x1771
-x1771 = x1770
-x1770 = x1769
-x1769 = x1768
-x1768 = x1767
-x1767 = x1766
-x1766 = x1765
-x1765 = x1764
-x1764 = x1763
-x1763 = x1762
-x1762 = x1761
-x1761 = x1760
-x1760 = x1759
-x1759 = x1758
-x1758 = x1757
-x1757 = x1756
-x1756 = x1755
-x1755 = x1754
-x1754 = x1753
-x1753 = x1752
-x1752 = x1751
-x1751 = x1750
-x1750 = x1749
-x1749 = x1748
-x1748 = x1747
-x1747 = x1746
-x1746 = x1745
-x1745 = x1744
-x1744 = x1743
-x1743 = x1742
-x1742 = x1741
-x1741 = x1740
-x1740 = x1739
-x1739 = x1738
-x1738 = x1737
-x1737 = x1736
-x1736 = x1735
-x1735 = x1734
-x1734 = x1733
-x1733 = x1732
-x1732 = x1731
-x1731 = x1730
-x1730 = x1729
-x1729 = x1728
-x1728 = x1727
-x1727 = x1726
-x1726 = x1725
-x1725 = x1724
-x1724 = x1723
-x1723 = x1722
-x1722 = x1721
-x1721 = x1720
-x1720 = x1719
-x1719 = x1718
-x1718 = x1717
-x1717 = x1716
-x1716 = x1715
-x1715 = x1714
-x1714 = x1713
-x1713 = x1712
-x1712 = x1711
-x1711 = x1710
-x1710 = x1709
-x1709 = x1708
-x1708 = x1707
-x1707 = x1706
-x1706 = x1705
-x1705 = x1704
-x1704 = x1703
-x1703 = x1702
-x1702 = x1701
-x1701 = x1700
-x1700 = x1699
-x1699 = x1698
-x1698 = x1697
-x1697 = x1696
-x1696 = x1695
-x1695 = x1694
-x1694 = x1693
-x1693 = x1692
-x1692 = x1691
-x1691 = x1690
-x1690 = x1689
-x1689 = x1688
-x1688 = x1687
-x1687 = x1686
-x1686 = x1685
-x1685 = x1684
-x1684 = x1683
-x1683 = x1682
-x1682 = x1681
-x1681 = x1680
-x1680 = x1679
-x1679 = x1678
-x1678 = x1677
-x1677 = x1676
-x1676 = x1675
-x1675 = x1674
-x1674 = x1673
-x1673 = x1672
-x1672 = x1671
-x1671 = x1670
-x1670 = x1669
-x1669 = x1668
-x1668 = x1667
-x1667 = x1666
-x1666 = x1665
-x1665 = x1664
-x1664 = x1663
-x1663 = x1662
-x1662 = x1661
-x1661 = x1660
-x1660 = x1659
-x1659 = x1658
-x1658 = x1657
-x1657 = x1656
-x1656 = x1655
-x1655 = x1654
-x1654 = x1653
-x1653 = x1652
-x1652 = x1651
-x1651 = x1650
-x1650 = x1649
-x1649 = x1648
-x1648 = x1647
-x1647 = x1646
-x1646 = x1645
-x1645 = x1644
-x1644 = x1643
-x1643 = x1642
-x1642 = x1641
-x1641 = x1640
-x1640 = x1639
-x1639 = x1638
-x1638 = x1637
-x1637 = x1636
-x1636 = x1635
-x1635 = x1634
-x1634 = x1633
-x1633 = x1632
-x1632 = x1631
-x1631 = x1630
-x1630 = x1629
-x1629 = x1628
-x1628 = x1627
-x1627 = x1626
-x1626 = x1625
-x1625 = x1624
-x1624 = x1623
-x1623 = x1622
-x1622 = x1621
-x1621 = x1620
-x1620 = x1619
-x1619 = x1618
-x1618 = x1617
-x1617 = x1616
-x1616 = x1615
-x1615 = x1614
-x1614 = x1613
-x1613 = x1612
-x1612 = x1611
-x1611 = x1610
-x1610 = x1609
-x1609 = x1608
-x1608 = x1607
-x1607 = x1606
-x1606 = x1605
-x1605 = x1604
-x1604 = x1603
-x1603 = x1602
-x1602 = x1601
-x1601 = x1600
-x1600 = x1599
-x1599 = x1598
-x1598 = x1597
-x1597 = x1596
-x1596 = x1595
-x1595 = x1594
-x1594 = x1593
-x1593 = x1592
-x1592 = x1591
-x1591 = x1590
-x1590 = x1589
-x1589 = x1588
-x1588 = x1587
-x1587 = x1586
-x1586 = x1585
-x1585 = x1584
-x1584 = x1583
-x1583 = x1582
-x1582 = x1581
-x1581 = x1580
-x1580 = x1579
-x1579 = x1578
-x1578 = x1577
-x1577 = x1576
-x1576 = x1575
-x1575 = x1574
-x1574 = x1573
-x1573 = x1572
-x1572 = x1571
-x1571 = x1570
-x1570 = x1569
-x1569 = x1568
-x1568 = x1567
-x1567 = x1566
-x1566 = x1565
-x1565 = x1564
-x1564 = x1563
-x1563 = x1562
-x1562 = x1561
-x1561 = x1560
-x1560 = x1559
-x1559 = x1558
-x1558 = x1557
-x1557 = x1556
-x1556 = x1555
-x1555 = x1554
-x1554 = x1553
-x1553 = x1552
-x1552 = x1551
-x1551 = x1550
-x1550 = x1549
-x1549 = x1548
-x1548 = x1547
-x1547 = x1546
-x1546 = x1545
-x1545 = x1544
-x1544 = x1543
-x1543 = x1542
-x1542 = x1541
-x1541 = x1540
-x1540 = x1539
-x1539 = x1538
-x1538 = x1537
-x1537 = x1536
-x1536 = x1535
-x1535 = x1534
-x1534 = x1533
-x1533 = x1532
-x1532 = x1531
-x1531 = x1530
-x1530 = x1529
-x1529 = x1528
-x1528 = x1527
-x1527 = x1526
-x1526 = x1525
-x1525 = x1524
-x1524 = x1523
-x1523 = x1522
-x1522 = x1521
-x1521 = x1520
-x1520 = x1519
-x1519 = x1518
-x1518 = x1517
-x1517 = x1516
-x1516 = x1515
-x1515 = x1514
-x1514 = x1513
-x1513 = x1512
-x1512 = x1511
-x1511 = x1510
-x1510 = x1509
-x1509 = x1508
-x1508 = x1507
-x1507 = x1506
-x1506 = x1505
-x1505 = x1504
-x1504 = x1503
-x1503 = x1502
-x1502 = x1501
-x1501 = x1500
-x1500 = x1499
-x1499 = x1498
-x1498 = x1497
-x1497 = x1496
-x1496 = x1495
-x1495 = x1494
-x1494 = x1493
-x1493 = x1492
-x1492 = x1491
-x1491 = x1490
-x1490 = x1489
-x1489 = x1488
-x1488 = x1487
-x1487 = x1486
-x1486 = x1485
-x1485 = x1484
-x1484 = x1483
-x1483 = x1482
-x1482 = x1481
-x1481 = x1480
-x1480 = x1479
-x1479 = x1478
-x1478 = x1477
-x1477 = x1476
-x1476 = x1475
-x1475 = x1474
-x1474 = x1473
-x1473 = x1472
-x1472 = x1471
-x1471 = x1470
-x1470 = x1469
-x1469 = x1468
-x1468 = x1467
-x1467 = x1466
-x1466 = x1465
-x1465 = x1464
-x1464 = x1463
-x1463 = x1462
-x1462 = x1461
-x1461 = x1460
-x1460 = x1459
-x1459 = x1458
-x1458 = x1457
-x1457 = x1456
-x1456 = x1455
-x1455 = x1454
-x1454 = x1453
-x1453 = x1452
-x1452 = x1451
-x1451 = x1450
-x1450 = x1449
-x1449 = x1448
-x1448 = x1447
-x1447 = x1446
-x1446 = x1445
-x1445 = x1444
-x1444 = x1443
-x1443 = x1442
-x1442 = x1441
-x1441 = x1440
-x1440 = x1439
-x1439 = x1438
-x1438 = x1437
-x1437 = x1436
-x1436 = x1435
-x1435 = x1434
-x1434 = x1433
-x1433 = x1432
-x1432 = x1431
-x1431 = x1430
-x1430 = x1429
-x1429 = x1428
-x1428 = x1427
-x1427 = x1426
-x1426 = x1425
-x1425 = x1424
-x1424 = x1423
-x1423 = x1422
-x1422 = x1421
-x1421 = x1420
-x1420 = x1419
-x1419 = x1418
-x1418 = x1417
-x1417 = x1416
-x1416 = x1415
-x1415 = x1414
-x1414 = x1413
-x1413 = x1412
-x1412 = x1411
-x1411 = x1410
-x1410 = x1409
-x1409 = x1408
-x1408 = x1407
-x1407 = x1406
-x1406 = x1405
-x1405 = x1404
-x1404 = x1403
-x1403 = x1402
-x1402 = x1401
-x1401 = x1400
-x1400 = x1399
-x1399 = x1398
-x1398 = x1397
-x1397 = x1396
-x1396 = x1395
-x1395 = x1394
-x1394 = x1393
-x1393 = x1392
-x1392 = x1391
-x1391 = x1390
-x1390 = x1389
-x1389 = x1388
-x1388 = x1387
-x1387 = x1386
-x1386 = x1385
-x1385 = x1384
-x1384 = x1383
-x1383 = x1382
-x1382 = x1381
-x1381 = x1380
-x1380 = x1379
-x1379 = x1378
-x1378 = x1377
-x1377 = x1376
-x1376 = x1375
-x1375 = x1374
-x1374 = x1373
-x1373 = x1372
-x1372 = x1371
-x1371 = x1370
-x1370 = x1369
-x1369 = x1368
-x1368 = x1367
-x1367 = x1366
-x1366 = x1365
-x1365 = x1364
-x1364 = x1363
-x1363 = x1362
-x1362 = x1361
-x1361 = x1360
-x1360 = x1359
-x1359 = x1358
-x1358 = x1357
-x1357 = x1356
-x1356 = x1355
-x1355 = x1354
-x1354 = x1353
-x1353 = x1352
-x1352 = x1351
-x1351 = x1350
-x1350 = x1349
-x1349 = x1348
-x1348 = x1347
-x1347 = x1346
-x1346 = x1345
-x1345 = x1344
-x1344 = x1343
-x1343 = x1342
-x1342 = x1341
-x1341 = x1340
-x1340 = x1339
-x1339 = x1338
-x1338 = x1337
-x1337 = x1336
-x1336 = x1335
-x1335 = x1334
-x1334 = x1333
-x1333 = x1332
-x1332 = x1331
-x1331 = x1330
-x1330 = x1329
-x1329 = x1328
-x1328 = x1327
-x1327 = x1326
-x1326 = x1325
-x1325 = x1324
-x1324 = x1323
-x1323 = x1322
-x1322 = x1321
-x1321 = x1320
-x1320 = x1319
-x1319 = x1318
-x1318 = x1317
-x1317 = x1316
-x1316 = x1315
-x1315 = x1314
-x1314 = x1313
-x1313 = x1312
-x1312 = x1311
-x1311 = x1310
-x1310 = x1309
-x1309 = x1308
-x1308 = x1307
-x1307 = x1306
-x1306 = x1305
-x1305 = x1304
-x1304 = x1303
-x1303 = x1302
-x1302 = x1301
-x1301 = x1300
-x1300 = x1299
-x1299 = x1298
-x1298 = x1297
-x1297 = x1296
-x1296 = x1295
-x1295 = x1294
-x1294 = x1293
-x1293 = x1292
-x1292 = x1291
-x1291 = x1290
-x1290 = x1289
-x1289 = x1288
-x1288 = x1287
-x1287 = x1286
-x1286 = x1285
-x1285 = x1284
-x1284 = x1283
-x1283 = x1282
-x1282 = x1281
-x1281 = x1280
-x1280 = x1279
-x1279 = x1278
-x1278 = x1277
-x1277 = x1276
-x1276 = x1275
-x1275 = x1274
-x1274 = x1273
-x1273 = x1272
-x1272 = x1271
-x1271 = x1270
-x1270 = x1269
-x1269 = x1268
-x1268 = x1267
-x1267 = x1266
-x1266 = x1265
-x1265 = x1264
-x1264 = x1263
-x1263 = x1262
-x1262 = x1261
-x1261 = x1260
-x1260 = x1259
-x1259 = x1258
-x1258 = x1257
-x1257 = x1256
-x1256 = x1255
-x1255 = x1254
-x1254 = x1253
-x1253 = x1252
-x1252 = x1251
-x1251 = x1250
-x1250 = x1249
-x1249 = x1248
-x1248 = x1247
-x1247 = x1246
-x1246 = x1245
-x1245 = x1244
-x1244 = x1243
-x1243 = x1242
-x1242 = x1241
-x1241 = x1240
-x1240 = x1239
-x1239 = x1238
-x1238 = x1237
-x1237 = x1236
-x1236 = x1235
-x1235 = x1234
-x1234 = x1233
-x1233 = x1232
-x1232 = x1231
-x1231 = x1230
-x1230 = x1229
-x1229 = x1228
-x1228 = x1227
-x1227 = x1226
-x1226 = x1225
-x1225 = x1224
-x1224 = x1223
-x1223 = x1222
-x1222 = x1221
-x1221 = x1220
-x1220 = x1219
-x1219 = x1218
-x1218 = x1217
-x1217 = x1216
-x1216 = x1215
-x1215 = x1214
-x1214 = x1213
-x1213 = x1212
-x1212 = x1211
-x1211 = x1210
-x1210 = x1209
-x1209 = x1208
-x1208 = x1207
-x1207 = x1206
-x1206 = x1205
-x1205 = x1204
-x1204 = x1203
-x1203 = x1202
-x1202 = x1201
-x1201 = x1200
-x1200 = x1199
-x1199 = x1198
-x1198 = x1197
-x1197 = x1196
-x1196 = x1195
-x1195 = x1194
-x1194 = x1193
-x1193 = x1192
-x1192 = x1191
-x1191 = x1190
-x1190 = x1189
-x1189 = x1188
-x1188 = x1187
-x1187 = x1186
-x1186 = x1185
-x1185 = x1184
-x1184 = x1183
-x1183 = x1182
-x1182 = x1181
-x1181 = x1180
-x1180 = x1179
-x1179 = x1178
-x1178 = x1177
-x1177 = x1176
-x1176 = x1175
-x1175 = x1174
-x1174 = x1173
-x1173 = x1172
-x1172 = x1171
-x1171 = x1170
-x1170 = x1169
-x1169 = x1168
-x1168 = x1167
-x1167 = x1166
-x1166 = x1165
-x1165 = x1164
-x1164 = x1163
-x1163 = x1162
-x1162 = x1161
-x1161 = x1160
-x1160 = x1159
-x1159 = x1158
-x1158 = x1157
-x1157 = x1156
-x1156 = x1155
-x1155 = x1154
-x1154 = x1153
-x1153 = x1152
-x1152 = x1151
-x1151 = x1150
-x1150 = x1149
-x1149 = x1148
-x1148 = x1147
-x1147 = x1146
-x1146 = x1145
-x1145 = x1144
-x1144 = x1143
-x1143 = x1142
-x1142 = x1141
-x1141 = x1140
-x1140 = x1139
-x1139 = x1138
-x1138 = x1137
-x1137 = x1136
-x1136 = x1135
-x1135 = x1134
-x1134 = x1133
-x1133 = x1132
-x1132 = x1131
-x1131 = x1130
-x1130 = x1129
-x1129 = x1128
-x1128 = x1127
-x1127 = x1126
-x1126 = x1125
-x1125 = x1124
-x1124 = x1123
-x1123 = x1122
-x1122 = x1121
-x1121 = x1120
-x1120 = x1119
-x1119 = x1118
-x1118 = x1117
-x1117 = x1116
-x1116 = x1115
-x1115 = x1114
-x1114 = x1113
-x1113 = x1112
-x1112 = x1111
-x1111 = x1110
-x1110 = x1109
-x1109 = x1108
-x1108 = x1107
-x1107 = x1106
-x1106 = x1105
-x1105 = x1104
-x1104 = x1103
-x1103 = x1102
-x1102 = x1101
-x1101 = x1100
-x1100 = x1099
-x1099 = x1098
-x1098 = x1097
-x1097 = x1096
-x1096 = x1095
-x1095 = x1094
-x1094 = x1093
-x1093 = x1092
-x1092 = x1091
-x1091 = x1090
-x1090 = x1089
-x1089 = x1088
-x1088 = x1087
-x1087 = x1086
-x1086 = x1085
-x1085 = x1084
-x1084 = x1083
-x1083 = x1082
-x1082 = x1081
-x1081 = x1080
-x1080 = x1079
-x1079 = x1078
-x1078 = x1077
-x1077 = x1076
-x1076 = x1075
-x1075 = x1074
-x1074 = x1073
-x1073 = x1072
-x1072 = x1071
-x1071 = x1070
-x1070 = x1069
-x1069 = x1068
-x1068 = x1067
-x1067 = x1066
-x1066 = x1065
-x1065 = x1064
-x1064 = x1063
-x1063 = x1062
-x1062 = x1061
-x1061 = x1060
-x1060 = x1059
-x1059 = x1058
-x1058 = x1057
-x1057 = x1056
-x1056 = x1055
-x1055 = x1054
-x1054 = x1053
-x1053 = x1052
-x1052 = x1051
-x1051 = x1050
-x1050 = x1049
-x1049 = x1048
-x1048 = x1047
-x1047 = x1046
-x1046 = x1045
-x1045 = x1044
-x1044 = x1043
-x1043 = x1042
-x1042 = x1041
-x1041 = x1040
-x1040 = x1039
-x1039 = x1038
-x1038 = x1037
-x1037 = x1036
-x1036 = x1035
-x1035 = x1034
-x1034 = x1033
-x1033 = x1032
-x1032 = x1031
-x1031 = x1030
-x1030 = x1029
-x1029 = x1028
-x1028 = x1027
-x1027 = x1026
-x1026 = x1025
-x1025 = x1024
-x1024 = x1023
-x1023 = x1022
-x1022 = x1021
-x1021 = x1020
-x1020 = x1019
-x1019 = x1018
-x1018 = x1017
-x1017 = x1016
-x1016 = x1015
-x1015 = x1014
-x1014 = x1013
-x1013 = x1012
-x1012 = x1011
-x1011 = x1010
-x1010 = x1009
-x1009 = x1008
-x1008 = x1007
-x1007 = x1006
-x1006 = x1005
-x1005 = x1004
-x1004 = x1003
-x1003 = x1002
-x1002 = x1001
-x1001 = x1000
-x1000 = x999
-x999 = x998
-x998 = x997
-x997 = x996
-x996 = x995
-x995 = x994
-x994 = x993
-x993 = x992
-x992 = x991
-x991 = x990
-x990 = x989
-x989 = x988
-x988 = x987
-x987 = x986
-x986 = x985
-x985 = x984
-x984 = x983
-x983 = x982
-x982 = x981
-x981 = x980
-x980 = x979
-x979 = x978
-x978 = x977
-x977 = x976
-x976 = x975
-x975 = x974
-x974 = x973
-x973 = x972
-x972 = x971
-x971 = x970
-x970 = x969
-x969 = x968
-x968 = x967
-x967 = x966
-x966 = x965
-x965 = x964
-x964 = x963
-x963 = x962
-x962 = x961
-x961 = x960
-x960 = x959
-x959 = x958
-x958 = x957
-x957 = x956
-x956 = x955
-x955 = x954
-x954 = x953
-x953 = x952
-x952 = x951
-x951 = x950
-x950 = x949
-x949 = x948
-x948 = x947
-x947 = x946
-x946 = x945
-x945 = x944
-x944 = x943
-x943 = x942
-x942 = x941
-x941 = x940
-x940 = x939
-x939 = x938
-x938 = x937
-x937 = x936
-x936 = x935
-x935 = x934
-x934 = x933
-x933 = x932
-x932 = x931
-x931 = x930
-x930 = x929
-x929 = x928
-x928 = x927
-x927 = x926
-x926 = x925
-x925 = x924
-x924 = x923
-x923 = x922
-x922 = x921
-x921 = x920
-x920 = x919
-x919 = x918
-x918 = x917
-x917 = x916
-x916 = x915
-x915 = x914
-x914 = x913
-x913 = x912
-x912 = x911
-x911 = x910
-x910 = x909
-x909 = x908
-x908 = x907
-x907 = x906
-x906 = x905
-x905 = x904
-x904 = x903
-x903 = x902
-x902 = x901
-x901 = x900
-x900 = x899
-x899 = x898
-x898 = x897
-x897 = x896
-x896 = x895
-x895 = x894
-x894 = x893
-x893 = x892
-x892 = x891
-x891 = x890
-x890 = x889
-x889 = x888
-x888 = x887
-x887 = x886
-x886 = x885
-x885 = x884
-x884 = x883
-x883 = x882
-x882 = x881
-x881 = x880
-x880 = x879
-x879 = x878
-x878 = x877
-x877 = x876
-x876 = x875
-x875 = x874
-x874 = x873
-x873 = x872
-x872 = x871
-x871 = x870
-x870 = x869
-x869 = x868
-x868 = x867
-x867 = x866
-x866 = x865
-x865 = x864
-x864 = x863
-x863 = x862
-x862 = x861
-x861 = x860
-x860 = x859
-x859 = x858
-x858 = x857
-x857 = x856
-x856 = x855
-x855 = x854
-x854 = x853
-x853 = x852
-x852 = x851
-x851 = x850
-x850 = x849
-x849 = x848
-x848 = x847
-x847 = x846
-x846 = x845
-x845 = x844
-x844 = x843
-x843 = x842
-x842 = x841
-x841 = x840
-x840 = x839
-x839 = x838
-x838 = x837
-x837 = x836
-x836 = x835
-x835 = x834
-x834 = x833
-x833 = x832
-x832 = x831
-x831 = x830
-x830 = x829
-x829 = x828
-x828 = x827
-x827 = x826
-x826 = x825
-x825 = x824
-x824 = x823
-x823 = x822
-x822 = x821
-x821 = x820
-x820 = x819
-x819 = x818
-x818 = x817
-x817 = x816
-x816 = x815
-x815 = x814
-x814 = x813
-x813 = x812
-x812 = x811
-x811 = x810
-x810 = x809
-x809 = x808
-x808 = x807
-x807 = x806
-x806 = x805
-x805 = x804
-x804 = x803
-x803 = x802
-x802 = x801
-x801 = x800
-x800 = x799
-x799 = x798
-x798 = x797
-x797 = x796
-x796 = x795
-x795 = x794
-x794 = x793
-x793 = x792
-x792 = x791
-x791 = x790
-x790 = x789
-x789 = x788
-x788 = x787
-x787 = x786
-x786 = x785
-x785 = x784
-x784 = x783
-x783 = x782
-x782 = x781
-x781 = x780
-x780 = x779
-x779 = x778
-x778 = x777
-x777 = x776
-x776 = x775
-x775 = x774
-x774 = x773
-x773 = x772
-x772 = x771
-x771 = x770
-x770 = x769
-x769 = x768
-x768 = x767
-x767 = x766
-x766 = x765
-x765 = x764
-x764 = x763
-x763 = x762
-x762 = x761
-x761 = x760
-x760 = x759
-x759 = x758
-x758 = x757
-x757 = x756
-x756 = x755
-x755 = x754
-x754 = x753
-x753 = x752
-x752 = x751
-x751 = x750
-x750 = x749
-x749 = x748
-x748 = x747
-x747 = x746
-x746 = x745
-x745 = x744
-x744 = x743
-x743 = x742
-x742 = x741
-x741 = x740
-x740 = x739
-x739 = x738
-x738 = x737
-x737 = x736
-x736 = x735
-x735 = x734
-x734 = x733
-x733 = x732
-x732 = x731
-x731 = x730
-x730 = x729
-x729 = x728
-x728 = x727
-x727 = x726
-x726 = x725
-x725 = x724
-x724 = x723
-x723 = x722
-x722 = x721
-x721 = x720
-x720 = x719
-x719 = x718
-x718 = x717
-x717 = x716
-x716 = x715
-x715 = x714
-x714 = x713
-x713 = x712
-x712 = x711
-x711 = x710
-x710 = x709
-x709 = x708
-x708 = x707
-x707 = x706
-x706 = x705
-x705 = x704
-x704 = x703
-x703 = x702
-x702 = x701
-x701 = x700
-x700 = x699
-x699 = x698
-x698 = x697
-x697 = x696
-x696 = x695
-x695 = x694
-x694 = x693
-x693 = x692
-x692 = x691
-x691 = x690
-x690 = x689
-x689 = x688
-x688 = x687
-x687 = x686
-x686 = x685
-x685 = x684
-x684 = x683
-x683 = x682
-x682 = x681
-x681 = x680
-x680 = x679
-x679 = x678
-x678 = x677
-x677 = x676
-x676 = x675
-x675 = x674
-x674 = x673
-x673 = x672
-x672 = x671
-x671 = x670
-x670 = x669
-x669 = x668
-x668 = x667
-x667 = x666
-x666 = x665
-x665 = x664
-x664 = x663
-x663 = x662
-x662 = x661
-x661 = x660
-x660 = x659
-x659 = x658
-x658 = x657
-x657 = x656
-x656 = x655
-x655 = x654
-x654 = x653
-x653 = x652
-x652 = x651
-x651 = x650
-x650 = x649
-x649 = x648
-x648 = x647
-x647 = x646
-x646 = x645
-x645 = x644
-x644 = x643
-x643 = x642
-x642 = x641
-x641 = x640
-x640 = x639
-x639 = x638
-x638 = x637
-x637 = x636
-x636 = x635
-x635 = x634
-x634 = x633
-x633 = x632
-x632 = x631
-x631 = x630
-x630 = x629
-x629 = x628
-x628 = x627
-x627 = x626
-x626 = x625
-x625 = x624
-x624 = x623
-x623 = x622
-x622 = x621
-x621 = x620
-x620 = x619
-x619 = x618
-x618 = x617
-x617 = x616
-x616 = x615
-x615 = x614
-x614 = x613
-x613 = x612
-x612 = x611
-x611 = x610
-x610 = x609
-x609 = x608
-x608 = x607
-x607 = x606
-x606 = x605
-x605 = x604
-x604 = x603
-x603 = x602
-x602 = x601
-x601 = x600
-x600 = x599
-x599 = x598
-x598 = x597
-x597 = x596
-x596 = x595
-x595 = x594
-x594 = x593
-x593 = x592
-x592 = x591
-x591 = x590
-x590 = x589
-x589 = x588
-x588 = x587
-x587 = x586
-x586 = x585
-x585 = x584
-x584 = x583
-x583 = x582
-x582 = x581
-x581 = x580
-x580 = x579
-x579 = x578
-x578 = x577
-x577 = x576
-x576 = x575
-x575 = x574
-x574 = x573
-x573 = x572
-x572 = x571
-x571 = x570
-x570 = x569
-x569 = x568
-x568 = x567
-x567 = x566
-x566 = x565
-x565 = x564
-x564 = x563
-x563 = x562
-x562 = x561
-x561 = x560
-x560 = x559
-x559 = x558
-x558 = x557
-x557 = x556
-x556 = x555
-x555 = x554
-x554 = x553
-x553 = x552
-x552 = x551
-x551 = x550
-x550 = x549
-x549 = x548
-x548 = x547
-x547 = x546
-x546 = x545
-x545 = x544
-x544 = x543
-x543 = x542
-x542 = x541
-x541 = x540
-x540 = x539
-x539 = x538
-x538 = x537
-x537 = x536
-x536 = x535
-x535 = x534
-x534 = x533
-x533 = x532
-x532 = x531
-x531 = x530
-x530 = x529
-x529 = x528
-x528 = x527
-x527 = x526
-x526 = x525
-x525 = x524
-x524 = x523
-x523 = x522
-x522 = x521
-x521 = x520
-x520 = x519
-x519 = x518
-x518 = x517
-x517 = x516
-x516 = x515
-x515 = x514
-x514 = x513
-x513 = x512
-x512 = x511
-x511 = x510
-x510 = x509
-x509 = x508
-x508 = x507
-x507 = x506
-x506 = x505
-x505 = x504
-x504 = x503
-x503 = x502
-x502 = x501
-x501 = x500
-x500 = x499
-x499 = x498
-x498 = x497
-x497 = x496
-x496 = x495
-x495 = x494
-x494 = x493
-x493 = x492
-x492 = x491
-x491 = x490
-x490 = x489
-x489 = x488
-x488 = x487
-x487 = x486
-x486 = x485
-x485 = x484
-x484 = x483
-x483 = x482
-x482 = x481
-x481 = x480
-x480 = x479
-x479 = x478
-x478 = x477
-x477 = x476
-x476 = x475
-x475 = x474
-x474 = x473
-x473 = x472
-x472 = x471
-x471 = x470
-x470 = x469
-x469 = x468
-x468 = x467
-x467 = x466
-x466 = x465
-x465 = x464
-x464 = x463
-x463 = x462
-x462 = x461
-x461 = x460
-x460 = x459
-x459 = x458
-x458 = x457
-x457 = x456
-x456 = x455
-x455 = x454
-x454 = x453
-x453 = x452
-x452 = x451
-x451 = x450
-x450 = x449
-x449 = x448
-x448 = x447
-x447 = x446
-x446 = x445
-x445 = x444
-x444 = x443
-x443 = x442
-x442 = x441
-x441 = x440
-x440 = x439
-x439 = x438
-x438 = x437
-x437 = x436
-x436 = x435
-x435 = x434
-x434 = x433
-x433 = x432
-x432 = x431
-x431 = x430
-x430 = x429
-x429 = x428
-x428 = x427
-x427 = x426
-x426 = x425
-x425 = x424
-x424 = x423
-x423 = x422
-x422 = x421
-x421 = x420
-x420 = x419
-x419 = x418
-x418 = x417
-x417 = x416
-x416 = x415
-x415 = x414
-x414 = x413
-x413 = x412
-x412 = x411
-x411 = x410
-x410 = x409
-x409 = x408
-x408 = x407
-x407 = x406
-x406 = x405
-x405 = x404
-x404 = x403
-x403 = x402
-x402 = x401
-x401 = x400
-x400 = x399
-x399 = x398
-x398 = x397
-x397 = x396
-x396 = x395
-x395 = x394
-x394 = x393
-x393 = x392
-x392 = x391
-x391 = x390
-x390 = x389
-x389 = x388
-x388 = x387
-x387 = x386
-x386 = x385
-x385 = x384
-x384 = x383
-x383 = x382
-x382 = x381
-x381 = x380
-x380 = x379
-x379 = x378
-x378 = x377
-x377 = x376
-x376 = x375
-x375 = x374
-x374 = x373
-x373 = x372
-x372 = x371
-x371 = x370
-x370 = x369
-x369 = x368
-x368 = x367
-x367 = x366
-x366 = x365
-x365 = x364
-x364 = x363
-x363 = x362
-x362 = x361
-x361 = x360
-x360 = x359
-x359 = x358
-x358 = x357
-x357 = x356
-x356 = x355
-x355 = x354
-x354 = x353
-x353 = x352
-x352 = x351
-x351 = x350
-x350 = x349
-x349 = x348
-x348 = x347
-x347 = x346
-x346 = x345
-x345 = x344
-x344 = x343
-x343 = x342
-x342 = x341
-x341 = x340
-x340 = x339
-x339 = x338
-x338 = x337
-x337 = x336
-x336 = x335
-x335 = x334
-x334 = x333
-x333 = x332
-x332 = x331
-x331 = x330
-x330 = x329
-x329 = x328
-x328 = x327
-x327 = x326
-x326 = x325
-x325 = x324
-x324 = x323
-x323 = x322
-x322 = x321
-x321 = x320
-x320 = x319
-x319 = x318
-x318 = x317
-x317 = x316
-x316 = x315
-x315 = x314
-x314 = x313
-x313 = x312
-x312 = x311
-x311 = x310
-x310 = x309
-x309 = x308
-x308 = x307
-x307 = x306
-x306 = x305
-x305 = x304
-x304 = x303
-x303 = x302
-x302 = x301
-x301 = x300
-x300 = x299
-x299 = x298
-x298 = x297
-x297 = x296
-x296 = x295
-x295 = x294
-x294 = x293
-x293 = x292
-x292 = x291
-x291 = x290
-x290 = x289
-x289 = x288
-x288 = x287
-x287 = x286
-x286 = x285
-x285 = x284
-x284 = x283
-x283 = x282
-x282 = x281
-x281 = x280
-x280 = x279
-x279 = x278
-x278 = x277
-x277 = x276
-x276 = x275
-x275 = x274
-x274 = x273
-x273 = x272
-x272 = x271
-x271 = x270
-x270 = x269
-x269 = x268
-x268 = x267
-x267 = x266
-x266 = x265
-x265 = x264
-x264 = x263
-x263 = x262
-x262 = x261
-x261 = x260
-x260 = x259
-x259 = x258
-x258 = x257
-x257 = x256
-x256 = x255
-x255 = x254
-x254 = x253
-x253 = x252
-x252 = x251
-x251 = x250
-x250 = x249
-x249 = x248
-x248 = x247
-x247 = x246
-x246 = x245
-x245 = x244
-x244 = x243
-x243 = x242
-x242 = x241
-x241 = x240
-x240 = x239
-x239 = x238
-x238 = x237
-x237 = x236
-x236 = x235
-x235 = x234
-x234 = x233
-x233 = x232
-x232 = x231
-x231 = x230
-x230 = x229
-x229 = x228
-x228 = x227
-x227 = x226
-x226 = x225
-x225 = x224
-x224 = x223
-x223 = x222
-x222 = x221
-x221 = x220
-x220 = x219
-x219 = x218
-x218 = x217
-x217 = x216
-x216 = x215
-x215 = x214
-x214 = x213
-x213 = x212
-x212 = x211
-x211 = x210
-x210 = x209
-x209 = x208
-x208 = x207
-x207 = x206
-x206 = x205
-x205 = x204
-x204 = x203
-x203 = x202
-x202 = x201
-x201 = x200
-x200 = x199
-x199 = x198
-x198 = x197
-x197 = x196
-x196 = x195
-x195 = x194
-x194 = x193
-x193 = x192
-x192 = x191
-x191 = x190
-x190 = x189
-x189 = x188
-x188 = x187
-x187 = x186
-x186 = x185
-x185 = x184
-x184 = x183
-x183 = x182
-x182 = x181
-x181 = x180
-x180 = x179
-x179 = x178
-x178 = x177
-x177 = x176
-x176 = x175
-x175 = x174
-x174 = x173
-x173 = x172
-x172 = x171
-x171 = x170
-x170 = x169
-x169 = x168
-x168 = x167
-x167 = x166
-x166 = x165
-x165 = x164
-x164 = x163
-x163 = x162
-x162 = x161
-x161 = x160
-x160 = x159
-x159 = x158
-x158 = x157
-x157 = x156
-x156 = x155
-x155 = x154
-x154 = x153
-x153 = x152
-x152 = x151
-x151 = x150
-x150 = x149
-x149 = x148
-x148 = x147
-x147 = x146
-x146 = x145
-x145 = x144
-x144 = x143
-x143 = x142
-x142 = x141
-x141 = x140
-x140 = x139
-x139 = x138
-x138 = x137
-x137 = x136
-x136 = x135
-x135 = x134
-x134 = x133
-x133 = x132
-x132 = x131
-x131 = x130
-x130 = x129
-x129 = x128
-x128 = x127
-x127 = x126
-x126 = x125
-x125 = x124
-x124 = x123
-x123 = x122
-x122 = x121
-x121 = x120
-x120 = x119
-x119 = x118
-x118 = x117
-x117 = x116
-x116 = x115
-x115 = x114
-x114 = x113
-x113 = x112
-x112 = x111
-x111 = x110
-x110 = x109
-x109 = x108
-x108 = x107
-x107 = x106
-x106 = x105
-x105 = x104
-x104 = x103
-x103 = x102
-x102 = x101
-x101 = x100
-x100 = x99
-x99 = x98
-x98 = x97
-x97 = x96
-x96 = x95
-x95 = x94
-x94 = x93
-x93 = x92
-x92 = x91
-x91 = x90
-x90 = x89
-x89 = x88
-x88 = x87
-x87 = x86
-x86 = x85
-x85 = x84
-x84 = x83
-x83 = x82
-x82 = x81
-x81 = x80
-x80 = x79
-x79 = x78
-x78 = x77
-x77 = x76
-x76 = x75
-x75 = x74
-x74 = x73
-x73 = x72
-x72 = x71
-x71 = x70
-x70 = x69
-x69 = x68
-x68 = x67
-x67 = x66
-x66 = x65
-x65 = x64
-x64 = x63
-x63 = x62
-x62 = x61
-x61 = x60
-x60 = x59
-x59 = x58
-x58 = x57
-x57 = x56
-x56 = x55
-x55 = x54
-x54 = x53
-x53 = x52
-x52 = x51
-x51 = x50
-x50 = x49
-x49 = x48
-x48 = x47
-x47 = x46
-x46 = x45
-x45 = x44
-x44 = x43
-x43 = x42
-x42 = x41
-x41 = x40
-x40 = x39
-x39 = x38
-x38 = x37
-x37 = x36
-x36 = x35
-x35 = x34
-x34 = x33
-x33 = x32
-x32 = x31
-x31 = x30
-x30 = x29
-x29 = x28
-x28 = x27
-x27 = x26
-x26 = x25
-x25 = x24
-x24 = x23
-x23 = x22
-x22 = x21
-x21 = x20
-x20 = x19
-x19 = x18
-x18 = x17
-x17 = x16
-x16 = x15
-x15 = x14
-x14 = x13
-x13 = x12
-x12 = x11
-x11 = x10
-x10 = x9
-x9 = x8
-x8 = x7
-x7 = x6
-x6 = x5
-x5 = x4
-x4 = x3
-x3 = x2
-x2 = x1
-x1 = x0
x0 = 0
->>>>>>> bitbucket/master
+x1 = x0
+x2 = x1 \ No newline at end of file
diff --git a/tex/lit-review/Makefile b/tex/lit-review/Makefile
deleted file mode 100644
index 66eb399..0000000
--- a/tex/lit-review/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-all:
- pdflatex main.tex
- bibtex main
- pdflatex main.tex
- pdflatex main.tex
-
-clean:
- rm -f *.bbl *.aux *.blg *.log *.pdf *.out
diff --git a/tex/lit-review/main.tex b/tex/lit-review/main.tex
deleted file mode 100644
index 28a9495..0000000
--- a/tex/lit-review/main.tex
+++ /dev/null
@@ -1,159 +0,0 @@
-\documentclass{article}
-
-\usepackage[a4paper]{geometry}
-\usepackage{hyperref}
-\usepackage{amsmath}
-
-\title{INFO5993 \\ Literature Review}
-\author{Carlo Zancanaro}
-
-\begin{document}
-\maketitle
-
-\section{Introduction}
-
-Static analysis is concerned with determining as much as possible about a
-program from it without actually running the program. Being able to analyse the
-program statically can provide a wealth of information about the program's
-characteristics without executing it at all.
-
-The uses for static analysis vary significantly, from program optimisation
-(eg. constant propagation) to verification of program semantics and bug-finding.
-In critical applications (for example: medial equipment and flight computers)
-static analysis techniques are used to ensure that programs are free from errors
-which would cause catastrophic failure.
-
-Of particular use in static analysis is the determination of integral values
-within a program. By determining which possible values any integer variables in
-the program can take at each code point it is possible to detect a significant
-number of errors relating to improper integral values (divide-by-zero,
-array-out-of-bounds, etc.). Such errors are among the most common in real-world
-software development, so their detection is of much use to software developers.
-
-\section{Abstract Interpretation}
-
-\subsection{General Framework}
-
-Abstract interpretation is a technique introduced in \cite{CousotCousot77-1} in
-which a program's semantics are examined within an abstract domain. This
-abstract domain is a simplification of the concrete domain in which the program
-actually executes, but is constructed in such a way as to retain some properties
-of the original program for analysis. We perform our analysis by "executing" our
-program within this abstract domain which we have constructed.
-
-An example of an abstract domain is considering numbers as either positive
-$(+)$, negative $(-)$, zero $(0)$, unknown $(\pm)$ or undefined $(?)$. Using this
-abstraction we can still define some semantics which reflect the program itself
-(as an example: $(+) \times (-) = (-)$, or the product of a positive number with
-a negative number is a negative number). Each abstract domain must also contain
-a "top" $(\top)$ and a "bottom" $(\bot)$ element. The existence of these two
-elements turn our abstract domain into a complete lattice, which ensures some
-helpful properties of our abstract domain, including the existence of solutions
-to fixpoint-equations (\cite{tarski}).
-
-By constructing appropriate abstract domains we can infer properties of the
-program's concrete semantics which are relevant to our application. The above
-abstract domain, for example, can be used to detect divide-by-zero errors
-(although it is clear from the above that not all divide-by-zero errors will be
-detected) or negative array-indexing (one form of an out of bounds error).
-
-A number of abstract domains have been conceived and formalised in literature.
-These are considered in the following subsection. An important factor to
-consider in the following is that as abstract domains get more "detailed" they
-become more computationally expensive to analyse.
-
-\subsection{Abstract Domains}
-
-Cousot and Cousot, in \cite{CousotCousot77-1} introduce an abstract domain
-providing an upper and lower bound to each integral value. This domain allows
-them to reason about numbers with greater precision than simply considering
-positive/negative/zero.
-
-The abstract domain of "zones", are handled in \cite{mine:padoII}. These zones
-provide a way to perform analysis on the bounds of variable differences (ie. to
-place bounds as $a - b \leq c$) and are also referred to as Difference Bound
-Matrices (which are used in other model-checking applications, such as
-\cite{Yovine98modelchecking}).
-
-The domain of zones is then extended by the same author into the "Octagon
-Abstract Domain" in \cite{mine:hosc06} which additionally allows bounds on the
-sum of variables ($\pm a \pm b \leq c$).
-
-All of these above domains are actually shown to be instances of the polyhedra
-abstract domain in \cite{DBLP:conf/vmcai/SankaranarayananSM05}. The polyhedra
-domain expresses bounds on $a_1 x_1 + a_2 x_2 ... + a_n x_n + c \ge 0$, where
-$a_i$ are fixed in advance (a predefined polyhedral shape). This allows for
-ranges to be expressed as $1 \times x_1 + c \ge 0$ provides a single bound for a
-single variable (two such bounds is, of course, a range). Similarly for zones
-one can define a polyhedra $1 \times x_1 + (-1) \times x_2 + c \ge 0$ which is
-equivalent. The octagon domain is $(\pm 1) \times x_1 + (\pm 1) \times x_2 + c
-\ge 0$.
-
-Non-integral abstract domains have also been investigated in papers such as
-\cite{springerlink}, which considers the abstract domain
-of strings with abstract values being regular expressions, but it seems the
-majority of the literature is concerned with providing bounds for integral, or
-at the very least numerical, expressions. The reasons for this are fairly
-obvious when one considers the ubiquity of integers and the relative simplicity
-of the numerical domain compared to many others.
-
-\section{Fixpoints}
-
-When performing static analysis there is a great need to perform some sort of
-fixpoint solving to determine the possible resultant values for some operations.
-When looping, for instance, it is necessary to "iterate" (in some sense) to find
-what values each variable may take during a loop iteration.
-
-The most basic method for doing so is simply to perform a complete iteration in
-the abstract domain, but doing so within the integers has no guarantee of
-termination (due to the integers being an unbounded set) and would not be
-expected to be performant. In \cite{CousotCousot77-1} an approach of "widening"
-and "narrowing" is introduced.
-
-This widening/narrowing method performs some fixed number of iteration steps.
-If, after this fixed number, the iteration has not stabilised then it assumes
-that it will not stabilise and will instead continue infinitely, so any affected
-variables are "widened" to infinity. A "narrowing" step is then carried out
-wherein variables are brought back into the finite domain by some terminating
-condition on the loop.
-
-This approach is quite general, and so is applicable to many instances of real
-programs, but is a crude approximation of the reality of the program (albeit,
-with surprisingly good results). In specific instances it is possible to perform
-a better approximation. In particular the case of addition, multiplication (by
-positive constants), minimum and maximum is considered in
-\cite{Gawlitza:2007:PFC:1762174.1762203}. With this approach code points are
-converted into fixpoint equations with $minimum$ and $maximum$ expressions.
-These fixpoint equations can then be solved in order to give information about
-the program's abstract semantics. These equations are solved using a form of
-policy iteration (referred to as strategy iteration) over the $maximum$
-expressions present in each term. A second step consisting of ordinary
-fixpoint-iteration over the resulting $minimum$-expressions is then performed.
-
-When fixpoint-iteration is known to terminate then it is possible to get
-significant speed gains by processing each expression according to their
-dependencies. The approach presented in \cite{DBLP:tr/trier/MI96-11}, in
-particular, improves the real-world performance of their fixpoint-equation
-solver. It should be noted, however, that such evaluation strategies can do
-nothing to affect the worst-case complexity as it is always possible to
-construct a system in which evaluation of each variable is necessary at every
-stage until the system stabilises.
-
-\section{Conclusion}
-
-Static analysis is of great practical importance to real world developers. It
-gives us the ability to create tools which automatically identify common errors
-in programs due to developer errors and so allows us to provide greater
-guarantees about the behaviour of our software.
-
-Unfortunately complete static analysis of a program is an undecidable problem,
-and so we must perform abstract interpretation of a program's semantics in order
-to provide useful results of analysis. Many different abstract domains exist in
-which to consider programs, with varying precision and computational complexity.
-In particular the abstract domain of polyhedra (and the related domains of
-zones and ranges) are of great use when performing analysis of a program's
-integral semantics.
-
-\bibliographystyle{abbrv}
-\bibliography{references.bib}
-\end{document}
diff --git a/tex/lit-review/references.bib b/tex/lit-review/references.bib
deleted file mode 100644
index d746821..0000000
--- a/tex/lit-review/references.bib
+++ /dev/null
@@ -1,117 +0,0 @@
-@article{DBLP:tr/trier/MI96-11,
- author = {Christian Fecht and
- Helmut Seidl},
- title = {An Even Faster Solver for General Systems of Equations},
- journal = {Universit{\"a}t Trier, Mathematik/Informatik, Forschungsbericht},
- volume = {96-11},
- year = {1996},
- bibsource = {DBLP, http://dblp.uni-trier.de}
-}
-@inproceedings{CousotCousot77-1,
- author = {Cousot, P{.} and Cousot, R{.}},
- title = {Abstract interpretation: a unified lattice model for static
- analysis of programs by construction or approximation of
- fixpoints},
- pages = {238--252},
- booktitle = {Conference Record of the Fourth Annual ACM SIGPLAN-SIGACT
- Symposium on Principles of Programming Languages},
- address = {Los Angeles, California},
- publisher = {ACM Press, New York, NY},
- year = 1977,
-}
-@article{mine:hosc06,
- author = {Min\'e, A{.}},
- title = {The Octagon Abstract Domain},
- journal = {Higher-Order and Symbolic Computation},
- editor = {O. Danvy},
- publisher = {Springer},
- year = {2006},
- volume = {19},
- number = {1},
- pages = {31--100},
- note = {\url{http://www.di.ens.fr/~mine/publi/article-mine-HOSC06.pdf}}
-}
-@inproceedings{mine:padoII,
- author = {Min\'e, A{.}},
- title = {A New Numerical Abstract Domain Based on Difference-Bound Matrices},
- booktitle = {Proc. of the 2d Symp. on Programs as Data Objects (PADO II)},
- series = {Lecture Notes in Computer Science},
- year = {2001},
- month = {May},
- pages = {155--172},
- volume = {2053},
- publisher = {Springer},
- location = {Aarhus, Danemark},
- note = {\url{http://www.di.ens.fr/~mine/publi/article-mine-padoII.pdf}}
-}
-@inproceedings{DBLP:conf/vmcai/SankaranarayananSM05,
- author = {Sriram Sankaranarayanan and
- Henny B. Sipma and
- Zohar Manna},
- title = {Scalable Analysis of Linear Systems Using Mathematical Programming},
- booktitle = {VMCAI},
- year = {2005},
- pages = {25-41},
- ee = {http://dx.doi.org/10.1007/978-3-540-30579-8_2},
- bibsource = {DBLP, http://dblp.uni-trier.de}
-}
-@inproceedings{Dor:2001:CCS:647170.718291,
- author = {Dor, Nurit and Rodeh, Michael and Sagiv, Shmuel},
- title = {Cleanness Checking of String Manipulations in C Programs via
- Integer Analysis},
- booktitle = {Proceedings of the 8th International Symposium on Static
- Analysis},
- series = {SAS '01},
- year = {2001},
- isbn = {3-540-42314-1},
- pages = {194--212},
- numpages = {19},
- url = {http://dl.acm.org/citation.cfm?id=647170.718291},
- acmid = {718291},
- publisher = {Springer-Verlag},
- address = {London, UK, UK},
-}
-@INPROCEEDINGS{Yovine98modelchecking,
- author = {Sergio Yovine},
- title = {Model checking timed automata},
- booktitle = {In European Educational Forum: School on Embedded
- Systems},
- year = {1998},
- pages = {114--152},
- publisher = {Springer-Verlag}
-}
-@inproceedings{Gawlitza:2007:PFC:1762174.1762203,
- author = {Gawlitza, Thomas and Seidl, Helmut},
- title = {Precise fixpoint computation through strategy iteration},
- booktitle = {Proceedings of the 16th European conference on Programming},
- series = {ESOP'07},
- year = {2007},
- isbn = {978-3-540-71314-2},
- location = {Braga, Portugal},
- pages = {300--315},
- numpages = {16},
- url = {http://dl.acm.org/citation.cfm?id=1762174.1762203},
- acmid = {1762203},
- publisher = {Springer-Verlag},
- address = {Berlin, Heidelberg},
-}
-@article{tarski,
- author = {Tarski, Alfred},
- title = {A lattice-theoretical fixpoint theorem and its
- applications.},
- year = {1955}
-}
-@incollection {springerlink,
- author = {Christensen, Aske and Mø, Anders and Schwartzbach, Michael},
- affiliation = {BRICS Denmark},
- title = {Precise Analysis of String Expressions},
- booktitle = {Static Analysis},
- series = {Lecture Notes in Computer Science},
- editor = {Cousot, Radhia},
- publisher = {Springer Berlin / Heidelberg},
- isbn = {978-3-540-40325-8},
- keyword = {Computer Science},
- pages = {1076-1076},
- volume = {2694},
- year = {2003}
-}
diff --git a/tex/outline/Makefile b/tex/outline/Makefile
deleted file mode 100644
index 66eb399..0000000
--- a/tex/outline/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-all:
- pdflatex main.tex
- bibtex main
- pdflatex main.tex
- pdflatex main.tex
-
-clean:
- rm -f *.bbl *.aux *.blg *.log *.pdf *.out
diff --git a/tex/outline/main.tex b/tex/outline/main.tex
deleted file mode 100644
index 8c5cf98..0000000
--- a/tex/outline/main.tex
+++ /dev/null
@@ -1,68 +0,0 @@
-\documentclass{article}
-
-\usepackage[a4paper]{geometry}
-\usepackage{hyperref}
-\usepackage{amsmath}
-
-\title{INFO5993 \\ Research outline}
-\author{Carlo Zancanaro}
-
-\begin{document}
-\maketitle
-
-\section{Introduction}
-
-As my research contribution I intend to implement an algorithm presented in
-\cite{gawlitza} for solving systems of fixpoint-equations for their least
-solutions. I will then utilise this algorithm for the implementation of a static
-analysis pass, interpreting program semantics over zones, within the LLVM
-compiler framework. Finally I will be evaluating this new technique to determine
-whether it is of practical use in real-world static analysis.
-
-\section{Technologies}
-
-My implementation will be provided in the {\tt C++} programming language, as it
-is the language in which LLVM has been written. It will primarily be designed to
-analyse programs written in the {\tt C} language.
-
-At the conclusion of my thesis I will have an implementation of the above
-algorithm implemented as an LLVM optimisation/analysis pass. This will plug in
-to the LLVM/Clang static-analysis framework in order to leverage the significant
-work that has been done on the LLVM project. This will also mean that I do not
-have to write a complete parser for the {\tt C} programming language (which
-would no doubt be a long and error-prone operation).
-
-\section{Evaluation}
-
-To evaluate the algorithm I will be investigating two factors: execution time
-and analysis range.
-
-\subsection{Execution time}
-
-Given the increased precision of results provided by the above algorithm I will
-be interested in determining the runtime performance of the algorithm. Static
-analysis is traditionally a slow process and so any speed-gains which can be
-made will be especially beneficial to real world applications. This will also
-mean that my optimisations must be especially aggressive to ensure that there is
-no missed opportunity for speed gains to be made.
-
-\subsection{Analysis range}
-
-In the above algorithm there is a trade-off made wherein we sacrifice the
-generality of the algorithm to provide more precise results. An important factor
-in the utility of this algorithm will be whether it is applicable to the
-majority of real-world code. The restrictions in the paper seem to be general
-enough to encompass a large amount of existing code, but it remains to be shown
-empirically whether this is the case.
-
-\section{Conclusion}
-
-My thesis will consist of implementing and evaluating a new approach to
-fixpoint-iteration in order to perform abstract interpretation over zones for
-the verification of program invariants. This implementation will be done within
-the LLVM-compiler framework. The evaluation will particularly consider factors
-of execution time and analysis range of the algorithm.
-
-\bibliographystyle{abbrv}
-\bibliography{references.bib}
-\end{document}
diff --git a/tex/outline/references.bib b/tex/outline/references.bib
deleted file mode 100644
index 9735e26..0000000
--- a/tex/outline/references.bib
+++ /dev/null
@@ -1,86 +0,0 @@
-@article{DBLP:tr/trier/MI96-11,
- author = {Christian Fecht and
- Helmut Seidl},
- title = {An Even Faster Solver for General Systems of Equations},
- journal = {Universit{\"a}t Trier, Mathematik/Informatik, Forschungsbericht},
- volume = {96-11},
- year = {1996},
- bibsource = {DBLP, http://dblp.uni-trier.de}
-}
-@inproceedings{CousotCousot77-1,
- author = {Cousot, P{.} and Cousot, R{.}},
- title = {Abstract interpretation: a unified lattice model for static
- analysis of programs by construction or approximation of
- fixpoints},
- pages = {238--252},
- booktitle = {Conference Record of the Fourth Annual ACM SIGPLAN-SIGACT
- Symposium on Principles of Programming Languages},
- address = {Los Angeles, California},
- publisher = {ACM Press, New York, NY},
- year = 1977,
-}
-@article{mine:hosc06,
- author = {Min\'e, A{.}},
- title = {The Octagon Abstract Domain},
- journal = {Higher-Order and Symbolic Computation},
- editor = {O. Danvy},
- publisher = {Springer},
- year = {2006},
- volume = {19},
- number = {1},
- pages = {31--100},
- note = {\url{http://www.di.ens.fr/~mine/publi/article-mine-HOSC06.pdf}}
-}
-@inproceedings{mine:padoII,
- author = {Min\'e, A{.}},
- title = {A New Numerical Abstract Domain Based on Difference-Bound Matrices},
- booktitle = {Proc. of the 2d Symp. on Programs as Data Objects (PADO II)},
- series = {Lecture Notes in Computer Science},
- year = {2001},
- month = {May},
- pages = {155--172},
- volume = {2053},
- publisher = {Springer},
- location = {Aarhus, Danemark},
- note = {\url{http://www.di.ens.fr/~mine/publi/article-mine-padoII.pdf}}
-}
-@inproceedings{DBLP:conf/vmcai/SankaranarayananSM05,
- author = {Sriram Sankaranarayanan and
- Henny B. Sipma and
- Zohar Manna},
- title = {Scalable Analysis of Linear Systems Using Mathematical Programming},
- booktitle = {VMCAI},
- year = {2005},
- pages = {25-41},
- ee = {http://dx.doi.org/10.1007/978-3-540-30579-8_2},
- bibsource = {DBLP, http://dblp.uni-trier.de}
-}
-@inproceedings{Dor:2001:CCS:647170.718291,
- author = {Dor, Nurit and Rodeh, Michael and Sagiv, Shmuel},
- title = {Cleanness Checking of String Manipulations in C Programs via
- Integer Analysis},
- booktitle = {Proceedings of the 8th International Symposium on Static
- Analysis},
- series = {SAS '01},
- year = {2001},
- isbn = {3-540-42314-1},
- pages = {194--212},
- numpages = {19},
- url = {http://dl.acm.org/citation.cfm?id=647170.718291},
- acmid = {718291},
- publisher = {Springer-Verlag},
- address = {London, UK, UK},
-}
-@INPROCEEDINGS{Yovine98modelchecking,
- author = {Sergio Yovine},
- title = {Model checking timed automata},
- booktitle = {In European Educational Forum: School on Embedded
- Systems},
- year = {1998},
- pages = {114--152},
- publisher = {Springer-Verlag}
-}
-@article{gawlitza,
- author = {Thomas Martin Gawlitza and Hemut Seidl},
- title = {Abstract Interpretation over Zones without Widening}
-}
diff --git a/tex/presentation/main.aux b/tex/presentation/main.aux
deleted file mode 100644
index 7467836..0000000
--- a/tex/presentation/main.aux
+++ /dev/null
@@ -1,79 +0,0 @@
-\relax
-\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
-\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
-\global\let\oldcontentsline\contentsline
-\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
-\global\let\oldnewlabel\newlabel
-\gdef\newlabel#1#2{\newlabelxx{#1}#2}
-\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
-\AtEndDocument{\ifx\hyper@anchor\@undefined
-\let\contentsline\oldcontentsline
-\let\newlabel\oldnewlabel
-\fi}
-\fi}
-\global\let\hyper@last\relax
-\gdef\HyperFirstAtBeginDocument#1{#1}
-\providecommand\HyField@AuxAddToFields[1]{}
-\@writefile{toc}{\beamer@endinputifotherversion {3.10pt}}
-\@writefile{nav}{\beamer@endinputifotherversion {3.10pt}}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}}
-\@writefile{toc}{\beamer@sectionintoc {1}{Example}{3}{0}{1}}
-\@writefile{nav}{\headcommand {\sectionentry {1}{Example}{3}{Example}{0}}}
-\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{2}}}
-\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{2}}}
-\@writefile{nav}{\headcommand {\slideentry {1}{0}{3}{3/3}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}}
-\@writefile{toc}{\beamer@sectionintoc {2}{Definitions}{4}{0}{2}}
-\@writefile{nav}{\headcommand {\sectionentry {2}{Definitions}{4}{Definitions}{0}}}
-\@writefile{nav}{\headcommand {\beamer@sectionpages {3}{3}}}
-\@writefile{nav}{\headcommand {\beamer@subsectionpages {3}{3}}}
-\@writefile{nav}{\headcommand {\slideentry {2}{0}{4}{4/6}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {4}{6}}}
-\@writefile{nav}{\headcommand {\slideentry {2}{0}{5}{7/9}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {7}{9}}}
-\@writefile{nav}{\headcommand {\slideentry {2}{0}{6}{10/10}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {10}{10}}}
-\@writefile{nav}{\headcommand {\slideentry {2}{0}{7}{11/11}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {11}{11}}}
-\@writefile{toc}{\beamer@sectionintoc {3}{Max-strategies}{12}{0}{3}}
-\@writefile{nav}{\headcommand {\sectionentry {3}{Max-strategies}{12}{Max-strategies}{0}}}
-\@writefile{nav}{\headcommand {\beamer@sectionpages {4}{11}}}
-\@writefile{nav}{\headcommand {\beamer@subsectionpages {4}{11}}}
-\@writefile{nav}{\headcommand {\slideentry {3}{0}{8}{12/12}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {12}{12}}}
-\@writefile{nav}{\headcommand {\slideentry {3}{0}{9}{13/15}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {13}{15}}}
-\@writefile{toc}{\beamer@sectionintoc {4}{Bellman-Ford}{16}{0}{4}}
-\@writefile{nav}{\headcommand {\sectionentry {4}{Bellman-Ford}{16}{Bellman-Ford}{0}}}
-\@writefile{nav}{\headcommand {\beamer@sectionpages {12}{15}}}
-\@writefile{nav}{\headcommand {\beamer@subsectionpages {12}{15}}}
-\@writefile{nav}{\headcommand {\slideentry {4}{0}{10}{16/16}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {16}{16}}}
-\@writefile{nav}{\headcommand {\slideentry {4}{0}{11}{17/17}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {17}{17}}}
-\@writefile{nav}{\headcommand {\slideentry {4}{0}{12}{18/18}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {18}{18}}}
-\@writefile{nav}{\headcommand {\slideentry {4}{0}{13}{19/19}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {19}{19}}}
-\@writefile{toc}{\beamer@sectionintoc {5}{Max-strategy improvement}{20}{0}{5}}
-\@writefile{nav}{\headcommand {\sectionentry {5}{Max-strategy improvement}{20}{Max-strategy improvement}{0}}}
-\@writefile{nav}{\headcommand {\beamer@sectionpages {16}{19}}}
-\@writefile{nav}{\headcommand {\beamer@subsectionpages {16}{19}}}
-\@writefile{nav}{\headcommand {\slideentry {5}{0}{14}{20/20}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {20}{20}}}
-\@writefile{nav}{\headcommand {\slideentry {5}{0}{15}{21/21}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {21}{21}}}
-\@writefile{nav}{\headcommand {\slideentry {5}{0}{16}{22/22}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {22}{22}}}
-\@writefile{nav}{\headcommand {\slideentry {5}{0}{17}{23/23}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {23}{23}}}
-\@writefile{nav}{\headcommand {\slideentry {5}{0}{18}{24/24}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {24}{24}}}
-\@writefile{nav}{\headcommand {\beamer@partpages {1}{24}}}
-\@writefile{nav}{\headcommand {\beamer@subsectionpages {25}{24}}}
-\@writefile{nav}{\headcommand {\beamer@sectionpages {25}{24}}}
-\@writefile{nav}{\headcommand {\beamer@documentpages {24}}}
-\@writefile{nav}{\headcommand {\def \inserttotalframenumber {18}}}
diff --git a/tex/presentation/main.log b/tex/presentation/main.log
deleted file mode 100644
index 1d50724..0000000
--- a/tex/presentation/main.log
+++ /dev/null
@@ -1,1349 +0,0 @@
-This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2012/dev/Debian) (format=pdflatex 2012.4.10) 13 APR 2012 12:48
-entering extended mode
- restricted \write18 enabled.
- %&-line parsing enabled.
-**main.tex
-(./main.tex
-LaTeX2e <2011/06/27>
-Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, lo
-aded.
-(/usr/share/texmf/tex/latex/beamer/base/beamer.cls
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasercs.sty
-Package: beamerbasercs 2010/06/12 (rcs-revision c3821710bb40)
-)
-Document Class: beamer 2010/06/21 development version 3.10 A class for typesett
-ing presentations (rcs-revision a6b1a8434d30)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasemodes.sty
-Package: beamerbasemodes 2010/05/01 (rcs-revision efa082c6111d)
-\beamer@tempbox=\box26
-\beamer@tempcount=\count79
-\c@beamerpauses=\count80
-
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasedecode.sty
-Package: beamerbasedecode 2010/05/01 (rcs-revision efa082c6111d)
-\beamer@slideinframe=\count81
-\beamer@minimum=\count82
-)
-\beamer@commentbox=\box27
-\beamer@modecount=\count83
-)
-\headheight=\dimen102
-\headdp=\dimen103
-\footheight=\dimen104
-\sidebarheight=\dimen105
-\beamer@tempdim=\dimen106
-\beamer@finalheight=\dimen107
-\beamer@animht=\dimen108
-\beamer@animdp=\dimen109
-\beamer@animwd=\dimen110
-\beamer@leftmargin=\dimen111
-\beamer@rightmargin=\dimen112
-\beamer@leftsidebar=\dimen113
-\beamer@rightsidebar=\dimen114
-\beamer@boxsize=\dimen115
-\beamer@vboxoffset=\dimen116
-\beamer@descdefault=\dimen117
-\beamer@descriptionwidth=\dimen118
-\beamer@lastskip=\skip41
-\beamer@areabox=\box28
-\beamer@animcurrent=\box29
-\beamer@animshowbox=\box30
-\beamer@sectionbox=\box31
-\beamer@logobox=\box32
-\beamer@linebox=\box33
-\beamer@sectioncount=\count84
-\beamer@subsubsectionmax=\count85
-\beamer@subsectionmax=\count86
-\beamer@sectionmax=\count87
-\beamer@totalheads=\count88
-\beamer@headcounter=\count89
-\beamer@partstartpage=\count90
-\beamer@sectionstartpage=\count91
-\beamer@subsectionstartpage=\count92
-\beamer@animationtempa=\count93
-\beamer@animationtempb=\count94
-\beamer@xpos=\count95
-\beamer@ypos=\count96
-\beamer@showpartnumber=\count97
-\beamer@currentsubsection=\count98
-\beamer@coveringdepth=\count99
-\beamer@sectionadjust=\count100
-\beamer@tocsectionnumber=\count101
-
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseoptions.sty
-Package: beamerbaseoptions 2010/04/27 (rcs-revision 982469101dd6)
-
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
-Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
-\KV@toks@=\toks14
-))
-\beamer@paperwidth=\skip42
-\beamer@paperheight=\skip43
-
-(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
-Package: geometry 2010/09/12 v5.6 Page Geometry
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
-Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
-Package ifpdf Info: pdfTeX in PDF mode is detected.
-)
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty
-Package: ifvtex 2010/03/01 v1.5 Switches for detecting VTeX and its modes (HO)
-Package ifvtex Info: VTeX not detected.
-)
-(/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty
-Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
-)
-\Gm@cnth=\count102
-\Gm@cntv=\count103
-\c@Gm@tempcnt=\count104
-\Gm@bindingoffset=\dimen119
-\Gm@wd@mp=\dimen120
-\Gm@odd@mp=\dimen121
-\Gm@even@mp=\dimen122
-\Gm@layoutwidth=\dimen123
-\Gm@layoutheight=\dimen124
-\Gm@layouthoffset=\dimen125
-\Gm@layoutvoffset=\dimen126
-\Gm@dimlist=\toks15
-)
-(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo
-File: size11.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
-)
-(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfcore.sty
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
-Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
-
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
-Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
-
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
-Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
-)
-(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg
-File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
-)
-Package graphics Info: Driver file: pdftex.def on input line 91.
-
-(/usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def
-File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
-Package: infwarerr 2010/04/08 v1.3 Providing info/warning/message (HO)
-)
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
-Package: ltxcmds 2011/04/18 v1.20 LaTeX kernel commands for general use (HO)
-)
-\Gread@gobject=\count105
-))
-\Gin@req@height=\dimen127
-\Gin@req@width=\dimen128
-)
-(/usr/share/texmf/tex/latex/pgf/systemlayer/pgfsys.sty
-(/usr/share/texmf/tex/latex/pgf/utilities/pgfrcs.sty
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-common.tex
-\pgfutil@everybye=\toks16
-)
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-latex.def
-\pgfutil@abb=\box34
-
-(/usr/share/texlive/texmf-dist/tex/latex/ms/everyshi.sty
-Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
-))
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfrcs.code.tex
-Package: pgfrcs 2010/10/25 v2.10 (rcs-revision 1.24)
-))
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys.code.tex
-Package: pgfsys 2010/06/30 v2.10 (rcs-revision 1.37)
-
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex
-\pgfkeys@pathtoks=\toks17
-\pgfkeys@temptoks=\toks18
-
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
-\pgfkeys@tmptoks=\toks19
-))
-\pgf@x=\dimen129
-\pgf@y=\dimen130
-\pgf@xa=\dimen131
-\pgf@ya=\dimen132
-\pgf@xb=\dimen133
-\pgf@yb=\dimen134
-\pgf@xc=\dimen135
-\pgf@yc=\dimen136
-\w@pgf@writea=\write3
-\r@pgf@reada=\read1
-\c@pgf@counta=\count106
-\c@pgf@countb=\count107
-\c@pgf@countc=\count108
-\c@pgf@countd=\count109
-
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgf.cfg
-File: pgf.cfg 2008/05/14 (rcs-revision 1.7)
-)
-Package pgfsys Info: Driver file for pgf: pgfsys-pdftex.def on input line 900.
-
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
-File: pgfsys-pdftex.def 2009/05/22 (rcs-revision 1.26)
-
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
-File: pgfsys-common-pdf.def 2008/05/19 (rcs-revision 1.10)
-)))
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
-File: pgfsyssoftpath.code.tex 2008/07/18 (rcs-revision 1.7)
-\pgfsyssoftpath@smallbuffer@items=\count110
-\pgfsyssoftpath@bigbuffer@items=\count111
-)
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
-File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
-))
-(/usr/share/texmf/tex/latex/xcolor/xcolor.sty
-Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)
-
-(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg
-File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
-)
-Package xcolor Info: Driver file: pdftex.def on input line 225.
-Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
-Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1341.
-Package xcolor Info: Model `RGB' extended on input line 1353.
-Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
-Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
-Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
-Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
-Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
-Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcore.code.tex
-Package: pgfcore 2010/04/11 v2.10 (rcs-revision 1.7)
-
-(/usr/share/texmf/tex/generic/pgf/math/pgfmath.code.tex
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathcalc.code.tex
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathutil.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathparser.code.tex
-\pgfmath@dimen=\dimen137
-\pgfmath@count=\count112
-\pgfmath@box=\box35
-\pgfmath@toks=\toks20
-\pgfmath@stack@operand=\toks21
-\pgfmath@stack@operation=\toks22
-)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.code.tex
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.random.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.base.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.round.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex)))
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfloat.code.tex
-\c@pgfmathroundto@lastzeros=\count113
-))
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
-File: pgfcorepoints.code.tex 2010/04/09 (rcs-revision 1.20)
-\pgf@picminx=\dimen138
-\pgf@picmaxx=\dimen139
-\pgf@picminy=\dimen140
-\pgf@picmaxy=\dimen141
-\pgf@pathminx=\dimen142
-\pgf@pathmaxx=\dimen143
-\pgf@pathminy=\dimen144
-\pgf@pathmaxy=\dimen145
-\pgf@xx=\dimen146
-\pgf@xy=\dimen147
-\pgf@yx=\dimen148
-\pgf@yy=\dimen149
-\pgf@zx=\dimen150
-\pgf@zy=\dimen151
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
-File: pgfcorepathconstruct.code.tex 2010/08/03 (rcs-revision 1.24)
-\pgf@path@lastx=\dimen152
-\pgf@path@lasty=\dimen153
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
-File: pgfcorepathusage.code.tex 2008/04/22 (rcs-revision 1.12)
-\pgf@shorten@end@additional=\dimen154
-\pgf@shorten@start@additional=\dimen155
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
-File: pgfcorescopes.code.tex 2010/09/08 (rcs-revision 1.34)
-\pgfpic=\box36
-\pgf@hbox=\box37
-\pgf@layerbox@main=\box38
-\pgf@picture@serial@count=\count114
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
-File: pgfcoregraphicstate.code.tex 2008/04/22 (rcs-revision 1.9)
-\pgflinewidth=\dimen156
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex
-File: pgfcoretransformations.code.tex 2009/06/10 (rcs-revision 1.11)
-\pgf@pt@x=\dimen157
-\pgf@pt@y=\dimen158
-\pgf@pt@temp=\dimen159
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
-File: pgfcorequick.code.tex 2008/10/09 (rcs-revision 1.3)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
-File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex
-File: pgfcorepathprocessing.code.tex 2008/10/09 (rcs-revision 1.8)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
-File: pgfcorearrows.code.tex 2008/04/23 (rcs-revision 1.11)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
-File: pgfcoreshade.code.tex 2008/11/23 (rcs-revision 1.13)
-\pgf@max=\dimen160
-\pgf@sys@shading@range@num=\count115
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
-File: pgfcoreimage.code.tex 2010/03/25 (rcs-revision 1.16)
-
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
-File: pgfcoreexternal.code.tex 2010/09/01 (rcs-revision 1.17)
-\pgfexternal@startupbox=\box39
-))
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
-File: pgfcorelayers.code.tex 2010/08/27 (rcs-revision 1.2)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
-File: pgfcoretransparency.code.tex 2008/01/17 (rcs-revision 1.2)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
-File: pgfcorepatterns.code.tex 2009/07/02 (rcs-revision 1.3)
-)))
-(/usr/share/texmf/tex/latex/pgf/utilities/xxcolor.sty
-Package: xxcolor 2003/10/24 ver 0.1
-\XC@nummixins=\count116
-\XC@countmixins=\count117
-)
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
-Package: hyperref 2012/02/06 v6.82o Hypertext links for LaTeX
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
-Package: hobsub-hyperref 2011/04/23 v1.4 Bundle oberdiek, subset hyperref (HO)
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty
-Package: hobsub-generic 2011/04/23 v1.4 Bundle oberdiek, subset generic (HO)
-Package: hobsub 2011/04/23 v1.4 Subsetting bundle oberdiek (HO)
-Package hobsub Info: Skipping package `infwarerr' (already loaded).
-Package hobsub Info: Skipping package `ltxcmds' (already loaded).
-Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
-Package ifluatex Info: LuaTeX not detected.
-Package hobsub Info: Skipping package `ifvtex' (already loaded).
-Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
-Package hobsub Info: Skipping package `ifpdf' (already loaded).
-Package: etexcmds 2011/02/16 v1.5 Prefix for e-TeX command names (HO)
-Package etexcmds Info: Could not find \expanded.
-(etexcmds) That can mean that you are not using pdfTeX 1.50 or
-(etexcmds) that some package has redefined \expanded.
-(etexcmds) In the latter case, load this package earlier.
-Package: kvsetkeys 2011/04/07 v1.13 Key value parser (HO)
-Package: kvdefinekeys 2011/04/07 v1.3 Defining keys (HO)
-Package: pdftexcmds 2011/04/22 v0.16 Utilities of pdfTeX for LuaTeX (HO)
-Package pdftexcmds Info: LuaTeX not detected.
-Package pdftexcmds Info: \pdf@primitive is available.
-Package pdftexcmds Info: \pdf@ifprimitive is available.
-Package pdftexcmds Info: \pdfdraftmode found.
-Package: pdfescape 2011/04/04 v1.12 Provides string conversions (HO)
-Package: bigintcalc 2011/01/30 v1.2 Expandable big integer calculations (HO)
-Package: bitset 2011/01/30 v1.1 Data type bit set (HO)
-Package: uniquecounter 2011/01/30 v1.2 Provides unlimited unique counter (HO)
-)
-Package hobsub Info: Skipping package `hobsub' (already loaded).
-Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO)
-Package: hopatch 2011/01/30 v1.0 Wrapper for package hooks (HO)
-Package: xcolor-patch 2011/01/30 xcolor patch
-Package: atveryend 2011/04/23 v1.7 Hooks at very end of document (HO)
-Package: atbegshi 2011/01/30 v1.15 At begin shipout hook (HO)
-Package: refcount 2010/12/01 v3.2 Data extraction from references (HO)
-Package: hycolor 2011/01/30 v1.7 Color options of hyperref/bookmark (HO)
-)
-(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty
-Package: kvoptions 2010/12/23 v3.10 Keyval support for LaTeX options (HO)
-)
-\@linkdim=\dimen161
-\Hy@linkcounter=\count118
-\Hy@pagecounter=\count119
-
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def
-File: pd1enc.def 2012/02/06 v6.82o Hyperref: PDFDocEncoding definition (HO)
-)
-\Hy@SavedSpaceFactor=\count120
-
-(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg
-File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
-)
-Package hyperref Info: Option `bookmarks' set `true' on input line 3925.
-Package hyperref Info: Option `bookmarksopen' set `true' on input line 3925.
-Package hyperref Info: Option `implicit' set `false' on input line 3925.
-Package hyperref Info: Hyper figures OFF on input line 4046.
-Package hyperref Info: Link nesting OFF on input line 4051.
-Package hyperref Info: Hyper index ON on input line 4054.
-Package hyperref Info: Plain pages OFF on input line 4061.
-Package hyperref Info: Backreferencing OFF on input line 4066.
-Package hyperref Info: Implicit mode OFF; no redefinition of LaTeX internals.
-Package hyperref Info: Bookmarks ON on input line 4284.
-\c@Hy@tempcnt=\count121
-
-(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty
-\Urlmuskip=\muskip10
-Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc.
-)
-LaTeX Info: Redefining \url on input line 4637.
-\Fld@menulength=\count122
-\Field@Width=\dimen162
-\Fld@charsize=\dimen163
-Package hyperref Info: Hyper figures OFF on input line 5757.
-Package hyperref Info: Link nesting OFF on input line 5762.
-Package hyperref Info: Hyper index ON on input line 5765.
-Package hyperref Info: backreferencing OFF on input line 5772.
-Package hyperref Info: Link coloring OFF on input line 5777.
-Package hyperref Info: Link coloring with OCG OFF on input line 5782.
-Package hyperref Info: PDF/A mode OFF on input line 5787.
-LaTeX Info: Redefining \ref on input line 5827.
-LaTeX Info: Redefining \pageref on input line 5831.
-\Hy@abspage=\count123
-
-
-Package hyperref Message: Stopped early.
-
-)
-
-Package hyperref Message: Driver (autodetected): hpdftex.
-
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
-File: hpdftex.def 2012/02/06 v6.82o Hyperref driver for pdfTeX
-\Fld@listcount=\count124
-\c@bookmark@seq@number=\count125
-
-(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
-Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO)
-Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
-82.
-))
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaserequires.sty
-Package: beamerbaserequires 2010/05/01 (rcs-revision efa082c6111d)
-
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasecompatibility.sty
-Package: beamerbasecompatibility 2010/07/12 (rcs-revision 6648c3177e4e)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasefont.sty
-Package: beamerbasefont 2010/05/10 (rcs-revision cd36e8a33c6b)
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
-Package: amssymb 2009/06/22 v3.00
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
-Package: amsfonts 2009/06/22 v3.00 Basic AMSFonts support
-\@emptytoks=\toks23
-\symAMSa=\mathgroup4
-\symAMSb=\mathgroup5
-LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
-(Font) U/euf/m/n --> U/euf/b/n on input line 96.
-)))
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetranslator.sty
-Package: beamerbasetranslator 2010/06/11 (rcs-revision 85fd1cc7fc42)
-
-(/usr/share/texmf/tex/latex/beamer/base/translator/translator.sty
-Package: translator 2010/06/12 ver 1.10
-
-(/usr/share/texmf/tex/latex/beamer/base/translator/translator-language-mappings
-.tex))) (/usr/share/texmf/tex/latex/beamer/base/beamerbasemisc.sty
-Package: beamerbasemisc 2010/06/06 (rcs-revision bff0a9294b45)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetwoscreens.sty
-Package: beamerbasetwoscreens 2010/05/01 (rcs-revision efa082c6111d)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseoverlay.sty
-Package: beamerbaseoverlay 2010/05/07 (rcs-revision 5584dad462a9)
-\beamer@argscount=\count126
-\beamer@lastskipcover=\skip44
-\beamer@trivlistdepth=\count127
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetitle.sty
-Package: beamerbasetitle 2010/06/12 (rcs-revision 717e481ca47a)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasesection.sty
-Package: beamerbasesection 2010/06/17 (rcs-revision e0d9401bb743)
-\c@lecture=\count128
-\c@part=\count129
-\c@section=\count130
-\c@subsection=\count131
-\c@subsubsection=\count132
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframe.sty
-Package: beamerbaseframe 2010/06/06 (rcs-revision bff0a9294b45)
-\beamer@framebox=\box40
-\beamer@frametitlebox=\box41
-\beamer@zoombox=\box42
-\beamer@zoomcount=\count133
-\beamer@zoomframecount=\count134
-\beamer@frametextheight=\dimen164
-\c@subsectionslide=\count135
-\beamer@frametopskip=\skip45
-\beamer@framebottomskip=\skip46
-\beamer@frametopskipautobreak=\skip47
-\beamer@framebottomskipautobreak=\skip48
-\beamer@envbody=\toks24
-\c@framenumber=\count136
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseverbatim.sty
-Package: beamerbaseverbatim 2010/05/01 (rcs-revision efa082c6111d)
-\beamer@verbatimfileout=\write4
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframesize.sty
-Package: beamerbaseframesize 2010/06/27 (rcs-revision 6baa2d92e6f1)
-\beamer@splitbox=\box43
-\beamer@autobreakcount=\count137
-\beamer@autobreaklastheight=\dimen165
-\beamer@frametitletoks=\toks25
-\beamer@framesubtitletoks=\toks26
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframecomponents.sty
-Package: beamerbaseframecomponents 2010/07/12 (rcs-revision 09e82992d9b1)
-\beamer@footins=\box44
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasecolor.sty
-Package: beamerbasecolor 2010/06/06 (rcs-revision d1a9b48be06d)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasenotes.sty
-Package: beamerbasenotes 2010/05/01 (rcs-revision efa082c6111d)
-\beamer@frameboxcopy=\box45
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetoc.sty
-Package: beamerbasetoc 2010/06/11 (rcs-revision 242ecaa6783b)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetemplates.sty
-Package: beamerbasetemplates 2010/05/01 (rcs-revision efa082c6111d)
-\beamer@sbttoks=\toks27
-
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseauxtemplates.sty
-Package: beamerbaseauxtemplates 2010/05/01 (rcs-revision efa082c6111d)
-
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseboxes.sty
-Package: beamerbaseboxes 2010/05/01 (rcs-revision efa082c6111d)
-\bmb@box=\box46
-\bmb@colorbox=\box47
-\bmb@boxshadow=\box48
-\bmb@boxshadowball=\box49
-\bmb@boxshadowballlarge=\box50
-\bmb@temp=\dimen166
-\bmb@dima=\dimen167
-\bmb@dimb=\dimen168
-\bmb@prevheight=\dimen169
-)
-\beamer@blockheadheight=\dimen170
-))
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaselocalstructure.sty
-Package: beamerbaselocalstructure 2010/06/01 (rcs-revision 81f9e33f7cc2)
-
-(/usr/share/texlive/texmf-dist/tex/latex/tools/enumerate.sty
-Package: enumerate 1999/03/05 v3.00 enumerate extensions (DPC)
-\@enLab=\toks28
-)
-\c@figure=\count138
-\c@table=\count139
-\abovecaptionskip=\skip49
-\belowcaptionskip=\skip50
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasenavigation.sty
-Package: beamerbasenavigation 2010/05/01 (rcs-revision efa082c6111d)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetheorems.sty
-Package: beamerbasetheorems 2010/06/06 (rcs-revision 7e7cc5e53e9d)
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
-Package: amsmath 2000/07/18 v2.13 AMS math features
-\@mathmargin=\skip51
-
-For additional information on amsmath, use the `?' option.
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
-Package: amstext 2000/06/29 v2.01
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
-File: amsgen.sty 1999/11/30 v2.0
-\@emptytoks=\toks29
-\ex@=\dimen171
-))
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
-Package: amsbsy 1999/11/29 v1.2d
-\pmbraise@=\dimen172
-)
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
-Package: amsopn 1999/12/14 v2.01 operator names
-)
-\inf@bad=\count140
-LaTeX Info: Redefining \frac on input line 211.
-\uproot@=\count141
-\leftroot@=\count142
-LaTeX Info: Redefining \overline on input line 307.
-\classnum@=\count143
-\DOTSCASE@=\count144
-LaTeX Info: Redefining \ldots on input line 379.
-LaTeX Info: Redefining \dots on input line 382.
-LaTeX Info: Redefining \cdots on input line 467.
-\Mathstrutbox@=\box51
-\strutbox@=\box52
-\big@size=\dimen173
-LaTeX Font Info: Redeclaring font encoding OML on input line 567.
-LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
-\macc@depth=\count145
-\c@MaxMatrixCols=\count146
-\dotsspace@=\muskip11
-\c@parentequation=\count147
-\dspbrk@lvl=\count148
-\tag@help=\toks30
-\row@=\count149
-\column@=\count150
-\maxfields@=\count151
-\andhelp@=\toks31
-\eqnshift@=\dimen174
-\alignsep@=\dimen175
-\tagshift@=\dimen176
-\tagwidth@=\dimen177
-\totwidth@=\dimen178
-\lineht@=\dimen179
-\@envbody=\toks32
-\multlinegap=\skip52
-\multlinetaggap=\skip53
-\mathdisplay@stack=\toks33
-LaTeX Info: Redefining \[ on input line 2666.
-LaTeX Info: Redefining \] on input line 2667.
-)
-(/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty
-Package: amsthm 2009/07/02 v2.20.1
-\thm@style=\toks34
-\thm@bodyfont=\toks35
-\thm@headfont=\toks36
-\thm@notefont=\toks37
-\thm@headpunct=\toks38
-\thm@preskip=\skip54
-\thm@postskip=\skip55
-\thm@headsep=\skip56
-\dth@everypar=\toks39
-)
-\c@theorem=\count152
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasethemes.sty
-Package: beamerbasethemes 2010/05/01 (rcs-revision efa082c6111d)
-))
-(/usr/share/texmf/tex/latex/beamer/base/themes/theme/beamerthemedefault.sty
-Package: beamerthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
-
-(/usr/share/texmf/tex/latex/beamer/base/themes/font/beamerfontthemedefault.sty
-Package: beamerfontthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
-)
-(/usr/share/texmf/tex/latex/beamer/base/themes/color/beamercolorthemedefault.st
-y
-Package: beamercolorthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
-)
-(/usr/share/texmf/tex/latex/beamer/base/themes/inner/beamerinnerthemedefault.st
-y
-Package: beamerinnerthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
-\beamer@dima=\dimen180
-\beamer@dimb=\dimen181
-)
-(/usr/share/texmf/tex/latex/beamer/base/themes/outer/beamerouterthemedefault.st
-y
-Package: beamerouterthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
-)))
-(/usr/share/texmf/tex/latex/beamer/base/themes/theme/beamerthemeHannover.sty
-Package: beamerthemeHannover 2010/06/17 (rcs-revision d02a7cf4d8ae)
-
-(/usr/share/texmf/tex/latex/beamer/base/themes/outer/beamerouterthemesidebar.st
-y
-Package: beamerouterthemesidebar 2010/06/17 (rcs-revision d02a7cf4d8ae)
-\beamer@sidebarwidth=\dimen182
-\beamer@headheight=\dimen183
-)
-(/usr/share/texmf/tex/latex/beamer/base/themes/color/beamercolorthemeseahorse.s
-ty
-Package: beamercolorthemeseahorse 2010/06/17 (rcs-revision d02a7cf4d8ae)
-)
-(/usr/share/texmf/tex/latex/beamer/base/themes/inner/beamerinnerthemecircles.st
-y
-Package: beamerinnerthemecircles 2010/06/17 (rcs-revision d02a7cf4d8ae)
-)) (/usr/share/texlive/texmf-dist/tex/latex/stmaryrd/stmaryrd.sty
-Package: stmaryrd 1994/03/03 St Mary's Road symbol package
-\symstmry=\mathgroup6
-LaTeX Font Info: Overwriting symbol font `stmry' in version `bold'
-(Font) U/stmry/m/n --> U/stmry/b/n on input line 89.
-)
-(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
-\lst@mode=\count153
-\lst@gtempboxa=\box53
-\lst@token=\toks40
-\lst@length=\count154
-\lst@currlwidth=\dimen184
-\lst@column=\count155
-\lst@pos=\count156
-\lst@lostspace=\dimen185
-\lst@width=\dimen186
-\lst@newlines=\count157
-\lst@lineno=\count158
-\lst@maxwidth=\dimen187
-
-(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty
-File: lstmisc.sty 2007/02/22 1.4 (Carsten Heinz)
-\c@lstnumber=\count159
-\lst@skipnumbers=\count160
-\lst@framebox=\box54
-)
-(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg
-File: listings.cfg 2007/02/22 1.4 listings configuration
-))
-Package: listings 2007/02/22 1.4 (Carsten Heinz)
-
-
-Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
-(hyperref) removing `\\' on input line 14.
-
-
-Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
-(hyperref) removing `\\' on input line 14.
-
-(./main.aux)
-\openout1 = `main.aux'.
-
-LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 25.
-LaTeX Font Info: ... okay on input line 25.
-LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 25.
-LaTeX Font Info: ... okay on input line 25.
-LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 25.
-LaTeX Font Info: ... okay on input line 25.
-LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 25.
-LaTeX Font Info: ... okay on input line 25.
-LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 25.
-LaTeX Font Info: ... okay on input line 25.
-LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 25.
-LaTeX Font Info: ... okay on input line 25.
-LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 25.
-LaTeX Font Info: ... okay on input line 25.
-
-*geometry* driver: auto-detecting
-*geometry* detected driver: pdftex
-*geometry* verbose mode - [ preamble ] result:
-* driver: pdftex
-* paper: custom
-* layout: <same size as paper>
-* layoutoffset:(h,v)=(0.0pt,0.0pt)
-* modes: includehead includefoot
-* h-part:(L,W,R)=(59.22636pt, 290.74263pt, 14.22636pt)
-* v-part:(T,H,B)=(0.0pt, 273.14662pt, 0.0pt)
-* \paperwidth=364.19536pt
-* \paperheight=273.14662pt
-* \textwidth=290.74263pt
-* \textheight=244.6939pt
-* \oddsidemargin=-13.04362pt
-* \evensidemargin=-13.04362pt
-* \topmargin=-72.26999pt
-* \headheight=14.22636pt
-* \headsep=0.0pt
-* \topskip=11.0pt
-* \footskip=14.22636pt
-* \marginparwidth=4.0pt
-* \marginparsep=10.0pt
-* \columnsep=10.0pt
-* \skip\footins=10.0pt plus 4.0pt minus 2.0pt
-* \hoffset=0.0pt
-* \voffset=0.0pt
-* \mag=1000
-* \@twocolumnfalse
-* \@twosidefalse
-* \@mparswitchfalse
-* \@reversemarginfalse
-* (1in=72.27pt=25.4mm, 1cm=28.453pt)
-
-(/usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii
-[Loading MPS to PDF converter (version 2006.09.02).]
-\scratchcounter=\count161
-\scratchdimen=\dimen188
-\scratchbox=\box55
-\nofMPsegments=\count162
-\nofMParguments=\count163
-\everyMPshowfont=\toks41
-\MPscratchCnt=\count164
-\MPscratchDim=\dimen189
-\MPnumerator=\count165
-\makeMPintoPDFobject=\count166
-\everyMPtoPDFconversion=\toks42
-) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
-Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf
-
-(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty
-Package: grfext 2010/08/19 v1.1 Managing graphics extensions (HO)
-)
-Package grfext Info: Graphics extension search list:
-(grfext) [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
-G,.JBIG2,.JB2,.eps]
-(grfext) \AppendGraphicsExtensions on input line 452.
-
-(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
-File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
-e
-))
-ABD: EveryShipout initializing macros
-\AtBeginShipoutBox=\box56
-Package hyperref Info: Link coloring OFF on input line 25.
-
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
-Package: nameref 2010/04/30 v2.40 Cross-referencing by name of section
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
-Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO)
-)
-\c@section@level=\count167
-)
-LaTeX Info: Redefining \ref on input line 25.
-LaTeX Info: Redefining \pageref on input line 25.
-LaTeX Info: Redefining \nameref on input line 25.
-
-(./main.out) (./main.out)
-\@outlinefile=\write5
-\openout5 = `main.out'.
-
-LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
-(Font) OT1/cmr/m/n --> OT1/cmss/m/n on input line 25.
-LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
-(Font) OT1/cmr/bx/n --> OT1/cmss/bx/n on input line 25.
-\symnumbers=\mathgroup7
-\sympureletters=\mathgroup8
-LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `normal'
-(Font) OT1/cmss/m/n --> OT1/cmr/m/n on input line 25.
-LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 25.
-LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
-(Font) OT1/cmr/bx/n --> OT1/cmss/bx/n on input line 25.
-LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
-(Font) OT1/cmr/bx/n --> OT1/cmss/bx/n on input line 25.
-LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 25.
-LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
-(Font) OT1/cmss/m/n --> OT1/cmss/m/n on input line 25.
-LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
-(Font) OT1/cmss/bx/n --> OT1/cmss/m/n on input line 25.
-LaTeX Font Info: Redeclaring math alphabet \mathit on input line 25.
-LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
-(Font) OT1/cmr/m/it --> OT1/cmss/m/it on input line 25.
-LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
-(Font) OT1/cmr/bx/it --> OT1/cmss/m/it on input line 25.
-LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 25.
-LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
-(Font) OT1/cmtt/m/n --> OT1/cmtt/m/n on input line 25.
-LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
-(Font) OT1/cmtt/m/n --> OT1/cmtt/m/n on input line 25.
-LaTeX Font Info: Overwriting symbol font `numbers' in version `bold'
-(Font) OT1/cmss/m/n --> OT1/cmss/bx/n on input line 25.
-LaTeX Font Info: Overwriting symbol font `pureletters' in version `bold'
-(Font) OT1/cmss/m/it --> OT1/cmss/bx/it on input line 25.
-LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `bold'
-(Font) OT1/cmss/bx/n --> OT1/cmr/bx/n on input line 25.
-LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
-(Font) OT1/cmss/bx/n --> OT1/cmss/bx/n on input line 25.
-LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
-(Font) OT1/cmss/m/n --> OT1/cmss/bx/n on input line 25.
-LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
-(Font) OT1/cmss/m/it --> OT1/cmss/bx/it on input line 25.
-LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
-(Font) OT1/cmtt/m/n --> OT1/cmtt/bx/n on input line 25.
-
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-basic-dicti
-onary/translator-basic-dictionary-English.dict
-Dictionary: translator-basic-dictionary, Language: English
-)
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-bibliograph
-y-dictionary/translator-bibliography-dictionary-English.dict
-Dictionary: translator-bibliography-dictionary, Language: English
-)
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-environment
--dictionary/translator-environment-dictionary-English.dict
-Dictionary: translator-environment-dictionary, Language: English
-)
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-months-dict
-ionary/translator-months-dictionary-English.dict
-Dictionary: translator-months-dictionary, Language: English
-)
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-numbers-dic
-tionary/translator-numbers-dictionary-English.dict
-Dictionary: translator-numbers-dictionary, Language: English
-)
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-theorem-dic
-tionary/translator-theorem-dictionary-English.dict
-Dictionary: translator-theorem-dictionary, Language: English
-)
-\c@lstlisting=\count168
- (./main.nav)
-
-LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <4> not available
-(Font) size <5> substituted on input line 29.
-
-[1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}
-
-] (./main.toc) [2
-
-]
-LaTeX Font Info: Try loading font information for U+msa on input line 43.
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
-File: umsa.fd 2009/06/22 v3.00 AMS symbols A
-)
-LaTeX Font Info: Try loading font information for U+msb on input line 43.
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
-File: umsb.fd 2009/06/22 v3.00 AMS symbols B
-)
-LaTeX Font Info: Try loading font information for U+stmry on input line 43.
-
-(/usr/share/texlive/texmf-dist/tex/latex/stmaryrd/Ustmry.fd) [3
-
-] [4
-
-] [5
-
-]
-[6
-
-]
-Overfull \vbox (3.29889pt too high) detected at line 85
- []
-
-[7
-
-]
-Overfull \vbox (3.29889pt too high) detected at line 85
- []
-
-[8
-
-]
-Overfull \vbox (3.29889pt too high) detected at line 85
- []
-
-[9
-
-] [10
-
-] [11
-
-] [12
-
-] [13
-
-] [14
-
-] [15
-
-] [16
-
-] [17
-
-]
-! Missing $ inserted.
-<inserted text>
- $
-l.209 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.209 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.209 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.209 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.209 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \par
-l.209 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.209 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.209 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.209 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.209 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.209 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.209 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.209 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.209 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.209 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.209 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.209 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.209 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.209 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.209 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.209 \end{frame}
-
-?
-
-! LaTeX Error: Bad math environment delimiter.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.209 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.209 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \endgroup
-l.209 \end{frame}
-
-?
-[18
-
-]
-! Missing \right. inserted.
-<inserted text>
- \right .
-l.224 \end{frame}
-
-?
-[19
-
-]
-LaTeX Font Info: Try loading font information for OMS+cmss on input line 235
-.
-LaTeX Font Info: No file OMScmss.fd. on input line 235.
-
-
-LaTeX Font Warning: Font shape `OMS/cmss/m/n' undefined
-(Font) using `OMS/cmsy/m/n' instead
-(Font) for symbol `textbullet' on input line 235.
-
-[20
-
-] [21
-
-]
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.269 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.269 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \par
-l.269 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.269 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.269 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.269 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.269 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.269 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.269 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.269 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.269 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.269 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.269 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.269 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.269 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.269 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.269 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.269 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.269 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.269 \end{frame}
-
-?
-[22
-
-] [23
-
-] [24
-
-]
-\tf@nav=\write6
-\openout6 = `main.nav'.
-
-\tf@toc=\write7
-\openout7 = `main.toc'.
-
-\tf@snm=\write8
-\openout8 = `main.snm'.
-
-Package atveryend Info: Empty hook `BeforeClearDocument' on input line 290.
-Package atveryend Info: Empty hook `AfterLastShipout' on input line 290.
- (./main.aux)
-Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 290.
-Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 290.
-Package rerunfilecheck Info: File `main.out' has not changed.
-(rerunfilecheck) Checksum: E94E3D6C6BF25762D8770CEFEEDA9ABD;243.
-
-
-LaTeX Font Warning: Size substitutions with differences
-(Font) up to 1.0pt have occurred.
-
-
-LaTeX Font Warning: Some font shapes were not available, defaults substituted.
-
- )
-Here is how much of TeX's memory you used:
- 16886 strings out of 495065
- 308284 string characters out of 3182278
- 388893 words of memory out of 3000000
- 19614 multiletter control sequences out of 15000+200000
- 17230 words of font info for 65 fonts, out of 3000000 for 9000
- 14 hyphenation exceptions out of 8191
- 49i,15n,61p,393b,557s stack positions out of 5000i,500n,10000p,200000b,50000s
-</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></us
-r/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/shar
-e/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfb></usr/share/texli
-ve/texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfb></usr/share/texlive/tex
-mf-dist/fonts/type1/public/amsfonts/cm/cmss12.pfb></usr/share/texlive/texmf-dis
-t/fonts/type1/public/amsfonts/cm/cmss8.pfb></usr/share/texlive/texmf-dist/fonts
-/type1/public/amsfonts/cm/cmssbx10.pfb></usr/share/texlive/texmf-dist/fonts/typ
-e1/public/amsfonts/cm/cmssi10.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
-blic/amsfonts/cm/cmssi8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/a
-msfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfont
-s/cm/cmsy8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/symbo
-ls/msbm10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/stmaryrd/stmary
-10.pfb>
-Output written on main.pdf (24 pages, 172431 bytes).
-PDF statistics:
- 861 PDF objects out of 1000 (max. 8388607)
- 809 compressed objects within 9 object streams
- 54 named destinations out of 1000 (max. 500000)
- 73 words of extra memory for PDF output out of 10000 (max. 10000000)
-
diff --git a/tex/presentation/main.nav b/tex/presentation/main.nav
deleted file mode 100644
index da56414..0000000
--- a/tex/presentation/main.nav
+++ /dev/null
@@ -1,57 +0,0 @@
-\beamer@endinputifotherversion {3.10pt}
-\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}
-\headcommand {\beamer@framepages {1}{1}}
-\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}
-\headcommand {\beamer@framepages {2}{2}}
-\headcommand {\sectionentry {1}{Example}{3}{Example}{0}}
-\headcommand {\beamer@sectionpages {1}{2}}
-\headcommand {\beamer@subsectionpages {1}{2}}
-\headcommand {\slideentry {1}{0}{3}{3/3}{}{0}}
-\headcommand {\beamer@framepages {3}{3}}
-\headcommand {\sectionentry {2}{Definitions}{4}{Definitions}{0}}
-\headcommand {\beamer@sectionpages {3}{3}}
-\headcommand {\beamer@subsectionpages {3}{3}}
-\headcommand {\slideentry {2}{0}{4}{4/6}{}{0}}
-\headcommand {\beamer@framepages {4}{6}}
-\headcommand {\slideentry {2}{0}{5}{7/9}{}{0}}
-\headcommand {\beamer@framepages {7}{9}}
-\headcommand {\slideentry {2}{0}{6}{10/10}{}{0}}
-\headcommand {\beamer@framepages {10}{10}}
-\headcommand {\slideentry {2}{0}{7}{11/11}{}{0}}
-\headcommand {\beamer@framepages {11}{11}}
-\headcommand {\sectionentry {3}{Max-strategies}{12}{Max-strategies}{0}}
-\headcommand {\beamer@sectionpages {4}{11}}
-\headcommand {\beamer@subsectionpages {4}{11}}
-\headcommand {\slideentry {3}{0}{8}{12/12}{}{0}}
-\headcommand {\beamer@framepages {12}{12}}
-\headcommand {\slideentry {3}{0}{9}{13/15}{}{0}}
-\headcommand {\beamer@framepages {13}{15}}
-\headcommand {\sectionentry {4}{Bellman-Ford}{16}{Bellman-Ford}{0}}
-\headcommand {\beamer@sectionpages {12}{15}}
-\headcommand {\beamer@subsectionpages {12}{15}}
-\headcommand {\slideentry {4}{0}{10}{16/16}{}{0}}
-\headcommand {\beamer@framepages {16}{16}}
-\headcommand {\slideentry {4}{0}{11}{17/17}{}{0}}
-\headcommand {\beamer@framepages {17}{17}}
-\headcommand {\slideentry {4}{0}{12}{18/18}{}{0}}
-\headcommand {\beamer@framepages {18}{18}}
-\headcommand {\slideentry {4}{0}{13}{19/19}{}{0}}
-\headcommand {\beamer@framepages {19}{19}}
-\headcommand {\sectionentry {5}{Max-strategy improvement}{20}{Max-strategy improvement}{0}}
-\headcommand {\beamer@sectionpages {16}{19}}
-\headcommand {\beamer@subsectionpages {16}{19}}
-\headcommand {\slideentry {5}{0}{14}{20/20}{}{0}}
-\headcommand {\beamer@framepages {20}{20}}
-\headcommand {\slideentry {5}{0}{15}{21/21}{}{0}}
-\headcommand {\beamer@framepages {21}{21}}
-\headcommand {\slideentry {5}{0}{16}{22/22}{}{0}}
-\headcommand {\beamer@framepages {22}{22}}
-\headcommand {\slideentry {5}{0}{17}{23/23}{}{0}}
-\headcommand {\beamer@framepages {23}{23}}
-\headcommand {\slideentry {5}{0}{18}{24/24}{}{0}}
-\headcommand {\beamer@framepages {24}{24}}
-\headcommand {\beamer@partpages {1}{24}}
-\headcommand {\beamer@subsectionpages {25}{24}}
-\headcommand {\beamer@sectionpages {25}{24}}
-\headcommand {\beamer@documentpages {24}}
-\headcommand {\def \inserttotalframenumber {18}}
diff --git a/tex/presentation/main.out b/tex/presentation/main.out
deleted file mode 100644
index a8d896b..0000000
--- a/tex/presentation/main.out
+++ /dev/null
@@ -1,5 +0,0 @@
-\BOOKMARK [2][]{Outline0.1}{Example}{}% 1
-\BOOKMARK [2][]{Outline0.2}{Definitions}{}% 2
-\BOOKMARK [2][]{Outline0.3}{Max-strategies}{}% 3
-\BOOKMARK [2][]{Outline0.4}{Bellman-Ford}{}% 4
-\BOOKMARK [2][]{Outline0.5}{Max-strategy improvement}{}% 5
diff --git a/tex/presentation/main.snm b/tex/presentation/main.snm
deleted file mode 100644
index e69de29..0000000
--- a/tex/presentation/main.snm
+++ /dev/null
diff --git a/tex/presentation/main.tex b/tex/presentation/main.tex
deleted file mode 100644
index 286e4a7..0000000
--- a/tex/presentation/main.tex
+++ /dev/null
@@ -1,290 +0,0 @@
-\documentclass{beamer}
-
-\usetheme{Hannover}
-\usepackage{amsmath,stmaryrd,listings}
-
-\title{{\bf Static Analysis \\ through \\Abstract Interpretation, \\Convex Optimization, and\\ Strategy Iteration}}
-
-\author{
- {\bf Thomas Martin Gawlitza}
- \\[3pt]
- joint work with
- \\[3pt]
- {\bf Helmut Seidl}
-}
-
-\newcommand\N{\mathbb{N}}
-\newcommand\Z{\mathbb{Z}}
-\newcommand\CZ{\overline{\Z}}
-
-\let\max\undefined
-\newcommand\max{\lor}
-\let\min\undefined
-\newcommand\min{\land}
-
-\begin{document}
-
-\begin{frame}
- \maketitle
-\end{frame}
-
-\begin{frame}
- \tableofcontents
-\end{frame}
-
-\section{Example}
-\begin{frame}{Example}
- \begin{eqnarray*}
- x_1 &=& 0 \max (-1 + x_1 \min x_2) \\
- x_2 &=& 0 \max 5 + x_1 \max x_1 \\
- x_3 &=& 0 \max 1 + x_3 \max 0 + x_1
- \end{eqnarray*}
-
-\end{frame}
-
-\section{Definitions}
-\begin{frame}{Preliminary Definitions}
- \begin{center}
- Strange notation: \\
- $x \max y = \text{max}(x, y)$ \\
- $x \min y = \text{min}(x, y)$ \\
- \uncover<2->{
- \bigskip
- {\bf Monotone:} $x \leq y \implies f(x) \leq f(y) ~~ \forall x,y$
- }
-
- \uncover<3->{
- \bigskip
- {\bf Assignment:} $\rho$ is always a variable assignment (from $X \rightarrow \CZ$)
- }
- \end{center}
-\end{frame}
-
-\begin{frame}{Systems of Equations}
- \begin{align*}
- \varepsilon = \{ x_1 = e_1, x_2 = e_2, ... x_n = e_n \}
- \end{align*}
- \uncover<2->{
- \begin{align*}
- \text{\bf Solutions: } & \rho = \llbracket \varepsilon \rrbracket \rho \\
- \text{\bf Presolutions: } & \rho \leq \llbracket \varepsilon \rrbracket \rho \\
- \text{\bf Fixpoint: } & f(x) = x \\
- \text{\bf Least fixpoint: } & \mu f \\
- \end{align*}
- }
- \uncover<3->{
- {\bf Evaluation:}
- $\text{with } \rho ~ \epsilon ~ Vars(\varepsilon) \rightarrow \CZ$ \\
- \begin{align*}
- (\llbracket \varepsilon \rrbracket \rho)(x) & := \llbracket e \rrbracket \rho \\
- \llbracket x \rrbracket \rho & := \rho (x) \\
- \llbracket f(e_1, ... e_k) \rrbracket & := f(\llbracket e_1 \rrbracket \rho,
- ... \llbracket e_k \rrbracket \rho)
- \end{align*}
- }
-\end{frame}
-
-\begin{frame}{Operators on $\CZ$}
- Working in $\CZ = \Z \cup \{\infty, -\infty\}$
-
- \bigskip
- \begin{displaymath}
- x +^{-\infty} y = \left\{ \begin{array}{ll}
- -\infty & \text{if } -\infty \in \{x,y\} \\
- \infty & \text{if } -\infty \not\in \{x,y\} \text{ and } \infty \in \{x,y\} \\
- x + y & \text{if } x,y \in \Z \\
- \end{array} \right.
- \end{displaymath}
- \begin{displaymath}
- x +^{\infty} y = \left\{ \begin{array}{ll}
- \infty & \text{if } \infty \in \{x,y\} \\
- -\infty & \text{if } \infty \not\in \{x,y\} \text{ and } -\infty \in \{x,y\} \\
- x + y & \text{if } x,y \in \Z \\
- \end{array} \right.
- \end{displaymath}
- \begin{displaymath}
- \begin{array}{lr}
- x \cdot \infty = \infty \cdot x = \infty,
- x \cdot -\infty = -\infty \cdot x = -\infty
- & \forall x > 0 \\
- x \cdot \infty = \infty \cdot x = -\infty,
- x \cdot -\infty = -\infty \cdot x = \infty
- & \forall x < 0 \\
- 0 \cdot \infty = \infty \cdot 0 =
- 0 \cdot -\infty = -\infty \cdot 0 = 0 &
- \end{array}
- \end{displaymath}
-\end{frame}
-
-\begin{frame}{Expansivity}
- $f$ is upward-expansive in $X'$ iff
-
- \bigskip
- \begin{center}
- $f(\rho \oplus \{x \mapsto \rho(x) + \delta\}) \geq f(\rho) + \delta)$
- ~~ $\forall x \in X', \rho \in X \rightarrow \CZ, \delta \in \N$
- \end{center}
-\end{frame}
-
-\section{Max-strategies}
-\begin{frame}{Max-strategies}
- Assume for every $x = e \in \varepsilon$, $e$ is of the
- form $e_1 \max e_2 \max ... \max e_k$.
-
- Then a $\max$-$strategy$ $\sigma$ maps each $e$ to one of its $e_k$.
-
- \bigskip
- For all $\max$ strategies $\sigma$ the expression $e\sigma$ is defined as:
- \begin{align*}
- (e_1 \max ... \max e_k)\sigma & = (\sigma(e_1 \max ... \max e_k))\sigma \\
- (f(e_1,...e_k))\sigma & = f(e_1\sigma, ..., e_k\sigma)
- \end{align*}
- where $f \not = \max$
-\end{frame}
-
-\begin{frame}{Max-strategies}
- We may need to change strategy throughout our evaluation.
-
- Consider the system: $\varepsilon = \{x_1 = x_1 + 1 \max 0\}$.
-
- Let:
- \begin{align*}
- \sigma_1 & = \{x_1 + 1 \max 0 \mapsto x_1 + 1\} \\
- \sigma_2 & = \{x_1 + 1 \max 0 \mapsto 0\}
- \end{align*}
-
- \uncover<2->{
- This gives us:
- }
- \begin{align*}
- \uncover<2->{
- \mu \llbracket \varepsilon (\sigma_1) \rrbracket & = \{x_1 \mapsto -\infty\} \\
- \mu \llbracket \varepsilon (\sigma_2) \rrbracket & = \{x_1 \mapsto 0\} \\
- }
- \uncover<3->{
- \mu \llbracket \varepsilon \rrbracket & = \{x_1 \mapsto \infty\}
- }
- \end{align*}
-\end{frame}
-
-\section{Bellman-Ford}
-\begin{frame}{BF-functions}
- $X$ a set. A monotone $f: (X \rightarrow \CZ) \rightarrow CZ$ is called
- a \emph{Bellman-Ford function} iff, $\forall \rho, \rho': X \rightarrow \CZ$
- with $\rho' \geq \rho$ the following holds:
-
- \bigskip
- If $f(\rho') > f(\rho)$ then $\exists x \in X$ and some $\delta \in \CZ\setminus\{-\infty\}$ such that:
- \begin{align*}
- \rho'(x) & > \rho(x) \\
- f(\rho') & = \rho'(x) + \delta \\
- f(\rho'') & \geq \rho''(x) + \delta ~~ \forall \rho'' \geq \rho'
- \end{align*}
-\end{frame}
-
-\begin{frame}{A quick lemma}
- Let $\varepsilon$ be a system of \emph{BF-equations} with $n$ variables. \\
- Let $\rho^{(i)} = \llbracket\varepsilon\rrbracket^i(\_ \mapsto -\infty) ~~ \forall i \in \N$. \\
- The following holds for every $x \in Vars(\varepsilon)$: \\
- If there exists some $k > n$ with $\rho^{(k)}(x) > \rho^{(n)}(x)$, then
- $\mu\llbracket\varepsilon\rrbracket(x) = \infty$.
-\end{frame}
-
-\begin{frame}{The algorithm}
- ~ \\
- {\bf Input:} A system of BF-equations with $n$ variables \\
- {\bf Output:} The least solution $\mu\llbracket\varepsilon\rrbracket$ of \varepsilon \\
- \begin{displaymath}
- ~ \\
- \rho \leftarrow (\_ \mapsto -\infty) \\
- {\bf for} i = 1 {\bf to} n {\bf do} \rho \leftarrow \llbracket\varepsilon\rrbracket\rho \\
- \rho \leftarrow \rho' \text{ where } \rho'(x) = \left\{ \begin{array}{ll}
- \rho(x) & \text{if } (\llbracket\varepsilon\rrbracket\rho)(x) \leq \rho(x) \\
- \infty & \text{if } (\llbracket\varepsilon\rrbracket\rho)(x) > \rho(x)
- \end{array} \right. \forall x \in X \\
- {\bf for} i = 1 {\bf to} n-1 {\bf do} \rho \leftarrow \rho \max \llbracket\varepsilon\rrbracket\rho \\
- {\bf return} \rho \\
- ~
- \end{displaymath}
-\end{frame}
-
-\begin{frame}{Example}
- \begin{align*}
- x & = 1 \\
- y & = y + x \max -10 \\
- z & = x \cdot^+ y
- \end{align*}
- Where $\cdot^+$ is defined by:
- \begin{displaymath}
- x \cdot^+ y = \left\{ \begin{array}{l l}
- x \cdot y & \text{if } x, y > 0 \\
- -\infty & \text{if } x \le 0 \text{ or } y \le 0
- \end{array} \forall x,y \in \CZ
- \end{displaymath}
-\end{frame}
-
-\section{Max-strategy improvement}
-\begin{frame}{Max-strategy improvement}
- {\bf General idea:}
- \begin{itemize}
- \item Pick a max-strategy
- \item Perform fixpoint iteration
- \item Improve strategy
- \item Repeat until we have a solution
- \end{itemize}
-\end{frame}
-
-\begin{frame}{What is an improvement?}
- If we have $\varepsilon$ a system of equations, $\sigma$ a $\max$-strategy
- for $\varepsilon$ and $\rho$ a presolution of $\varepsilon(\sigma)$, then we
- call a $\max$-strategy $\sigma'$ is called an improvement of $\sigma$ with
- respect to $\rho$ iff:
- \begin{itemize}
- \item if $\rho \not \in {\bf Sol}(\varepsilon)$, then $\llbracket\varepsilon(\sigma')\rrbracket\rho > \rho$
- \item for all $\max$-expression $e \in S_{\max}(\varepsilon)$ the following holds: \\
- If $\sigma'(e) \not = \sigma(e)$, then $\llbracket e\sigma'\rrbracket\rho > \llbracket e\sigma\rrbracket\rho$
- \end{itemize}
-\end{frame}
-
-\begin{frame}{Algorithm}
- ~ \\
- {\bf Input:}
- \begin{itemize}
- \item A system $\varepsilon$ of monotone equations over a complete linearly ordered set \\
- \item A $\max$-strategy $\sigma_{init}$ for $\varepsilon$ \\
- \item A pre-solution $\rho_{init}$ of $\varepsilon(\sigma_{init})$ with $\rho_{init} \le \mu\llbracket\varepsilon\rrbracket$
- \end{itemize}
- {\bf Output:} The least solution $\mu\llbracket\varepsilon\rrbracket$ of $\varepsilon$
- \begin{displaymath}
- ~ \\
- \sigma \leftarrow \sigma_{init} \\
- \rho \leftarrow \rho_{init} \\
- \text{while }(\rho \not \in {\bf Sol}(\varepsilon)) \{ \\
- ~~~~ \sigma \leftarrow P_{\max}(\sigma, \rho) \\
- ~~~~ \rho \leftarrow \mu_{\ge\rho} \llbracket\varepsilon(\sigma)\rrbracket \\
- \} \\
- {\bf return} \rho
- ~
- \end{displaymath}
-\end{frame}
-
-\begin{frame}{Another related lemma}
- Whenever the $\max$-strategy improvement algorithm terminates, it
- returns the least solution $\mu\llbracket\varepsilon\rrbracket$.
-\end{frame}
-
-\begin{frame}{Example}
- \begin{align*}
- x_1 & = 0 \max x_1 + x_2 - 4 \\
- x_2 & = -1 \max ((x_1 + 1 \max 2 \cdot x_2) \min 5)
- \end{align*}
-\end{frame}
-
-\section{Feasibility}
-
-\section{Extended Integer Equations}
-
-\section{Abstract Interpretation over Zones}
-
-
-\end{document}
diff --git a/tex/presentation/main.toc b/tex/presentation/main.toc
deleted file mode 100644
index 8e24cc6..0000000
--- a/tex/presentation/main.toc
+++ /dev/null
@@ -1,6 +0,0 @@
-\beamer@endinputifotherversion {3.10pt}
-\beamer@sectionintoc {1}{Example}{3}{0}{1}
-\beamer@sectionintoc {2}{Definitions}{4}{0}{2}
-\beamer@sectionintoc {3}{Max-strategies}{12}{0}{3}
-\beamer@sectionintoc {4}{Bellman-Ford}{16}{0}{4}
-\beamer@sectionintoc {5}{Max-strategy improvement}{20}{0}{5}
diff --git a/tex/presentation/missfont.log b/tex/presentation/missfont.log
deleted file mode 100644
index 0a253cb..0000000
--- a/tex/presentation/missfont.log
+++ /dev/null
@@ -1,213 +0,0 @@
-mktextfm phvr7t
-mktextfm phvr7t
-mktextfm phvr7t
-mktextfm phvr7t
-mktextfm phvr7t
-mktextfm phvr7t
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvbo7t
-mktextfm nullfont
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvbo7t
-mktextfm nullfont
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvbo7t
-mktextfm nullfont
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvbo7t
-mktextfm nullfont
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvbo7t
-mktextfm nullfont
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvbo7t
-mktextfm nullfont
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvbo7t
-mktextfm nullfont
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvbo7t
-mktextfm nullfont
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
diff --git a/tex/presentation/slides.aux b/tex/presentation/slides.aux
deleted file mode 100644
index ea1b3ad..0000000
--- a/tex/presentation/slides.aux
+++ /dev/null
@@ -1,104 +0,0 @@
-\relax
-\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
-\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
-\global\let\oldcontentsline\contentsline
-\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
-\global\let\oldnewlabel\newlabel
-\gdef\newlabel#1#2{\newlabelxx{#1}#2}
-\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
-\AtEndDocument{\ifx\hyper@anchor\@undefined
-\let\contentsline\oldcontentsline
-\let\newlabel\oldnewlabel
-\fi}
-\fi}
-\global\let\hyper@last\relax
-\gdef\HyperFirstAtBeginDocument#1{#1}
-\providecommand\HyField@AuxAddToFields[1]{}
-\citation{DBLP:conf/eef/Yovine96}
-\citation{DBLP:conf/rtss/LarsenLPY97}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\@writefile{toc}{\beamer@endinputifotherversion {3.10pt}}
-\@writefile{nav}{\beamer@endinputifotherversion {3.10pt}}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}}
-\citation{DBLP:conf/vmcai/SankaranarayananSM05}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/14}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {3}{14}}}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{15/15}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {15}{15}}}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{16/16}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {16}{16}}}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{6}{18/18}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {18}{18}}}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{19/42}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {19}{42}}}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{8}{43/43}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {43}{43}}}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{9}{44/44}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {44}{44}}}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{45/66}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {45}{66}}}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{11}{67/72}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {67}{72}}}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{12}{73/79}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {73}{79}}}
-\bibstyle{apalike2}
-\bibdata{bib}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{13}{80/80}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {80}{80}}}
-\@writefile{nav}{\headcommand {\beamer@partpages {1}{80}}}
-\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{80}}}
-\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{80}}}
-\@writefile{nav}{\headcommand {\beamer@documentpages {80}}}
-\@writefile{nav}{\headcommand {\def \inserttotalframenumber {13}}}
diff --git a/tex/presentation/slides.log b/tex/presentation/slides.log
deleted file mode 100644
index 519ab3c..0000000
--- a/tex/presentation/slides.log
+++ /dev/null
@@ -1,81732 +0,0 @@
-This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2012/dev/Debian) (format=pdflatex 2012.4.10) 11 APR 2012 15:41
-entering extended mode
- restricted \write18 enabled.
- %&-line parsing enabled.
-**slides.tex
-(./slides.tex
-LaTeX2e <2011/06/27>
-Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, lo
-aded.
-(/usr/share/texmf/tex/latex/beamer/base/beamer.cls
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasercs.sty
-Package: beamerbasercs 2010/06/12 (rcs-revision c3821710bb40)
-)
-Document Class: beamer 2010/06/21 development version 3.10 A class for typesett
-ing presentations (rcs-revision a6b1a8434d30)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasemodes.sty
-Package: beamerbasemodes 2010/05/01 (rcs-revision efa082c6111d)
-\beamer@tempbox=\box26
-\beamer@tempcount=\count79
-\c@beamerpauses=\count80
-
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasedecode.sty
-Package: beamerbasedecode 2010/05/01 (rcs-revision efa082c6111d)
-\beamer@slideinframe=\count81
-\beamer@minimum=\count82
-)
-\beamer@commentbox=\box27
-\beamer@modecount=\count83
-)
-\headheight=\dimen102
-\headdp=\dimen103
-\footheight=\dimen104
-\sidebarheight=\dimen105
-\beamer@tempdim=\dimen106
-\beamer@finalheight=\dimen107
-\beamer@animht=\dimen108
-\beamer@animdp=\dimen109
-\beamer@animwd=\dimen110
-\beamer@leftmargin=\dimen111
-\beamer@rightmargin=\dimen112
-\beamer@leftsidebar=\dimen113
-\beamer@rightsidebar=\dimen114
-\beamer@boxsize=\dimen115
-\beamer@vboxoffset=\dimen116
-\beamer@descdefault=\dimen117
-\beamer@descriptionwidth=\dimen118
-\beamer@lastskip=\skip41
-\beamer@areabox=\box28
-\beamer@animcurrent=\box29
-\beamer@animshowbox=\box30
-\beamer@sectionbox=\box31
-\beamer@logobox=\box32
-\beamer@linebox=\box33
-\beamer@sectioncount=\count84
-\beamer@subsubsectionmax=\count85
-\beamer@subsectionmax=\count86
-\beamer@sectionmax=\count87
-\beamer@totalheads=\count88
-\beamer@headcounter=\count89
-\beamer@partstartpage=\count90
-\beamer@sectionstartpage=\count91
-\beamer@subsectionstartpage=\count92
-\beamer@animationtempa=\count93
-\beamer@animationtempb=\count94
-\beamer@xpos=\count95
-\beamer@ypos=\count96
-\beamer@showpartnumber=\count97
-\beamer@currentsubsection=\count98
-\beamer@coveringdepth=\count99
-\beamer@sectionadjust=\count100
-\beamer@tocsectionnumber=\count101
-
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseoptions.sty
-Package: beamerbaseoptions 2010/04/27 (rcs-revision 982469101dd6)
-
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
-Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
-\KV@toks@=\toks14
-))
-\beamer@paperwidth=\skip42
-\beamer@paperheight=\skip43
-
-(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
-Package: geometry 2010/09/12 v5.6 Page Geometry
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
-Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
-Package ifpdf Info: pdfTeX in PDF mode is detected.
-)
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty
-Package: ifvtex 2010/03/01 v1.5 Switches for detecting VTeX and its modes (HO)
-Package ifvtex Info: VTeX not detected.
-)
-(/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty
-Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
-)
-\Gm@cnth=\count102
-\Gm@cntv=\count103
-\c@Gm@tempcnt=\count104
-\Gm@bindingoffset=\dimen119
-\Gm@wd@mp=\dimen120
-\Gm@odd@mp=\dimen121
-\Gm@even@mp=\dimen122
-\Gm@layoutwidth=\dimen123
-\Gm@layoutheight=\dimen124
-\Gm@layouthoffset=\dimen125
-\Gm@layoutvoffset=\dimen126
-\Gm@dimlist=\toks15
-)
-(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo
-File: size11.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
-)
-(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfcore.sty
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
-Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
-
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
-Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
-
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
-Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
-)
-(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg
-File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
-)
-Package graphics Info: Driver file: pdftex.def on input line 91.
-
-(/usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def
-File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
-Package: infwarerr 2010/04/08 v1.3 Providing info/warning/message (HO)
-)
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
-Package: ltxcmds 2011/04/18 v1.20 LaTeX kernel commands for general use (HO)
-)
-\Gread@gobject=\count105
-))
-\Gin@req@height=\dimen127
-\Gin@req@width=\dimen128
-)
-(/usr/share/texmf/tex/latex/pgf/systemlayer/pgfsys.sty
-(/usr/share/texmf/tex/latex/pgf/utilities/pgfrcs.sty
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-common.tex
-\pgfutil@everybye=\toks16
-)
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-latex.def
-\pgfutil@abb=\box34
-
-(/usr/share/texlive/texmf-dist/tex/latex/ms/everyshi.sty
-Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
-))
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfrcs.code.tex
-Package: pgfrcs 2010/10/25 v2.10 (rcs-revision 1.24)
-))
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys.code.tex
-Package: pgfsys 2010/06/30 v2.10 (rcs-revision 1.37)
-
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex
-\pgfkeys@pathtoks=\toks17
-\pgfkeys@temptoks=\toks18
-
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
-\pgfkeys@tmptoks=\toks19
-))
-\pgf@x=\dimen129
-\pgf@y=\dimen130
-\pgf@xa=\dimen131
-\pgf@ya=\dimen132
-\pgf@xb=\dimen133
-\pgf@yb=\dimen134
-\pgf@xc=\dimen135
-\pgf@yc=\dimen136
-\w@pgf@writea=\write3
-\r@pgf@reada=\read1
-\c@pgf@counta=\count106
-\c@pgf@countb=\count107
-\c@pgf@countc=\count108
-\c@pgf@countd=\count109
-
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgf.cfg
-File: pgf.cfg 2008/05/14 (rcs-revision 1.7)
-)
-Package pgfsys Info: Driver file for pgf: pgfsys-pdftex.def on input line 900.
-
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
-File: pgfsys-pdftex.def 2009/05/22 (rcs-revision 1.26)
-
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
-File: pgfsys-common-pdf.def 2008/05/19 (rcs-revision 1.10)
-)))
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
-File: pgfsyssoftpath.code.tex 2008/07/18 (rcs-revision 1.7)
-\pgfsyssoftpath@smallbuffer@items=\count110
-\pgfsyssoftpath@bigbuffer@items=\count111
-)
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
-File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
-))
-(/usr/share/texmf/tex/latex/xcolor/xcolor.sty
-Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)
-
-(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg
-File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
-)
-Package xcolor Info: Driver file: pdftex.def on input line 225.
-Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
-Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1341.
-Package xcolor Info: Model `RGB' extended on input line 1353.
-Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
-Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
-Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
-Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
-Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
-Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcore.code.tex
-Package: pgfcore 2010/04/11 v2.10 (rcs-revision 1.7)
-
-(/usr/share/texmf/tex/generic/pgf/math/pgfmath.code.tex
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathcalc.code.tex
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathutil.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathparser.code.tex
-\pgfmath@dimen=\dimen137
-\pgfmath@count=\count112
-\pgfmath@box=\box35
-\pgfmath@toks=\toks20
-\pgfmath@stack@operand=\toks21
-\pgfmath@stack@operation=\toks22
-)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.code.tex
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.random.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.base.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.round.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex)))
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfloat.code.tex
-\c@pgfmathroundto@lastzeros=\count113
-))
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
-File: pgfcorepoints.code.tex 2010/04/09 (rcs-revision 1.20)
-\pgf@picminx=\dimen138
-\pgf@picmaxx=\dimen139
-\pgf@picminy=\dimen140
-\pgf@picmaxy=\dimen141
-\pgf@pathminx=\dimen142
-\pgf@pathmaxx=\dimen143
-\pgf@pathminy=\dimen144
-\pgf@pathmaxy=\dimen145
-\pgf@xx=\dimen146
-\pgf@xy=\dimen147
-\pgf@yx=\dimen148
-\pgf@yy=\dimen149
-\pgf@zx=\dimen150
-\pgf@zy=\dimen151
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
-File: pgfcorepathconstruct.code.tex 2010/08/03 (rcs-revision 1.24)
-\pgf@path@lastx=\dimen152
-\pgf@path@lasty=\dimen153
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
-File: pgfcorepathusage.code.tex 2008/04/22 (rcs-revision 1.12)
-\pgf@shorten@end@additional=\dimen154
-\pgf@shorten@start@additional=\dimen155
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
-File: pgfcorescopes.code.tex 2010/09/08 (rcs-revision 1.34)
-\pgfpic=\box36
-\pgf@hbox=\box37
-\pgf@layerbox@main=\box38
-\pgf@picture@serial@count=\count114
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
-File: pgfcoregraphicstate.code.tex 2008/04/22 (rcs-revision 1.9)
-\pgflinewidth=\dimen156
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex
-File: pgfcoretransformations.code.tex 2009/06/10 (rcs-revision 1.11)
-\pgf@pt@x=\dimen157
-\pgf@pt@y=\dimen158
-\pgf@pt@temp=\dimen159
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
-File: pgfcorequick.code.tex 2008/10/09 (rcs-revision 1.3)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
-File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex
-File: pgfcorepathprocessing.code.tex 2008/10/09 (rcs-revision 1.8)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
-File: pgfcorearrows.code.tex 2008/04/23 (rcs-revision 1.11)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
-File: pgfcoreshade.code.tex 2008/11/23 (rcs-revision 1.13)
-\pgf@max=\dimen160
-\pgf@sys@shading@range@num=\count115
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
-File: pgfcoreimage.code.tex 2010/03/25 (rcs-revision 1.16)
-
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
-File: pgfcoreexternal.code.tex 2010/09/01 (rcs-revision 1.17)
-\pgfexternal@startupbox=\box39
-))
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
-File: pgfcorelayers.code.tex 2010/08/27 (rcs-revision 1.2)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
-File: pgfcoretransparency.code.tex 2008/01/17 (rcs-revision 1.2)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
-File: pgfcorepatterns.code.tex 2009/07/02 (rcs-revision 1.3)
-)))
-(/usr/share/texmf/tex/latex/pgf/utilities/xxcolor.sty
-Package: xxcolor 2003/10/24 ver 0.1
-\XC@nummixins=\count116
-\XC@countmixins=\count117
-)
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
-Package: hyperref 2012/02/06 v6.82o Hypertext links for LaTeX
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
-Package: hobsub-hyperref 2011/04/23 v1.4 Bundle oberdiek, subset hyperref (HO)
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty
-Package: hobsub-generic 2011/04/23 v1.4 Bundle oberdiek, subset generic (HO)
-Package: hobsub 2011/04/23 v1.4 Subsetting bundle oberdiek (HO)
-Package hobsub Info: Skipping package `infwarerr' (already loaded).
-Package hobsub Info: Skipping package `ltxcmds' (already loaded).
-Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
-Package ifluatex Info: LuaTeX not detected.
-Package hobsub Info: Skipping package `ifvtex' (already loaded).
-Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
-Package hobsub Info: Skipping package `ifpdf' (already loaded).
-Package: etexcmds 2011/02/16 v1.5 Prefix for e-TeX command names (HO)
-Package etexcmds Info: Could not find \expanded.
-(etexcmds) That can mean that you are not using pdfTeX 1.50 or
-(etexcmds) that some package has redefined \expanded.
-(etexcmds) In the latter case, load this package earlier.
-Package: kvsetkeys 2011/04/07 v1.13 Key value parser (HO)
-Package: kvdefinekeys 2011/04/07 v1.3 Defining keys (HO)
-Package: pdftexcmds 2011/04/22 v0.16 Utilities of pdfTeX for LuaTeX (HO)
-Package pdftexcmds Info: LuaTeX not detected.
-Package pdftexcmds Info: \pdf@primitive is available.
-Package pdftexcmds Info: \pdf@ifprimitive is available.
-Package pdftexcmds Info: \pdfdraftmode found.
-Package: pdfescape 2011/04/04 v1.12 Provides string conversions (HO)
-Package: bigintcalc 2011/01/30 v1.2 Expandable big integer calculations (HO)
-Package: bitset 2011/01/30 v1.1 Data type bit set (HO)
-Package: uniquecounter 2011/01/30 v1.2 Provides unlimited unique counter (HO)
-)
-Package hobsub Info: Skipping package `hobsub' (already loaded).
-Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO)
-Package: hopatch 2011/01/30 v1.0 Wrapper for package hooks (HO)
-Package: xcolor-patch 2011/01/30 xcolor patch
-Package: atveryend 2011/04/23 v1.7 Hooks at very end of document (HO)
-Package: atbegshi 2011/01/30 v1.15 At begin shipout hook (HO)
-Package: refcount 2010/12/01 v3.2 Data extraction from references (HO)
-Package: hycolor 2011/01/30 v1.7 Color options of hyperref/bookmark (HO)
-)
-(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty
-Package: kvoptions 2010/12/23 v3.10 Keyval support for LaTeX options (HO)
-)
-\@linkdim=\dimen161
-\Hy@linkcounter=\count118
-\Hy@pagecounter=\count119
-
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def
-File: pd1enc.def 2012/02/06 v6.82o Hyperref: PDFDocEncoding definition (HO)
-)
-\Hy@SavedSpaceFactor=\count120
-
-(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg
-File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
-)
-Package hyperref Info: Option `bookmarks' set `true' on input line 3925.
-Package hyperref Info: Option `bookmarksopen' set `true' on input line 3925.
-Package hyperref Info: Option `implicit' set `false' on input line 3925.
-Package hyperref Info: Hyper figures OFF on input line 4046.
-Package hyperref Info: Link nesting OFF on input line 4051.
-Package hyperref Info: Hyper index ON on input line 4054.
-Package hyperref Info: Plain pages OFF on input line 4061.
-Package hyperref Info: Backreferencing OFF on input line 4066.
-Package hyperref Info: Implicit mode OFF; no redefinition of LaTeX internals.
-Package hyperref Info: Bookmarks ON on input line 4284.
-\c@Hy@tempcnt=\count121
-
-(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty
-\Urlmuskip=\muskip10
-Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc.
-)
-LaTeX Info: Redefining \url on input line 4637.
-\Fld@menulength=\count122
-\Field@Width=\dimen162
-\Fld@charsize=\dimen163
-Package hyperref Info: Hyper figures OFF on input line 5757.
-Package hyperref Info: Link nesting OFF on input line 5762.
-Package hyperref Info: Hyper index ON on input line 5765.
-Package hyperref Info: backreferencing OFF on input line 5772.
-Package hyperref Info: Link coloring OFF on input line 5777.
-Package hyperref Info: Link coloring with OCG OFF on input line 5782.
-Package hyperref Info: PDF/A mode OFF on input line 5787.
-LaTeX Info: Redefining \ref on input line 5827.
-LaTeX Info: Redefining \pageref on input line 5831.
-\Hy@abspage=\count123
-
-
-Package hyperref Message: Stopped early.
-
-)
-
-Package hyperref Message: Driver (autodetected): hpdftex.
-
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
-File: hpdftex.def 2012/02/06 v6.82o Hyperref driver for pdfTeX
-\Fld@listcount=\count124
-\c@bookmark@seq@number=\count125
-
-(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
-Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO)
-Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
-82.
-))
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaserequires.sty
-Package: beamerbaserequires 2010/05/01 (rcs-revision efa082c6111d)
-
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasecompatibility.sty
-Package: beamerbasecompatibility 2010/07/12 (rcs-revision 6648c3177e4e)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasefont.sty
-Package: beamerbasefont 2010/05/10 (rcs-revision cd36e8a33c6b)
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
-Package: amssymb 2009/06/22 v3.00
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
-Package: amsfonts 2009/06/22 v3.00 Basic AMSFonts support
-\@emptytoks=\toks23
-\symAMSa=\mathgroup4
-\symAMSb=\mathgroup5
-LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
-(Font) U/euf/m/n --> U/euf/b/n on input line 96.
-)))
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetranslator.sty
-Package: beamerbasetranslator 2010/06/11 (rcs-revision 85fd1cc7fc42)
-
-(/usr/share/texmf/tex/latex/beamer/base/translator/translator.sty
-Package: translator 2010/06/12 ver 1.10
-
-(/usr/share/texmf/tex/latex/beamer/base/translator/translator-language-mappings
-.tex))) (/usr/share/texmf/tex/latex/beamer/base/beamerbasemisc.sty
-Package: beamerbasemisc 2010/06/06 (rcs-revision bff0a9294b45)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetwoscreens.sty
-Package: beamerbasetwoscreens 2010/05/01 (rcs-revision efa082c6111d)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseoverlay.sty
-Package: beamerbaseoverlay 2010/05/07 (rcs-revision 5584dad462a9)
-\beamer@argscount=\count126
-\beamer@lastskipcover=\skip44
-\beamer@trivlistdepth=\count127
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetitle.sty
-Package: beamerbasetitle 2010/06/12 (rcs-revision 717e481ca47a)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasesection.sty
-Package: beamerbasesection 2010/06/17 (rcs-revision e0d9401bb743)
-\c@lecture=\count128
-\c@part=\count129
-\c@section=\count130
-\c@subsection=\count131
-\c@subsubsection=\count132
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframe.sty
-Package: beamerbaseframe 2010/06/06 (rcs-revision bff0a9294b45)
-\beamer@framebox=\box40
-\beamer@frametitlebox=\box41
-\beamer@zoombox=\box42
-\beamer@zoomcount=\count133
-\beamer@zoomframecount=\count134
-\beamer@frametextheight=\dimen164
-\c@subsectionslide=\count135
-\beamer@frametopskip=\skip45
-\beamer@framebottomskip=\skip46
-\beamer@frametopskipautobreak=\skip47
-\beamer@framebottomskipautobreak=\skip48
-\beamer@envbody=\toks24
-\c@framenumber=\count136
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseverbatim.sty
-Package: beamerbaseverbatim 2010/05/01 (rcs-revision efa082c6111d)
-\beamer@verbatimfileout=\write4
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframesize.sty
-Package: beamerbaseframesize 2010/06/27 (rcs-revision 6baa2d92e6f1)
-\beamer@splitbox=\box43
-\beamer@autobreakcount=\count137
-\beamer@autobreaklastheight=\dimen165
-\beamer@frametitletoks=\toks25
-\beamer@framesubtitletoks=\toks26
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframecomponents.sty
-Package: beamerbaseframecomponents 2010/07/12 (rcs-revision 09e82992d9b1)
-\beamer@footins=\box44
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasecolor.sty
-Package: beamerbasecolor 2010/06/06 (rcs-revision d1a9b48be06d)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasenotes.sty
-Package: beamerbasenotes 2010/05/01 (rcs-revision efa082c6111d)
-\beamer@frameboxcopy=\box45
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetoc.sty
-Package: beamerbasetoc 2010/06/11 (rcs-revision 242ecaa6783b)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetemplates.sty
-Package: beamerbasetemplates 2010/05/01 (rcs-revision efa082c6111d)
-\beamer@sbttoks=\toks27
-
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseauxtemplates.sty
-Package: beamerbaseauxtemplates 2010/05/01 (rcs-revision efa082c6111d)
-
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseboxes.sty
-Package: beamerbaseboxes 2010/05/01 (rcs-revision efa082c6111d)
-\bmb@box=\box46
-\bmb@colorbox=\box47
-\bmb@boxshadow=\box48
-\bmb@boxshadowball=\box49
-\bmb@boxshadowballlarge=\box50
-\bmb@temp=\dimen166
-\bmb@dima=\dimen167
-\bmb@dimb=\dimen168
-\bmb@prevheight=\dimen169
-)
-\beamer@blockheadheight=\dimen170
-))
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaselocalstructure.sty
-Package: beamerbaselocalstructure 2010/06/01 (rcs-revision 81f9e33f7cc2)
-
-(/usr/share/texlive/texmf-dist/tex/latex/tools/enumerate.sty
-Package: enumerate 1999/03/05 v3.00 enumerate extensions (DPC)
-\@enLab=\toks28
-)
-\c@figure=\count138
-\c@table=\count139
-\abovecaptionskip=\skip49
-\belowcaptionskip=\skip50
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasenavigation.sty
-Package: beamerbasenavigation 2010/05/01 (rcs-revision efa082c6111d)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetheorems.sty
-Package: beamerbasetheorems 2010/06/06 (rcs-revision 7e7cc5e53e9d)
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
-Package: amsmath 2000/07/18 v2.13 AMS math features
-\@mathmargin=\skip51
-
-For additional information on amsmath, use the `?' option.
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
-Package: amstext 2000/06/29 v2.01
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
-File: amsgen.sty 1999/11/30 v2.0
-\@emptytoks=\toks29
-\ex@=\dimen171
-))
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
-Package: amsbsy 1999/11/29 v1.2d
-\pmbraise@=\dimen172
-)
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
-Package: amsopn 1999/12/14 v2.01 operator names
-)
-\inf@bad=\count140
-LaTeX Info: Redefining \frac on input line 211.
-\uproot@=\count141
-\leftroot@=\count142
-LaTeX Info: Redefining \overline on input line 307.
-\classnum@=\count143
-\DOTSCASE@=\count144
-LaTeX Info: Redefining \ldots on input line 379.
-LaTeX Info: Redefining \dots on input line 382.
-LaTeX Info: Redefining \cdots on input line 467.
-\Mathstrutbox@=\box51
-\strutbox@=\box52
-\big@size=\dimen173
-LaTeX Font Info: Redeclaring font encoding OML on input line 567.
-LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
-\macc@depth=\count145
-\c@MaxMatrixCols=\count146
-\dotsspace@=\muskip11
-\c@parentequation=\count147
-\dspbrk@lvl=\count148
-\tag@help=\toks30
-\row@=\count149
-\column@=\count150
-\maxfields@=\count151
-\andhelp@=\toks31
-\eqnshift@=\dimen174
-\alignsep@=\dimen175
-\tagshift@=\dimen176
-\tagwidth@=\dimen177
-\totwidth@=\dimen178
-\lineht@=\dimen179
-\@envbody=\toks32
-\multlinegap=\skip52
-\multlinetaggap=\skip53
-\mathdisplay@stack=\toks33
-LaTeX Info: Redefining \[ on input line 2666.
-LaTeX Info: Redefining \] on input line 2667.
-)
-(/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty
-Package: amsthm 2009/07/02 v2.20.1
-\thm@style=\toks34
-\thm@bodyfont=\toks35
-\thm@headfont=\toks36
-\thm@notefont=\toks37
-\thm@headpunct=\toks38
-\thm@preskip=\skip54
-\thm@postskip=\skip55
-\thm@headsep=\skip56
-\dth@everypar=\toks39
-)
-\c@theorem=\count152
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasethemes.sty
-Package: beamerbasethemes 2010/05/01 (rcs-revision efa082c6111d)
-))
-(/usr/share/texmf/tex/latex/beamer/base/themes/theme/beamerthemedefault.sty
-Package: beamerthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
-
-(/usr/share/texmf/tex/latex/beamer/base/themes/font/beamerfontthemedefault.sty
-Package: beamerfontthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
-)
-(/usr/share/texmf/tex/latex/beamer/base/themes/color/beamercolorthemedefault.st
-y
-Package: beamercolorthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
-)
-(/usr/share/texmf/tex/latex/beamer/base/themes/inner/beamerinnerthemedefault.st
-y
-Package: beamerinnerthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
-\beamer@dima=\dimen180
-\beamer@dimb=\dimen181
-)
-(/usr/share/texmf/tex/latex/beamer/base/themes/outer/beamerouterthemedefault.st
-y
-Package: beamerouterthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
-)))
-! Undefined control sequence.
-l.3 \newcommandx
- {\bf x}
-?
-
-! LaTeX Error: Missing \begin{document}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.3 \newcommandx{\bf x
- }
-?
-! Undefined control sequence.
-l.4 \newcommandy
- {\bf y}
-?
-(/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty
-Package: makeidx 2000/03/29 v1.0m Standard LaTeX package
-)
-(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
-\lst@mode=\count153
-\lst@gtempboxa=\box53
-\lst@token=\toks40
-\lst@length=\count154
-\lst@currlwidth=\dimen182
-\lst@column=\count155
-\lst@pos=\count156
-\lst@lostspace=\dimen183
-\lst@width=\dimen184
-\lst@newlines=\count157
-\lst@lineno=\count158
-\lst@maxwidth=\dimen185
-
-(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty
-File: lstmisc.sty 2007/02/22 1.4 (Carsten Heinz)
-\c@lstnumber=\count159
-\lst@skipnumbers=\count160
-\lst@framebox=\box54
-)
-(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg
-File: listings.cfg 2007/02/22 1.4 listings configuration
-))
-Package: listings 2007/02/22 1.4 (Carsten Heinz)
-
-(/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty
-Package: colortbl 2012/02/13 v1.0a Color table columns (DPC)
-
-(/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty
-Package: array 2008/09/09 v2.4c Tabular extension package (FMi)
-\col@sep=\dimen186
-\extrarowheight=\dimen187
-\NC@list=\toks41
-\extratabsurround=\skip57
-\backup@length=\skip58
-)
-\everycr=\toks42
-\minrowclearance=\skip59
-)
-(/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty
-Package: helvet 2005/04/12 PSNFSS-v9.2a (WaS)
-)
-(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty
-Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
-)
-(/usr/share/texmf/tex/latex/pgf/frontendlayer/tikz.sty
-(/usr/share/texmf/tex/latex/pgf/basiclayer/pgf.sty
-Package: pgf 2008/01/15 v2.10 (rcs-revision 1.12)
-
-(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
-File: pgfmoduleshapes.code.tex 2010/09/09 (rcs-revision 1.13)
-\pgfnodeparttextbox=\box55
-)
-(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduleplot.code.tex
-File: pgfmoduleplot.code.tex 2010/10/22 (rcs-revision 1.8)
-)
-(/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
-Package: pgfcomp-version-0-65 2007/07/03 v2.10 (rcs-revision 1.7)
-\pgf@nodesepstart=\dimen188
-\pgf@nodesepend=\dimen189
-)
-(/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
-Package: pgfcomp-version-1-18 2007/07/23 v2.10 (rcs-revision 1.1)
-))
-(/usr/share/texmf/tex/latex/pgf/utilities/pgffor.sty
-(/usr/share/texmf/tex/latex/pgf/utilities/pgfkeys.sty
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex))
-(/usr/share/texmf/tex/generic/pgf/utilities/pgffor.code.tex
-Package: pgffor 2010/03/23 v2.10 (rcs-revision 1.18)
-\pgffor@iter=\dimen190
-\pgffor@skip=\dimen191
-\pgffor@stack=\toks43
-\pgffor@toks=\toks44
-))
-(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
-Package: tikz 2010/10/13 v2.10 (rcs-revision 1.76)
-
-(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex
-File: pgflibraryplothandlers.code.tex 2010/05/31 v2.10 (rcs-revision 1.15)
-\pgf@plot@mark@count=\count161
-\pgfplotmarksize=\dimen192
-)
-\tikz@lastx=\dimen193
-\tikz@lasty=\dimen194
-\tikz@lastxsaved=\dimen195
-\tikz@lastysaved=\dimen196
-\tikzleveldistance=\dimen197
-\tikzsiblingdistance=\dimen198
-\tikz@figbox=\box56
-\tikz@tempbox=\box57
-\tikztreelevel=\count162
-\tikznumberofchildren=\count163
-\tikznumberofcurrentchild=\count164
-\tikz@fig@count=\count165
-
-(/usr/share/texmf/tex/generic/pgf/modules/pgfmodulematrix.code.tex
-File: pgfmodulematrix.code.tex 2010/08/24 (rcs-revision 1.4)
-\pgfmatrixcurrentrow=\count166
-\pgfmatrixcurrentcolumn=\count167
-\pgf@matrix@numberofcolumns=\count168
-)
-\tikz@expandcount=\count169
-
-(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopat
-hs.code.tex
-File: tikzlibrarytopaths.code.tex 2008/06/17 v2.10 (rcs-revision 1.2)
-))) (/usr/share/texmf/tex/latex/pgf/utilities/pgfpages.sty
-Package: pgfpages 2004/11/05 ver 0.01
-
-(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty
-Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
-\calc@Acount=\count170
-\calc@Bcount=\count171
-\calc@Adimen=\dimen199
-\calc@Bdimen=\dimen200
-\calc@Askip=\skip60
-\calc@Bskip=\skip61
-LaTeX Info: Redefining \setlength on input line 76.
-LaTeX Info: Redefining \addtolength on input line 77.
-\calc@Ccount=\count172
-\calc@Cskip=\skip62
-)
-\pgf@logicalpages=\count173
-\pgf@firstshipout=\count174
-\pgf@lastshipout=\count175
-\pgf@currentshipout=\count176
-\pgf@cpn=\count177
-\pgf@shipoutnextto=\count178
-\pgfphysicalheight=\dimen201
-\pgfphysicalwidth=\dimen202
-\pgfpages@shipoutbox=\box58
-) (./slides.aux)
-\openout1 = `slides.aux'.
-
-LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 8.
-LaTeX Font Info: ... okay on input line 8.
-LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 8.
-LaTeX Font Info: ... okay on input line 8.
-LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 8.
-LaTeX Font Info: ... okay on input line 8.
-LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 8.
-LaTeX Font Info: ... okay on input line 8.
-LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 8.
-LaTeX Font Info: ... okay on input line 8.
-LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 8.
-LaTeX Font Info: ... okay on input line 8.
-LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 8.
-LaTeX Font Info: ... okay on input line 8.
-LaTeX Font Info: Try loading font information for OT1+phv on input line 8.
-
-(/usr/share/texlive/texmf-dist/tex/latex/psnfss/ot1phv.fd
-File: ot1phv.fd 2001/06/04 scalable font definitions for OT1/phv.
-)
-! Font OT1/phv/m/n/10.95=phvr7t at 10.95pt not loadable: Metric (TFM) file not
-found.
-<to be read again>
- relax
-l.8 \begin{document}
-
-?
-*geometry* driver: auto-detecting
-*geometry* detected driver: pdftex
-*geometry* verbose mode - [ preamble ] result:
-* driver: pdftex
-* paper: custom
-* layout: <same size as paper>
-* layoutoffset:(h,v)=(0.0pt,0.0pt)
-* modes: includehead includefoot
-* h-part:(L,W,R)=(28.45274pt, 307.28987pt, 28.45274pt)
-* v-part:(T,H,B)=(0.0pt, 273.14662pt, 0.0pt)
-* \paperwidth=364.19536pt
-* \paperheight=273.14662pt
-* \textwidth=307.28987pt
-* \textheight=244.6939pt
-* \oddsidemargin=-43.81725pt
-* \evensidemargin=-43.81725pt
-* \topmargin=-72.26999pt
-* \headheight=14.22636pt
-* \headsep=0.0pt
-* \topskip=11.0pt
-* \footskip=14.22636pt
-* \marginparwidth=4.0pt
-* \marginparsep=10.0pt
-* \columnsep=10.0pt
-* \skip\footins=10.0pt plus 4.0pt minus 2.0pt
-* \hoffset=0.0pt
-* \voffset=0.0pt
-* \mag=1000
-* \@twocolumnfalse
-* \@twosidefalse
-* \@mparswitchfalse
-* \@reversemarginfalse
-* (1in=72.27pt=25.4mm, 1cm=28.453pt)
-
-(/usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii
-[Loading MPS to PDF converter (version 2006.09.02).]
-\scratchcounter=\count179
-\scratchdimen=\dimen203
-\scratchbox=\box59
-\nofMPsegments=\count180
-\nofMParguments=\count181
-\everyMPshowfont=\toks45
-\MPscratchCnt=\count182
-\MPscratchDim=\dimen204
-\MPnumerator=\count183
-\makeMPintoPDFobject=\count184
-\everyMPtoPDFconversion=\toks46
-) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
-Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf
-
-(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty
-Package: grfext 2010/08/19 v1.1 Managing graphics extensions (HO)
-)
-Package grfext Info: Graphics extension search list:
-(grfext) [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
-G,.JBIG2,.JB2,.eps]
-(grfext) \AppendGraphicsExtensions on input line 452.
-
-(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
-File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
-e
-))
-ABD: EveryShipout initializing macros
-\AtBeginShipoutBox=\box60
-Package hyperref Info: Link coloring OFF on input line 8.
-
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
-Package: nameref 2010/04/30 v2.40 Cross-referencing by name of section
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
-Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO)
-)
-\c@section@level=\count185
-)
-LaTeX Info: Redefining \ref on input line 8.
-LaTeX Info: Redefining \pageref on input line 8.
-LaTeX Info: Redefining \nameref on input line 8.
-
-(./slides.out) (./slides.out)
-\@outlinefile=\write5
-\openout5 = `slides.out'.
-
-LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
-(Font) OT1/cmr/m/n --> OT1/cmss/m/n on input line 8.
-LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
-(Font) OT1/cmr/bx/n --> OT1/cmss/bx/n on input line 8.
-\symnumbers=\mathgroup6
-\sympureletters=\mathgroup7
-LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `normal'
-(Font) OT1/cmss/m/n --> OT1/cmr/m/n on input line 8.
-LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 8.
-LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
-(Font) OT1/cmr/bx/n --> OT1/phv/bx/n on input line 8.
-LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
-(Font) OT1/cmr/bx/n --> OT1/phv/bx/n on input line 8.
-LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 8.
-LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
-(Font) OT1/cmss/m/n --> OT1/phv/m/n on input line 8.
-LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
-(Font) OT1/cmss/bx/n --> OT1/phv/m/n on input line 8.
-LaTeX Font Info: Redeclaring math alphabet \mathit on input line 8.
-LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
-(Font) OT1/cmr/m/it --> OT1/phv/m/it on input line 8.
-LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
-(Font) OT1/cmr/bx/it --> OT1/phv/m/it on input line 8.
-LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 8.
-LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
-(Font) OT1/cmtt/m/n --> OT1/cmtt/m/n on input line 8.
-LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
-(Font) OT1/cmtt/m/n --> OT1/cmtt/m/n on input line 8.
-LaTeX Font Info: Overwriting symbol font `numbers' in version `bold'
-(Font) OT1/phv/m/n --> OT1/phv/bx/n on input line 8.
-LaTeX Font Info: Overwriting symbol font `pureletters' in version `bold'
-(Font) OT1/phv/m/it --> OT1/phv/bx/it on input line 8.
-LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `bold'
-(Font) OT1/cmss/bx/n --> OT1/cmr/bx/n on input line 8.
-LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
-(Font) OT1/phv/bx/n --> OT1/phv/bx/n on input line 8.
-LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
-(Font) OT1/phv/m/n --> OT1/phv/bx/n on input line 8.
-LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
-(Font) OT1/phv/m/it --> OT1/phv/bx/it on input line 8.
-LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
-(Font) OT1/cmtt/m/n --> OT1/cmtt/bx/n on input line 8.
-
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-basic-dicti
-onary/translator-basic-dictionary-English.dict
-Dictionary: translator-basic-dictionary, Language: English
-)
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-bibliograph
-y-dictionary/translator-bibliography-dictionary-English.dict
-Dictionary: translator-bibliography-dictionary, Language: English
-)
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-environment
--dictionary/translator-environment-dictionary-English.dict
-Dictionary: translator-environment-dictionary, Language: English
-)
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-months-dict
-ionary/translator-months-dictionary-English.dict
-Dictionary: translator-months-dictionary, Language: English
-)
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-numbers-dic
-tionary/translator-numbers-dictionary-English.dict
-Dictionary: translator-numbers-dictionary, Language: English
-)
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-theorem-dic
-tionary/translator-theorem-dictionary-English.dict
-Dictionary: translator-theorem-dictionary, Language: English
-)
-\c@lstlisting=\count186
- (./slides.nav)
-! Font OT1/phv/m/n/6=phvr7t at 6.0pt not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.8 \begin{document}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <10.95> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 37.
-! Font OT1/phv/bx/n/10.95=phvb7t at 10.95pt not loadable: Metric (TFM) file not
- found.
-<to be read again>
- relax
-l.37 \end{frame}
-
-?
-! Font \OT1/phv/b/n/10.95=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- \relax
-l.37 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no : in font nullfont!
-LaTeX Font Info: Font shape `OT1/phv/bx/it' in size <10.95> not available
-(Font) Font shape `OT1/phv/b/it' tried instead on input line 37.
-LaTeX Font Info: Font shape `OT1/phv/b/it' in size <10.95> not available
-(Font) Font shape `OT1/phv/b/sl' tried instead on input line 37.
-! Font OT1/phv/bx/it/10.95=phvbo7t at 10.95pt not loadable: Metric (TFM) file n
-ot found.
-<to be read again>
- relax
-l.37 \end{frame}
-
-?
-! Font \OT1/phv/b/sl/10.95=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- \relax
-l.37 \end{frame}
-
-?
-! Font \OT1/phv/b/sl/10.95=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- \relax
-l.37 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-LaTeX Font Info: Try loading font information for U+msa on input line 37.
-(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
-File: umsa.fd 2009/06/22 v3.00 AMS symbols A
-)
-LaTeX Font Info: Try loading font information for U+msb on input line 37.
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
-File: umsb.fd 2009/06/22 v3.00 AMS symbols B
-)
-! Font OT1/phv/m/n/8=phvr7t at 8.0pt not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.37 \end{frame}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <10.95> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 37.
-! Font OT1/phv/m/it/10.95=phvro7t at 10.95pt not loadable: Metric (TFM) file no
-t found.
-<to be read again>
- relax
-l.37 \end{frame}
-
-?
-! Font OT1/phv/m/sl/10.95=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.37 \end{frame}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <8> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 37.
-! Font OT1/phv/m/it/8=phvro7t at 8.0pt not loadable: Metric (TFM) file not foun
-d.
-<to be read again>
- relax
-l.37 \end{frame}
-
-?
-! Font OT1/phv/m/sl/8=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.37 \end{frame}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <6> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 37.
-! Font OT1/phv/m/it/6=phvro7t at 6.0pt not loadable: Metric (TFM) file not foun
-d.
-<to be read again>
- relax
-l.37 \end{frame}
-
-?
-! Font OT1/phv/m/sl/6=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.37 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ..._1 \leq 42, \; x_2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.37 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ..._1 \leq 42, \; x_2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.37 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ..._1 \leq 42, \; x_2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.37 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ..._1 \leq 42, \; x_2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.37 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ..._1 \leq 42, \; x_2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.37 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ..._1 \leq 42, \; x_2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.37 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ..._1 \leq 42, \; x_2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.37 \end{frame}
-
-?
-! \textfont 6 is undefined (character 3).
-\beamer@doifinframe ..._1 \leq 42, \; x_2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.37 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-! \scriptfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.37 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/eef/Yovine96' on page 1 undefined on input l
-ine 37.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/rtss/LarsenLPY97' on page 1 undefined on inp
-ut line 37.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 1 undefined on input line 37.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 1 undefined on input li
-ne 37.
-
-Missing character: There is no ] in font nullfont!
-! Font OT1/phv/m/n/14.4=phvr7t at 14.4pt not loadable: Metric (TFM) file not fo
-und.
-<to be read again>
- relax
-l.37 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <14.4> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 37.
-! Font OT1/phv/bx/n/14.4=phvb7t at 14.4pt not loadable: Metric (TFM) file not f
-ound.
-<to be read again>
- relax
-l.37 \end{frame}
-
-?
-! Font \OT1/phv/b/n/14.4=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- \relax
-l.37 \end{frame}
-
-?
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no ) in font nullfont!
-
-Overfull \vbox (14.12917pt too high) has occurred while \output is active []
-
-
-! Font OT1/phv/m/n/4=phvr7t at 4.0pt not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.37 \end{frame}
-
-?
-[1
-
-{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `DBLP:conf/vmcai/SankaranarayananSM05' on page 2 undefi
-ned on input line 161.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ...\in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...\in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...\in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...\in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.161 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-\beamer@doifinframe ...\in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.161 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-\beamer@doifinframe ...\in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.161 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 6 is undefined (character 1).
-<argument> at most one $1$
-
-l.161 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 6 is undefined (character 1).
-<argument> at most one $-1$
-
-l.161 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.161 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> \gamma (b) &:= \{ x \in \Z
- ^n \mid T x \leq b \} && \text {for a...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <8> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 161.
-! Font OT1/phv/bx/n/8=phvb7t at 8.0pt not loadable: Metric (TFM) file not found
-.
-<to be read again>
- relax
-l.161 \end{frame}
-
-?
-! Font \OT1/phv/b/n/8=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- \relax
-l.161 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <6> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 161.
-! Font OT1/phv/bx/n/6=phvb7t at 6.0pt not loadable: Metric (TFM) file not found
-.
-<to be read again>
- relax
-l.161 \end{frame}
-
-?
-! Font \OT1/phv/b/n/6=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- \relax
-l.161 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! Undefined control sequence.
-<argument> ... b \} && \text {for all } b \in \CZ
- ^m \\ \alpha (X) &:= \min ...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.161 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\alpha (X) &:= \min \; \{ b \in \CZ
- ^m \mid \gamma (b) \supset...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! Undefined control sequence.
-<argument> ... && \text {for all } X \subseteq \Z
- ^n
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.161 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> \gamma (b) &:= \{ x \in \Z
- ^n \mid T x \leq b \} && \text {for a...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! Undefined control sequence.
-<argument> ... b \} && \text {for all } b \in \CZ
- ^m \\ \alpha (X) &:= \min ...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.161 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\alpha (X) &:= \min \; \{ b \in \CZ
- ^m \mid \gamma (b) \supset...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! Undefined control sequence.
-<argument> ... && \text {for all } X \subseteq \Z
- ^n
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.161 \end{frame}
-
-?
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ... \\ -1 & 1 \end {pmatrix} $
- . Then: \par $ \gamma \lef...
-l.161 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! \textfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-
-! LaTeX Error: Command \itshape invalid in math mode.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.161 \end{frame}
-
-?
-
-! LaTeX Error: Command \itshape invalid in math mode.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.161 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.161 \end{frame}
-
-?
-! Missing \right. inserted.
-<inserted text>
- \right .
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character G).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character l).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character F).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character i).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character n).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character d).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character m).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character i).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character n).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character i).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character m).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character l).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character z).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character n).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character e).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character h).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character e).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character i).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character n).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character v).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character i).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character n).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-<recently read> $
-
-l.161 \end{frame}
-
-?
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no : in font nullfont!
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \path [ultra thick,->] ...
-l.161 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \stmtone
-
-l.161 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \stmttwo
-
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ... \\ -1 & 1 \end {pmatrix} $
- \end {center} \par \vspac...
-l.161 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 7 is undefined (character a).
-\beamer@doifinframe ...-5mm} For program point $a$
- : \par \smallskip $ \gamma...
-l.161 \end{frame}
-
-?
-Missing character: There is no : in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-Missing character: There is no in font cmss10!
-Missing character: There is no in font cmss10!
-Missing character: There is no F in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...gskip For program point $b$
- : \par \smallskip $ \gamma...
-l.161 \end{frame}
-
-?
-Missing character: There is no : in font nullfont!
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.161 \end{frame}
-
-?
-Missing character: There is no in font cmss10!
-Missing character: There is no in font cmss10!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no ) in font nullfont!
-
-Overfull \vbox (116.60818pt too high) detected at line 161
- []
-
-[2
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `Sagiv01' on page 3 undefined on input line 206.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 3 undefined on input li
-ne 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 3 undefined on input
- line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Font OT1/phv/m/n/10=phvr7t at 10.0pt not loadable: Metric (TFM) file not foun
-d.
-<to be read again>
- relax
-l.206 \end{frame}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <5> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 206.
-! Font OT1/phv/bx/n/5=phvb7t at 5.0pt not loadable: Metric (TFM) file not found
-.
-<to be read again>
- relax
-l.206 \end{frame}
-
-?
-! Font OT1/phv/b/n/5=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.206 \end{frame}
-
-?
-! Font OT1/phv/m/n/5=phvr7t at 5.0pt not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.206 \end{frame}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <5> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 206.
-! Font OT1/phv/m/it/5=phvro7t at 5.0pt not loadable: Metric (TFM) file not foun
-d.
-<to be read again>
- relax
-l.206 \end{frame}
-
-?
-! Font OT1/phv/m/sl/5=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.206 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <10> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 206.
-! Font OT1/phv/m/it/10=phvro7t at 10.0pt not loadable: Metric (TFM) file not fo
-und.
-<to be read again>
- relax
-l.206 \end{frame}
-
-?
-! Font \OT1/phv/m/sl/10=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- \relax
-l.206 \end{frame}
-
-?
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <10> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 206.
-! Font OT1/phv/bx/n/10=phvb7t at 10.0pt not loadable: Metric (TFM) file not fou
-nd.
-<to be read again>
- relax
-l.206 \end{frame}
-
-?
-! Font OT1/phv/b/n/10=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.206 \end{frame}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <7> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 206.
-! Font OT1/phv/bx/n/7=phvb7t at 7.0pt not loadable: Metric (TFM) file not found
-.
-<to be read again>
- relax
-l.206 \end{frame}
-
-?
-! Font OT1/phv/b/n/7=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.206 \end{frame}
-
-?
-! Font OT1/phv/m/n/7=phvr7t at 7.0pt not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.206 \end{frame}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <7> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 206.
-! Font OT1/phv/m/it/7=phvro7t at 7.0pt not loadable: Metric (TFM) file not foun
-d.
-<to be read again>
- relax
-l.206 \end{frame}
-
-?
-! Font OT1/phv/m/sl/7=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 3 undefined on inpu
-t line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-[3
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `Sagiv01' on page 4 undefined on input line 206.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 4 undefined on input li
-ne 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 4 undefined on input
- line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 4 undefined on inpu
-t line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-[4
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `Sagiv01' on page 5 undefined on input line 206.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 5 undefined on input li
-ne 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 5 undefined on input
- line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 5 undefined on inpu
-t line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-[5
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `Sagiv01' on page 6 undefined on input line 206.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 6 undefined on input li
-ne 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 6 undefined on input
- line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 6 undefined on inpu
-t line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-[6
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `Sagiv01' on page 7 undefined on input line 206.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 7 undefined on input li
-ne 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 7 undefined on input
- line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 7 undefined on inpu
-t line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-[7
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `Sagiv01' on page 8 undefined on input line 206.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 8 undefined on input li
-ne 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 8 undefined on input
- line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 8 undefined on inpu
-t line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-[8
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `Sagiv01' on page 9 undefined on input line 206.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 9 undefined on input li
-ne 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 9 undefined on input
- line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 9 undefined on inpu
-t line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-[9
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `Sagiv01' on page 10 undefined on input line 206.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 10 undefined on input l
-ine 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 10 undefined on inpu
-t line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 10 undefined on inp
-ut line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-[10
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `Sagiv01' on page 11 undefined on input line 206.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 11 undefined on input l
-ine 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 11 undefined on inpu
-t line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 11 undefined on inp
-ut line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-[11
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `Sagiv01' on page 12 undefined on input line 206.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 12 undefined on input l
-ine 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 12 undefined on inpu
-t line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 12 undefined on inp
-ut line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-[12
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `Sagiv01' on page 13 undefined on input line 206.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 13 undefined on input l
-ine 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 13 undefined on inpu
-t line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 13 undefined on inp
-ut line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-[13
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `Sagiv01' on page 14 undefined on input line 206.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 14 undefined on input l
-ine 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 14 undefined on inpu
-t line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...signments (like $x = x + d$
- and $x = y + d$). \smalls...
-l.206 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...$x = x + d$ and $x = y + d$
- ). \smallskip \item <6-> C...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 14 undefined on inp
-ut line 206.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...x_1 + \cdots + c_k x_k + d$
- ) \smallskip \item <11-> P...
-l.206 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.206 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-[14
-
-]
-! Font OT1/phv/m/n/20.74=phvr7t at 20.74pt not loadable: Metric (TFM) file not
-found.
-<to be read again>
- relax
-l.242 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no ? in font nullfont!
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <20.74> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 242.
-! Font OT1/phv/bx/n/20.74=phvb7t at 20.74pt not loadable: Metric (TFM) file not
- found.
-<to be read again>
- relax
-l.242 \end{frame}
-
-?
-! Font \OT1/phv/b/n/20.74=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- \relax
-l.242 \end{frame}
-
-?
-Missing character: There is no I in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-LaTeX Font Info: Font shape `OT1/phv/bx/it' in size <20.74> not available
-(Font) Font shape `OT1/phv/b/it' tried instead on input line 242.
-LaTeX Font Info: Font shape `OT1/phv/b/it' in size <20.74> not available
-(Font) Font shape `OT1/phv/b/sl' tried instead on input line 242.
-! Font OT1/phv/bx/it/20.74=phvbo7t at 20.74pt not loadable: Metric (TFM) file n
-ot found.
-<to be read again>
- relax
-l.242 \end{frame}
-
-?
-! Font \OT1/phv/b/sl/20.74=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- \relax
-l.242 \end{frame}
-
-?
-! Font \OT1/phv/b/sl/20.74=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- \relax
-l.242 \end{frame}
-
-?
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <12> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 242.
-! Font OT1/phv/bx/n/12=phvb7t at 12.0pt not loadable: Metric (TFM) file not fou
-nd.
-<to be read again>
- relax
-l.242 \end{frame}
-
-?
-! Font OT1/phv/b/n/12=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.242 \end{frame}
-
-?
-! Font OT1/phv/m/n/12=phvr7t at 12.0pt not loadable: Metric (TFM) file not foun
-d.
-<to be read again>
- relax
-l.242 \end{frame}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <20.74> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 242.
-! Font OT1/phv/m/it/20.74=phvro7t at 20.74pt not loadable: Metric (TFM) file no
-t found.
-<to be read again>
- relax
-l.242 \end{frame}
-
-?
-! Font OT1/phv/m/sl/20.74=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.242 \end{frame}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <14.4> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 242.
-! Font OT1/phv/m/it/14.4=phvro7t at 14.4pt not loadable: Metric (TFM) file not
-found.
-<to be read again>
- relax
-l.242 \end{frame}
-
-?
-! Font OT1/phv/m/sl/14.4=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.242 \end{frame}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <12> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 242.
-! Font OT1/phv/m/it/12=phvro7t at 12.0pt not loadable: Metric (TFM) file not fo
-und.
-<to be read again>
- relax
-l.242 \end{frame}
-
-?
-! Font OT1/phv/m/sl/12=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.242 \end{frame}
-
-?
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-
-Overfull \vbox (74.36847pt too high) detected at line 242
- []
-
-[15
-
-]
-! Undefined control sequence.
-l.246 \outline
- {2}
-?
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-<argument> \sem
- {T x \leq c \; \wedge \; x' = A x + d} (X) = \{ x' \mid x \...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> \sem
- {T x \leq c \; \wedge \; x' = A x + d} (X) = \{ x' \mid x \...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-<argument> \sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b) &= \alpha...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...A x + d}^\sharp (b) &= \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.271 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> \sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b) &= \alpha...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.271 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...A x + d}^\sharp (b) &= \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.271 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.271 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
- [16
-
-]
-[17]
-! Undefined control sequence.
-\beamer@doifinframe ...em} over $\CZ $} \par \pos
- {1,1.0}{ $ \begin {matrix}...
-l.318 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 0 in font nullfont!
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.318 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \path [ultra thick,->] ...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \stmtone
-
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \stmttwo
-
-l.318 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.318 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.318 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.318 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.318 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.318 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.318 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ... \\ -1 & 1 \end {pmatrix} $
- } \par \pos {0.3,4}{\bf L...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...nd {pmatrix} $ } \par \pos
- {0.3,4}{\bf Least Solution...
-l.318 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...ast Solution of} \par \pos
- {0.3,4.5}{ $ \begin {array...
-l.318 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 5 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...gin {array}{@{}r@{}l} {\vb
- ^a_{1} &\geq \infty \\} {\...
-l.318 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ..._{1} &\geq \infty \\} {\vb
- ^a_{2} &\geq \infty \\} {\...
-l.318 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.318 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\beamer@doifinframe ...eq \infty \\} {\vb ^a_{2} &
- \geq \infty \\} {\vb ^a_{3...
-l.318 \end{frame}
-
-?
-! Misplaced \cr.
-\reserved@c ->\ifnum 0=`{}\fi \cr
-
-l.318 \end{frame}
-
-?
-! Extra }, or forgotten $.
-<recently read> }
-
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ..._{2} &\geq \infty \\} {\vb
- ^a_{3} &\geq \infty } \\[5...
-l.318 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\beamer@doifinframe ...eq \infty \\} {\vb ^a_{3} &
- \geq \infty } \\[5pt] {\vb...
-l.318 \end{frame}
-
-?
-! Misplaced \cr.
-<recently read> \cr
-
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...\geq \infty } \\[5pt] {\vb
- ^b_{1} &\geq \pi _{1}(\sem...
-l.318 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\beamer@doifinframe ...fty } \\[5pt] {\vb ^b_{1} &
- \geq \pi _{1}(\sem {\stmto...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...^b_{1} &\geq \pi _{1}(\sem
- {\stmtone }^\sharp (\vb ^a...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...eq \pi _{1}(\sem {\stmtone
- }^\sharp (\vb ^a_{1}, \vb ...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...em {\stmtone }^\sharp (\vb
- ^a_{1}, \vb ^a_{2}, \vb ^a...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... }^\sharp (\vb ^a_{1}, \vb
- ^a_{2}, \vb ^a_{3})) \\} {...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...vb ^a_{1}, \vb ^a_{2}, \vb
- ^a_{3})) \\} {\vb ^b_{2} &...
-l.318 \end{frame}
-
-?
-! Misplaced \cr.
-\reserved@c ->\ifnum 0=`{}\fi \cr
-
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...{2}, \vb ^a_{3})) \\} {\vb
- ^b_{2} &\geq \pi _{2}(\sem...
-l.318 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\beamer@doifinframe ... ^a_{3})) \\} {\vb ^b_{2} &
- \geq \pi _{2}(\sem {\stmto...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...^b_{2} &\geq \pi _{2}(\sem
- {\stmtone }^\sharp (\vb ^a...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...eq \pi _{2}(\sem {\stmtone
- }^\sharp (\vb ^a_{1}, \vb ...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...em {\stmtone }^\sharp (\vb
- ^a_{1}, \vb ^a_{2}, \vb ^a...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... }^\sharp (\vb ^a_{1}, \vb
- ^a_{2}, \vb ^a_{3})) \\} {...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...vb ^a_{1}, \vb ^a_{2}, \vb
- ^a_{3})) \\} {\vb ^b_{3} &...
-l.318 \end{frame}
-
-?
-! Misplaced \cr.
-\reserved@c ->\ifnum 0=`{}\fi \cr
-
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...{2}, \vb ^a_{3})) \\} {\vb
- ^b_{3} &\geq \pi _{3}(\sem...
-l.318 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\beamer@doifinframe ... ^a_{3})) \\} {\vb ^b_{3} &
- \geq \pi _{3}(\sem {\stmto...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...^b_{3} &\geq \pi _{3}(\sem
- {\stmtone }^\sharp (\vb ^a...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...eq \pi _{3}(\sem {\stmtone
- }^\sharp (\vb ^a_{1}, \vb ...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...em {\stmtone }^\sharp (\vb
- ^a_{1}, \vb ^a_{2}, \vb ^a...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... }^\sharp (\vb ^a_{1}, \vb
- ^a_{2}, \vb ^a_{3}))} \\[5...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...vb ^a_{1}, \vb ^a_{2}, \vb
- ^a_{3}))} \\[5pt] {\vb ^b_...
-l.318 \end{frame}
-
-?
-! Misplaced \cr.
-<recently read> \cr
-
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...\vb ^a_{3}))} \\[5pt] {\vb
- ^b_{1} &\geq \pi _{1}(\sem...
-l.318 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\beamer@doifinframe ...3}))} \\[5pt] {\vb ^b_{1} &
- \geq \pi _{1}(\sem {\stmtt...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...^b_{1} &\geq \pi _{1}(\sem
- {\stmttwo }^\sharp (\vb ^b...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...eq \pi _{1}(\sem {\stmttwo
- }^\sharp (\vb ^b_{1}, \vb ...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...em {\stmttwo }^\sharp (\vb
- ^b_{1}, \vb ^b_{2}, \vb ^b...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... }^\sharp (\vb ^b_{1}, \vb
- ^b_{2}, \vb ^b_{3})) \\} {...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...vb ^b_{1}, \vb ^b_{2}, \vb
- ^b_{3})) \\} {\vb ^b_{2} &...
-l.318 \end{frame}
-
-?
-! Misplaced \cr.
-\reserved@c ->\ifnum 0=`{}\fi \cr
-
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...{2}, \vb ^b_{3})) \\} {\vb
- ^b_{2} &\geq \pi _{2}(\sem...
-l.318 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\beamer@doifinframe ... ^b_{3})) \\} {\vb ^b_{2} &
- \geq \pi _{2}(\sem {\stmtt...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...^b_{2} &\geq \pi _{2}(\sem
- {\stmttwo }^\sharp (\vb ^b...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...eq \pi _{2}(\sem {\stmttwo
- }^\sharp (\vb ^b_{1}, \vb ...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...em {\stmttwo }^\sharp (\vb
- ^b_{1}, \vb ^b_{2}, \vb ^b...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... }^\sharp (\vb ^b_{1}, \vb
- ^b_{2}, \vb ^b_{3})) \\} {...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...vb ^b_{1}, \vb ^b_{2}, \vb
- ^b_{3})) \\} {\vb ^b_{3} &...
-l.318 \end{frame}
-
-?
-! Misplaced \cr.
-\reserved@c ->\ifnum 0=`{}\fi \cr
-
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...{2}, \vb ^b_{3})) \\} {\vb
- ^b_{3} &\geq \pi _{3}(\sem...
-l.318 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\beamer@doifinframe ... ^b_{3})) \\} {\vb ^b_{3} &
- \geq \pi _{3}(\sem {\stmtt...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...^b_{3} &\geq \pi _{3}(\sem
- {\stmttwo }^\sharp (\vb ^b...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...eq \pi _{3}(\sem {\stmttwo
- }^\sharp (\vb ^b_{1}, \vb ...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...em {\stmttwo }^\sharp (\vb
- ^b_{1}, \vb ^b_{2}, \vb ^b...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... }^\sharp (\vb ^b_{1}, \vb
- ^b_{2}, \vb ^b_{3})) } \en...
-l.318 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...vb ^b_{1}, \vb ^b_{2}, \vb
- ^b_{3})) } \end {array} $ ...
-l.318 \end{frame}
-
-?
-! Misplaced \crcr.
-\endarray ->\crcr
- \egroup \egroup \gdef \@preamble {}\CT@end
-l.318 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\endarray ->\crcr \egroup
- \egroup \gdef \@preamble {}\CT@end
-l.318 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\endarray ->\crcr \egroup \egroup
- \gdef \@preamble {}\CT@end
-l.318 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<inserted text> $
-
-l.318 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.318 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.318 \end{frame}
-
-?
-
-Overfull \hbox (53.19392pt too wide) in paragraph at lines 318--318
-\OMS/cmsy/m/n/10.95 1[]|[][][]|[][][]$
- []
-
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-! Undefined control sequence.
-<recently read> \CZ
-
-l.318 \end{frame}
-
-?
-[18
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\math@cr@@@ ->&
- \omit \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ->&\omit
- \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ... \else \global \@eqnswtrue \fi \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ...@ \@ne \add@amps \maxfields@ \omit
- \kern -\alignsep@ \iftag@ ...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ...wtrue \fi \global \lineht@ \z@ \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \endgroup inserted.
-<inserted text>
- \endgroup
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\math@cr@@ ...th@cr@@@ \noalign {\vskip #1\relax }
-
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\measure@ ...olumn@ \z@ \add@amps \maxfields@ \cr
- }}\restorecounters@ \ifodd...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...lumn@ \z@ \add@amps \maxfields@ \cr }
- }\restorecounters@ \ifodd ...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...umn@ \z@ \add@amps \maxfields@ \cr }}
- \restorecounters@ \ifodd \...
-l.368 \end{frame}
-
-?
-! Missing number, treated as zero.
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Illegal unit of measure (pt inserted).
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \cr inserted.
-<inserted text>
- \cr
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten $.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...; x' = A x + d}^\sharp (b)) \\ {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\black@ #1->\noalign
- {\ifdim #1>\displaywidth \dimen@ \prevdepth \nointerlin...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\endalign ->\math@cr \black@ \totwidth@ \egroup
- \ifingather@ \restorealignst...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@framepauses} on input line 368 ended by \end{align
-*}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \endgroup
-l.368 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...bigskip $\pi _k \circ \sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...x' = A x + d}^\sharp : \CZ
- ^m \to \CZ $ \begin {enume...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...d}^\sharp : \CZ ^m \to \CZ
- $ \begin {enumerate} \smal...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! Undefined control sequence.
-<recently read> \CZ
-
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...om the set $\CZ ^M \to \CZ
- $. \smallskip \item <14-> ...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character M).
-\beamer@doifinframe ...m the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.368 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@frameslide} on input line 368 ended by \end{beamer
-@framepauses}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Too many }'s.
-\endbeamer@frameslide ...amer@framepauses}\egroup
- \ifx \beamer@frametitle \@...
-l.368 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\endbeamer@frameslide ...box \else \beamer@zoomer
- \fi \beamer@undolabels \be...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{document} ended by \end{beamer@frameslide}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Extra \endgroup.
-<recently read> \endgroup
-
-l.368 \end{frame}
-
-?
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
- [19
-
-]
-Overfull \vbox (139.23218pt too high) has occurred while \output is active []
-
-
-[20]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\math@cr@@@ ->&
- \omit \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ->&\omit
- \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ... \else \global \@eqnswtrue \fi \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ...@ \@ne \add@amps \maxfields@ \omit
- \kern -\alignsep@ \iftag@ ...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ...wtrue \fi \global \lineht@ \z@ \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \endgroup inserted.
-<inserted text>
- \endgroup
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\math@cr@@ ...th@cr@@@ \noalign {\vskip #1\relax }
-
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\measure@ ...olumn@ \z@ \add@amps \maxfields@ \cr
- }}\restorecounters@ \ifodd...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...lumn@ \z@ \add@amps \maxfields@ \cr }
- }\restorecounters@ \ifodd ...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...umn@ \z@ \add@amps \maxfields@ \cr }}
- \restorecounters@ \ifodd \...
-l.368 \end{frame}
-
-?
-! Missing number, treated as zero.
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Illegal unit of measure (pt inserted).
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \cr inserted.
-<inserted text>
- \cr
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten $.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...; x' = A x + d}^\sharp (b)) \\ {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\black@ #1->\noalign
- {\ifdim #1>\displaywidth \dimen@ \prevdepth \nointerlin...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\endalign ->\math@cr \black@ \totwidth@ \egroup
- \ifingather@ \restorealignst...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@framepauses} on input line 368 ended by \end{align
-*}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \endgroup
-l.368 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...bigskip $\pi _k \circ \sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...x' = A x + d}^\sharp : \CZ
- ^m \to \CZ $ \begin {enume...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...d}^\sharp : \CZ ^m \to \CZ
- $ \begin {enumerate} \smal...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! Undefined control sequence.
-<recently read> \CZ
-
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...om the set $\CZ ^M \to \CZ
- $. \smallskip \item <14-> ...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character M).
-\beamer@doifinframe ...m the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.368 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@frameslide} on input line 368 ended by \end{beamer
-@framepauses}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Too many }'s.
-\endbeamer@frameslide ...amer@framepauses}\egroup
- \ifx \beamer@frametitle \@...
-l.368 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\endbeamer@frameslide ...box \else \beamer@zoomer
- \fi \beamer@undolabels \be...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{document} ended by \end{beamer@frameslide}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Extra \endgroup.
-<recently read> \endgroup
-
-l.368 \end{frame}
-
-?
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
- [21
-
-]
-Overfull \vbox (139.23218pt too high) has occurred while \output is active []
-
-
-[22]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\math@cr@@@ ->&
- \omit \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ->&\omit
- \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ... \else \global \@eqnswtrue \fi \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ...@ \@ne \add@amps \maxfields@ \omit
- \kern -\alignsep@ \iftag@ ...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ...wtrue \fi \global \lineht@ \z@ \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \endgroup inserted.
-<inserted text>
- \endgroup
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\math@cr@@ ...th@cr@@@ \noalign {\vskip #1\relax }
-
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\measure@ ...olumn@ \z@ \add@amps \maxfields@ \cr
- }}\restorecounters@ \ifodd...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...lumn@ \z@ \add@amps \maxfields@ \cr }
- }\restorecounters@ \ifodd ...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...umn@ \z@ \add@amps \maxfields@ \cr }}
- \restorecounters@ \ifodd \...
-l.368 \end{frame}
-
-?
-! Missing number, treated as zero.
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Illegal unit of measure (pt inserted).
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \cr inserted.
-<inserted text>
- \cr
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten $.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...; x' = A x + d}^\sharp (b)) \\ {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\black@ #1->\noalign
- {\ifdim #1>\displaywidth \dimen@ \prevdepth \nointerlin...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\endalign ->\math@cr \black@ \totwidth@ \egroup
- \ifingather@ \restorealignst...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@framepauses} on input line 368 ended by \end{align
-*}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \endgroup
-l.368 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...bigskip $\pi _k \circ \sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...x' = A x + d}^\sharp : \CZ
- ^m \to \CZ $ \begin {enume...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...d}^\sharp : \CZ ^m \to \CZ
- $ \begin {enumerate} \smal...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! Undefined control sequence.
-<recently read> \CZ
-
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...om the set $\CZ ^M \to \CZ
- $. \smallskip \item <14-> ...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character M).
-\beamer@doifinframe ...m the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.368 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@frameslide} on input line 368 ended by \end{beamer
-@framepauses}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Too many }'s.
-\endbeamer@frameslide ...amer@framepauses}\egroup
- \ifx \beamer@frametitle \@...
-l.368 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\endbeamer@frameslide ...box \else \beamer@zoomer
- \fi \beamer@undolabels \be...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{document} ended by \end{beamer@frameslide}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Extra \endgroup.
-<recently read> \endgroup
-
-l.368 \end{frame}
-
-?
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
- [23
-
-]
-Overfull \vbox (139.23218pt too high) has occurred while \output is active []
-
-
-[24]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\math@cr@@@ ->&
- \omit \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ->&\omit
- \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ... \else \global \@eqnswtrue \fi \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ...@ \@ne \add@amps \maxfields@ \omit
- \kern -\alignsep@ \iftag@ ...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ...wtrue \fi \global \lineht@ \z@ \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \endgroup inserted.
-<inserted text>
- \endgroup
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\math@cr@@ ...th@cr@@@ \noalign {\vskip #1\relax }
-
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\measure@ ...olumn@ \z@ \add@amps \maxfields@ \cr
- }}\restorecounters@ \ifodd...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...lumn@ \z@ \add@amps \maxfields@ \cr }
- }\restorecounters@ \ifodd ...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...umn@ \z@ \add@amps \maxfields@ \cr }}
- \restorecounters@ \ifodd \...
-l.368 \end{frame}
-
-?
-! Missing number, treated as zero.
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Illegal unit of measure (pt inserted).
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \cr inserted.
-<inserted text>
- \cr
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten $.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...; x' = A x + d}^\sharp (b)) \\ {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\black@ #1->\noalign
- {\ifdim #1>\displaywidth \dimen@ \prevdepth \nointerlin...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\endalign ->\math@cr \black@ \totwidth@ \egroup
- \ifingather@ \restorealignst...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@framepauses} on input line 368 ended by \end{align
-*}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \endgroup
-l.368 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...bigskip $\pi _k \circ \sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...x' = A x + d}^\sharp : \CZ
- ^m \to \CZ $ \begin {enume...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...d}^\sharp : \CZ ^m \to \CZ
- $ \begin {enumerate} \smal...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! Undefined control sequence.
-<recently read> \CZ
-
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...om the set $\CZ ^M \to \CZ
- $. \smallskip \item <14-> ...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character M).
-\beamer@doifinframe ...m the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.368 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@frameslide} on input line 368 ended by \end{beamer
-@framepauses}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Too many }'s.
-\endbeamer@frameslide ...amer@framepauses}\egroup
- \ifx \beamer@frametitle \@...
-l.368 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\endbeamer@frameslide ...box \else \beamer@zoomer
- \fi \beamer@undolabels \be...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{document} ended by \end{beamer@frameslide}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Extra \endgroup.
-<recently read> \endgroup
-
-l.368 \end{frame}
-
-?
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
- [25
-
-]
-Overfull \vbox (139.23218pt too high) has occurred while \output is active []
-
-
-[26]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\math@cr@@@ ->&
- \omit \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ->&\omit
- \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ... \else \global \@eqnswtrue \fi \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ...@ \@ne \add@amps \maxfields@ \omit
- \kern -\alignsep@ \iftag@ ...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ...wtrue \fi \global \lineht@ \z@ \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \endgroup inserted.
-<inserted text>
- \endgroup
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\math@cr@@ ...th@cr@@@ \noalign {\vskip #1\relax }
-
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\measure@ ...olumn@ \z@ \add@amps \maxfields@ \cr
- }}\restorecounters@ \ifodd...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...lumn@ \z@ \add@amps \maxfields@ \cr }
- }\restorecounters@ \ifodd ...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...umn@ \z@ \add@amps \maxfields@ \cr }}
- \restorecounters@ \ifodd \...
-l.368 \end{frame}
-
-?
-! Missing number, treated as zero.
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Illegal unit of measure (pt inserted).
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \cr inserted.
-<inserted text>
- \cr
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten $.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...; x' = A x + d}^\sharp (b)) \\ {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\black@ #1->\noalign
- {\ifdim #1>\displaywidth \dimen@ \prevdepth \nointerlin...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\endalign ->\math@cr \black@ \totwidth@ \egroup
- \ifingather@ \restorealignst...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@framepauses} on input line 368 ended by \end{align
-*}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \endgroup
-l.368 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...bigskip $\pi _k \circ \sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...x' = A x + d}^\sharp : \CZ
- ^m \to \CZ $ \begin {enume...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...d}^\sharp : \CZ ^m \to \CZ
- $ \begin {enumerate} \smal...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! Undefined control sequence.
-<recently read> \CZ
-
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...om the set $\CZ ^M \to \CZ
- $. \smallskip \item <14-> ...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character M).
-\beamer@doifinframe ...m the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.368 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@frameslide} on input line 368 ended by \end{beamer
-@framepauses}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Too many }'s.
-\endbeamer@frameslide ...amer@framepauses}\egroup
- \ifx \beamer@frametitle \@...
-l.368 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\endbeamer@frameslide ...box \else \beamer@zoomer
- \fi \beamer@undolabels \be...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{document} ended by \end{beamer@frameslide}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Extra \endgroup.
-<recently read> \endgroup
-
-l.368 \end{frame}
-
-?
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
- [27
-
-]
-Overfull \vbox (139.23218pt too high) has occurred while \output is active []
-
-
-[28]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\math@cr@@@ ->&
- \omit \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ->&\omit
- \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ... \else \global \@eqnswtrue \fi \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ...@ \@ne \add@amps \maxfields@ \omit
- \kern -\alignsep@ \iftag@ ...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ...wtrue \fi \global \lineht@ \z@ \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \endgroup inserted.
-<inserted text>
- \endgroup
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\math@cr@@ ...th@cr@@@ \noalign {\vskip #1\relax }
-
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\measure@ ...olumn@ \z@ \add@amps \maxfields@ \cr
- }}\restorecounters@ \ifodd...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...lumn@ \z@ \add@amps \maxfields@ \cr }
- }\restorecounters@ \ifodd ...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...umn@ \z@ \add@amps \maxfields@ \cr }}
- \restorecounters@ \ifodd \...
-l.368 \end{frame}
-
-?
-! Missing number, treated as zero.
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Illegal unit of measure (pt inserted).
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \cr inserted.
-<inserted text>
- \cr
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten $.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...; x' = A x + d}^\sharp (b)) \\ {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\black@ #1->\noalign
- {\ifdim #1>\displaywidth \dimen@ \prevdepth \nointerlin...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\endalign ->\math@cr \black@ \totwidth@ \egroup
- \ifingather@ \restorealignst...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@framepauses} on input line 368 ended by \end{align
-*}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \endgroup
-l.368 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...bigskip $\pi _k \circ \sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...x' = A x + d}^\sharp : \CZ
- ^m \to \CZ $ \begin {enume...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...d}^\sharp : \CZ ^m \to \CZ
- $ \begin {enumerate} \smal...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! Undefined control sequence.
-<recently read> \CZ
-
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...om the set $\CZ ^M \to \CZ
- $. \smallskip \item <14-> ...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character M).
-\beamer@doifinframe ...m the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.368 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@frameslide} on input line 368 ended by \end{beamer
-@framepauses}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Too many }'s.
-\endbeamer@frameslide ...amer@framepauses}\egroup
- \ifx \beamer@frametitle \@...
-l.368 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\endbeamer@frameslide ...box \else \beamer@zoomer
- \fi \beamer@undolabels \be...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{document} ended by \end{beamer@frameslide}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Extra \endgroup.
-<recently read> \endgroup
-
-l.368 \end{frame}
-
-?
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
- [29
-
-]
-Overfull \vbox (139.23218pt too high) has occurred while \output is active []
-
-
-[30]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\math@cr@@@ ->&
- \omit \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ->&\omit
- \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ... \else \global \@eqnswtrue \fi \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ...@ \@ne \add@amps \maxfields@ \omit
- \kern -\alignsep@ \iftag@ ...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ...wtrue \fi \global \lineht@ \z@ \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \endgroup inserted.
-<inserted text>
- \endgroup
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\math@cr@@ ...th@cr@@@ \noalign {\vskip #1\relax }
-
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\measure@ ...olumn@ \z@ \add@amps \maxfields@ \cr
- }}\restorecounters@ \ifodd...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...lumn@ \z@ \add@amps \maxfields@ \cr }
- }\restorecounters@ \ifodd ...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...umn@ \z@ \add@amps \maxfields@ \cr }}
- \restorecounters@ \ifodd \...
-l.368 \end{frame}
-
-?
-! Missing number, treated as zero.
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Illegal unit of measure (pt inserted).
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \cr inserted.
-<inserted text>
- \cr
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten $.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...; x' = A x + d}^\sharp (b)) \\ {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\black@ #1->\noalign
- {\ifdim #1>\displaywidth \dimen@ \prevdepth \nointerlin...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\endalign ->\math@cr \black@ \totwidth@ \egroup
- \ifingather@ \restorealignst...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@framepauses} on input line 368 ended by \end{align
-*}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \endgroup
-l.368 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...bigskip $\pi _k \circ \sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...x' = A x + d}^\sharp : \CZ
- ^m \to \CZ $ \begin {enume...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...d}^\sharp : \CZ ^m \to \CZ
- $ \begin {enumerate} \smal...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! Undefined control sequence.
-<recently read> \CZ
-
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...om the set $\CZ ^M \to \CZ
- $. \smallskip \item <14-> ...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character M).
-\beamer@doifinframe ...m the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.368 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@frameslide} on input line 368 ended by \end{beamer
-@framepauses}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Too many }'s.
-\endbeamer@frameslide ...amer@framepauses}\egroup
- \ifx \beamer@frametitle \@...
-l.368 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\endbeamer@frameslide ...box \else \beamer@zoomer
- \fi \beamer@undolabels \be...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{document} ended by \end{beamer@frameslide}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Extra \endgroup.
-<recently read> \endgroup
-
-l.368 \end{frame}
-
-?
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
- [31
-
-]
-Overfull \vbox (139.23218pt too high) has occurred while \output is active []
-
-
-[32]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\math@cr@@@ ->&
- \omit \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ->&\omit
- \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ... \else \global \@eqnswtrue \fi \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ...@ \@ne \add@amps \maxfields@ \omit
- \kern -\alignsep@ \iftag@ ...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ...wtrue \fi \global \lineht@ \z@ \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \endgroup inserted.
-<inserted text>
- \endgroup
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\math@cr@@ ...th@cr@@@ \noalign {\vskip #1\relax }
-
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\measure@ ...olumn@ \z@ \add@amps \maxfields@ \cr
- }}\restorecounters@ \ifodd...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...lumn@ \z@ \add@amps \maxfields@ \cr }
- }\restorecounters@ \ifodd ...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...umn@ \z@ \add@amps \maxfields@ \cr }}
- \restorecounters@ \ifodd \...
-l.368 \end{frame}
-
-?
-! Missing number, treated as zero.
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Illegal unit of measure (pt inserted).
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \cr inserted.
-<inserted text>
- \cr
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten $.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...; x' = A x + d}^\sharp (b)) \\ {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\black@ #1->\noalign
- {\ifdim #1>\displaywidth \dimen@ \prevdepth \nointerlin...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\endalign ->\math@cr \black@ \totwidth@ \egroup
- \ifingather@ \restorealignst...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@framepauses} on input line 368 ended by \end{align
-*}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \endgroup
-l.368 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...bigskip $\pi _k \circ \sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...x' = A x + d}^\sharp : \CZ
- ^m \to \CZ $ \begin {enume...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...d}^\sharp : \CZ ^m \to \CZ
- $ \begin {enumerate} \smal...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! Undefined control sequence.
-<recently read> \CZ
-
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...om the set $\CZ ^M \to \CZ
- $. \smallskip \item <14-> ...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character M).
-\beamer@doifinframe ...m the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.368 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@frameslide} on input line 368 ended by \end{beamer
-@framepauses}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Too many }'s.
-\endbeamer@frameslide ...amer@framepauses}\egroup
- \ifx \beamer@frametitle \@...
-l.368 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\endbeamer@frameslide ...box \else \beamer@zoomer
- \fi \beamer@undolabels \be...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{document} ended by \end{beamer@frameslide}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Extra \endgroup.
-<recently read> \endgroup
-
-l.368 \end{frame}
-
-?
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
- [33
-
-]
-Overfull \vbox (139.23218pt too high) has occurred while \output is active []
-
-
-[34]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\math@cr@@@ ->&
- \omit \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ->&\omit
- \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ... \else \global \@eqnswtrue \fi \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ...@ \@ne \add@amps \maxfields@ \omit
- \kern -\alignsep@ \iftag@ ...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ...wtrue \fi \global \lineht@ \z@ \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \endgroup inserted.
-<inserted text>
- \endgroup
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\math@cr@@ ...th@cr@@@ \noalign {\vskip #1\relax }
-
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\measure@ ...olumn@ \z@ \add@amps \maxfields@ \cr
- }}\restorecounters@ \ifodd...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...lumn@ \z@ \add@amps \maxfields@ \cr }
- }\restorecounters@ \ifodd ...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...umn@ \z@ \add@amps \maxfields@ \cr }}
- \restorecounters@ \ifodd \...
-l.368 \end{frame}
-
-?
-! Missing number, treated as zero.
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Illegal unit of measure (pt inserted).
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \cr inserted.
-<inserted text>
- \cr
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten $.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...; x' = A x + d}^\sharp (b)) \\ {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\black@ #1->\noalign
- {\ifdim #1>\displaywidth \dimen@ \prevdepth \nointerlin...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\endalign ->\math@cr \black@ \totwidth@ \egroup
- \ifingather@ \restorealignst...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@framepauses} on input line 368 ended by \end{align
-*}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \endgroup
-l.368 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...bigskip $\pi _k \circ \sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...x' = A x + d}^\sharp : \CZ
- ^m \to \CZ $ \begin {enume...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...d}^\sharp : \CZ ^m \to \CZ
- $ \begin {enumerate} \smal...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! Undefined control sequence.
-<recently read> \CZ
-
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...om the set $\CZ ^M \to \CZ
- $. \smallskip \item <14-> ...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character M).
-\beamer@doifinframe ...m the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.368 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@frameslide} on input line 368 ended by \end{beamer
-@framepauses}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Too many }'s.
-\endbeamer@frameslide ...amer@framepauses}\egroup
- \ifx \beamer@frametitle \@...
-l.368 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\endbeamer@frameslide ...box \else \beamer@zoomer
- \fi \beamer@undolabels \be...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{document} ended by \end{beamer@frameslide}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Extra \endgroup.
-<recently read> \endgroup
-
-l.368 \end{frame}
-
-?
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
- [35
-
-]
-Overfull \vbox (139.23218pt too high) has occurred while \output is active []
-
-
-[36]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\math@cr@@@ ->&
- \omit \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ->&\omit
- \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ... \else \global \@eqnswtrue \fi \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ...@ \@ne \add@amps \maxfields@ \omit
- \kern -\alignsep@ \iftag@ ...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ...wtrue \fi \global \lineht@ \z@ \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \endgroup inserted.
-<inserted text>
- \endgroup
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<to be read again>
- \vskip
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\math@cr@@ ...th@cr@@@ \noalign {\vskip #1\relax }
-
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\measure@ ...olumn@ \z@ \add@amps \maxfields@ \cr
- }}\restorecounters@ \ifodd...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...lumn@ \z@ \add@amps \maxfields@ \cr }
- }\restorecounters@ \ifodd ...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...umn@ \z@ \add@amps \maxfields@ \cr }}
- \restorecounters@ \ifodd \...
-l.368 \end{frame}
-
-?
-! Missing number, treated as zero.
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Illegal unit of measure (pt inserted).
-<to be read again>
- >
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<recently read> $
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Missing \cr inserted.
-<inserted text>
- \cr
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Missing { inserted.
-<inserted text>
- {
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten $.
-<recently read> }
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...; x' = A x + d}^\sharp (b)) \\ {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...b)) \\ {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...A x + d} (\gamma ( b ))) ) \\} {=\;&
- \pi _{k}( \alpha (\sem {T...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... ) \\} {=\;& \pi _{k}( \alpha (\sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...edge \; x' = A x + d} ( \{ x \in \Z
- ^n \mid Tx \leq b \} )) ) ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... ^n \mid Tx \leq b \} )) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ x' ...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...}( \alpha ( \{ x' \mid x, x' \in \Z
- ^n \;\wedge \; T x \leq b,...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...dge \; x' = A x + d \} ) ) \\} {=\;&
- \pi _{k}( \alpha ( \{ A x...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...( \alpha ( \{ A x + d \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... x \leq \min (b, c) \} ) ) \\} {=\;&
- \sup \; \{ T_k(A x + d) \...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...up \; \{ T_k(A x + d) \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...\; T x \leq \min (b, c) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \Z
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \sup \; \{ T_k A ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ... + \sup \; \{ T_k A x \mid x \in \R
- ^n \;\wedge \; T x \leq \m...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ... T x \leq \min ( b, c ) \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \R
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-Missing character: There is no = in font nullfont!
-! Misplaced alignment tab character &.
-<argument> ...^\top y = (T_1A)^\top y \} \\} {=\;&
- T_k d + \inf \; \{ (\min ...
-l.368 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: There's no line here to end.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<inserted text> $
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ->\cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\black@ #1->\noalign
- {\ifdim #1>\displaywidth \dimen@ \prevdepth \nointerlin...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\endalign ->\math@cr \black@ \totwidth@ \egroup
- \ifingather@ \restorealignst...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@framepauses} on input line 368 ended by \end{align
-*}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \endgroup
-l.368 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...bigskip $\pi _k \circ \sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...x' = A x + d}^\sharp : \CZ
- ^m \to \CZ $ \begin {enume...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...d}^\sharp : \CZ ^m \to \CZ
- $ \begin {enumerate} \smal...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! Undefined control sequence.
-<recently read> \CZ
-
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...om the set $\CZ ^M \to \CZ
- $. \smallskip \item <14-> ...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character M).
-\beamer@doifinframe ...m the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.368 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{beamer@frameslide} on input line 368 ended by \end{beamer
-@framepauses}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Too many }'s.
-\endbeamer@frameslide ...amer@framepauses}\egroup
- \ifx \beamer@frametitle \@...
-l.368 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\endbeamer@frameslide ...box \else \beamer@zoomer
- \fi \beamer@undolabels \be...
-l.368 \end{frame}
-
-?
-
-! LaTeX Error: \begin{document} ended by \end{beamer@frameslide}.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.368 \end{frame}
-
-?
-! Extra \endgroup.
-<recently read> \endgroup
-
-l.368 \end{frame}
-
-?
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
- [37
-
-]
-Overfull \vbox (139.23218pt too high) has occurred while \output is active []
-
-
-[38]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\math@cr@@@ ->&
- \omit \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ->&\omit
- \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ... \else \global \@eqnswtrue \fi \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\measure@ ...olumn@ \z@ \add@amps \maxfields@ \cr
- }}\restorecounters@ \ifodd...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...umn@ \z@ \add@amps \maxfields@ \cr }}
- \restorecounters@ \ifodd \...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing $$ inserted.
-<to be read again>
- \begingroup
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ...@ \@ne \add@amps \maxfields@ \omit
- \kern -\alignsep@ \iftag@ ...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ...wtrue \fi \global \lineht@ \z@ \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\black@ #1->\noalign
- {\ifdim #1>\displaywidth \dimen@ \prevdepth \nointerlin...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\endalign ->\math@cr \black@ \totwidth@ \egroup
- \ifingather@ \restorealignst...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \endgroup
-l.368 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...bigskip $\pi _k \circ \sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...x' = A x + d}^\sharp : \CZ
- ^m \to \CZ $ \begin {enume...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...d}^\sharp : \CZ ^m \to \CZ
- $ \begin {enumerate} \smal...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! Undefined control sequence.
-<recently read> \CZ
-
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...om the set $\CZ ^M \to \CZ
- $. \smallskip \item <14-> ...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character M).
-\beamer@doifinframe ...m the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.368 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-[39
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\math@cr@@@ ->&
- \omit \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ->&\omit
- \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ... \else \global \@eqnswtrue \fi \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\measure@ ...olumn@ \z@ \add@amps \maxfields@ \cr
- }}\restorecounters@ \ifodd...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...umn@ \z@ \add@amps \maxfields@ \cr }}
- \restorecounters@ \ifodd \...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing $$ inserted.
-<to be read again>
- \begingroup
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ...@ \@ne \add@amps \maxfields@ \omit
- \kern -\alignsep@ \iftag@ ...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ...wtrue \fi \global \lineht@ \z@ \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\black@ #1->\noalign
- {\ifdim #1>\displaywidth \dimen@ \prevdepth \nointerlin...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\endalign ->\math@cr \black@ \totwidth@ \egroup
- \ifingather@ \restorealignst...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \endgroup
-l.368 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...bigskip $\pi _k \circ \sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...x' = A x + d}^\sharp : \CZ
- ^m \to \CZ $ \begin {enume...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...d}^\sharp : \CZ ^m \to \CZ
- $ \begin {enumerate} \smal...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! Undefined control sequence.
-<recently read> \CZ
-
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...om the set $\CZ ^M \to \CZ
- $. \smallskip \item <14-> ...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character M).
-\beamer@doifinframe ...m the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.368 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-[40
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\math@cr@@@ ->&
- \omit \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ->&\omit
- \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ... \else \global \@eqnswtrue \fi \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\measure@ ...olumn@ \z@ \add@amps \maxfields@ \cr
- }}\restorecounters@ \ifodd...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...umn@ \z@ \add@amps \maxfields@ \cr }}
- \restorecounters@ \ifodd \...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing $$ inserted.
-<to be read again>
- \begingroup
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ...@ \@ne \add@amps \maxfields@ \omit
- \kern -\alignsep@ \iftag@ ...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ...wtrue \fi \global \lineht@ \z@ \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\black@ #1->\noalign
- {\ifdim #1>\displaywidth \dimen@ \prevdepth \nointerlin...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\endalign ->\math@cr \black@ \totwidth@ \egroup
- \ifingather@ \restorealignst...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \endgroup
-l.368 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...bigskip $\pi _k \circ \sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...x' = A x + d}^\sharp : \CZ
- ^m \to \CZ $ \begin {enume...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...d}^\sharp : \CZ ^m \to \CZ
- $ \begin {enumerate} \smal...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! Undefined control sequence.
-<recently read> \CZ
-
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...om the set $\CZ ^M \to \CZ
- $. \smallskip \item <14-> ...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character M).
-\beamer@doifinframe ...m the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.368 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-[41
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\math@cr@@@ ->&
- \omit \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ->&\omit
- \global \advance \row@ \@ne \ifst@rred \nonumber \fi \i...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ... \else \global \@eqnswtrue \fi \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\measure@ ...olumn@ \z@ \add@amps \maxfields@ \cr
- }}\restorecounters@ \ifodd...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\measure@ ...umn@ \z@ \add@amps \maxfields@ \cr }}
- \restorecounters@ \ifodd \...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> &\pi _{k}(\sem
- {T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-<argument> ...\min ( b, c ))^\top y \mid y \in \Z
- _{\geq 0}^n \wedge T^\top ...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.368 \end{frame}
-
-?
-! Missing $$ inserted.
-<to be read again>
- \begingroup
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &
- &
-l.368 \end{frame}
-
-?
-! Misplaced alignment tab character &.
-\@tempa ->\endgroup &&
-
-l.368 \end{frame}
-
-?
-! Misplaced \omit.
-\math@cr@@@ ...@ \@ne \add@amps \maxfields@ \omit
- \kern -\alignsep@ \iftag@ ...
-l.368 \end{frame}
-
-?
-! Misplaced \cr.
-\math@cr@@@ ...wtrue \fi \global \lineht@ \z@ \cr
-
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\math@cr@@ ... \iffalse }\fi \math@cr@@@ \noalign
- {\vskip #1\relax }
-l.368 \end{frame}
-
-?
-! Misplaced \noalign.
-\black@ #1->\noalign
- {\ifdim #1>\displaywidth \dimen@ \prevdepth \nointerlin...
-l.368 \end{frame}
-
-?
-! Extra }, or forgotten \endgroup.
-\endalign ->\math@cr \black@ \totwidth@ \egroup
- \ifingather@ \restorealignst...
-l.368 \end{frame}
-
-?
-! Missing $ inserted.
-<inserted text>
- $
-l.368 \end{frame}
-
-?
-! Display math should end with $$.
-<to be read again>
- \endgroup
-l.368 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...bigskip $\pi _k \circ \sem
- {T x \leq c \; \wedge \; x...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...x' = A x + d}^\sharp : \CZ
- ^m \to \CZ $ \begin {enume...
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...d}^\sharp : \CZ ^m \to \CZ
- $ \begin {enumerate} \smal...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-\beamer@doifinframe ...}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.368 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! Undefined control sequence.
-<recently read> \CZ
-
-l.368 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...om the set $\CZ ^M \to \CZ
- $. \smallskip \item <14-> ...
-l.368 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character M).
-\beamer@doifinframe ...m the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.368 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-\beamer@doifinframe ...ot ( n + m \cdot \log m ))$
- \end {enumerate} } \par \...
-l.368 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-[42
-
-]
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.407 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...ure} \node (c1) [circle,draw] {$c_1$
- }; \node (c2) [circle,draw...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ...ure} \node (c1) [circle,draw] {$c_1$
- }; \node (c2) [circle,draw...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...w,right of = c1, xshift=10mm] {$c_2$
- }; \node (c3) [below of = ...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ...w,right of = c1, xshift=10mm] {$c_2$
- }; \node (c3) [below of = ...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ... = c2,circle,draw,yshift=-8mm]{$c_3$
- }; \uncover {\path [ultra ...
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<argument> ... = c2,circle,draw,yshift=-8mm]{$c_3$
- }; \uncover {\path [ultra ...
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\@let@token ->node[left]{$y_1$
- }
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left]{$y_1$
- }
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\@let@token ->node[right]{$y_2$
- }
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$y_2$
- }
-l.407 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\@let@token ->node[above]{$y_3$
- }
-l.407 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-\@let@token ->node[above]{$y_3$
- }
-l.407 \end{frame}
-
-?
-Missing character: There is no M in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no N in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-[43
-
-]
-Missing character: There is no A in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no ? in font nullfont!
- [44
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[45
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[46
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[47
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[48
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[49
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...3-15>0\only <18-19>\infty $
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...only <6,9-10,13-15,18-19>0$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[50
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...4-6>\neginfty \only <7->0}$
- & {x_1^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[51
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...4-6>\neginfty \only <7->0}$
- & {x_1^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[52
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...4-6>\neginfty \only <7->0}$
- & {x_1^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...3-15>0\only <18-19>\infty $
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...only <6,9-10,13-15,18-19>0$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...nly <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...nly <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[53
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...4-6>\neginfty \only <7->0}$
- & {x_1^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...3-15>0\only <18-19>\infty $
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ... <10,14-15>0\only <19>{42}$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...only <6,9-10,13-15,18-19>0$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ring $\only <10,14-15,19>0$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...nly <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...nly <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ... <10,14-15>0\only <19>{41}$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ring $\only <10,14-15,19>0$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[54
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...4-6>\neginfty \only <7->0}$
- & {x_1^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...y <11-19>0\only <20->{41}}$
- & {x_2^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...10>\neginfty \only <11->0}$
- & {x_2^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[55
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...4-6>\neginfty \only <7->0}$
- & {x_1^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...y <11-19>0\only <20->{41}}$
- & {x_2^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...10>\neginfty \only <11->0}$
- & {x_2^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[56
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...4-6>\neginfty \only <7->0}$
- & {x_1^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...y <11-19>0\only <20->{41}}$
- & {x_2^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...10>\neginfty \only <11->0}$
- & {x_2^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...3-15>0\only <18-19>\infty $
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...only <6,9-10,13-15,18-19>0$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...nly <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...nly <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...ty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...ty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...infty \only <13-15,18-19>0$
- & \centering $\only <10>\...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[57
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...4-6>\neginfty \only <7->0}$
- & {x_1^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...y <11-19>0\only <20->{41}}$
- & {x_2^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...10>\neginfty \only <11->0}$
- & {x_2^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...3-15>0\only <18-19>\infty $
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ... <10,14-15>0\only <19>{42}$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...only <6,9-10,13-15,18-19>0$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ring $\only <10,14-15,19>0$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...nly <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...nly <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ... <10,14-15>0\only <19>{41}$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ring $\only <10,14-15,19>0$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...ty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...ty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...infty \only <14-15,19>{41}$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...infty \only <14-15,19>{41}$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...infty \only <13-15,18-19>0$
- & \centering $\only <10>\...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...neginfty \only <14-15,19>0$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[58
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...4-6>\neginfty \only <7->0}$
- & {x_1^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...y <11-19>0\only <20->{41}}$
- & {x_2^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...10>\neginfty \only <11->0}$
- & {x_2^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\neginfty
-
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...3-15>0\only <18-19>\infty $
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ... <10,14-15>0\only <19>{42}$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ... & \centering $\only <15>0$
- & \centering & \centering...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...only <6,9-10,13-15,18-19>0$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ring $\only <10,14-15,19>0$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ... & \centering $\only <15>0$
- & \centering & \centering...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...nly <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...nly <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ... <10,14-15>0\only <19>{41}$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ... & \centering $\only <15>0$
- & \centering & \centering...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ring $\only <10,14-15,19>0$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ... & \centering $\only <15>0$
- & \centering & \centering...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...ty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...ty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...infty \only <14-15,19>{41}$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...infty \only <14-15,19>{41}$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ... & \centering $\only <15>0$
- & \centering & \centering...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...infty \only <13-15,18-19>0$
- & \centering $\only <10>\...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...neginfty \only <14-15,19>0$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ... & \centering $\only <15>0$
- & \centering & \centering...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[59
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...4-6>\neginfty \only <7->0}$
- & {x_1^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...y <11-19>0\only <20->{41}}$
- & {x_2^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...10>\neginfty \only <11->0}$
- & {x_2^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...y <16-19>0\only <20->{41}}$
- & {x_3^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...15>\neginfty \only <16->0}$
- & {x_3^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[60
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...4-6>\neginfty \only <7->0}$
- & {x_1^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...y <11-19>0\only <20->{41}}$
- & {x_2^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...10>\neginfty \only <11->0}$
- & {x_2^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...y <16-19>0\only <20->{41}}$
- & {x_3^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...15>\neginfty \only <16->0}$
- & {x_3^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[61
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...4-6>\neginfty \only <7->0}$
- & {x_1^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...y <11-19>0\only <20->{41}}$
- & {x_2^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...10>\neginfty \only <11->0}$
- & {x_2^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...y <16-19>0\only <20->{41}}$
- & {x_3^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...15>\neginfty \only <16->0}$
- & {x_3^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...only <6,9-10,13-15,18-19>0$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...nly <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...nly <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...ty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...ty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...infty \only <13-15,18-19>0$
- & \centering $\only <10>\...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[62
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...4-6>\neginfty \only <7->0}$
- & {x_1^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...y <11-19>0\only <20->{41}}$
- & {x_2^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...10>\neginfty \only <11->0}$
- & {x_2^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...y <16-19>0\only <20->{41}}$
- & {x_3^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...15>\neginfty \only <16->0}$
- & {x_3^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ... <10,14-15>0\only <19>{42}$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ... <10,14-15>0\only <19>{42}$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...only <6,9-10,13-15,18-19>0$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ring $\only <10,14-15,19>0$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...nly <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...nly <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ... <10,14-15>0\only <19>{41}$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ... <10,14-15>0\only <19>{41}$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...ring $\only <10,14-15,19>0$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...ty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...ty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...infty \only <14-15,19>{41}$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...infty \only <14-15,19>{41}$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...infty \only <13-15,18-19>0$
- & \centering $\only <10>\...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...neginfty \only <14-15,19>0$
- & \centering $\only <15>0...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[63
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...4-6>\neginfty \only <7->0}$
- & {x_1^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...y <11-19>0\only <20->{41}}$
- & {x_2^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...y <11-19>0\only <20->{41}}$
- & {x_2^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...10>\neginfty \only <11->0}$
- & {x_2^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...y <16-19>0\only <20->{41}}$
- & {x_3^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...y <16-19>0\only <20->{41}}$
- & {x_3^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...15>\neginfty \only <16->0}$
- & {x_3^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (28.76619pt too high) detected at line 548
- []
-
-[64
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...4-6>\neginfty \only <7->0}$
- & {x_1^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...y <11-19>0\only <20->{41}}$
- & {x_2^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...y <11-19>0\only <20->{41}}$
- & {x_2^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...10>\neginfty \only <11->0}$
- & {x_2^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...y <16-19>0\only <20->{41}}$
- & {x_3^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...y <16-19>0\only <20->{41}}$
- & {x_3^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...15>\neginfty \only <16->0}$
- & {x_3^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ->\brighten
- \brighten
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\brighten \brighten
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\pos
- {1,1}{{\bf \huge \hspace *{1.1cm}\scalebox {2}[3]...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-! Undefined control sequence.
-<argument> \Rot
- {No further}
-l.548 \end{frame}
-
-?
-Missing character: There is no N in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-! Undefined control sequence.
-<argument> \Rot
- {Improvement}
-l.548 \end{frame}
-
-?
-Missing character: There is no I in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-! Undefined control sequence.
-<argument> \Rot
- {possible!}
-l.548 \end{frame}
-
-?
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ! in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (108.3662pt too high) detected at line 548
- []
-
-[65
-
-]
-! Undefined control sequence.
-<recently read> \pos
-
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...ly <7-19>0\only <20->{42}}$
- & {x_1^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^+ &\geq \neginfty
- & x_1^+ &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...quad x_1^+ \geq x_3^+ + 1 }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...4-6>\neginfty \only <7->0}$
- & {x_1^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_1^- &\geq \neginfty
- & x_1^- &\geq 0 \qquad x_1...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...ad x_1^- \geq x_3^- + (-1)}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...y <11-19>0\only <20->{41}}$
- & {x_2^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...y <11-19>0\only <20->{41}}$
- & {x_2^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^+ &\geq \neginfty
- & x_2^+ &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...;?\; \min \{ x_1^+, 41 \} }
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...10>\neginfty \only <11->0}$
- & {x_2^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_2^- &\geq \neginfty
- & x_2^- &\geq (x_1^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ..._1^- \geq -41) \;?\; x_1^-}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-\beamer@doifinframe ...y <16-19>0\only <20->{41}}$
- & {x_3^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\beamer@doifinframe ...y <16-19>0\only <20->{41}}$
- & {x_3^+ &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^+ &\geq \neginfty
- & x_3^+ &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^+, 41 \}}
- \\[0.2mm] \centering $\Ro...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-<recently read> \Rot
-
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\beamer@doifinframe ...15>\neginfty \only <16->0}$
- & {x_3^- &\geq \neginfty ...
-l.548 \end{frame}
-
-?
-! Missing } inserted.
-<inserted text>
- }
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ...$ & {x_3^- &\geq \neginfty
- & x_3^- &\geq (x_2^- \geq ...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Extra }, or forgotten $.
-\beamer@doifinframe ...\;?\; \min \{ x_2^-, 0 \} }
- \end {array} $} \pos {1,4...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \} } \end {array} $} \pos
- {1,4.8}{\emph {Greatest Fi...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...Fixpoint Iteration:}} \pos
- {1,5.4}{ $ \begin {array}{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ... \end {array} $} \par \pos
- {1,1.3}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.3}{\uncover <5-16>{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {5.3,1.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,1.8}{\uncover <2-4>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,1.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.3}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,2.8}{\uncover <2-7>{\be...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,2.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.3}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.3}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {1,3.8}{\uncover <2-11>{\b...
-l.548 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ...;\end {tikzpicture}}} \pos
- {3.4,3.8}{{\begin {tikzpic...
-l.548 \end{frame}
-
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 8 in font nullfont!
-! Undefined control sequence.
-\beamer@doifinframe ->\brighten
- \brighten
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\brighten \brighten
-
-l.548 \end{frame}
-
-?
-! Undefined control sequence.
-\beamer@doifinframe ->\pos
- {0.3,1.5}{{\bf \huge \bigskip \scalebox {2}[3.5]{...
-l.548 \end{frame}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no 5 in font nullfont!
-! Undefined control sequence.
-<argument> \Rot
- {Least Solution}
-l.548 \end{frame}
-
-?
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-! Undefined control sequence.
-<argument> \Rot
- {FOUND!}
-l.548 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no U in font nullfont!
-Missing character: There is no N in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no ! in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-
-Overfull \vbox (91.3662pt too high) detected at line 548
- []
-
-[66
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
- [67
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
- [68
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
- [69
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
- [70
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
- [71
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
- [72
-
-]
-! Undefined control sequence.
-l.575 \outline
- {3}
-?
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! LaTeX Error: File `figs/region_convex_poly' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! LaTeX Error: File `figs/region_convex' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-
-! LaTeX Error: File `figs/region_general' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no + in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-Missing character: There is no U in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no Y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ! in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
- [73
-
-]
-[74]
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no : in font nullfont!
-
-
-! LaTeX Error: File `figs/region_convex_poly' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! LaTeX Error: File `figs/region_convex' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-
-! LaTeX Error: File `figs/region_general' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no + in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-Missing character: There is no U in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no Y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ! in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-[75
-
-]
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no : in font nullfont!
-
-
-! LaTeX Error: File `figs/region_convex_poly' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! LaTeX Error: File `figs/region_convex' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-
-! LaTeX Error: File `figs/region_general' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no + in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-Missing character: There is no U in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no Y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ! in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-[76
-
-]
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no : in font nullfont!
-
-
-! LaTeX Error: File `figs/region_convex_poly' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! LaTeX Error: File `figs/region_convex' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-
-! LaTeX Error: File `figs/region_general' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no + in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-Missing character: There is no U in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no Y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ! in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-[77
-
-]
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no : in font nullfont!
-
-
-! LaTeX Error: File `figs/region_convex_poly' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! LaTeX Error: File `figs/region_convex' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-
-! LaTeX Error: File `figs/region_general' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no + in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-Missing character: There is no U in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no Y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ! in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-[78
-
-]
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no : in font nullfont!
-
-
-! LaTeX Error: File `figs/region_convex_poly' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...leq b_1 \wedge -y \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.650 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! LaTeX Error: File `figs/region_convex' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-
-! LaTeX Error: File `figs/region_general' not found.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.650 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character y).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...eq b_1 \wedge y^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.650 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no + in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.650 \end{frame}
-
-?
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.650 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.650 \end{frame}
-
-?
-Missing character: There is no U in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no Y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ! in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-[79
-
-]
-No file slides.bbl.
-Missing character: There is no R in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no I in font nullfont!
-[80
-
-]
-\tf@nav=\write6
-\openout6 = `slides.nav'.
-
-\tf@toc=\write7
-\openout7 = `slides.toc'.
-
-\tf@snm=\write8
-\openout8 = `slides.snm'.
-
-Package atveryend Info: Empty hook `BeforeClearDocument' on input line 658.
-Package atveryend Info: Empty hook `AfterLastShipout' on input line 658.
- (./slides.aux)
-Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 658.
-Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 658.
-Package rerunfilecheck Info: File `slides.out' has not changed.
-(rerunfilecheck) Checksum: D41D8CD98F00B204E9800998ECF8427E;0.
-
-
-LaTeX Warning: There were undefined references.
-
- )
-Here is how much of TeX's memory you used:
- 19427 strings out of 495065
- 359718 string characters out of 3182278
- 490046 words of memory out of 3000000
- 21985 multiletter control sequences out of 15000+200000
- 16152 words of font info for 63 fonts, out of 3000000 for 9000
- 14 hyphenation exceptions out of 8191
- 49i,23n,55p,395b,1131s stack positions out of 5000i,500n,10000p,200000b,50000s
-</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></us
-r/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/shar
-e/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb></usr/share/texl
-ive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi8.pfb></usr/share/texlive/tex
-mf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfb></usr/share/texlive/texmf-dis
-t/fonts/type1/public/amsfonts/cm/cmss17.pfb></usr/share/texlive/texmf-dist/font
-s/type1/public/amsfonts/cm/cmss8.pfb></usr/share/texlive/texmf-dist/fonts/type1
-/public/amsfonts/cm/cmssbx10.pfb></usr/share/texlive/texmf-dist/fonts/type1/pub
-lic/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/am
-sfonts/cm/cmsy8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/
-symbols/msam10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/s
-ymbols/msam7.pfb>
-Output written on slides.pdf (80 pages, 240142 bytes).
-PDF statistics:
- 2133 PDF objects out of 2487 (max. 8388607)
- 2014 compressed objects within 21 object streams
- 161 named destinations out of 1000 (max. 500000)
- 33 words of extra memory for PDF output out of 10000 (max. 10000000)
-
diff --git a/tex/presentation/slides.nav b/tex/presentation/slides.nav
deleted file mode 100644
index ebebb5d..0000000
--- a/tex/presentation/slides.nav
+++ /dev/null
@@ -1,32 +0,0 @@
-\beamer@endinputifotherversion {3.10pt}
-\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}
-\headcommand {\beamer@framepages {1}{1}}
-\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}
-\headcommand {\beamer@framepages {2}{2}}
-\headcommand {\slideentry {0}{0}{3}{3/14}{}{0}}
-\headcommand {\beamer@framepages {3}{14}}
-\headcommand {\slideentry {0}{0}{4}{15/15}{}{0}}
-\headcommand {\beamer@framepages {15}{15}}
-\headcommand {\slideentry {0}{0}{5}{16/16}{}{0}}
-\headcommand {\beamer@framepages {16}{16}}
-\headcommand {\slideentry {0}{0}{6}{18/18}{}{0}}
-\headcommand {\beamer@framepages {18}{18}}
-\headcommand {\slideentry {0}{0}{7}{19/42}{}{0}}
-\headcommand {\beamer@framepages {19}{42}}
-\headcommand {\slideentry {0}{0}{8}{43/43}{}{0}}
-\headcommand {\beamer@framepages {43}{43}}
-\headcommand {\slideentry {0}{0}{9}{44/44}{}{0}}
-\headcommand {\beamer@framepages {44}{44}}
-\headcommand {\slideentry {0}{0}{10}{45/66}{}{0}}
-\headcommand {\beamer@framepages {45}{66}}
-\headcommand {\slideentry {0}{0}{11}{67/72}{}{0}}
-\headcommand {\beamer@framepages {67}{72}}
-\headcommand {\slideentry {0}{0}{12}{73/79}{}{0}}
-\headcommand {\beamer@framepages {73}{79}}
-\headcommand {\slideentry {0}{0}{13}{80/80}{}{0}}
-\headcommand {\beamer@framepages {80}{80}}
-\headcommand {\beamer@partpages {1}{80}}
-\headcommand {\beamer@subsectionpages {1}{80}}
-\headcommand {\beamer@sectionpages {1}{80}}
-\headcommand {\beamer@documentpages {80}}
-\headcommand {\def \inserttotalframenumber {13}}
diff --git a/tex/presentation/slides.out b/tex/presentation/slides.out
deleted file mode 100644
index e69de29..0000000
--- a/tex/presentation/slides.out
+++ /dev/null
diff --git a/tex/presentation/slides.pdf b/tex/presentation/slides.pdf
deleted file mode 100644
index 05fc51d..0000000
--- a/tex/presentation/slides.pdf
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/slides.snm b/tex/presentation/slides.snm
deleted file mode 100644
index e69de29..0000000
--- a/tex/presentation/slides.snm
+++ /dev/null
diff --git a/tex/presentation/slides.tex b/tex/presentation/slides.tex
deleted file mode 100644
index dbb76f0..0000000
--- a/tex/presentation/slides.tex
+++ /dev/null
@@ -1,655 +0,0 @@
-\documentclass{beamer}
-
-\usepackage{amsmath,graphicx,makeidx,listings,colortbl,helvet,ifthen,tikz,pgfpages,ifthen}
-
-\begin{document}
-
-\begin{frame}{Abstract Domain: {\bf Zones} (1/2)}
- \bf Goal: \emph{Tight bounds} on the possible values of \emph{integer variables}
-
- \qquad\qquad (like $x_1 \leq 42, \; x_2 \leq 13$)
-
- \bigskip
- \qquad$\leadsto$ buffer overflows, worst-case execution times, etc.
-
- \bigskip
- \bf Definition:
- Invariants of the form
- \begin{align*}
- \bigwedge_x x \leq b_{x} \wedge \bigwedge_x -x \leq b_{-x} \wedge \bigwedge_{x,y} x - y \leq b_{x-y}
- \end{align*}
- That is:
- \emph{bounds} on \emph{variables} and
- \emph{differences of variables}.
-
- \bigskip
- \bf Applications:
-
- \smallskip
- Model-checking of timed automata \cite{DBLP:conf/eef/Yovine96,DBLP:conf/rtss/LarsenLPY97}
-
- \smallskip
- Static program analysis \cite{Sagiv01,DBLP:conf/pado/Mine01}
-
-\end{frame}
-
-%%%
-
-\begin{frame}{Abstract Domain: {\bf Zones} (2/2)}
- \bf Our point of view:
- Zones are special \emph{template polyhedra}
-
- \smallskip
- \qquad$\leadsto$ template polyhedra: \cite{DBLP:conf/vmcai/SankaranarayananSM05}
-
- \bigskip
- \bf Given:
- \emph{template constraint matrix} $T \in \{-1,0,1\}^{m\times n}$, where every row contains
- \emph{at most one $1$}, and
- \emph{at most one $-1$}.
- Then:
-\begin{align*}
- \gamma(b)
- &:=
- \{ x \in \Z^n \mid T x \leq b \}
- &&
- \text{for all } b \in \CZ^m
- \\
- \alpha(X)
- &:=
- \min \; \{ b \in \CZ^m \mid \gamma(b) \supseteq X \}
- &&
- \text{for all } X \subseteq \Z^n
-\end{align*}
-
- \bf Example:
- Let
- $
- T
- =
- \begin{pmatrix}
- 1 & 0 \\
- 0 & 1 \\
- -1 & 1
- \end{pmatrix}
- $.
- Then:
-
- $
- \gamma\left(
- \begin{pmatrix} 3 \\ 2 \\ 1 \end{pmatrix}
- \right)
- =
- \left\{
- \bf Goal:
- Find minimal \emph{zones} that are \emph{invariants}
-
- \bigskip
- \bf Example:
- \begin{center}
-
- $
- \begin{matrix}\mbox{\scalebox{0.8}{\begin{tikzpicture}
- \node (start) [circle,draw] {$a$};
- \node (null) [coordinate,right of = start] {};
- \node (n1) [below of = start,circle,draw,yshift=-8mm]{$b$};
- \path[ultra thick,->] (null) edge [] node [right] {} (start);
- \path[ultra thick,->] (start) edge [] node [right,yshift=1mm] {$\stmtone$} (n1);
- \path[ultra thick,->] (n1) edge [loop right,out=35,in=-35, distance=20mm] node [right] {
- $\stmttwo$
- } (n1);
- \end{tikzpicture}}}\end{matrix}
- \qquad\quad
- T
- =
- \begin{pmatrix}
- 1 & 0 \\
- 0 & 1 \\
- -1 & 1
- \end{pmatrix}
- $
- \end{center}
-
- \vspace*{-5mm}
- For program point $a$:
-
- \smallskip
- $
- \gamma \left(
- \begin{pmatrix} \infty \\ \infty \\ \infty \end{pmatrix}
- \right)
- =
- \left\{ 
- \begin{pmatrix} x_1\\x_2 \end{pmatrix}
- \mid
- \begin{pmatrix}
- 1 & 0 \\
- 0 & 1 \\
- -1 & 1
- \end{pmatrix}
- \begin{pmatrix} x_1\\x_2 \end{pmatrix}
- \leq
- \begin{pmatrix} \infty \\ \infty \\ \infty \end{pmatrix}
- \right\}
- $
-
- \bigskip
- For program point $b$:
-
- \smallskip
- $
- \gamma \left(
- \begin{pmatrix} 10 \\ 11 \\ 1 \end{pmatrix}
- \right)
- =
- \left\{ 
- \begin{pmatrix} x_1\\x_2 \end{pmatrix}
- \mid
- \begin{pmatrix}
- 1 & 0 \\
- 0 & 1 \\
- -1 & 1
- \end{pmatrix}
- \begin{pmatrix} x_1\\x_2 \end{pmatrix}
- \leq
- \begin{pmatrix} 10 \\ 11 \\ 1 \end{pmatrix}
- \right\}
- $
-\end{frame}
-
-%%%
-
-\begin{frame}{How Can We Compute {\bf Small} Zones?}
- \begin{enumerate}
- \item<2->
- À la \cite{Sagiv01,DBLP:conf/pado/Mine01}
-
- \smallskip
- Abstr.\ Interpr.\ / widening / narrowing à la \cite{DBLP:conf/popl/CousotC77}
-
- \smallskip
- \emph{Properties}:
- \begin{itemize}
- \smallskip\item<4->
- Abstract transformers can be implemented in \emph{strongly polynomial time}
- (based on the Floyd-Warshall algorithm)
- \smallskip\item<5->
- \emph{Best} abstract transformers only for special classes of affine assignments
- (like $x = x + d$ and $x = y + d$).
- \smallskip\item<6->
- Computed zones are \emph{not} necessarily \emph{minimal}
- \end{itemize}
- \bigskip\item<7->
- À la \cite{DBLP:conf/csl/GawlitzaS07}
-
- \smallskip
- Abstr.\ Interpr.\ / strategy iteration for \emph{template polyhedra}
-
- \smallskip
- \emph{Properties}:
- \begin{itemize}
- \smallskip\item<9->
- Computed the \emph{minimal} zones that are invariant
- \smallskip\item<10->
- Arbitrary affine assignments (like $x = c_1 x_1 + \cdots + c_k x_k + d$)
- \smallskip\item<11->
- Proves that the corresponding decision problem is in $\mathbf{coNP}$.
-
- \qquad (it is also at least as hard as mean payoff games)
- \smallskip\item<12->
- At most exp. many iterations, each of which can be performed in \emph{weakly polynomial time} through \emph{linear programming}.
- \end{itemize}
- \end{enumerate}
-\end{frame}
-
-%%%
-
-\begin{frame}{Obvious Question}
- \begin{center}
- \huge
- Can we do better?
- \end{center}
-
- \begin{center}
- \bigskip
- \bf\huge Idea
-
- \bigskip
- max-strategy improvement algorithm for \emph{template polyhedra}
-
- \vspace*{-2mm}
- \scalebox{2}{\rotatebox{-90}{$\leadsto$}}
-
- \smallskip
- max-strategy improvement algorithm for \emph{zones}
-
- \bigskip
- \bigskip
- \bf\huge Hope
-
- \bigskip
- improvement step in \emph{weakly} polynomial time
-
- \vspace*{-2mm}
- \scalebox{2}{\rotatebox{-90}{$\leadsto$}}
-
- \smallskip
- improvement step in \emph{strongly} polynomial time
- \end{center}
-\end{frame}
-
-%%%
-
-\outline{2}
-
-%%%
-
-\begin{frame}{Abstract Transformers}
- \emph{Statements} %
- %
- \begin{align*}
- T x \leq c \; \wedge \; x' = A x + d
- \end{align*}
-
- \emph{Collecting Semantics} %
- %
- \begin{align*}
- \sem{T x \leq c \; \wedge \; x' = A x + d} (X)
- =
- \{ x' \mid x \in X \wedge Tx \leq c \wedge x' = Ax+d \}
- \end{align*}
-
- \emph{Abstract Semantics} %
- %
- \begin{align*}
- \sem{T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)
- &= \alpha(\sem{T x \leq c \; \wedge \; x' = A x + d} (\gamma( b )))
- \end{align*}
-\end{frame}
-
-%%%
-
-\begin{frame}{First Step: {\bf Constraint System} over $\CZ$}
-
- \pos{1,1.0}{
- $
- \begin{matrix}\mbox{\scalebox{1}{\begin{tikzpicture}
- \node (start) [circle,draw] {$a$};
- \node (null) [coordinate,right of = start] {};
- \node (n1) [below of = start,circle,draw,yshift=-8mm]{$b$};
- \path[ultra thick,->] (null) edge [] node [right] {} (start);
- \path[ultra thick,->] (start) edge [] node [right,yshift=1mm] {$\stmtone$} (n1);
- \path[ultra thick,->] (n1) edge [loop right,out=35,in=-35, distance=20mm] node [right]
- {$\stmttwo$} (n1);
- \end{tikzpicture}}}\end{matrix}
- \qquad
- T
- =
- \begin{pmatrix}
- 1 & 0 \\
- 0 & 1 \\
- -1 & 1
- \end{pmatrix}
- $
- }
-
- \pos{0.3,4}{\bf Least Solution of}
-
- \pos{0.3,4.5}{
- $
- \begin{array}{@{}r@{}l}
- {\vb^a_{1} &\geq \infty \\}
- {\vb^a_{2} &\geq \infty \\}
- {\vb^a_{3} &\geq \infty}
- \\[5pt]
- {\vb^b_{1} &\geq \pi_{1}(\sem{\stmtone}^\sharp (\vb^a_{1}, \vb^a_{2}, \vb^a_{3})) \\}
- {\vb^b_{2} &\geq \pi_{2}(\sem{\stmtone}^\sharp (\vb^a_{1}, \vb^a_{2}, \vb^a_{3})) \\}
- {\vb^b_{3} &\geq \pi_{3}(\sem{\stmtone}^\sharp (\vb^a_{1}, \vb^a_{2}, \vb^a_{3}))}
- \\[5pt]
- {\vb^b_{1} &\geq \pi_{1}(\sem{\stmttwo}^\sharp (\vb^b_{1}, \vb^b_{2}, \vb^b_{3})) \\}
- {\vb^b_{2} &\geq \pi_{2}(\sem{\stmttwo}^\sharp (\vb^b_{1}, \vb^b_{2}, \vb^b_{3})) \\}
- {\vb^b_{3} &\geq \pi_{3}(\sem{\stmttwo}^\sharp (\vb^b_{1}, \vb^b_{2}, \vb^b_{3})) }
- \end{array}
- $
- }
-\end{frame}
-
-%%%
-
-\begin{frame}{Properties of the Abstract Semantics}
- \bf Observation:
- %
- \only<1-10>{%
- \begin{align*}
- &\pi_{k}(\sem{T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)) \\
- {=\;& \pi_{k}( \alpha(\sem{T x \leq c \; \wedge \; x' = A x + d} (\gamma( b ))) ) \\}
- {=\;& \pi_{k}( \alpha(\sem{T x \leq c \; \wedge \; x' = A x + d} ( \{ x \in \Z^n \mid Tx \leq b \} )) ) \\}
- {=\;& \pi_{k}( \alpha( \{ x' \mid x, x' \in \Z^n \;\wedge\; T x \leq b, c \; \wedge \; x' = A x + d \} ) ) \\}
- {=\;& \pi_{k}( \alpha( \{ A x + d \mid x \in \Z^n \;\wedge\; T x \leq \min(b, c) \} ) ) \\}
- {=\;& \sup \; \{ T_k(A x + d) \mid x \in \Z^n \;\wedge\; T x \leq \min(b, c) \} \\}
- {=\;& T_k d + \sup \; \{ T_k A x \mid x \in \Z^n \;\wedge\; T x \leq \min ( b, c ) \} \\}
- {=\;& T_k d + \sup \; \{ T_k A x \mid x \in \R^n \;\wedge\; T x \leq \min ( b, c ) \} \\}
- {=\;& T_k d + \inf \; \{ (\min( b, c ))^\top y \mid y \in \R_{\geq 0}^n \wedge T^\top y = (T_1A)^\top y \} \\}
- {=\;& T_k d + \inf \; \{ (\min( b, c ))^\top y \mid y \in \Z_{\geq 0}^n \wedge T^\top y = (T_1A)^\top y \} \\}
- \end{align*}%
- }%
- \only<11->{%
- \begin{align*}
- &\pi_{k}(\sem{T x \leq c \; \wedge \; x' = A x + d}^\sharp (b)) \\
- {=\;& T_k d + \inf \; \{ (\min( b, c ))^\top y \mid y \in \Z_{\geq 0}^n \wedge T^\top y = (T_1A)^\top y \} \\}
- \end{align*}
- }%
-
- {
- \bf Consequences:
-
- \bigskip
- $\pi_k \circ \sem{T x \leq c \; \wedge \; x' = A x + d}^\sharp : \CZ^m \to \CZ$
- \begin{enumerate}
- \smallskip\item<13->
- is a point-wise \emph{minimum} of finitely many \emph{monotone} and \emph{affine} functions from the set $\CZ^M \to \CZ$.
- \smallskip\item<14->
- can be evaluated in \emph{strongly polynomial time}.
-
- \smallskip
- \qquad$\leadsto$ minimum cost flow network problem
-
- \qquad$\leadsto$ $\mathcal{O}( m \cdot \log m \cdot ( n + m \cdot \log m ))$
- \end{enumerate}
- }
-
-% \uncover<15>{
-% \bigskip
-% \bf So What?
-% }
-\end{frame}
-
-%%%
-
-\begin{frame}{Minimum Cost Flow Network Problem}
- \begin{align*}
- \min \;\; b^\top \begin{pmatrix} y_1 \\ y_2 \\ y_3 \end{pmatrix}
- \qquad\qquad
- \\[10pt]
- %
- \begin{pmatrix}
- 1 & 0 & -1 \\
- 0 & 1 & 1\\
- -1 & -1 & 0
- \end{pmatrix}
- \begin{pmatrix} y_1 \\ y_2 \\ y_3 \end{pmatrix}
- &=
- \begin{pmatrix} c_1 \\ c_2 \\ c_3 \end{pmatrix}
- &
- \begin{pmatrix} y_1 \\ y_2 \\ y_3 \end{pmatrix}
- &\geq
- 0
- \end{align*}
-
- \bigskip
-
- \begin{center}
- $
- \begin{matrix}\mbox{\scalebox{1}{\begin{tikzpicture}
- \node (c1) [circle,draw] {$c_1$};
- \node (c2) [circle,draw,right of = c1, xshift=10mm] {$c_2$};
- \node (c3) [below of = c2,circle,draw,yshift=-8mm]{$c_3$};
- \uncover{\path[ultra thick,->] (c1) edge [] node [left] {$y_1$} (c3);}
- \uncover{\path[ultra thick,->] (c2) edge [] node [right] {$y_2$} (c3);}
- \uncover{\path[ultra thick,->] (c1) edge [] node [above] {$y_3$} (c2);}
- \end{tikzpicture}}}\end{matrix}
- $
- \end{center}
-
-\end{frame}
-
-%%%
-
-\begin{frame}{}
-\vfill
- \begin{center}
- \huge\bf And now?
- \end{center}
- \vfill
-\end{frame}
-
-%%%
-
-\begin{frame}{A Simple Example}
-\pos{0,1.3}{
- $
- \begin{array}{@{}p{8mm}@{\quad}r@{\,}l@{\qquad}r@{\,}l@{\quad}r@{\,}l@{\quad}}
- \centering $\Rot{\only<4-6>\neginfty\only<7-19>0\only<20->{42}}$
- & {x_1^+ &\geq \neginfty & x_1^+ &\geq 0 \qquad x_1^+ \geq x_3^+ + 1 } \\[0.2mm]
- \centering $\Rot{\only<4-6>\neginfty\only<7->0}$
- & {x_1^- &\geq \neginfty & x_1^- &\geq 0 \qquad x_1^- \geq x_3^- + (-1)} \\[0.2mm]
- \centering $\Rot{\only<4-10>\neginfty\only<11-19>0\only<20->{41}}$
- & {x_2^+ &\geq \neginfty & x_2^+ &\geq (x_1^- \geq -41) \;?\; \min \{ x_1^+, 41 \} } \\[0.2mm]
- \centering $\Rot{\only<4-10>\neginfty\only<11->0}$
- & {x_2^- &\geq \neginfty & x_2^- &\geq (x_1^- \geq -41) \;?\; x_1^-} \\[0.2mm]
- \centering $\Rot{\only<4-15>\neginfty\only<16-19>0\only<20->{41}}$
- & {x_3^+ &\geq \neginfty & x_3^+ &\geq (x_2^- \geq -41 \;\&\; x_2^+ \geq 0 ) \;?\; \min \{ x_2^+, 41 \}} \\[0.2mm]
- \centering $\Rot{\only<4-15>\neginfty\only<16->0}$
- & {x_3^- &\geq \neginfty & x_3^- &\geq (x_2^- \geq -41 \;\&\; x_2^+ \geq 0 ) \;?\; \min \{ x_2^-, 0 \} }
- \end{array}
- $}
-\pos{1,4.8}{\emph{Greatest Fixpoint Iteration:}}
-\pos{1,5.4}{
- $
- \begin{array}{|r||p{10mm}|p{10mm}|p{10mm}|p{10mm}|p{10mm}|p{10mm}|p{10mm}|@{}l@{}}
- & \centering 0
- & \centering 1
- & \centering 2
- & \centering 3
- & \centering 4
- & \centering 5
- & \centering 6
- & \\
- \hline
- \hline
- x_1^+
- & \centering $\infty$
- & \centering $\only<3>\neginfty\only<6,9-10,13-15>0\only<18-19>\infty$
- & \centering $\only<10,14-15>0\only<19>{42}$
- & \centering $\only<15>0$
- & \centering
- & \centering
- & \centering
- &\\[0mm]\hline
- x_1^-
- & \centering $\infty$
- & \centering $\only<3>\neginfty\only<6,9-10,13-15,18-19>0$
- & \centering $\only<10,14-15,19>0$
- & \centering $\only<15>0$
- & \centering
- & \centering
- & \centering
- &\\[0mm]\hline
- x_2^+
- & \centering $\infty$
- & \centering $\only<3,6>\neginfty\only<9-10,13-15,18-19>{41}$
- & \centering $\only<10,14-15>0\only<19>{41}$
- & \centering $\only<15>0$
- & \centering
- & \centering
- & \centering
- &\\[0mm]\hline
- x_2^-
- & \centering $\infty$
- & \centering $\only<3,6>\neginfty\only<9-10,13-15,18-19>\infty$
- & \centering $\only<10,14-15,19>0$
- & \centering $\only<15>0$
- & \centering
- & \centering
- & \centering
- &\\[0mm]\hline
- x_3^+
- & \centering $\infty$
- & \centering $\only<3,6,9-10>\neginfty\only<13-15,18-19>{41}$
- & \centering $\only<10>\neginfty\only<14-15,19>{41}$
- & \centering $\only<15>0$
- & \centering
- & \centering
- & \centering
- &\\[0mm]\hline
- x_3^-
- & \centering $\infty$
- & \centering $\only<3,6,9-10>\neginfty\only<13-15,18-19>0$
- & \centering $\only<10>\neginfty\only<14-15,19>0$
- & \centering $\only<15>0$
- & \centering
- & \centering
- & \centering
- &\\[0mm]\hline
- \end{array}
- $}
-
- \pos{1,1.3}{\uncover<2-4>{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (2,0.5);\end{tikzpicture}}}
- \pos{3.4,1.3}{\uncover<5-16>{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (1.6,0.5);\end{tikzpicture}}}
- \pos{5.3,1.3}{{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (2.5,0.5);\end{tikzpicture}}}
- %
- \pos{1,1.8}{\uncover<2-4>{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (2,0.5);\end{tikzpicture}}}
- \pos{3.4,1.8}{{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (1.6,0.5);\end{tikzpicture}}}
- %
- \pos{1,2.3}{\uncover<2-7>{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (2,0.5);\end{tikzpicture}}}
- \pos{3.4,2.3}{{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (6.0,0.5);\end{tikzpicture}}}
- %
- \pos{1,2.8}{\uncover<2-7>{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (2,0.5);\end{tikzpicture}}}
- \pos{3.4,2.8}{{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (6,0.5);\end{tikzpicture}}}
- %
- \pos{1,3.3}{\uncover<2-11>{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (2,0.5);\end{tikzpicture}}}
- \pos{3.4,3.3}{{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (7.5,0.5);\end{tikzpicture}}}
- %
- \pos{1,3.8}{\uncover<2-11>{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (2,0.5);\end{tikzpicture}}}
- \pos{3.4,3.8}{{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (7.5,0.5);\end{tikzpicture}}}
-
- \only<21,22>{\brighten\brighten}
-
- \only<21>{\pos{1,1}{{\bf\huge
- \hspace*{1.1cm}\scalebox{2}[3]{\Rot{No further}}
-
- \bigskip
- \scalebox{2}[3]{\Rot{Improvement}}
-
- \bigskip
- \hspace*{1.2cm}\scalebox{2}[3]{\Rot{possible!}}
- }}}
- \only<22>{\pos{0.3,1.5}{{\bf\huge
- \bigskip
- \scalebox{2}[3.5]{\Rot{Least Solution}}
-
- \bigskip
- \bigskip
- \hspace*{3.5cm}\scalebox{2}[3.5]{\Rot{FOUND!}}
- }}}
-\end{frame}
-
-\frame{\frametitle{Theorem}
- \begin{itemize}
- \item<2->
- Our \emph{strategy improvement algorithm}
- computes \emph{least solutions}. %of certain fixpoint equation systems over $\mathbb{Z} \cup \{ \neginfty, \infty \}$.
- \bigskip
- \item<3->
- It can be used for performing \emph{precise zone analysis}.
- % i.e., no widening.
- \bigskip
- \item<4->
- The number of \emph{strategy improvement steps} is at most exponential.
- \bigskip
- \item<5->
- Each \emph{strategy improvement step} can be carried out by \emph{ordinary greatest fixpoint iteration}.
- \bigskip
- \item<6->
- The greatest fixpoint iterations can be performed in \emph{strongly polynomial time}
- using a reduction
- to the \emph{minimum cost flow network problem}.
- \end{itemize}
-}
-
-%%%
-
-\outline{3}
-
-%%%
-
-\begin{frame}{Conclusion}
- \begin{itemize}
- \pause\item
- \emph{Strategy iteration} is an interesting alternative to valued-based Approaches.
- \pause\bigskip\item
- Computes \emph{minimal zones} instead of some small \emph{zones}.
- \pause\bigskip\item
- Extensions:
- \begin{itemize}
- \medskip
- \item[$\bullet$]
- \emph{Template-based} analysis:
-
- \emph{Linear}:
- \includegraphics[height=6mm]{figs/region_convex_poly}, i.e., $x + 2y \leq b_1 \wedge -y \leq b_2$
- (ESOP'07)
-
- \emph{Quadratic}:
- \includegraphics[height=6mm]{figs/region_convex}
- \;
- \includegraphics[height=6mm]{figs/region_general}, i.e.,
- $x^2 + 2xy \leq b_1 \wedge y^2 \leq b_2$
- (SAS'10)
- \bigskip
- \item[$\bullet$]
- Strategy Iteration + \emph{SMT solving} (ESOP'11)
-
- \smallskip
- \quad From \;
-%
- $\begin{matrix}\text{
- \scalebox{0.3}{
- \begin{tikzpicture}
- \node (n1) [coordinate]{};
- \node (n2) [coordinate,below of = n1,yshift=-10mm]{};
- \node (n3) [coordinate,below of = n2,yshift=-10mm]{};
- \path[-,ultra thick] (n1) edge [bend right] node [left,xshift=-2mm] {\huge $\mathbf{abstr.} (s_{1})$} (n2);
- \path[-,ultra thick] (n1) edge [bend left] node [right,xshift=2mm] {\huge $\mathbf{abstr.} (s_{1}')$} (n2);
- \path[->,ultra thick] (n2) edge [bend right] node [left,xshift=-2mm] {\huge $\mathbf{abstr.} (s_{2})$} (n3);
- \path[->,ultra thick] (n2) edge [bend left] node [right,xshift=2mm] {\huge $\mathbf{abstr.} (s_{2}')$} (n3);
- \end{tikzpicture}
- }}\end{matrix}$
-%
- \; to \;
-%
- $\mathbf{abstr.} \begin{pmatrix}\text{
- \scalebox{0.3}{
- \begin{tikzpicture}
- \node (n1) [coordinate]{};
- \node (n2) [coordinate,below of = n1,yshift=-10mm]{};
- \node (n3) [coordinate,below of = n2,yshift=-10mm]{};
- \path[-,ultra thick] (n1) edge [bend right] node [left,xshift=-2mm] {\huge $s_{1}$} (n2);
- \path[-,ultra thick] (n1) edge [bend left] node [right,xshift=2mm] {\huge $s_{1}'$} (n2);
- \path[->,ultra thick] (n2) edge [bend right] node [left,xshift=-2mm] {\huge $s_{2}$} (n3);
- \path[->,ultra thick] (n2) edge [bend left] node [right,xshift=2mm] {\huge $s_{2}'$} (n3);
- \end{tikzpicture}
- }}\end{pmatrix}$
-%
-
- \medskip\item[$\bullet$]
- \emph{Unbounded Time} Verification
- for \emph{Cyber-Physical Systems}
- through Abstract Interpretation (ATVA'11, APLAS'11, Current Work)
- \end{itemize}
- \end{itemize}
-
- \vspace*{-2mm}
- \begin{center}
- \Large\bf
- \pause Thanks for Your Attention! \pause Questions?
- \end{center}
-\end{frame}
-
-%%%
-
-\begin{frame}[allowframebreaks]{References}
- \bibliographystyle{apalike2}
- \bibliography{bib}
-\end{frame}
-\end{document}
diff --git a/tex/presentation/slides.toc b/tex/presentation/slides.toc
deleted file mode 100644
index e06b51d..0000000
--- a/tex/presentation/slides.toc
+++ /dev/null
@@ -1 +0,0 @@
-\beamer@endinputifotherversion {3.10pt}
diff --git a/tex/presentation/thomas/ASOPT.pdf b/tex/presentation/thomas/ASOPT.pdf
deleted file mode 100644
index d4f1f0b..0000000
--- a/tex/presentation/thomas/ASOPT.pdf
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/CNRS.pdf b/tex/presentation/thomas/CNRS.pdf
deleted file mode 100644
index f0546b0..0000000
--- a/tex/presentation/thomas/CNRS.pdf
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/Makefile b/tex/presentation/thomas/Makefile
deleted file mode 100644
index 3aff5de..0000000
--- a/tex/presentation/thomas/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-prog:
- pdflatex --shell-escape main
- bibtex main
- pdflatex --shell-escape main
- pdflatex --shell-escape main
-clean:
- rm -f main.pdf *.aux *.bbl *.blg *.idx *.nav *.snm *.toc *.out *.log
diff --git a/tex/presentation/thomas/SAPLING november 2011/.DS_Store b/tex/presentation/thomas/SAPLING november 2011/.DS_Store
deleted file mode 100644
index 5008ddf..0000000
--- a/tex/presentation/thomas/SAPLING november 2011/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/TUM.pdf b/tex/presentation/thomas/TUM.pdf
deleted file mode 100644
index 2a7e3ea..0000000
--- a/tex/presentation/thomas/TUM.pdf
+++ /dev/null
@@ -1,63 +0,0 @@
-%PDF-1.3
-%쏢
-5 0 obj
-<</Length 6 0 R/Filter /FlateDecode>>
-stream
-xmM =01
-&c]M-O
-L(؞W:]<?ϡ!~xvx$oТ%:jmb )|.,
- ?P#
-L@qP_pTU6b`DVX&?!hz֢kė, {Yendstream
-endobj
-6 0 obj
-174
-endobj
-4 0 obj
-<</Type/Page/MediaBox [0 0 80 43]
-/Parent 3 0 R
-/Resources<</ProcSet[/PDF]
-/ExtGState 8 0 R
->>
-/Contents 5 0 R
->>
-endobj
-3 0 obj
-<< /Type /Pages /Kids [
-4 0 R
-] /Count 1
->>
-endobj
-1 0 obj
-<</Type /Catalog /Pages 3 0 R
->>
-endobj
-7 0 obj
-<</Type/ExtGState
-/OPM 1>>endobj
-8 0 obj
-<</R7
-7 0 R>>
-endobj
-2 0 obj
-<</Producer(ESP Ghostscript 8.15)
-/CreationDate(D:20070601200456)
-/ModDate(D:20070601200456)
-/Creator(xpdf/pdftops 3.01)>>endobj
-xref
-0 9
-0000000000 65535 f
-0000000466 00000 n
-0000000584 00000 n
-0000000407 00000 n
-0000000278 00000 n
-0000000015 00000 n
-0000000259 00000 n
-0000000514 00000 n
-0000000555 00000 n
-trailer
-<< /Size 9 /Root 1 0 R /Info 2 0 R
-/ID [(R\(>n֯#o)(R\(>n֯#o)]
->>
-startxref
-721
-%%EOF
diff --git a/tex/presentation/thomas/TUM2.pdf b/tex/presentation/thomas/TUM2.pdf
deleted file mode 100644
index 71f8e06..0000000
--- a/tex/presentation/thomas/TUM2.pdf
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/VERIMAG.pdf b/tex/presentation/thomas/VERIMAG.pdf
deleted file mode 100644
index 6423fb0..0000000
--- a/tex/presentation/thomas/VERIMAG.pdf
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/WWU.pdf b/tex/presentation/thomas/WWU.pdf
deleted file mode 100644
index 1b9f081..0000000
--- a/tex/presentation/thomas/WWU.pdf
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/bib.bib b/tex/presentation/thomas/bib.bib
deleted file mode 100644
index eb36633..0000000
--- a/tex/presentation/thomas/bib.bib
+++ /dev/null
@@ -1,3631 +0,0 @@
-%% This BibTeX bibliography file was created using BibDesk.
-%% http://bibdesk.sourceforge.net/
-
-
-%% Created for Thomas Martin Gawlitza at 2011-05-27 19:13:39 +0200
-
-
-%% Saved with string encoding Unicode (UTF-8)
-
-
-
-@book{flow,
- Author = {Ravindra K. Ahuja and Thomas L. Magnati and James B. Orlin},
- Date-Added = {2011-05-27 19:12:20 +0200},
- Date-Modified = {2011-05-27 19:13:15 +0200},
- Publisher = {Prentice Hall},
- Title = {Network Flows},
- Year = {1993}}
-
-@article{DBLP:journals/combinatorica/Karmarkar84,
- Author = {Narendra Karmarkar},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Date-Added = {2011-04-26 11:44:39 +0200},
- Date-Modified = {2011-04-26 11:44:39 +0200},
- Journal = {Combinatorica},
- Number = {4},
- Pages = {373-396},
- Title = {A new polynomial-time algorithm for linear programming},
- Volume = {4},
- Year = {1984}}
-
-@book{Potra97primal-dualinterior-point,
- Address = {Philadelphia, PA, U.S.A.},
- Author = {Stephen J. Wright},
- Date-Added = {2011-04-26 11:33:46 +0200},
- Date-Modified = {2011-04-26 11:33:46 +0200},
- Publisher = siam,
- Title = {Primal-Dual Interior-Point Methods},
- Year = {1997}}
-
-@inproceedings{DBLP:conf/stoc/Orlin88,
- Author = {James B. Orlin},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {STOC},
- Crossref = {DBLP:conf/stoc/STOC20},
- Date-Added = {2011-04-14 16:30:11 +0200},
- Date-Modified = {2011-04-14 16:30:11 +0200},
- Pages = {377-387},
- Title = {A Faster Strongly Polynominal Minimum Cost Flow Algorithm},
- Year = {1988}}
-
-@proceedings{DBLP:conf/stoc/STOC20,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {STOC},
- Date-Added = {2011-04-14 16:30:11 +0200},
- Date-Modified = {2011-04-14 16:30:11 +0200},
- Publisher = {ACM},
- Title = {Proceedings of the Twentieth Annual ACM Symposium on Theory of Computing, 2-4 May 1988, Chicago, Illinois, USA},
- Year = {1988}}
-
-@inproceedings{DBLP:conf/ershov/BjorklundSV03,
- Author = {Henrik Bj{\"o}rklund and Sven Sandberg and Sergei G. Vorobyov},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {Ershov Memorial Conference},
- Crossref = {DBLP:conf/ershov/2003},
- Date-Added = {2010-10-05 16:10:13 +0200},
- Date-Modified = {2010-10-05 16:10:13 +0200},
- Pages = {381-394},
- Title = {Complexity of Model Checking by Iterative Improvement: The Pseudo-Boolean Framework},
- Year = {2003},
- Bdsk-Url-1 = {http://springerlink.metapress.com/openurl.asp?genre=article&issn=0302-9743&volume=2890&spage=381}}
-
-@inproceedings{DBLP:conf/focs/SzaboW01,
- Author = {Tibor Szab{\'o} and Emo Welzl},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {FOCS},
- Date-Added = {2009-04-13 12:46:53 +0200},
- Date-Modified = {2009-04-13 12:46:53 +0200},
- Pages = {547-555},
- Title = {Unique Sink Orientations of Cubes},
- Year = {2001}}
-
-@article{DBLP:journals/rsa/Gartner02,
- Author = {Bernd G{\"a}rtner},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Date-Added = {2009-04-13 12:41:00 +0200},
- Date-Modified = {2009-04-13 12:41:00 +0200},
- Ee = {http://dx.doi.org/10.1002/rsa.10034},
- Journal = {Random Struct. Algorithms},
- Number = {3},
- Pages = {353-381},
- Title = {The Random-Facet simplex algorithm on combinatorial cubes},
- Volume = {20},
- Year = {2002}}
-
-@inproceedings{DBLP:conf/focs/Gartner92,
- Author = {Bernd G{\"a}rtner},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {FOCS},
- Crossref = {DBLP:conf/focs/FOCS33},
- Date-Added = {2009-04-13 12:40:01 +0200},
- Date-Modified = {2009-04-13 12:40:01 +0200},
- Pages = {464-472},
- Title = {A Subexponential Algorithm for Abstract Optimization Problems},
- Year = {1992}}
-
-@proceedings{DBLP:conf/focs/FOCS33,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {FOCS},
- Date-Added = {2009-04-13 12:40:01 +0200},
- Date-Modified = {2009-04-13 12:40:01 +0200},
- Publisher = {IEEE},
- Title = {33rd Annual Symposium on Foundations of Computer Science, 24-27 October 1992, Pittsburgh, Pennsylvania, USA},
- Year = {1992}}
-
-@inproceedings{DBLP:conf/stacs/ChatterjeeH06,
- Author = {Krishnendu Chatterjee and Thomas A. Henzinger},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {STACS},
- Crossref = {DBLP:conf/stacs/2006},
- Date-Added = {2009-04-10 18:34:29 +0200},
- Date-Modified = {2009-04-10 18:34:29 +0200},
- Ee = {http://dx.doi.org/10.1007/11672142_42},
- Pages = {512-523},
- Title = {Strategy Improvement and Randomized Subexponential Algorithms for Stochastic Parity Games},
- Year = {2006}}
-
-@proceedings{DBLP:conf/stacs/2006,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {STACS},
- Date-Added = {2009-04-10 18:34:29 +0200},
- Date-Modified = {2009-04-10 18:34:29 +0200},
- Editor = {Bruno Durand and Wolfgang Thomas},
- Isbn = {3-540-32301-5},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {STACS 2006, 23rd Annual Symposium on Theoretical Aspects of Computer Science, Marseille, France, February 23-25, 2006, Proceedings},
- Volume = {3884},
- Year = {2006}}
-
-@book{RePEc:eee:gamhes:2,
- Date-Added = {2009-04-09 16:44:54 +0200},
- Date-Modified = {2009-04-09 16:44:54 +0200},
- Editor = {R.J. Aumann and S. Hart},
- Number = {2},
- Publisher = {Elsevier},
- Series = {Handbook of Game Theory with Economic Applications},
- Title = {Handbook of Game Theory with Economic Applications},
- Url = {http://ideas.repec.org/b/eee/gamhes/2.html},
- Volume = {2},
- Year = 1994,
- Bdsk-Url-1 = {http://ideas.repec.org/b/eee/gamhes/2.html}}
-
-@book{RePEc:eee:gamhes:1,
- Date-Added = {2009-04-09 16:43:41 +0200},
- Date-Modified = {2009-04-09 16:43:41 +0200},
- Editor = {R.J. Aumann and S. Hart},
- Number = {1},
- Publisher = {Elsevier},
- Series = {Handbook of Game Theory with Economic Applications},
- Title = {Handbook of Game Theory with Economic Applications},
- Url = {http://ideas.repec.org/b/eee/gamhes/1.html},
- Volume = {1},
- Year = 1992,
- Bdsk-Url-1 = {http://ideas.repec.org/b/eee/gamhes/1.html}}
-
-@book{RePEc:eee:gamhes:3,
- Date-Added = {2009-04-09 16:39:49 +0200},
- Date-Modified = {2009-04-09 16:39:49 +0200},
- Editor = {R.J. Aumann and S. Hart},
- Number = {3},
- Publisher = {Elsevier},
- Series = {Handbook of Game Theory with Economic Applications},
- Title = {Handbook of Game Theory with Economic Applications},
- Url = {http://ideas.repec.org/b/eee/gamhes/3.html},
- Volume = {3},
- Year = 2002,
- Bdsk-Url-1 = {http://ideas.repec.org/b/eee/gamhes/3.html}}
-
-@inproceedings{cav2009/GawlitzaS09,
- Author = {Thomas Martin Gawlitza and Helmut Seidl},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {CAV},
- Date-Added = {2009-04-09 13:49:30 +0200},
- Date-Modified = {2009-04-13 19:15:31 +0200},
- Title = {Games through Nested Fixpoints},
- Year = {2009 (to appear)}}
-
-@inproceedings{DBLP:conf/fm/GawlitzaS08,
- Author = {Thomas Gawlitza and Helmut Seidl},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {FM},
- Crossref = {DBLP:conf/fm/2008},
- Date-Added = {2009-04-09 12:35:12 +0200},
- Date-Modified = {2009-04-09 12:35:12 +0200},
- Ee = {http://dx.doi.org/10.1007/978-3-540-68237-0_24},
- Pages = {342-357},
- Title = {Precise Interval Analysis vs. Parity Games},
- Year = {2008}}
-
-@proceedings{DBLP:conf/fm/2008,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {FM},
- Date-Added = {2009-04-09 12:35:12 +0200},
- Date-Modified = {2009-04-09 12:35:12 +0200},
- Editor = {Jorge Cu{\'e}llar and T. S. E. Maibaum and Kaisa Sere},
- Isbn = {978-3-540-68235-6},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {FM 2008: Formal Methods, 15th International Symposium on Formal Methods, Turku, Finland, May 26-30, 2008, Proceedings},
- Volume = {5014},
- Year = {2008}}
-
-@inproceedings{DBLP:conf/atva/GawlitzaS07,
- Author = {Thomas Gawlitza and Helmut Seidl},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ATVA},
- Crossref = {DBLP:conf/atva/2007},
- Date-Added = {2009-04-09 12:33:30 +0200},
- Date-Modified = {2009-04-09 12:33:30 +0200},
- Ee = {http://dx.doi.org/10.1007/978-3-540-75596-8_14},
- Pages = {177-191},
- Title = {Computing Game Values for Crash Games},
- Year = {2007}}
-
-@proceedings{DBLP:conf/atva/2007,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ATVA},
- Date-Added = {2009-04-09 12:33:30 +0200},
- Date-Modified = {2009-04-09 12:33:30 +0200},
- Editor = {Kedar S. Namjoshi and Tomohiro Yoneda and Teruo Higashino and Yoshio Okamura},
- Isbn = {978-3-540-75595-1},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Automated Technology for Verification and Analysis, 5th International Symposium, ATVA 2007, Tokyo, Japan, October 22-25, 2007, Proceedings},
- Volume = {4762},
- Year = {2007}}
-
-@inproceedings{DBLP:conf/esop/GawlitzaS07,
- Author = {Thomas Gawlitza and Helmut Seidl},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ESOP},
- Crossref = {DBLP:conf/esop/2007},
- Date-Added = {2009-04-09 12:29:42 +0200},
- Date-Modified = {2009-04-09 12:29:42 +0200},
- Ee = {http://dx.doi.org/10.1007/978-3-540-71316-6_21},
- Pages = {300-315},
- Title = {Precise Fixpoint Computation Through Strategy Iteration},
- Year = {2007}}
-
-@inproceedings{wing2012,
- Author = {Thomas Gawlitza and Helmut Seidl},
- Booktitle = {Easychair Proceedings},
- Title = {Abstract Interpretation over Zones without Widening},
- Note = {To appear},
- Year = {2012}}
-
-@article{compare2012,
- Author = {Thomas Gawlitza and Helmut Seidl and Assale Adje and Stephane Gaubert and Eric Goubault},
- Title = {Abstract Interpretation Meets Convex Optimization},
- journal = {Journal of Symbolic Computation (JSC)},
- note = {To appear},
- year = {2011}}
-
-@proceedings{DBLP:conf/esop/2007,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ESOP},
- Date-Added = {2009-04-09 12:29:42 +0200},
- Date-Modified = {2009-04-09 12:29:42 +0200},
- Editor = {Rocco De Nicola},
- Isbn = {978-3-540-71314-2},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Programming Languages and Systems, 16th European Symposium on Programming, ESOP 2007, Held as Part of the Joint European Conferences on Theory and Practics of Software, ETAPS 2007, Braga, Portugal, March 24 - April 1, 2007, Proceedings},
- Volume = {4421},
- Year = {2007}}
-
-@proceedings{DBLP:conf/dagstuhl/2001automata,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {Automata, Logics, and Infinite Games},
- Date-Added = {2009-04-07 23:15:06 +0200},
- Date-Modified = {2009-04-07 23:15:06 +0200},
- Editor = {Erich Gr{\"a}del and Wolfgang Thomas and Thomas Wilke},
- Isbn = {3-540-00388-6},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Automata, Logics, and Infinite Games: A Guide to Current Research [outcome of a Dagstuhl seminar, February 2001]},
- Volume = {2500},
- Year = {2002}}
-
-@inproceedings{DBLP:conf/soda/ChatterjeeJH04,
- Author = {Krishnendu Chatterjee and Marcin Jurdzinski and Thomas A. Henzinger},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {SODA},
- Crossref = {DBLP:conf/soda/2004},
- Date-Added = {2009-04-07 11:46:03 +0200},
- Date-Modified = {2009-04-07 11:46:03 +0200},
- Ee = {http://doi.acm.org/10.1145/982792.982808},
- Pages = {121-130},
- Title = {Quantitative stochastic parity games},
- Year = {2004}}
-
-@proceedings{DBLP:conf/soda/2004,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {SODA},
- Date-Added = {2009-04-07 11:46:03 +0200},
- Date-Modified = {2009-04-07 11:46:03 +0200},
- Editor = {J. Ian Munro},
- Publisher = {SIAM},
- Title = {Proceedings of the Fifteenth Annual ACM-SIAM Symposium on Discrete Algorithms, SODA 2004, New Orleans, Louisiana, USA, January 11-14, 2004},
- Year = {2004}}
-
-@inproceedings{DBLP:conf/dimacs/Emerson96,
- Author = {E. Allen Emerson},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {Descriptive Complexity and Finite Models},
- Crossref = {DBLP:conf/dimacs/1996},
- Date-Added = {2009-03-30 15:13:05 +0200},
- Date-Modified = {2009-03-30 15:13:05 +0200},
- Pages = {185-214},
- Title = {Model Checking and the Mu-calculus},
- Year = {1996}}
-
-@proceedings{DBLP:conf/dimacs/1996,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {Descriptive Complexity and Finite Models},
- Date-Added = {2009-03-30 15:13:05 +0200},
- Date-Modified = {2009-03-30 15:13:05 +0200},
- Editor = {Neil Immerman and Phokion G. Kolaitis},
- Isbn = {0-8218-0517-7},
- Publisher = {American Mathematical Society},
- Series = {DIMACS Series in Discrete Mathematics and Theoretical Computer Science},
- Title = {Descriptive Complexity and Finite Models, Proceedings of a DIMACS Workshop, January 14-17, 1996, Princeton University},
- Volume = {31},
- Year = {1996}}
-
-@inproceedings{DBLP:conf/tark/Henzinger05,
- Author = {Thomas A. Henzinger},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {TARK},
- Crossref = {DBLP:conf/tark/2005},
- Date-Added = {2009-03-30 14:30:02 +0200},
- Date-Modified = {2009-03-30 14:30:02 +0200},
- Ee = {http://doi.acm.org/10.1145/1089933.1089935},
- Pages = {1-4},
- Title = {Games in system design and verification},
- Year = {2005}}
-
-@proceedings{DBLP:conf/tark/2005,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {TARK},
- Date-Added = {2009-03-30 14:30:02 +0200},
- Date-Modified = {2009-03-30 14:30:02 +0200},
- Editor = {Ron van der Meyden},
- Isbn = {981-05-3412-4},
- Publisher = {National University of Singapore},
- Title = {Proceedings of the 10th Conference on Theoretical Aspects of Rationality and Knowledge (TARK-2005), Singapore, June 10-12, 2005},
- Year = {2005}}
-
-@inproceedings{DBLP:conf/valuetools/DhingraG06,
- Author = {Vishesh Dhingra and Stephane Gaubert},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {VALUETOOLS},
- Crossref = {DBLP:conf/valuetools/2006},
- Date-Added = {2009-03-30 14:02:31 +0200},
- Date-Modified = {2009-03-30 14:02:31 +0200},
- Ee = {http://doi.acm.org/10.1145/1190095.1190110},
- Pages = {12},
- Title = {How to solve large scale deterministic games with mean payoff by policy iteration},
- Year = {2006}}
-
-@proceedings{DBLP:conf/valuetools/2006,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {VALUETOOLS},
- Date-Added = {2009-03-30 14:02:31 +0200},
- Date-Modified = {2009-03-30 14:02:31 +0200},
- Editor = {Luciano Lenzini and Rene L. Cruz},
- Isbn = {1-59593-504-5},
- Publisher = {ACM},
- Series = {ACM International Conference Proceeding Series},
- Title = {Proceedings of the 1st International Conference on Performance Evaluation Methodolgies and Tools, VALUETOOLS 2006, Pisa, Italy, October 11-13, 2006},
- Volume = {180},
- Year = {2006}}
-
-@article{DBLP:journals/algorithmica/Halman07,
- Author = {Nir Halman},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Date-Added = {2009-03-30 13:56:06 +0200},
- Date-Modified = {2009-03-30 13:56:06 +0200},
- Ee = {http://dx.doi.org/10.1007/s00453-007-0175-3},
- Journal = {Algorithmica},
- Number = {1},
- Pages = {37-50},
- Title = {Simple Stochastic Games, Parity Games, Mean Payoff Games and Discounted Payoff Games Are All LP-Type Problems},
- Volume = {49},
- Year = {2007}}
-
-@article{DBLP:journals/corr/abs-0812-0486,
- Author = {Vladimir Gurvich and Peter Bro Miltersen},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Date-Added = {2009-03-30 13:50:52 +0200},
- Date-Modified = {2009-03-30 13:50:52 +0200},
- Ee = {http://arxiv.org/abs/0812.0486},
- Journal = {CoRR},
- Title = {On the computational complexity of solving stochastic mean-payoff games},
- Volume = {abs/0812.0486},
- Year = {2008}}
-
-@inproceedings{DBLP:conf/lics/KlarlundK91,
- Author = {Nils Klarlund and Dexter Kozen},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {LICS},
- Crossref = {DBLP:conf/lics/LICS6},
- Date-Added = {2009-03-27 22:34:30 +0100},
- Date-Modified = {2009-03-27 22:34:30 +0100},
- Pages = {256-265},
- Title = {Rabin Measures and Their Applications to Fairness and Automata Theory},
- Year = {1991}}
-
-@proceedings{DBLP:conf/lics/LICS6,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {LICS},
- Date-Added = {2009-03-27 22:34:30 +0100},
- Date-Modified = {2009-03-27 22:34:30 +0100},
- Publisher = {IEEE Computer Society},
- Title = {Proceedings, Sixth Annual IEEE Symposium on Logic in Computer Science, 15-18 July, 1991, Amsterdam, The Netherlands},
- Year = {1991}}
-
-@inproceedings{DBLP:conf/cav/Thomas02,
- Author = {Wolfgang Thomas},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {CAV},
- Crossref = {DBLP:conf/cav/2002},
- Date-Added = {2009-03-25 15:21:25 +0100},
- Date-Modified = {2009-03-25 15:21:25 +0100},
- Ee = {http://link.springer.de/link/service/series/0558/bibs/2404/24040058.htm},
- Pages = {58-64},
- Title = {Infinite Games and Verification (Extended Abstract of a Tutorial)},
- Year = {2002}}
-
-@proceedings{DBLP:conf/cav/2002,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {CAV},
- Date-Added = {2009-03-25 15:21:25 +0100},
- Date-Modified = {2009-03-25 15:21:25 +0100},
- Editor = {Ed Brinksma and Kim Guldstrand Larsen},
- Isbn = {3-540-43997-8},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Computer Aided Verification, 14th International Conference, CAV 2002,Copenhagen, Denmark, July 27-31, 2002, Proceedings},
- Volume = {2404},
- Year = {2002}}
-
-@inproceedings{DBLP:conf/cc/ShahamKS00,
- Author = {Ran Shaham and Elliot K. Kolodner and Shmuel Sagiv},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {CC},
- Crossref = {DBLP:conf/cc/2000},
- Date-Added = {2009-03-24 23:06:53 +0100},
- Date-Modified = {2009-03-24 23:06:53 +0100},
- Ee = {http://link.springer.de/link/service/series/0558/bibs/1781/17810050.htm},
- Pages = {50-66},
- Title = {Automatic Removal of Array Memory Leaks in Java},
- Year = {2000}}
-
-@proceedings{DBLP:conf/cc/2000,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {CC},
- Date-Added = {2009-03-24 23:06:53 +0100},
- Date-Modified = {2009-03-24 23:06:53 +0100},
- Editor = {David A. Watt},
- Isbn = {3-540-67263-X},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Compiler Construction, 9th International Conference, CC 2000, Held as Part of the European Joint Conferences on the Theory and Practice of Software, ETAPS 2000, Berlin, Germany, Arch 25 - April 2, 2000, Proceedings},
- Volume = {1781},
- Year = {2000}}
-
-@inproceedings{DBLP:conf/csl/Schewe08,
- Author = {Sven Schewe},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {CSL},
- Crossref = {DBLP:conf/csl/2008},
- Date-Added = {2009-03-24 18:55:33 +0100},
- Date-Modified = {2009-03-24 18:55:33 +0100},
- Ee = {http://dx.doi.org/10.1007/978-3-540-87531-4_27},
- Pages = {369-384},
- Title = {An Optimal Strategy Improvement Algorithm for Solving Parity and Payoff Games},
- Year = {2008}}
-
-@proceedings{DBLP:conf/csl/2008,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {CSL},
- Date-Added = {2009-03-24 18:55:33 +0100},
- Date-Modified = {2009-03-24 18:55:33 +0100},
- Editor = {Michael Kaminski and Simone Martini},
- Isbn = {978-3-540-87530-7},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Computer Science Logic, 22nd International Workshop, CSL 2008, 17th Annual Conference of the EACSL, Bertinoro, Italy, September 16-19, 2008. Proceedings},
- Volume = {5213},
- Year = {2008}}
-
-@inproceedings{DBLP:conf/fsttcs/Schewe07,
- Author = {Sven Schewe},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {FSTTCS},
- Crossref = {DBLP:conf/fsttcs/2007},
- Date-Added = {2009-03-24 18:54:09 +0100},
- Date-Modified = {2009-03-24 18:54:09 +0100},
- Ee = {http://dx.doi.org/10.1007/978-3-540-77050-3_37},
- Pages = {449-460},
- Title = {Solving Parity Games in Big Steps},
- Year = {2007}}
-
-@proceedings{DBLP:conf/fsttcs/2007,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {FSTTCS},
- Date-Added = {2009-03-24 18:54:09 +0100},
- Date-Modified = {2009-03-24 18:54:09 +0100},
- Editor = {Vikraman Arvind and Sanjiva Prasad},
- Isbn = {978-3-540-77049-7},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {FSTTCS 2007: Foundations of Software Technology and Theoretical Computer Science, 27th International Conference, New Delhi, India, December 12-14, 2007, Proceedings},
- Volume = {4855},
- Year = {2007}}
-
-@inproceedings{DBLP:conf/stacs/Thomas95,
- Author = {Wolfgang Thomas},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {STACS},
- Date-Added = {2009-03-21 20:34:24 +0100},
- Date-Modified = {2009-03-21 20:34:24 +0100},
- Pages = {1-13},
- Title = {On the Synthesis of Strategies in Infinite Games},
- Year = {1995}}
-
-@article{DBLP:journals/apal/McNaughton93,
- Author = {Robert McNaughton},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Date-Added = {2009-03-21 20:31:47 +0100},
- Date-Modified = {2009-03-21 20:31:47 +0100},
- Journal = {Ann. Pure Appl. Logic},
- Number = {2},
- Pages = {149-184},
- Title = {Infinite Games Played on Finite Graphs},
- Volume = {65},
- Year = {1993}}
-
-@inproceedings{DBLP:conf/icalp/Kozen82,
- Author = {Dexter Kozen},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ICALP},
- Crossref = {DBLP:conf/icalp/1982},
- Date-Added = {2009-03-16 18:38:31 +0100},
- Date-Modified = {2009-03-16 18:38:31 +0100},
- Pages = {348-359},
- Title = {Results on the Propositional $\mu$-Calculus},
- Year = {1982}}
-
-@proceedings{DBLP:conf/icalp/1982,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ICALP},
- Date-Added = {2009-03-16 18:38:31 +0100},
- Date-Modified = {2009-03-16 18:38:31 +0100},
- Editor = {Mogens Nielsen and Erik Meineche Schmidt},
- Isbn = {3-540-11576-5},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Automata, Languages and Programming, 9th Colloquium, Aarhus, Denmark, July 12-16, 1982, Proceedings},
- Volume = {140},
- Year = {1982}}
-
-@article{DBLP:journals/tocl/McIverM07,
- Author = {Annabelle McIver and Carroll Morgan},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Date-Added = {2009-03-16 18:28:25 +0100},
- Date-Modified = {2009-03-16 18:31:17 +0100},
- Ee = {http://doi.acm.org/10.1145/1182613.1182616},
- Journal = {ACM Trans. Comput. Log.},
- Number = {1},
- Title = {Results on the quantitative $\mu$-calculus qM$\mu$},
- Volume = {8},
- Year = {2007}}
-
-@inproceedings{DBLP:conf/tacas/StevensS98,
- Author = {Perdita Stevens and Colin Stirling},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {TACAS},
- Crossref = {DBLP:conf/tacas/1998},
- Date-Added = {2009-03-16 18:10:34 +0100},
- Date-Modified = {2009-03-16 18:10:34 +0100},
- Ee = {http://link.springer.de/link/service/series/0558/bibs/1384/13840085.htm},
- Pages = {85-101},
- Title = {Practical Model-Checking Using Games},
- Year = {1998}}
-
-@proceedings{DBLP:conf/tacas/1998,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {TACAS},
- Date-Added = {2009-03-16 18:10:34 +0100},
- Date-Modified = {2009-03-16 18:10:34 +0100},
- Editor = {Bernhard Steffen},
- Isbn = {3-540-64356-7},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Tools and Algorithms for Construction and Analysis of Systems, 4th International Conference, TACAS '98, Held as Part of the European Joint Conferences on the Theory and Practice of Software, ETAPS'98, Lisbon, Portugal, March 28 - April 4, 1998, Proceedings},
- Volume = {1384},
- Year = {1998}}
-
-@inproceedings{DBLP:conf/cav/EmersonJS93,
- Author = {E. Allen Emerson and Charanjit S. Jutla and A. Prasad Sistla},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {CAV},
- Crossref = {DBLP:conf/cav/1993},
- Date-Added = {2009-03-16 18:07:43 +0100},
- Date-Modified = {2009-03-16 18:07:43 +0100},
- Pages = {385-396},
- Title = {On Model-Checking for Fragments of $\mu$-Calculus},
- Year = {1993}}
-
-@proceedings{DBLP:conf/cav/1993,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {CAV},
- Date-Added = {2009-03-16 18:07:43 +0100},
- Date-Modified = {2009-03-16 18:07:43 +0100},
- Editor = {Costas Courcoubetis},
- Isbn = {3-540-56922-7},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Computer Aided Verification, 5th International Conference, CAV '93, Elounda, Greece, June 28 - July 1, 1993, Proceedings},
- Volume = {697},
- Year = {1993}}
-
-@book{Tarski48,
- Author = {Alfred Tarski},
- Date-Added = {2009-03-13 18:00:35 +0100},
- Date-Modified = {2009-03-13 18:06:49 +0100},
- Publisher = {University of California Press},
- Title = {A Decision Method for Elementary Algrebra and Geometry},
- Year = {1948}}
-
-@inproceedings{DBLP:conf/icalp/GimbertZ07,
- Author = {Hugo Gimbert and Wieslaw Zielonka},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ICALP},
- Crossref = {DBLP:conf/icalp/2007},
- Date-Added = {2009-02-25 14:46:10 +0100},
- Date-Modified = {2009-02-25 14:46:10 +0100},
- Ee = {http://dx.doi.org/10.1007/978-3-540-73420-8_73},
- Pages = {850-861},
- Title = {Perfect Information Stochastic Priority Games},
- Year = {2007}}
-
-@proceedings{DBLP:conf/icalp/2007,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ICALP},
- Date-Added = {2009-02-25 14:46:10 +0100},
- Date-Modified = {2009-02-25 14:46:10 +0100},
- Editor = {Lars Arge and Christian Cachin and Tomasz Jurdzinski and Andrzej Tarlecki},
- Isbn = {978-3-540-73419-2},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Automata, Languages and Programming, 34th International Colloquium, ICALP 2007, Wroclaw, Poland, July 9-13, 2007, Proceedings},
- Volume = {4596},
- Year = {2007}}
-
-@inproceedings{DBLP:conf/lop/Emerson85,
- Author = {E. Allen Emerson},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {Logic of Programs},
- Crossref = {DBLP:conf/lop/1985},
- Date-Added = {2009-02-21 16:32:02 +0100},
- Date-Modified = {2009-02-21 16:32:02 +0100},
- Pages = {79-88},
- Title = {Automata, Tableaux and Temporal Logics (Extended Abstract)},
- Year = {1985}}
-
-@proceedings{DBLP:conf/lop/1985,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {Logics of Programs},
- Date-Added = {2009-02-21 16:32:02 +0100},
- Date-Modified = {2009-02-21 16:32:02 +0100},
- Editor = {Rohit Parikh},
- Isbn = {3-540-15648-8},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Logics of Programs, Conference, Brooklyn College, June 17-19, 1985, Proceedings},
- Volume = {193},
- Year = {1985}}
-
-@conference{Sha53,
- Author = {Lloyed Stowell Shapley},
- Booktitle = {Proceedings of the National Academy of Science},
- Date-Added = {2009-02-14 16:33:04 +0100},
- Date-Modified = {2009-02-14 16:36:14 +0100},
- Pages = {1095-1100},
- Title = {Stochstic Games},
- Volume = {39},
- Year = {1953}}
-
-@unpublished{Liminf,
- Author = {Krishnendu Chatterjee and Thomas A. Henzinger},
- Date-Added = {2009-01-18 19:40:54 +0100},
- Date-Modified = {2009-04-09 14:48:05 +0200},
- Note = {ILC (to Appear)},
- Title = {Probabilistic Systems with LimSup and LimInf Objectives},
- Year = {2009}}
-
-@article{LigLip69,
- Author = {Thomas M. Liggett and Steven A. Lippman},
- Date-Added = {2009-01-18 19:38:12 +0100},
- Date-Modified = {2009-04-09 14:35:16 +0200},
- Journal = {SIAM Review},
- Number = {4},
- Pages = {604-607},
- Title = {Stochastic games with perfict information and time average payoff.},
- Volume = {11},
- Year = {1969}}
-
-@conference{Gil57,
- Author = {D. Gillette},
- Booktitle = {Contributions to the Theory of Games III},
- Date-Added = {2009-01-18 19:28:55 +0100},
- Date-Modified = {2009-04-09 14:09:18 +0200},
- Editor = {M. Dresher and A.W. Tucker and P. Wolfe},
- Journal = {Annals of Mathematics Studies},
- Keywords = {stochastische turn-based mean-payoff games sind positional determiniert},
- Pages = {179-187},
- Publisher = {Princeton University Press},
- Title = {Stochastic games with zero stop probabilities},
- Volume = {39},
- Year = {1957}}
-
-@inproceedings{DBLP:conf/stacs/FischerGK08,
- Author = {Diana Fischer and Erich Gr{\"a}del and Lukasz Kaiser},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {STACS},
- Crossref = {DBLP:conf/stacs/2008},
- Date-Added = {2008-12-17 17:25:04 +0100},
- Date-Modified = {2008-12-17 17:25:53 +0100},
- Ee = {http://drops.dagstuhl.de/opus/volltexte/2008/1352},
- Pages = {301-312},
- Title = {Model Checking Games for the Quantitative $\mu$-Calculus},
- Year = {2008}}
-
-@inproceedings{DBLP:conf/sas/LerouxS07,
- Author = {J{\'e}r{\^o}me Leroux and Gr{\'e}goire Sutre},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {SAS},
- Crossref = {DBLP:conf/sas/2007},
- Date-Added = {2008-12-17 10:37:24 +0100},
- Date-Modified = {2008-12-22 16:00:21 +0100},
- Ee = {http://dx.doi.org/10.1007/978-3-540-74061-2_12},
- Pages = {184-199},
- Title = {Accelerated Data-Flow Analysis},
- Year = {2007}}
-
-@proceedings{DBLP:conf/sas/2007,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {SAS},
- Date-Added = {2008-12-17 10:37:24 +0100},
- Date-Modified = {2008-12-17 10:37:24 +0100},
- Editor = {Hanne Riis Nielson and Gilberto Fil{\'e}},
- Isbn = {978-3-540-74060-5},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Static Analysis, 14th International Symposium, SAS 2007, Kongens Lyngby, Denmark, August 22-24, 2007, Proceedings},
- Volume = {4634},
- Year = {2007}}
-
-@inproceedings{DBLP:conf/atva/ShohamG05,
- Author = {Sharon Shoham and Orna Grumberg},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ATVA},
- Crossref = {DBLP:conf/atva/2005},
- Date-Added = {2008-12-09 20:14:32 +0100},
- Date-Modified = {2008-12-09 20:14:32 +0100},
- Ee = {http://dx.doi.org/10.1007/11562948_27},
- Pages = {354-369},
- Title = {Multi-valued Model Checking Games.},
- Year = {2005}}
-
-@article{DBLP:journals/tosem/ChechikDEG03,
- Author = {Marsha Chechik and Benet Devereux and Steve M. Easterbrook and Arie Gurfinkel},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Date-Added = {2008-12-09 20:14:23 +0100},
- Date-Modified = {2008-12-09 20:14:23 +0100},
- Ee = {http://doi.acm.org/10.1145/990010.990011},
- Journal = {ACM Trans. Softw. Eng. Methodol.},
- Number = {4},
- Pages = {371-408},
- Title = {Multi-valued symbolic model-checking.},
- Volume = {12},
- Year = {2003}}
-
-@inproceedings{DBLP:conf/concur/GimbertZ05,
- Author = {Hugo Gimbert and Wieslaw Zielonka},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {CONCUR},
- Crossref = {DBLP:conf/concur/2005},
- Date-Added = {2008-12-09 20:12:07 +0100},
- Date-Modified = {2008-12-09 20:12:07 +0100},
- Ee = {http://dx.doi.org/10.1007/11539452_33},
- Pages = {428-442},
- Title = {Games Where You Can Play Optimally Without Any Memory.},
- Year = {2005}}
-
-@inproceedings{DBLP:conf/lics/ChatterjeeHJ05,
- Author = {Krishnendu Chatterjee and Thomas A. Henzinger and Marcin Jurdzinski},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {LICS},
- Crossref = {DBLP:conf/lics/2005},
- Date-Added = {2008-12-09 20:11:04 +0100},
- Date-Modified = {2008-12-09 20:11:04 +0100},
- Ee = {http://dx.doi.org/10.1109/LICS.2005.26},
- Pages = {178-187},
- Title = {Mean-Payoff Parity Games.},
- Year = {2005}}
-
-@article{DBLP:journals/entcs/Somla05,
- Author = {Rafal Somla},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Date-Added = {2008-12-03 10:35:14 +0100},
- Date-Modified = {2008-12-03 10:35:14 +0100},
- Ee = {http://dx.doi.org/10.1016/j.entcs.2004.07.008},
- Journal = {Electr. Notes Theor. Comput. Sci.},
- Number = {1},
- Pages = {51-65},
- Title = {New Algorithms for Solving Simple Stochastic Games},
- Volume = {119},
- Year = {2005}}
-
-@article{Maitra92,
- Author = {A. Maitra and W. Sudderth},
- Date-Added = {2008-12-02 13:24:23 +0100},
- Date-Modified = {2008-12-02 13:24:23 +0100},
- Journal = {Israel Journal of Mathematics},
- Pages = {33-49},
- Title = {An operator solution of stochastic games},
- Volume = {78},
- Year = {1992}}
-
-@article{Maitra93,
- Author = {A. Maitra and W. Sudderth},
- Date-Added = {2008-12-02 13:24:23 +0100},
- Date-Modified = {2008-12-02 13:24:23 +0100},
- Journal = {Annals of Probability},
- Pages = {861-885},
- Title = {Borel stochastic games with limsup payoff},
- Volume = {21},
- Year = {1993}}
-
-@inproceedings{DBLP:conf/icalp/EsparzaGKS08,
- Author = {Javier Esparza and Thomas Gawlitza and Stefan Kiefer and Helmut Seidl},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ICALP (1)},
- Crossref = {DBLP:conf/icalp/2008-1},
- Date-Added = {2008-11-28 14:25:12 +0100},
- Date-Modified = {2008-11-28 14:25:12 +0100},
- Ee = {http://dx.doi.org/10.1007/978-3-540-70575-8_57},
- Pages = {698-710},
- Title = {Approximative Methods for Monotone Systems of Min-Max-Polynomial Equations},
- Year = {2008}}
-
-@article{Condon92thecomplexity,
- Author = {Anne Condon},
- Date-Added = {2008-11-26 11:30:16 +0100},
- Date-Modified = {2008-11-26 11:30:16 +0100},
- Journal = {Information and Computation},
- Pages = {203--224},
- Title = {The complexity of stochastic games},
- Volume = {96},
- Year = {1992}}
-
-@inproceedings{Condon93onalgorithms,
- Author = {Anne Condon},
- Booktitle = {Advances in Computational Complexity Theory, volume 13 of DIMACS Series in Discrete Mathematics and Theoretical Computer Science},
- Date-Added = {2008-11-26 11:02:40 +0100},
- Date-Modified = {2008-11-26 11:02:40 +0100},
- Pages = {51--73},
- Publisher = {AMS},
- Title = {On algorithms for simple stochastic games},
- Year = {1993}}
-
-@inproceedings{DBLP:conf/popl/CousotH78,
- Author = {Patrick Cousot and Nicolas Halbwachs},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {POPL},
- Date-Added = {2008-11-25 20:48:51 +0100},
- Date-Modified = {2008-11-25 20:48:51 +0100},
- Pages = {84-96},
- Title = {Automatic Discovery of Linear Restraints Among Variables of a Program},
- Year = {1978}}
-
-@inproceedings{DBLP:conf/icalp/EtessamiWY08,
- Author = {Kousha Etessami and Dominik Wojtczak and Mihalis Yannakakis},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ICALP (1)},
- Crossref = {DBLP:conf/icalp/2008-1},
- Date-Added = {2008-11-12 10:12:54 +0100},
- Date-Modified = {2008-11-12 10:12:54 +0100},
- Ee = {http://dx.doi.org/10.1007/978-3-540-70575-8_58},
- Pages = {711-723},
- Title = {Recursive Stochastic Games with Positive Rewards},
- Year = {2008}}
-
-@proceedings{DBLP:conf/icalp/2008-1,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ICALP (1)},
- Date-Added = {2008-11-12 10:12:54 +0100},
- Date-Modified = {2008-11-12 10:12:54 +0100},
- Editor = {Luca Aceto and Ivan Damg{\aa}rd and Leslie Ann Goldberg and Magn{\'u}s M. Halld{\'o}rsson and Anna Ing{\'o}lfsd{\'o}ttir and Igor Walukiewicz},
- Isbn = {978-3-540-70574-1},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Automata, Languages and Programming, 35th International Colloquium, ICALP 2008, Reykjavik, Iceland, July 7-11, 2008, Proceedings, Part I: Tack A: Algorithms, Automata, Complexity, and Games},
- Volume = {5125},
- Year = {2008}}
-
-@inproceedings{DBLP:conf/tacas/WojtczakE07,
- Author = {Dominik Wojtczak and Kousha Etessami},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {TACAS},
- Crossref = {DBLP:conf/tacas/2007},
- Date-Added = {2008-11-12 10:11:46 +0100},
- Date-Modified = {2008-11-12 10:11:46 +0100},
- Ee = {http://dx.doi.org/10.1007/978-3-540-71209-1_7},
- Pages = {66-71},
- Title = {PReMo : An Analyzer for P robabilistic Re cursive Mo dels},
- Year = {2007}}
-
-@proceedings{DBLP:conf/tacas/2007,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {TACAS},
- Date-Added = {2008-11-12 10:11:46 +0100},
- Date-Modified = {2008-11-12 10:11:46 +0100},
- Editor = {Orna Grumberg and Michael Huth},
- Isbn = {978-3-540-71208-4},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Tools and Algorithms for the Construction and Analysis of Systems, 13th International Conference, TACAS 2007, Held as Part of the Joint European Conferences on Theory and Practice of Software, ETAPS 2007 Braga, Portugal, March 24 - April 1, 2007, Proceedings},
- Volume = {4424},
- Year = {2007}}
-
-@inproceedings{DBLP:conf/icalp/EtessamiY06,
- Author = {Kousha Etessami and Mihalis Yannakakis},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ICALP (2)},
- Crossref = {DBLP:conf/icalp/2006-2},
- Date-Added = {2008-11-12 10:09:41 +0100},
- Date-Modified = {2008-11-12 10:09:41 +0100},
- Ee = {http://dx.doi.org/10.1007/11787006_28},
- Pages = {324-335},
- Title = {Recursive Concurrent Stochastic Games},
- Year = {2006}}
-
-@proceedings{DBLP:conf/icalp/2006-2,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ICALP (2)},
- Date-Added = {2008-11-12 10:09:41 +0100},
- Date-Modified = {2008-11-12 10:09:41 +0100},
- Editor = {Michele Bugliesi and Bart Preneel and Vladimiro Sassone and Ingo Wegener},
- Isbn = {3-540-35907-9},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Automata, Languages and Programming, 33rd International Colloquium, ICALP 2006, Venice, Italy, July 10-14, 2006, Proceedings, Part II},
- Volume = {4052},
- Year = {2006}}
-
-@inproceedings{DBLP:conf/icalp/EtessamiY05,
- Author = {Kousha Etessami and Mihalis Yannakakis},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ICALP},
- Crossref = {DBLP:conf/icalp/2005},
- Date-Added = {2008-11-12 10:06:33 +0100},
- Date-Modified = {2008-11-12 10:06:59 +0100},
- Ee = {http://dx.doi.org/10.1007/11523468_72},
- Pages = {891-903},
- Title = {Recursive Markov Decision Processes and Recursive Stochastic Games},
- Year = {2005}}
-
-@proceedings{DBLP:conf/icalp/2005,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ICALP},
- Date-Added = {2008-11-12 10:06:33 +0100},
- Date-Modified = {2008-11-12 10:06:33 +0100},
- Editor = {Lu\'{\i}s Caires and Giuseppe F. Italiano and Lu\'{\i}s Monteiro and Catuscia Palamidessi and Moti Yung},
- Isbn = {3-540-27580-0},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Automata, Languages and Programming, 32nd International Colloquium, ICALP 2005, Lisbon, Portugal, July 11-15, 2005, Proceedings},
- Volume = {3580},
- Year = {2005}}
-
-@techreport{bjoerklund02,
- Author = {H. Bj{\"o}rklund and S. Sandberg and S. Vorobyov},
- Date-Added = {2008-11-06 14:57:30 +0100},
- Date-Modified = {2008-11-06 14:59:39 +0100},
- Institution = {Department of Information Technology, Uppsala University},
- Title = {Optimization on completely unimodal hypercubes},
- Type = {Technichal Report 2002-18},
- Year = {2002}}
-
-@article{Pisaruk99,
- Author = {N. Pisaruk},
- Date-Added = {2008-10-31 16:24:58 +0100},
- Date-Modified = {2008-10-31 16:24:58 +0100},
- Journal = {Mathematics of Operations Research},
- Number = {4},
- Pages = {817-828},
- Title = {Mean cost cyclical games},
- Volume = {24},
- Year = {1999}}
-
-@article{Karzanov88,
- Author = {V.A. Gurvich and A.V. Karzanov and L.G. Khachiyan},
- Date-Added = {2008-10-31 16:21:27 +0100},
- Date-Modified = {2009-04-09 14:50:41 +0200},
- Journal = {U.S.S.R. Computational Mathematics and Mathematical Physics},
- Keywords = {mean payoff games},
- Number = {5},
- Pages = {85-91},
- Title = {Cyclic games and an algorithm to find minimax cycle means in directed graphs},
- Volume = {28},
- Year = {1988}}
-
-@article{DBLP:journals/dam/BjorklundV07,
- Author = {Henrik Bj{\"o}rklund and Sergei G. Vorobyov},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Date-Added = {2008-10-31 16:19:10 +0100},
- Date-Modified = {2008-10-31 16:19:10 +0100},
- Ee = {http://dx.doi.org/10.1016/j.dam.2006.04.029},
- Journal = {Discrete Applied Mathematics},
- Number = {2},
- Pages = {210-229},
- Title = {A combinatorial strongly subexponential strategy improvement algorithm for mean payoff games},
- Volume = {155},
- Year = {2007}}
-
-@inproceedings{Vrieze98,
- Author = {F. Thuijsman and O.J. Vrieze},
- Booktitle = {Journal of Optimazation Theory and Applications},
- Date-Added = {2008-10-31 15:17:56 +0100},
- Date-Modified = {2008-10-31 15:17:56 +0100},
- Pages = {175-196},
- Title = {Total Reward Stochastic Games and Sensitive Average Reward Strategies},
- Volume = {98},
- Year = {1998}}
-
-@article{Ehrenfeucht79,
- Author = {Andrzej Ehrenfeucht and Jerzy Mycielski},
- Date-Added = {2008-10-31 15:14:37 +0100},
- Date-Modified = {2008-10-31 15:14:37 +0100},
- Journal = {IJGT},
- Pages = {109-113},
- Title = {Positional strategies for mean payoff games},
- Volume = {8},
- Year = {1979}}
-
-@inproceedings{CouCou76,
- Author = {Patrick Cousot and Radhia Cousot},
- Booktitle = {Second Int. Symp. on Programming},
- Date-Added = {2008-10-16 16:33:12 +0200},
- Date-Modified = {2008-10-16 16:33:12 +0200},
- Pages = {106--130},
- Publisher = {Dunod, Paris, France},
- Title = {{Static Determination of Dynamic Properties of Programs}},
- Year = {1976}}
-
-@article{Knaster28,
- Author = {B. Knaster},
- Date-Added = {2008-09-03 15:01:52 +0200},
- Date-Modified = {2008-09-03 15:09:35 +0200},
- Journal = {Annales Soc. Polonaise},
- Pages = {133-134},
- Title = {Un th{\'e}or{\`eme} sur les fonctions d'ensembles},
- Volume = {6},
- Year = {1928}}
-
-@article{Tarski55,
- Author = {Alfred Tarski},
- Date-Added = {2008-09-03 14:59:19 +0200},
- Date-Modified = {2008-09-03 15:00:37 +0200},
- Journal = {Pac. J. Math.},
- Pages = {285-309},
- Title = {A lattice-theoretical fixpoint theorem and its appications},
- Volume = {5},
- Year = {1955}}
-
-@book{Nielson05,
- Author = {Flemming Nielson and Hanne Riis Nielson and Chris Hankin},
- Date-Added = {2008-09-03 14:16:20 +0200},
- Date-Modified = {2008-09-03 14:17:36 +0200},
- Keywords = {static analysis},
- Publisher = {Springer Verlag},
- Title = {Principles of Program Analysis},
- Year = {2005}}
-
-@techreport{www.sans.org/top20,
- Author = {SANS Institute},
- Date-Added = {2008-09-03 13:46:54 +0200},
- Date-Modified = {2009-04-09 14:01:21 +0200},
- Keywords = {buffer overrun},
- Title = {The twenty most critical internet security vulnerabilities},
- Url = {www.sans.org/top20},
- Bdsk-Url-1 = {www.sans.org/top20}}
-
-@article{kleeminty72,
- Author = {V. Klee and G.J.Minty},
- Date-Added = {2008-08-13 14:06:47 +0200},
- Date-Modified = {2009-04-09 14:35:59 +0200},
- Editor = {O. Shisha},
- Journal = {Inequalities},
- Pages = {159-175},
- Publisher = {Acadimic Press, New York},
- Title = {How Good is the Simplex Algorithm},
- Volume = {III},
- Year = {1972}}
-
-@book{schrijver86,
- Author = {Alexander Schrijver},
- Date-Added = {2008-08-13 13:04:19 +0200},
- Date-Modified = {2008-08-13 13:06:15 +0200},
- Publisher = {Wiley},
- Title = {Theory of Linear and Integer Programming},
- Year = {1986}}
-
-@book{Davey02,
- Author = {B. A. Davey and H. A. Priestley},
- Date-Added = {2008-08-04 08:51:05 +0200},
- Date-Modified = {2008-08-04 08:54:11 +0200},
- Month = {April},
- Publisher = {Cambridge University Press},
- Title = {Introduction to Lattices and Order},
- Year = {2002}}
-
-@inproceedings{DBLP:conf/focs/EmersonJ91,
- Author = {E. Allen Emerson and Charanjit S. Jutla},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {FOCS},
- Crossref = {DBLP:conf/focs/FOCS32},
- Date-Added = {2007-09-14 17:23:46 +0200},
- Date-Modified = {2007-09-14 17:23:46 +0200},
- Pages = {368-377},
- Title = {Tree Automata, Mu-Calculus and Determinacy (Extended Abstract)},
- Year = {1991}}
-
-@proceedings{DBLP:conf/focs/FOCS32,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {FOCS},
- Date-Added = {2007-09-14 17:23:46 +0200},
- Date-Modified = {2007-09-14 17:23:46 +0200},
- Publisher = {IEEE},
- Title = {32nd Annual Symposium on Foundations of Computer Science, 1-4 October 1991, San Juan, Puerto Rico},
- Year = {1991}}
-
-@article{Cochet99,
- Author = {Jean Cochet-Terrasson and St{\'e}phane Gaubert and Jeremy Gunawardena},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Dynamics and Stability of Systems},
- Number = 4,
- Pages = {407--433},
- Title = {{A Constructive Fixed Point Theorem for Min-Max Functions}},
- Volume = {14},
- Year = 1999}
-
-@inproceedings{Voege00,
- Author = {Jens V{\"o}ge and Marcin Jurdzi{\'n}ski},
- Booktitle = {Computer Aided Verification, 12th Int. Conf. (CAV)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {202-215},
- Publisher = {LNCS 1855, Springer},
- Title = {{A Discrete Strategy Improvement Algorithm for Solving Parity Games}},
- Year = {2000}}
-
-@inproceedings{JonMuc82,
- Author = {Neil D. Jones and Steven S. Muchnick},
- Booktitle = {Proceedings of the 9th ACM Symposium on Principles of Programming Languages (POPL)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {66-74},
- Publisher = {ACM Press},
- Title = {{A {F}lexible {A}pproach to {I}nterprocedural {D}ata {F}low {A}nalysis and {P}rograms with {R}ecursive Data Structures}},
- Year = 1982}
-
-@article{Knu77,
- Author = {Donald E.\ Knuth},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Information Processing Letters (IPL)},
- Number = {1},
- Pages = {1-5},
- Title = {{A Generalization of Dijkstra's algorithm}},
- Volume = {6},
- Year = {1977}}
-
-@techreport{LeCharlier95f,
- Author = {Baudouin Le Charlier and Pascal Van Hentenryck},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Institution = {Institute of Computer Science, University of Namur, Belgium, (also Brown University)},
- Month = jan,
- Note = {Presented at the LOPSTR'93--COMPUNET Program Development Joint Workshop, Louvain la Neuve, Belgium, July 1993, Published in Proc. of JFLP'95, Dijon, France, June 1995},
- Title = {{A Generic Fixpoint Semantics for Prolog and its Application for Abstract Interpretation}},
- Year = {1993}}
-
-@article{Yan97,
- Author = {Wuu Yang},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Journal of Information Science and Engineering},
- Note = {accepted},
- Title = {{A Lattice Framework for Analyzing Context-free Languages with Applications in Parser Simplification and Data-flow Analysis}},
- Year = 1997}
-
-@article{Bru91,
- Author = {Maurice Bruynooghe},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Journal of Logic Programming (JLP)},
- Number = {1/2/3/4},
- Pages = {91-124},
- Title = {A {P}ractical {F}ramework for the {A}bstract {I}nterpretation of {L}ogic {P}rograms},
- Volume = 10,
- Year = 1991}
-
-@inproceedings{Costan05,
- Author = {Alexandru Costan and Stephane Gaubert and Eric Goubault and Matthieu Martel and Sylvie Putot},
- Booktitle = {Computer Aided Verification, 17th Int. Conf. (CAV)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {462-475},
- Publisher = {LNCS 3576, Springer Verlag},
- Title = {{A Policy Iteration Algorithm for Computing Fixed Points in Static Analysis of Programs.}},
- Year = {2005}}
-
-@inproceedings{DBLP:conf/esop/GaubertGTZ07,
- Author = {Stephane Gaubert and Eric Goubault and Ankur Taly and Sarah Zennou},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ESOP},
- Crossref = {DBLP:conf/esop/2007},
- Ee = {http://dx.doi.org/10.1007/978-3-540-71316-6_17},
- Pages = {237-252},
- Title = {Static Analysis by Policy Iteration on Relational Domains},
- Year = {2007}}
-
-@phdthesis{Nil89,
- Author = {Ulf Nilsson},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- School = {Department of Computer Science and Information Science, Link{\"o}ping University, Sweden},
- Title = {A {S}ystematic {A}pproach to {A}bstract {I}nterpretation of {L}ogic {P}rograms},
- Year = 1989}
-
-@inproceedings{Cle91,
- Address = {Bordeaux, France},
- Author = {Eric Villemont de la Clergerie},
- Booktitle = {JTASPEFL'91},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Editor = {Billaud, M. and al.},
- Pages = {151--156},
- Publisher = {Bigre 74},
- Title = {A {T}ool for {A}bstract {I}nterpretation: {D}ynamic {P}rogramming},
- Year = 1991}
-
-@techreport{ChaHen92,
- Author = {Baudouin Le Charlier and Pascal Van Hentenryck},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Institution = {Brown University, Providence, RI 02912},
- Number = {CS-92-25},
- Title = {{A Universal Top-Down Fixpoint Algorithm}},
- Year = {1992}}
-
-@inproceedings{Bou93,
- Author = {Francois Bourdoncle},
- Booktitle = {ACM Conference on Programming Language Design and Implementation (PLDI)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {46-55},
- Publisher = {SIGPLAN Notices 28(6)},
- Title = {{Abstract Debugging of Higher-Order Imperative Programs}},
- Year = {1993}}
-
-@article{Cou92a,
- Author = {Patrick Cousot and Radhia Cousot},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Journal of Logic Programming (JLP)},
- Number = {2\&3},
- Title = {{Abstract Interpretation and Application to Logic Programs}},
- Volume = {13},
- Year = 1992}
-
-@article{Kanamori93,
- Author = {T.\ Kanamori and T.\ Kawamura},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Journal of Logic Programming (JLP)},
- Month = {January},
- Number = {1-2},
- Pages = {1-30},
- Title = {{Abstract Interpretation Based on OLDT Resolution}},
- Volume = {15},
- Year = {1993}}
-
-@article{Bou92,
- Author = {Francois Bourdoncle},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Journal of Functional Programming},
- Number = {4},
- Pages = {407-435},
- Title = {{Abstract Interpretation by Dynamic Partioning}},
- Volume = {2},
- Year = {1992}}
-
-@article{Cou92b,
- Author = {Patrick Cousot and Radhia Cousot},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {{Journal of Logic and Computation}},
- Number = {4},
- Pages = {511--547},
- Title = {{Abstract Interpretation Frameworks}},
- Volume = {2},
- Year = 1992}
-
-@inproceedings{Cou97,
- Author = {Patrick Cousot and Radhia Cousot},
- Booktitle = {Proceedings of 6th International Conference on Algebraic Methodology and Software Technology (AMAST)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {138-154},
- Publisher = {Springer, LNCS 1349},
- Title = {{Abstract Interpretation of Algebraic Polynomial Systems}},
- Year = {1997}}
-
-@techreport{HenDegChaMic93,
- Author = {Pascal Van Hentenryck and Olivier Degimbe and Baudouin Le Charlier and Laurent Michel},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Institution = {Brown University, Providence, RI 02912},
- Number = {CS-93-05},
- Title = {{Abstract Interpretation of Prolog Based on OLDT Resolution}},
- Year = {1993}}
-
-@inproceedings{Sch96,
- Author = {David A. Schmidt},
- Booktitle = {Proceedings of the 5th LOMAPS Workshop on Analysis and Verification of Multiple-Agent Languages},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Editor = {Mads Dam},
- Month = {June},
- Place = {Stockholm},
- Publisher = {LNCS 1192, Springer Verlag},
- Title = {{Abstract Interpretation of Small-Step Semantics}},
- Year = {1996}}
-
-@article{Abr90,
- Author = {Samson Abramsky},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Journal of Logic and Computation},
- Pages = {5-40},
- Title = {{Abstract Interpretation, Logical Relations, and Kan extensions}},
- Volume = {2},
- Year = {1990}}
-
-@phdthesis{Fec97,
- Address = {Saarbr{\"u}cken},
- Author = {Christian Fecht},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- School = {Universit{\"a}t des Saarlandes},
- Title = {{Abstrakte Interpretation logischer Programme: Theorie, Implementierung, Generierung}},
- Year = {1997}}
-
-@book{RanRus64,
- Author = {B. Randell and L.J. Russell},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Publisher = {Academic Press, New York},
- Title = {{Algol 60 Implementation}},
- Year = {1964}}
-
-@inproceedings{LeCharlier94z,
- Address = {Ithaca NY, USA},
- Author = {Baudouin Le Charlier and S.\ Rossi and Pascal Van Hentenryck},
- Booktitle = {Proceedings of the International Logic Programming Symposium ({ILPS}'94)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Editor = {Bruynooghe, M.},
- Month = nov,
- Publisher = {MIT Press},
- Title = {{An Abstract Interpretation Framework Which Accurately Handles Prolog Search-Rule and the Cut}},
- Year = 1994}
-
-@inproceedings{Son86,
- Author = {Harald S{\o}ndergaard},
- Booktitle = {Proceedings of 1st European Symposium on Programming (ESOP)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {327-338},
- Publisher = {LNCS 213, Springer Verlag},
- Title = {{An Application of Abstract Interpretation of Logic Programs: Occur Check Reduction}},
- Year = {1986}}
-
-@inproceedings{FecSei96,
- Author = {Christian Fecht and Helmut Seidl},
- Booktitle = {Proceedings of 3rd Static Analysis Symposium (SAS)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Note = {Long version to appear in {\em Science of Computer Programming (SCP)}},
- Pages = {189-204},
- Publisher = {LNCS 1145, Springer Verlag},
- Title = {{An Even Faster Solver for General Systems of Equations}},
- Year = {1996}}
-
-@inproceedings{MarAltWil98,
- Author = {Florian Martin and Martin Alt and Reinhard Wilhelm},
- Booktitle = {Proceedings Compiler Construction, 7th Int.\ Conference (CC)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {80-94},
- Publisher = {LNCS 1383, Springer Verlag},
- Title = {{Analysis of Loops}},
- Year = {1998}}
-
-@phdthesis{Cle-PhD,
- Address = {Paris, France},
- Author = {Eric Villemonte de la Clergerie},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Month = jun,
- School = {Universit\'e Paris VII},
- Title = {{Automates \`a Piles et Programmation Dynamique : DyALog, Application \`a la Programmation en Logique}},
- Year = {1993}}
-
-@phdthesis{Ram93,
- Author = {G.\ Ramalingam},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- School = {Computer Sciences Department, University of Wisconsin, Madison},
- Title = {Bounded Incremental Computation},
- Year = 1993}
-
-@book{Ram96,
- Author = {G.\ Ramalingam},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Publisher = {LNCS 1089, Springer Verlag},
- Title = {{Bounded Incremental Computation}},
- Year = {1996}}
-
-@inproceedings{Braem94,
- Address = {Ithaca NY, USA},
- Author = {C.\ Braem and Baudouin Le Charlier and S.\ Modard and Pascal Van Hentenryck},
- Booktitle = {Proceedings of the International Logic Programming Symposium ({ILPS}'94)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Editor = {Bruynooghe, M.},
- Month = nov,
- Publisher = {MIT Press},
- Title = {{Cardinality Analysis of Prolog}},
- Year = {1994}}
-
-@article{CouCou91a,
- Author = {Patrick Cousot and Radhia Cousot},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {BIGRE},
- Month = oct,
- Pages = {107--110},
- Publisher = {IRISA, Ren\-nes, France},
- Title = {{Comparison of the {G}alois Connection and Widening/Narrowing Approaches to Abstract Interpretation. JTASPEFL '91, {B}ordeaux}},
- Volume = 74,
- Year = 1991}
-
-@book{WilMau95,
- Author = {R. Wilhelm and D. Maurer},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Publisher = {Addison-Wesley},
- Title = {Compiler Design},
- Year = 1995}
-
-@techreport{Lan88,
- Author = {Lang, Bernard},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Institution = {INRIA},
- Number = 913,
- Title = {{Complete Evaluation of {H}orn Clauses: an Automata Theoretic Approach}},
- Year = 1988}
-
-@inproceedings{Bjork2003,
- Author = {Henrik Bjorklund and Sven Sandberg and Sergei Vorobyov},
- Booktitle = {Proc. 5th Int. Andrei Ershov Memorial Conf. Perspectives of System Informatics},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {381--394},
- Publisher = {LNCS 2890, Springer},
- Title = {{Complexity of Model Checking by Iterative Improvement: the Pseudo-Boolean Framework }},
- Year = 2003}
-
-@proceedings{DBLP:conf/cav/2000,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {CAV},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Editor = {E. Allen Emerson and A. Prasad Sistla},
- Isbn = {3-540-67770-4},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Computer Aided Verification, 12th International Conference, CAV 2000, Chicago, IL, USA, July 15-19, 2000, Proceedings},
- Volume = {1855},
- Year = {2000}}
-
-@article{Cho62,
- Author = {Noam Chomsky},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Quart.\ Prog.\ Dept.},
- Pages = {187-194},
- Publisher = {MIT Res. Lab. Elect.},
- Title = {{Context-free Grammars and Pushdown Storage}},
- Volume = {65},
- Year = {1962}}
-
-@inproceedings{Shi88,
- Author = {Olin Shivers},
- Booktitle = {Proceedings of ACM-SIGPLAN Conference on Programming Languages Design and Implementation (PLDI)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {164-174},
- Publisher = {SIGPLAN Notices},
- Title = {{Control-Flow Analysis in Scheme}},
- Volume = {23(7)},
- Year = {1988}}
-
-@inproceedings{JonMyc86,
- Author = {Neil D.\ Jones and Alan Mycroft},
- Booktitle = {Proceedings of 13th ACM Symposium on Principles of Programming Languages (POPL)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {296-306},
- Publisher = {ACM Press},
- Title = {{Data Flow Analysis of Applicative Programs Using Minimal Function Graphs}},
- Year = {1986}}
-
-@article{Poe53,
- Author = {W.L.\ Van Der Poel},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Applied Scientific Research (B)},
- Pages = {190-198},
- Title = {{Dead Programmes for a Magnetic Drum Automatic Computer}},
- Volume = {3},
- Year = {1953}}
-
-@inproceedings{HorRepSag95c,
- Author = {Susan Horwitz and Thomas W. Reps and Mooly Sagiv},
- Booktitle = {Proceedings of 3rd ACM SIGSOFT Symposium on the Foundations of Software Engineering},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Month = oct,
- Pages = {104-115},
- Title = {{Demand Interprocedural Dataflow Analysis}},
- Year = {1995}}
-
-@inproceedings{DueGupSof95,
- Author = {Evelyn Duesterwald and Rajiv Gupta and Mary Lou Soffa},
- Booktitle = {Proceedings of 22nd ACM Symposium on Principles of Programming Languages ({POPL})},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {37-48},
- Publisher = {ACM Press},
- Title = {{Demand-driven Computation of Interprocedural Data Flow}},
- Year = {1995}}
-
-@article{MarSonJon94,
- Author = {Kim Marriott and Harald S{\o}ndergaard and Neil D. Jones},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {ACM Transactions of Programming Languages and Systems {(TOPLAS)}},
- Number = 3,
- Pages = {607-648},
- Title = {{Denotational Abstract Interpretation of Logic Programs}},
- Volume = {16},
- Year = {1994}}
-
-@inproceedings{SeiFec97a,
- Author = {Helmut Seidl and Christian Fecht},
- Booktitle = {{International Logic Programming Symposium (ILPS)}},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {408},
- Publisher = {MIT Press},
- Title = {{Disjunctive Completion Is Not ``Optimal''}},
- Year = 1997}
-
-@book{Howard,
- Author = {R. Howard},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Publisher = {Wiley, New York},
- Title = {{Dynamic Programming and Markov Processes}},
- Year = {1960}}
-
-@article{ChaCorHen95,
- Author = {Baudouin Le Charlier and Agostino Cortesi and Pascal Van Hentenryck},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Journal of Logic Programming (JLP)},
- Number = 3,
- Pages = {237-278},
- Title = {{Evaluation of the Domain {PROP}}},
- Volume = {23},
- Year = {1995}}
-
-@article{ChaHen94,
- Author = {Baudouin Le Charlier and Pascal Van Hentenryck},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {ACM Transactions of Programming Languages and Systems {(TOPLAS)}},
- Number = 1,
- Pages = {35-101},
- Title = {{Experimental Evaluation of a Generic Abstract Interpretation Algorithm for {P}rolog}},
- Volume = {16},
- Year = {1994}}
-
-@book{Hec77,
- Author = {Matthew S.\ Hecht},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Publisher = {Elsevier, North Holland},
- Title = {{Flow Analysis of Computer Programs}},
- Year = {1977}}
-
-@inproceedings{UhlHor94,
- Author = {J. Uhl and R.N. Horspool},
- Booktitle = {Proc. of the Fifth Int. Conf. on Comp. Construct.},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Editor = {P.A. Fritzson},
- Location = {Edinburgh, U.K.},
- Pages = {203-217},
- Publisher = {Lec. Notes in Comp. Sci. 786, Springer Verlag},
- Title = {Flow grammars: A flow analysis methodology},
- Year = 1994}
-
-@article{Cou83,
- Author = {Bruno Courcelle},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Theoretical Computer Science (TCS)},
- Pages = {95-169},
- Title = {{Fundamental Properties of Infinite Trees}},
- Volume = 25,
- Year = 1983}
-
-@phdthesis{Moe85,
- Author = {Ulrich M\"oncke},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- School = {Universit{\"a}t des {S}aarlandes},
- Title = {{G}enerierung von {S}ystemen zur Transformation attributierter {O}peratorb\"aume, -- {K}omponenten des {S}ystems und {M}echanismen der {G}enerierung},
- Year = 1985}
-
-@inproceedings{Fec95,
- Author = {Christian Fecht},
- Booktitle = {Proceedings of 2nd Static Analysis Symposium (SAS)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {418-419},
- Publisher = {LNCS 983, Springer Verlag},
- Title = {{GENA - A Tool for Generating Prolog Analyzers from Specifications}},
- Year = {1995}}
-
-@inproceedings{AltMar95,
- Author = {Martin Alt and Florian Martin},
- Booktitle = {Proceedings of 2nd Static Analysis Symposium (SAS)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {33-50},
- Publisher = {LNCS 983, Springer Verlag},
- Title = {{Generation of Efficient Interprocedural Analyzers with PAG}},
- Year = {1995}}
-
-@article{EngChaHen93,
- Author = {Vincent Englebert and Baudouin Le Charlier and Didier Roland and Pascal Van Hentenryck},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Software -- Practice and Experience},
- Number = 4,
- Pages = {419-459},
- Title = {{Generic Abstract Interpretation Algorithms for {P}rolog: Two Optimization Techniques and their Experimental Evaluation}},
- Volume = {23},
- Year = {1993}}
-
-@inproceedings{MoeWil91,
- Author = {Ulrich M{\"o}ncke and Reinhard Wilhelm},
- Booktitle = {Attribute Grammars, Applications and Systems},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Editor = {H. Alblas and B. Melichar},
- Pages = {151--186},
- Publisher = {LNCS 545, Springer Verlag},
- Title = {{Grammar Flow Analysis}},
- Year = {1991}}
-
-@inproceedings{Cou94,
- Author = {Patrick Cousot and Radhia Cousot},
- Booktitle = {Proceedings of International IEEE Conference on Computer Languages (ICCL)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {95-112},
- Title = {{Higher-Order Abstract Interpretation (and Application to Comportment analysis Generalizing Strictness, Termination, Projection and {PER} Analysis of Functional Languages)}},
- Year = {1994}}
-
-@inproceedings{FilRan94,
- Author = {Gilberto Fil{\'e} and Francesco Ranzato},
- Booktitle = {Proceedings of International Symposium on Logic Programming (SLP)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {655-669},
- Publisher = {MIT Press},
- Title = {{Improving Abstract Interpretations by Systematic Lifting to the Powerset}},
- Year = {1994}}
-
-@inproceedings{KraBer95,
- Author = {Andreas Krall and Thomas Berger},
- Booktitle = {International Conference on Logic Programming (ICLP)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {333-347},
- Publisher = {MIT Press},
- Title = {{Incremental Global Compilation of Prolog with the Vienna Abstract Machine}},
- Year = {1995}}
-
-@inproceedings{Cou92,
- Author = {Patrick Cousot and Radhia Cousot},
- Booktitle = {Proceedings of 19th ACM Symposium on Principles of Programming Languages {(POPL)}},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {83-94},
- Publisher = {ACM Press},
- Title = {{Inductive Definitions, Semantics and Abstract Interpretation}},
- Year = {1992}}
-
-@article{CleBar97,
- Author = {Eric Villemonte de la Clergerie and Francois Barth{\'e}lemy},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Theoretical Computer Science (TCS)},
- Number = {1\&2},
- Pages = {167-198},
- Title = {{Information Flow in Tabular Interpretations for Generalized Pushdown Automata}},
- Volume = {199},
- Year = {1998}}
-
-@article{DebPro97,
- Author = {Saumya K.\ Debray and Todd Proebsting},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {ACM Transactions on Programming Languages and Systems (TOPLAS)},
- Month = {July},
- Number = 4,
- Pages = {568-585},
- Title = {{Inter-procedural Control Flow Analysis of First Order Programs with Tail Call Optimization}},
- Volume = {19},
- Year = {1997}}
-
-@inproceedings{Bou90,
- Author = {Francois Bourdoncle},
- Booktitle = {International Workshop on Programming Language Implementation and Logic Programming (PLILP)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {307-323},
- Publisher = {LNCS 456, Springer Verlag},
- Title = {{Interprocedural Abstract Interpretation of Block-Structured Languages with Nested Procedures, Aliasing and Recursivity}},
- Year = {1990}}
-
-@article{SeiFec99,
- Author = {Helmut Seidl and Christian Fecht},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Journal on Logic Programming (JLP)},
- Note = {To appear},
- Title = {{Interprocedural Analyses: A Comparison}},
- Year = 1999}
-
-@inproceedings{SeiFec97,
- Author = {Helmut Seidl and Christian Fecht},
- Booktitle = {{Verification, Model Checking and Abstract Interpretation. A Workshop in Association with ILPS'97}},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Title = {{Interprocedural Analysis Based on PDAs}},
- Year = {1997}}
-
-@inproceedings{MoeWil82,
- Author = {Ulrich M{\"o}ncke and Reinhard Wilhelm},
- Booktitle = {Proceedings of 8th GI Conference on Graph-Theoretical Concepts in Computer Science},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Editor = {H.\ G{\"o}ttler},
- Pages = {177-194},
- Publisher = {Hanser Verlag},
- Title = {{Iterative Algorithms on Grammar Graphs}},
- Year = {1982}}
-
-@article{Seidl1996,
- Author = {Helmut Seidl},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Nordic Journal of Computing (NJC)},
- Number = {1},
- Pages = {41-62},
- Title = {{Least and Greatest Solutions of Equations over {$\cal N$}}},
- Volume = {3},
- Year = {1996}}
-
-@book{WilMau94,
- Author = {R. Wilhelm and D. Maurer},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Publisher = {Masson},
- Title = {Les compilateurs. th\'{e}orie. construction. g\'{e}n\'{e}ration.},
- Year = 1994}
-
-@book{Puterman,
- Author = {Martin L. Puterman},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Publisher = {Wiley, New York},
- Title = {{Markov Decision Processes: Discrete Stochastic Dynamic Programming}},
- Year = {1994}}
-
-@article{Warren92,
- Author = {David S. Warren},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {CACM},
- Number = 3,
- Pages = {93-111},
- Title = {{Memoing for {L}ogic {P}rograms}},
- Volume = {35},
- Year = 1992}
-
-@article{KamUll77,
- Author = {John B. Kam and Jeffrey D. Ullman},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Journal = {Acta Informatica},
- Pages = {309-317},
- Title = {{Monotone Data Flow Analysis Frameworks}},
- Volume = {7},
- Year = {1977}}
-
-@inproceedings{Grumberg05,
- Author = {S. Shoham and O. Grumberg},
- Booktitle = {3rd Int. Symp. on Automated Technology for Verification and Analysis (ATVA'05)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:54 +0200},
- Pages = {11-25},
- Publisher = {LNCS 3707, Springer},
- Title = {{Multi-Valued Model Checking Games}},
- Year = 2005}
-
-@inproceedings{Sch95,
- Author = {David A. Schmidt},
- Booktitle = {Proceedings of 2nd Static Analysis Symposium (SAS)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Pages = {1-18},
- Publisher = {LNCS 983, Springer Verlag},
- Title = {{Natural-Semantics-Based abstract Interpretation (Preliminary Version)}},
- Year = {1995}}
-
-@inproceedings{PitSta93,
- Author = {Andrew M. Pitts and Ian D.B. Stark},
- Booktitle = {Proceedings of the 18th International Symposium on Mathematical Foundations of Computer Science (MFCS)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Pages = {122-141},
- Publisher = {LNCS 711, Springer Verlag},
- Title = {{Observable Properties of Higher Order Functions that Dynamically Create Local Names, or: What's {\em new}?}},
- Year = {1993}}
-
-@inproceedings{SatoTamaki86,
- Author = {Taisuke Sato and Hisao Tamaki},
- Booktitle = {Proceedings of 3rd International Conference on Logic Programming (ICLP)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Editor = {Ehud Y. Shapiro},
- Pages = {84-98},
- Publisher = {LNCS 225, Springer Verlag},
- Title = {{OLD} {R}esolution with {T}abulation},
- Year = 1986}
-
-@inproceedings{Tamaki86,
- Address = {London, England},
- Author = {Tamaki, H. and Sato, T.},
- Booktitle = {Proceedings of the Third International Conference on Logic Programming ({ICLP}'86)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Editor = {Shapiro, E.},
- Month = {July},
- Pages = {84-98},
- Publisher = {Springer-Verlag},
- Series = {Lecture Notes in Computer Science},
- Title = {{OLD}-resolution with Tabulation},
- Volume = 225,
- Year = {1986}}
-
-@article{Sch63,
- Author = {Marcel Paul Sch{\"u}tzenberger},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Journal = {Information and Control},
- Pages = {246-264},
- Title = {{On Context-free Languages and Pushdown Automata}},
- Volume = {6},
- Year = {1963}}
-
-@inproceedings{Deu90,
- Author = {Alain Deutsch},
- Booktitle = {Proceedings of 17th ACM Symposium on Principles of Programming Languages (POPL)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Pages = {157-168},
- Publisher = {ACM Press},
- Title = {{On Determining Lifetime and Aliasing of Dynamically Allocated Data in Higher-Order Functional Specifications}},
- Year = {1990}}
-
-@article{HoffmanKarp,
- Author = {A.J. Hoffman and R.M. Karp},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Journal = {Management Sci.},
- Pages = {359--370},
- Title = {{On Nonterminating Stochastic Games}},
- Volume = {12},
- Year = {1966}}
-
-@inproceedings{Megiddo87,
- Author = {Nimrod Megiddo},
- Booktitle = {Advances in Economic Theory: 5th World Congress},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Editor = {T. Bewley},
- Pages = {225-268},
- Publisher = {Cambridge University Press},
- Title = {{On the Complexity of Linear Programming}},
- Year = {1987}}
-
-@article{CorFilWin96,
- Author = {Agostino Cortesi and Gilberto Fil{\'e} and William H. Winsborough},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Journal = {Journal of Logic Programming (JLP)},
- Number = 2,
- Pages = {137-167},
- Title = {{Optimal Groundness Analysis Using Propositional Logic}},
- Volume = {27},
- Year = {1996}}
-
-@techreport{Gawlitza06,
- Author = {Thomas Gawlitza and Jan Reineke and Helmut Seidl and Reinhard Wilhelm},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Institution = {TU M{\"u}nchen},
- Title = {{Polynomial Exact Interval Analysis Revisited}},
- Year = 2006}
-
-@article{MarSon93,
- Author = {Kim Marriott and Harald S{\o}ndergaard},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Journal = {ACM Letters on Programming Languages and Systems {(LOPLAS)}},
- Pages = {181-196},
- Title = {{Precise and Efficient Groundness Analysis for Logic Programs}},
- Volume = 2,
- Year = {1993}}
-
-@inproceedings{HorRepSag95a,
- Author = {Susan Horwitz and Thomas W. Reps and Mooly Sagiv},
- Booktitle = {Proceedings of 22nd ACM Symposium on Principles of Programming Languages ({POPL})},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Pages = {49-61},
- Publisher = {ACM Press},
- Title = {{Precise Interprocedural Dataflow Analysis via Graph Reachability}},
- Year = {1995}}
-
-@inproceedings{HorRepSag95b,
- Author = {Susan Horwitz and Thomas W. Reps and Mooly Sagiv},
- Booktitle = {Proceedings of 6th International Conference on Theory and Practice of Software Development ({TAPSOFT})},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Pages = {651-665},
- Publisher = {LNCS 915, Springer Verlag},
- Title = {{Precise Interprocedural Dataflow Analysis with Applications to Constant Propagation}},
- Year = {1995}}
-
-@article{HorRepSag96,
- Author = {Susan Horwitz and Thomas W. Reps and Mooly Sagiv},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Journal = {Theoretical Computer Science},
- Number = {1\&2},
- Pages = {131-170},
- Title = {{Precise Interprocedural Dataflow Analysis with Applications to Constant Propagation}},
- Volume = {167},
- Year = {1996}}
-
-@inproceedings{FecSei98,
- Author = {Christian Fecht and Helmut Seidl},
- Booktitle = {European Symposium on Programming (ESOP)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Note = {Long version in {\em Northern Journal of Computing 5, 304-329,1998}},
- Pages = {90-104},
- Publisher = {LNCS 1381, Springer Verlag},
- Title = {{Propagating Differences: An Efficient New Fixpoint Algorithm for Distributive Constraint Systems}},
- Year = {1998}}
-
-@article{McC60,
- Author = {John McCarthy},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Journal = {CACM},
- Number = 4,
- Pages = {184-195},
- Title = {Recursive {F}unctions of {S}ymbolic {E}xpressions and {T}heir {C}omputation by {M}achine},
- Volume = 3,
- Year = 1960}
-
-@article{HugLau94,
- Author = {John Hughes and John Launchbury},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Journal = {Science of Computer Programming (SCP)},
- Pages = {307-326},
- Title = {{Reversing Abstract Interpretations}},
- Volume = {22},
- Year = {1994}}
-
-@book{NiwinskiArnold,
- Author = {Andr{e} Arnold and Damina Niwinski},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Publisher = {North-Holland},
- Series = {Studies in Logic and The Foundations of Computer Science},
- Title = {{Rudiments of $\mu$-Calculus}},
- Volume = 146,
- Year = 2001}
-
-@phdthesis{Bou92x,
- Author = {Francois Bourdoncle},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- School = {{\'E}cole Polytechnique, Paris},
- Title = {{S\'emantiques des Langages Imp\'eratifs d'Ordre Sup\'erieur et Interpr\'etation Abstraite}},
- Year = {1992}}
-
-@incollection{Cou81,
- Author = {Patrick Cousot},
- Booktitle = {Program Flow Analysis: Theory and Applications},
- Chapter = {10},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Editor = {Steven S. Muchnick and Neil D. Jones},
- Pages = {303-342},
- Publisher = {Prentice-Hall, Inc., Englewood Cliffs, New Jersey},
- Title = {{Semantic Foundations of Program Analysis}},
- Year = {1981}}
-
-@book{Gun92,
- Address = {Cambridge, Mass.},
- Author = {Carl A. Gunter},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Publisher = {MIT Press},
- Title = {{Semantics of Programming Languages}},
- Year = {1992}}
-
-@inproceedings{DBLP:conf/stacs/Jurdzinski00,
- Author = {Marcin Jurdzi{\'n}ski},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {STACS},
- Crossref = {DBLP:conf/stacs/2000},
- Ee = {http://link.springer.de/link/service/series/0558/bibs/1770/17700290.htm},
- Pages = {290-301},
- Title = {Small Progress Measures for Solving Parity Games},
- Year = {2000}}
-
-@proceedings{DBLP:conf/stacs/2000,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {STACS},
- Editor = {Horst Reichel and Sophie Tison},
- Isbn = {3-540-67141-2},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {STACS 2000, 17th Annual Symposium on Theoretical Aspects of Computer Science, Lille, France, February 2000, Proceedings},
- Volume = {1770},
- Year = {2000}}
-
-@inproceedings{BroWal84,
- Address = {Tokio, Japan},
- Author = {D.R. Brough and Adrian Walker},
- Booktitle = {Proceedings of the International Conference on Fifth Generation Computer Systems, FGCS'84},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Editor = {Institut for New Generation Computer Technology (ICOT)},
- Month = nov,
- Pages = {149-156},
- Publisher = {OHMSHA Ltd. Tokyo and North-Holland,},
- Title = {Some {P}ractical {P}roperties of {L}ogic {P}rogramming {I}nterpreters},
- Year = 1984}
-
-@article{JacLan92,
- Author = {Dean Jacobs and Anno Langen},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Journal = {Journal of Logic Programming (JLP)},
- Pages = {291-314},
- Title = {{Static Analysis of Logic Programs for Independent {AND} Parallelism}},
- Volume = 13,
- Year = {1992}}
-
-@inproceedings{BarVilCle92,
- Author = {Barth\'elemy, F. P. and Villemonte de la Clergerie, E.},
- Booktitle = {Proc. of PLILP'92},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Editor = {Springer--Verlag},
- Pages = {100--114},
- Title = {Subsumption--oriented {P}ush--{D}own {A}utomata},
- Year = 1992}
-
-@inproceedings{Nil90,
- Author = {Ulf Nilsson},
- Booktitle = {International Workshop on Programming Language Implementation and Logic Programming (PLILP)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Pages = {293-306},
- Publisher = {LNCS 456, Springer Verlag},
- Title = {Systematic {S}emantic {A}pproximations of {L}ogic {P}rograms},
- Year = {1990}}
-
-@article{Bir80,
- Author = {R.S. Bird},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Journal = {ACM Computing Surveys},
- Number = 4,
- Title = {Tabulation {T}echniques for {R}ecursive {P}rograms},
- Volume = 12,
- Year = 1980}
-
-@inproceedings{JouPar90,
- Author = {M. Jourdan and D. Parigot},
- Booktitle = {Proc. of the European Symposium on Programming'90},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Editor = {N. Jones},
- Location = {Copenhagen},
- Pages = {240 - 255},
- Publisher = {Lec. Notes in Comp. Sci. 432, Springer Verlag},
- Title = {Techniques to improve grammar flow analysis},
- Year = 1990}
-
-@inproceedings{Astree05,
- Author = {P{.}~Cousot and R{.}~Cousot and J{.}~Feret and L{.}~Mauborgne and A{.}~Min\'e and D{.}~Monniaux and X{.}~Rival},
- Booktitle = {European Symposium on Programming (ESOP)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Pages = {21--30},
- Publisher = {Springer},
- Series = {LNCS},
- Title = {The {ASTR\'EE} {A}nalyser},
- Volume = {3444},
- Year = 2005}
-
-@article{Zwick96,
- Author = {Uri Zwick and Mike Paterson},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Journal = {Theoretical Computer Science (TCS)},
- Number = {1\&2},
- Pages = {343-359},
- Title = {{The Complexity of Mean Payoff Games on Graphs}},
- Volume = {158},
- Year = {1996}}
-
-@inproceedings{HenDegChaMic93a,
- Author = {Pascal Van Hentenryck and Olivier Degimbe and Baudouin Le Charlier and Laurent Michel},
- Booktitle = {Proceedings of Static Analysis, 3rd International Workshop (WSA)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Pages = {1-14},
- Publisher = {LNCS 724, Springer Verlag},
- Title = {{The Impact of Granularity in Abstract Interpretation of Prolog}},
- Year = {1993}}
-
-@inproceedings{KnoSte92,
- Author = {Jens Knoop and Bernhard Steffen},
- Booktitle = {4th International Conference on Compiler Construction},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Pages = {125-140},
- Publisher = {LNCS 641, Springer Verlag},
- Title = {{The Interprocedural Coincidence Theorem}},
- Year = {1992}}
-
-@article{Lan63,
- Author = {P. Landin},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Journal = {Computer Journal},
- Number = 4,
- Pages = {158-165},
- Title = {The {M}echanical {E}valuation of {E}xpressions},
- Volume = 6,
- Year = 1963}
-
-@phdthesis{Eve63,
- Address = {Cambridge, Mass.},
- Author = {J. Evey},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- School = {Harvard University},
- Title = {{The Theory and Application of Pushdown Store Machines}},
- Year = {1963}}
-
-@phdthesis{Puri95,
- Author = {Anuj Puri},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- School = {University of California, Berkeley},
- Title = {{Theory of Hybrid and Discrete Systems}},
- Year = {1995}}
-
-@inproceedings{Nil88,
- Author = {Ulf Nilsson},
- Booktitle = {International Workshop on Programming Language Implementation and Logic Programming (PLILP)},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Pages = {68-82},
- Publisher = {LNCS 348, Springer Verlag},
- Title = {Towards a {F}ramework for the {A}bstract {I}nterpretation of {L}ogic {P}rograms},
- Year = {1988}}
-
-@article{KnoRueSte96,
- Address = {London (UK)},
- Author = {Jens Knoop and Oliver R\"{u}thing and Bernhard Steffen},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Journal = {Journal of Programming Languages},
- Pages = {211-246},
- Publisher = {Chapman \& Hall},
- Series = {4},
- Title = {{Towards a Tool Kit for the Automatic Generation of Interprocedural Data Flow Analyses}},
- Volume = {4},
- Year = {1996}}
-
-@incollection{ShaPnu81,
- Author = {Micha Sharir and Amir Pnueli},
- Booktitle = {Program Flow Analysis: Theory and Applications},
- Chapter = {7},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Editor = {Steven S. Muchnick and Neil D. Jones},
- Pages = {189-234},
- Publisher = {Prentice-Hall, Inc., Englewood Cliffs, New Jersey},
- Title = {{Two Approaches to Interprocedural Data Flow Analysis}},
- Year = {1981}}
-
-@book{WilMau92,
- Author = {R. Wilhelm and D. Maurer},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Publisher = {Springer-Verlag},
- Title = {{\"U}bersetzerbau -- Theorie, Konstruktion, Generierung},
- Year = 1992}
-
-@misc{Rep97,
- Author = {Thomas W. Reps},
- Date-Added = {2007-09-14 17:15:54 +0200},
- Date-Modified = {2007-09-14 17:15:55 +0200},
- Howpublished = {{\em Personal Communication}},
- Month = {February},
- Year = {1997}}
-
-@article{FecSei99,
- Author = {C.\ Fecht and H.\ Seidl},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Journal = {Science of Computer Programming (SCP)},
- Number = {2},
- Pages = {137-161},
- Title = {{A Faster Solver for General Systems of Equations}},
- Volume = {35},
- Year = {1999}}
-
-@article{BalRam87,
- Author = {I.\ Balbin and K.\ Ramamohanarao},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Journal = {Journal of Logic Programming (JLP)},
- Number = {3},
- Pages = {259-262},
- Title = {{A Generalization of the Differential Approach to Recursive Query Evaluation}},
- Volume = {4},
- Year = {1987}}
-
-@inproceedings{Sei96a,
- Author = {Helmut Seidl},
- Booktitle = {IEEE Conf. on Logic in Computer Science (LICS)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Pages = {128--137},
- Title = {{A Modal $\mu$ Calculus for Durational Transition Systems}},
- Year = {1996}}
-
-@techreport{Sei95,
- Author = {H.\ Seidl},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Institution = {University of Trier},
- Number = {95-08},
- Title = {{A Modal $\mu$ Calculus for Durational Transition Systems}},
- Year = {1995}}
-
-@inproceedings{Blanchet03,
- Author = {B. Blanchet and P. Cousot and R. Cousot and J. Feret and C. Mauborgue and D. Mormiaux and X. Rival},
- Booktitle = {Int. ACM Conf. on Programming Language Design and Implementation (PLDI)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Pages = {196-207},
- Title = {{A Static Analyzer for Large Safety-Critical Software}},
- Year = {2003}}
-
-@inproceedings{PerSei02,
- Author = {T.\ Perst and H.\ Seidl},
- Booktitle = {Extreme Markup Languages},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Title = {{A Type-safe Macro System for XML}},
- Year = {2002}}
-
-@phdthesis{Fec97,
- Address = {Saarbr{\"u}cken},
- Author = {C.\ Fecht},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- School = {Universit{\"a}t des Saarlandes},
- Title = {{Abstrakte Interpretation logischer Programme: Theorie, Implementierung, Generierung}},
- Year = {1997}}
-
-@article{Karr76,
- Author = {M.~Karr},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Journal = {Acta Informatica},
- Pages = {133-151},
- Title = {{Affine Relationships Among Variables of a Program}},
- Volume = {6},
- Year = {1976}}
-
-@book{Lang93,
- Author = {S.\ Lang},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Publisher = {Pearson Education, Inc.},
- Title = {{Algebra, Third Edition}},
- Year = {1993}}
-
-@phdthesis{Sto00,
- Author = {A.\ Storjohann},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- School = {ETH Z{\"u}rich, Diss. ETH No. 13922},
- Title = {{Algorithms for Matrix Canonical Forms}},
- Year = {2000}}
-
-@inproceedings{SimonKing02,
- Author = {A. Simon and A. King},
- Booktitle = {Algebraic Methodology and Software Technology, 9th Int. Conf. (AMAST)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Pages = {365-379},
- Publisher = {LNCS 2422, Springer Verlag},
- Title = {{Analyzing String Buffers in C}},
- Year = {2002}}
-
-@article{HafMcC91,
- Author = {J.L.\ Hafner and K.S.\ McCurley},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Journal = {SIAM J. of Computing},
- Number = {6},
- Pages = {1068--1083},
- Title = {{Asymptotically Fast Triangularization of Matrices over Rings}},
- Volume = {20},
- Year = {1991}}
-
-@inproceedings{NieNieSei02,
- Author = {F.\ Nielson and H. Riis Nielson and H.\ Seidl},
- Booktitle = {European Symposium on Programming (ESOP)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Pages = {243-261},
- Publisher = {LNCS 2305, Springer-Verlag},
- Title = {{Automatic Complexity Analysis}},
- Year = {2002}}
-
-@phdthesis{Ram93,
- Author = {G.\ Ramalingam},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- School = {Computer Sciences Department, University of Wisconsin, Madison},
- Title = {Bounded Incremental Computation},
- Year = 1993}
-
-@inproceedings{Sagiv01,
- Author = {N. Dor and M. Rodeh and M. Sagiv},
- Booktitle = {8th Int. Static Analysis Symposium (SAS'01)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Pages = {194-212},
- Publisher = {LNCS 2126, Springer Verlag},
- Title = {{Cleanness Checking of String Manipulations in C Programs via Integer Analysis}},
- Year = 2001}
-
-@book{ZarSam58,
- Author = {O. Zariski and P. Samuel},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Publisher = {Nostrand, Princeton, NJ},
- Title = {{Commutative Algebra, Vol. I}},
- Year = {1958}}
-
-@article{AptPlo86,
- Author = {K.R.\ Apt and G.D.\ Plotkin},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Journal = {J.\ of the ACM (JACM)},
- Number = {4},
- Pages = {724--767},
- Title = {{Computable Non-Determinism and Random Assingment}},
- Volume = {33},
- Year = {1986}}
-
-@article{SeiSte00,
- Author = {H.\ Seidl and B.\ Steffen},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Journal = {Nordic Journal of Computing (NJC)},
- Number = {4},
- Pages = {375--400},
- Title = {{Constraint-Based Inter-Procedural Analysis of Parallel Programs}},
- Volume = {7},
- Year = {2000}}
-
-@inproceedings{SeiSo97,
- Author = {H.\ Seidl and M.\ H.\ S{\o}rensen},
- Booktitle = {ACM Symposium on Principles of Programming Languages (POPL)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Pages = {400-413},
- Title = {{Constraints to Stop Higher-Order Deforestation}},
- Year = {1997}}
-
-@inproceedings{NieSei01,
- Author = {F.\ Nielson and H.\ Seidl},
- Booktitle = {European Symposium on Programming (ESOP)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Pages = {252-268},
- Publisher = {LNCS 2028, Springer-Verlag},
- Title = {{Control-Flow Analysis in Cubic Time}},
- Year = {2001}}
-
-@inproceedings{NieNieSei02a,
- Author = {F.\ Nielson and H. Riis Nielson and H.\ Seidl},
- Booktitle = {Electronic Notes in Theoretical Computer Science (ENTCS)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Publisher = {Elsevier Science Publishers},
- Title = {{Cryptographic Analysis in Cubic Time}},
- Volume = {62},
- Year = {2002}}
-
-@inproceedings{HorRepSag95c,
- Author = {Susan Horwitz and Thomas W. Reps and Mooly Sagiv},
- Booktitle = {3rd ACM SIGSOFT Symp.\ on the Foundations of Software Engineering (FSE)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Month = oct,
- Pages = {104-115},
- Title = {{Demand Interprocedural Dataflow Analysis}},
- Year = {1995}}
-
-@article{Sei96,
- Author = {H.\ Seidl},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Journal = {Information Processing Letters (IPL)},
- Number = {6},
- Pages = {302-208},
- Title = {{Fast and simple Nested Fixpoints}},
- Volume = {59},
- Year = {1996}}
-
-@article{Paige82,
- Author = {B.~Paige and S.~Koenig},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Journal = {ACM Trans.\ Prog.\ Lang.\ and Syst.},
- Number = {3},
- Pages = {402-454},
- Title = {{Finite Differencing of Computable Expressions}},
- Volume = {4},
- Year = {1982}}
-
-@article{Cou83,
- Author = {Bruno Courcelle},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Journal = {Theoretical Computer Science (TCS)},
- Pages = {95-169},
- Title = {{Fundamental Properties of Infinite Trees}},
- Volume = 25,
- Year = 1983}
-
-@inproceedings{Fec95,
- Author = {C.\ Fecht},
- Booktitle = {2nd Static Analysis Symposium (SAS)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Pages = {418-419},
- Publisher = {LNCS 983},
- Title = {{GENA - A Tool for Generating Prolog Analyzers from Specifications}},
- Year = {1995}}
-
-@article{Sei94,
- Author = {H.\ Seidl},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Journal = {Information Processing Letters (IPL)},
- Pages = {57--60},
- Title = {{Haskell Overloading is DEXPTIME Complete}},
- Volume = {54},
- Year = {1994}}
-
-@article{SeiFec00,
- Author = {H.\ Seidl and C.\ Fecht},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Journal = {Journal of Logic Programming (JLP)},
- Number = {2},
- Pages = {123--156},
- Title = {{Interprocedural Analyses: A Comparison}},
- Volume = {43},
- Year = {2000}}
-
-@inproceedings{NeuSei98,
- Author = {A.\ Neumann and H.\ Seidl},
- Booktitle = {Foundations of Software Technology and Theory of Computing (FSTTCS)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Pages = {134--145},
- Publisher = {LNCS 1530, Springer-Verlag},
- Title = {{Locating Tree Patterns in Forests}},
- Year = {1998}}
-
-@inproceedings{NieNieSei02b,
- Author = {F.\ Nielson and H. Riis Nielson and H.\ Seidl},
- Booktitle = {9th Int. Static Analysis Symposium (SAS)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:27 +0200},
- Pages = {20-35},
- Publisher = {LNCS 2477, Springer-Verlag},
- Title = {{Normalizable Horn Clauses, Strongly Recognizable Relations, and Spi}},
- Year = {2002}}
-
-@inproceedings{Kal92,
- Author = {E. Kaltofen},
- Booktitle = {Int. ACM Symp. on Symbolic and Algebraic Computation (ISSAC)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Pages = {342-349},
- Title = {{On Computing Determinants of Matrices without Division}},
- Year = {1992}}
-
-@inproceedings{SeiNeu99,
- Author = {H.\ Seidl and A.\ Neumann},
- Booktitle = {8th Computer Science Logic (CSL)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Pages = {484--498},
- Publisher = {LNCS 1683, Springer-Verlag},
- Title = {{On Guarding Nested Fixpoints}},
- Year = {1999}}
-
-@article{BakMeyZuc84,
- Author = {J.W.\ de Bakker and J.-J.Ch.~Meyer and J.I.\ Zucker},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Journal = {Theoretical Computer Scince (TCS)},
- Note = {(Corrigendum: TCS 29: 229-230,1984)},
- Pages = {53--82},
- Title = {{On Infinite Computations in Denotational Semantics}},
- Volume = {26},
- Year = {1983}}
-
-@inproceedings{MueSei01,
- Author = {M.~M\"{u}ller-Olm and H.~Seidl},
- Booktitle = {33th ACM Symp.\ on Theory of Computing (STOC)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Pages = {647-656},
- Publisher = {ACM Press},
- Title = {{On Optimal Slicing of Parallel Programs}},
- Year = {2001}}
-
-@techreport{SeiNor02,
- Author = {H.\ Seidl and A.V.\ Nori},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Institution = {Dept. of Computer Science and Automation, IISc, Bangalore, India},
- Note = {To appear},
- Title = {{On the Expressiveness of Set Operators}},
- Year = {2002}}
-
-@inproceedings{MueSei02,
- Author = {M.~M\"{u}ller-Olm and H.~Seidl},
- Booktitle = {9th Static Analysis Symposium (SAS)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Pages = {4-19},
- Publisher = {LNCS 2477, Springer-Verlag},
- Title = {{Polynomial Constants are Decidable}},
- Year = {2002}}
-
-@inproceedings{HorRepSag95a,
- Author = {Susan Horwitz and Thomas W. Reps and Mooly Sagiv},
- Booktitle = {22nd ACM Symp.\ on Principles of Programming Languages ({POPL})},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Pages = {49-61},
- Title = {{Precise Interprocedural Dataflow Analysis via Graph Reachability}},
- Year = {1995}}
-
-@inproceedings{HorRepSag95b,
- Author = {Susan Horwitz and Thomas W. Reps and Mooly Sagiv},
- Booktitle = {6th Int.\ Conf.\ on Theory and Practice of Software Development ({TAPSOFT})},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Pages = {651-665},
- Publisher = {LNCS 915},
- Title = {{Precise Interprocedural Dataflow Analysis with Applications to Constant Propagation}},
- Year = {1995}}
-
-@article{HorRepSag96,
- Author = {S.\ Horwitz and T.W.\ Reps and M.\ Sagiv},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Journal = {Theoretical Computer Science (TCS)},
- Number = {1\&2},
- Pages = {131-170},
- Title = {{Precise Interprocedural Dataflow Analysis with Applications to Constant Propagation}},
- Volume = {167},
- Year = {1996}}
-
-@techreport{Mue02,
- Author = {M.\ M{\"u}ller-Olm},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Institution = {University of Trier},
- Number = {08},
- Title = {{Precise Interprocedural Dependence Analysis of Parallel Programs}},
- Year = {2002}}
-
-@inproceedings{BagHil03,
- Author = {R.\ Bagnara and P.M.\ Hill and E.\ Ricci and E.\ Zaffanella},
- Booktitle = {10th Int.\ Static Analysis Symposium (SAS)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Pages = {337--354},
- Publisher = {LNCS 2694, Springer-Verlag},
- Title = {{Precise Widening Operators for Convex Polyhedra}},
- Year = 2003}
-
-@article{Cai88,
- Author = {J.~Cai and B.~Paige},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Journal = {Science of Computer Programming (SCP)},
- Pages = {197-261},
- Title = {{Program Derivation by Fixpoint Computation}},
- Volume = {11},
- Year = {1988}}
-
-@article{FecSei98,
- Author = {C.\ Fecht and H.\ Seidl},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Journal = {Nordic Journal of Computing (NJC)},
- Number = {4},
- Pages = {304-329},
- Title = {{Propagating Differences: An Efficient New Fixpoint Algorithm for Distributive Constraint Systems}},
- Volume = {5},
- Year = {1998}}
-
-@article{CouCou91,
- Author = {P.\ Cousot and R.\ Cousot},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Journal = {Actes JTASPEFL'91, FR. BIGRE},
- Pages = {33--36},
- Title = {{Relational Analysis of Higher-order Functions}},
- Volume = {74},
- Year = {1991}}
-
-@article{Gra89,
- Author = {P.\ Granger},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Journal = {Int. J. of Computer Math.},
- Pages = {165--190},
- Title = {{Static Analysis of Arithmetical Congruences}},
- Year = {1989}}
-
-@inproceedings{Gra91,
- Author = {P.\ Granger},
- Booktitle = {Int. Joint Conf. on Theory and Practice of Software Development (TAPSOFT)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Pages = {169--192},
- Publisher = {LNCS 493, Springer-Verlag},
- Title = {{Static Analysis of Linear Congruence Equalities among Variables of a Program}},
- Year = {1991}}
-
-@techreport{NieSei01a,
- Author = {F.\ Nielson and H.\ Seidl},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Institution = {University of Trier, Germany},
- Number = {01-12},
- Title = {{Succinct Solvers}},
- Year = {2001}}
-
-@inproceedings{CouCou79,
- Author = {P.\ Cousot and R.\ Cousot},
- Booktitle = {6th ACM Symp.\ on Principles of Programming Languages (POPL)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Pages = {238--352},
- Title = {{Systematic Design of Program Analysis Frameworks}},
- Year = 1979}
-
-@inproceedings{MueRue01,
- Author = {Markus M\"{u}ller-Olm and Oliver R\"{u}thing},
- Booktitle = {10th European Symposium on Programming (ESOP)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Pages = {190-205},
- Publisher = {LNCS 2028, Springer-Verlag},
- Title = {{The Complexity of Constant Propagation}},
- Year = {2001}}
-
-@inproceedings{SimonKing02a,
- Author = {A. Simon and A. King and J.M. Howe},
- Booktitle = {Logic Based Program Synthesis and Tranformation, 12th Int. Workshop (LOPSTR)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Pages = {71-89},
- Publisher = {LNCS 2664, Springer Verlag},
- Title = {{Two Variables per Inequalities as an Abstract Domain}},
- Year = {2002}}
-
-@inproceedings{Hym05,
- Author = {C. Hymans},
- Booktitle = {Verification, Model-Checking and Abstract Interpretation: 6th Int. Conf. (VMCAI)},
- Date-Added = {2007-09-14 17:07:27 +0200},
- Date-Modified = {2007-09-14 17:07:28 +0200},
- Pages = {330-345},
- Publisher = {LNCS 3385, Springer-Verlag},
- Title = {{Verification of Error Correcting Code by Abstract Interpretation}},
- Year = {2005}}
-
-@techreport{storjohann96TR255,
- Author = {Arne Storjohann},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:38 +0200},
- Institution = {ETH Z{\"u}rich, Department of Computer Science},
- Number = 255,
- Title = {A Fast, Practical, and Deterministic Algorithm for Triangularizing Integer Matrices},
- Year = 1996}
-
-@inproceedings{MOSeidlICALP04,
- Author = {Markus M\"uller-Olm and Helmut Seidl},
- Booktitle = {31st Int. Coll. on Automata, Languages and Programming (ICALP)},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:38 +0200},
- Pages = {1016-1028},
- Publisher = {Springer Verlag, LNCS 3142},
- Title = {{A Note on {K}arr's Algorithm}},
- Year = {2004}}
-
-@phdthesis{LerouxPHD,
- Author = {J{\'e}r{\^o}me Leroux},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:38 +0200},
- School = {Ecole Normale Sup{\'e}rieure de Cachan},
- Title = {Algorithmique de la V{\'e}rification des Syst{\`e}mes {\`a} Compteurs: Approximation et Acc{\'e}l{\'e}ration},
- Year = 2003}
-
-@book{Geddes92,
- Author = {Keith O. Geddes and Stephen R. Czapor and George Labahn},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:38 +0200},
- Publisher = {Kluwer},
- Title = {Algorithms for Computer Algebra},
- Year = 1992}
-
-@inproceedings{MOSeidlESOP05,
- Author = {Markus M\"uller-Olm and Helmut Seidl},
- Booktitle = {European Symposium on Programming (ESOP)},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:38 +0200},
- Pages = {46-60},
- Publisher = {Springer Verlag, LNCS 3444},
- Title = {{Analysis of Modular Arithmetic}},
- Year = {2005}}
-
-@inproceedings{RepsCC04,
- Author = {Gogul Balakrishnan and Thomas W. Reps},
- Booktitle = {Compiler Construction, 13th Int. Conf. (CC)},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:38 +0200},
- Pages = {5--23},
- Publisher = {LNCS 2985. Springer-Verlag},
- Title = {{Analyzing Memory Accesses in x86 Executables}},
- Year = {2004}}
-
-@article{Bjoerner97,
- Author = {Nikolaj Bj{\o}rner and Anca Browne and Zohar Manna},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:38 +0200},
- Journal = {Theoretical Computer Science},
- Number = 1,
- Pages = {49-87-},
- Title = {Automatic Generation of Invariants and Intermediate Assertions},
- Volume = 173,
- Year = 1997}
-
-@book{Papadimitriou94,
- Author = {Christos H. Papadimitriou},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:38 +0200},
- Publisher = {Addison-Wesley},
- Title = {Computational Complexity},
- Year = 1994}
-
-@book{Davenport88,
- Author = {J. H. Davenport and Y. Siret and E. Tournier},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:38 +0200},
- Publisher = {Academic Press},
- Title = {Computer Algebra: Systems and Algorithms for Algebraic Computation},
- Year = 1988}
-
-@book{Garey79,
- Author = {Michael R. Garey and David S. Johnson},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:38 +0200},
- Publisher = {W. H. Freeman and Company},
- Title = {Computers and Intractability: A Guide to the Theory of NP-Completeness},
- Year = 1978}
-
-@techreport{MOSeidl03aTR,
- Author = {Markus M\"uller-Olm and Helmut Seidl},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:38 +0200},
- Institution = {FB4-Mathematik/Informatik of Trier University},
- Month = {January},
- Title = {Computing Interprocedurally Valid Relations in Affine Programs},
- Year = 2003}
-
-@unpublished{MueSei04submit,
- Author = {Markus M\"uller-Olm and Helmut Seidl},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:38 +0200},
- Note = {accepted for publication in Information Processing Letters (IPL)},
- Title = {{Computing Polynomial Program Invariants}},
- Year = 2004}
-
-@article{MOSeidlIPL04,
- Author = {Markus M{\"u}ller-Olm and Helmut Seidl},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:38 +0200},
- Journal = {Information Processing Letters (IPL)},
- Number = {5},
- Pages = {233-244},
- Title = {{Computing Polynomial Program Invariants}},
- Volume = {91},
- Year = {2004}}
-
-@article{Cousot97a,
- Author = {P.~Cousot},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:38 +0200},
- Journal = {Electronic Notes in Theoretical Computer Science},
- Note = {\small URL: \texttt{www.elsevier.nl/locate/entcs/volume6.html}},
- Title = {{Constructive Design of a Hierarchy of Semantics of a Transition System by Abstract Interpretation}},
- Volume = 6,
- Year = 1997}
-
-@article{Apt86a,
- Author = {K.~R.~Apt and G.~D.~Plotkin},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:38 +0200},
- Journal = {Journal of the {ACM}},
- Number = 4,
- Pages = {724--767},
- Title = {{Countable Nondeterminism and Random Assignment}},
- Volume = 33,
- Year = 1986}
-
-@book{FiLeBl88,
- Author = {C.N. Fischer and R.J. LeBlanc},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Publisher = {Benjamin/Cummings Publishing Co., Inc., Menlo Park, CA},
- Title = {{Crafting a Compiler}},
- Year = {1988}}
-
-@inproceedings{Gulwani03a,
- Author = {S.\ Gulwani and G.C.\ Necula},
- Booktitle = {30th ACM Symp. on Principles of Programming Languages (POPL)},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Pages = {74--84},
- Title = {{Discovering Affine Equalities Using Random Interpretation}},
- Year = 2003}
-
-@inproceedings{Gulwani03aLangerBooktitle,
- Author = {S.\ Gulwani and G.C.\ Necula},
- Booktitle = {30th Ann. ACM Symp. on Principles of Programming Languages (POPL)},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Pages = {74--84},
- Title = {{Discovering Affine Equalities Using Random Interpretation}},
- Year = 2003}
-
-@book{Hecht77,
- Author = {Matthew S. Hecht},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Publisher = {Elsevier North-Holland},
- Title = {Flow analysis of computer programs},
- Year = 1977}
-
-@article{MOSeidlVene03,
- Author = {Helmut Seidl and Varmo Vene and Markus M{\"u}ller-Olm},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Journal = {Proc. of Estonian Academy of Sciences: Phys., Math.},
- Number = {4},
- Pages = {413--436},
- Title = {{Global Invariants for Analysing Multi-Threaded Applications}},
- Volume = {52},
- Year = {2003}}
-
-@techreport{MOSeidlSteffenTR790,
- Author = {Markus M{\"u}ller-Olm and Helmut Seidl and Bernhard Steffen},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Institution = {Fachbereich Informatik, Universit{\"a}t Dortmund},
- Number = {790},
- Title = {{Interprocedural Analysis for Free}},
- Year = {2004}}
-
-@inproceedings{MOSeidlSteffenESOP05,
- Author = {Markus M\"uller-Olm and Helmut Seidl and Bernhard Steffen},
- Booktitle = {European Symposium on Programming (ESOP)},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Pages = {31-45},
- Publisher = {Springer Verlag, LNCS 3444},
- Title = {{Interprocedural Analysis of Herbrand Equalities}},
- Year = {2005}}
-
-@techreport{MOSeidlTR789,
- Author = {Markus M{\"u}ller-Olm and Helmut Seidl},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Institution = {Fachbereich Informatik, Universit{\"a}t Dortmund},
- Number = {789},
- Title = {{Interprocedural Analysis of Modular Arithmetic}},
- Year = {2004}}
-
-@techreport{Kam75a,
- Address = {Princeton, NJ},
- Author = {J. B. Kam and Jeffrey D. Ullman},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Institution = {Department of Electrical Engineering, Princeton University},
- Number = 169,
- Title = {Monotone Data Flow Analysis Frameworks},
- Year = 1975}
-
-@inproceedings{Stef87-C,
- Author = {Bernhard Steffen},
- Booktitle = {Proc. 2nd International Joint Conference on Theory and Practice of Software Development (TAPSOFT'87)},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Pages = {52--68},
- Publisher = {Springer Verlag},
- Series = {LNCS 249},
- Title = {{Optimal Run Time Optimization---Proved by a New Look at Abstract Interpretations}},
- Year = {1987}}
-
-@misc{CousotCommunication,
- Author = {Patrick Cousot},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Title = {{Personal Communication}}}
-
-@book{Winkler96,
- Author = {F. Winkler},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Publisher = {Springer-Verlag},
- Title = {Polynomial Algorithms},
- Year = 1996}
-
-@inproceedings{Bensalem96a,
- Author = {Saddek Bensalem and Yassine Lakhnech and Hassen Saidi},
- Booktitle = {8th Int. Conf. on Computer Aided Verification (CAV)},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Powerful Techniques for the Automatic Generation of Invariants},
- Volume = 1102,
- Year = 1996}
-
-@inproceedings{MOSeidlPOPL04accept,
- Author = {Markus M\"uller-Olm and Helmut Seidl},
- Booktitle = {31st {ACM } Symp.\ on Principles of Programming Languages (POPL)},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Pages = {330-341},
- Title = {Precise Interprocedural Analysis through Linear Algebra},
- Year = {2004}}
-
-@inproceedings{MOSeidlPOPL04,
- Author = {Markus M\"uller-Olm and Helmut Seidl},
- Booktitle = {31st {ACM } Symp.\ on Principles of Programming Languages (POPL)},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Pages = {330--341},
- Title = {{Precise Interprocedural Analysis through Linear Algebra}},
- Year = 2004}
-
-@inproceedings{MOSeidlPOPL04LangerBooktitle,
- Author = {Markus M\"uller-Olm and Helmut Seidl},
- Booktitle = {31st {ACM } Symp.\ on Principles of Programming Languages (POPL)},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Pages = {330--341},
- Title = {{Precise Interprocedural Analysis through Linear Algebra}},
- Year = 2004}
-
-@inproceedings{Gulwani05,
- Author = {S.\ Gulwani and G.C.\ Necula},
- Booktitle = {32th Ann. ACM Symp. on Principles of Programming Languages (POPL)},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Pages = {324--337},
- Title = {{Precise Interprocedural Analysis Using Random Interpretation}},
- Year = 2005}
-
-@inproceedings{reps95:_precis,
- Author = {T.\ Reps and S.\ Horwitz and M.\ Sagiv},
- Booktitle = {22nd ACM Symp.\ on Principles of Programming Languages (POPL)},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Pages = {49--61},
- Publisher = {ACM Press},
- Title = {{Precise Interprocedural Dataflow Analysis via Graph Reachability}},
- Year = 1995}
-
-@book{Duffy91,
- Author = {David Duffy},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Publisher = {Wiley},
- Title = {Principles of Automated Theorem Proving},
- Year = 1991}
-
-@book{Muchnick81,
- Address = {Engelwood Cliffs, New Jersey},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Editor = {S. S. Muchnick and N. D. Jones},
- Publisher = {Prentice Hall},
- Title = {{Program Flow Analysis: Theory and Applications}},
- Year = 1981}
-
-@inproceedings{Reif77a,
- Author = {John R. Reif and Harry R. Lewis},
- Booktitle = {4th~{ACM} Symp. on Principles of Programming Languages~{POPL'77}},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Pages = {104--118},
- Title = {Symbolic Evaluation and the Global Value Graph},
- Year = 1977}
-
-@unpublished{MORuethingSeidlFSTTCS04,
- Author = {Markus M{\"u}ller-Olm and Oliver R\"uthing and Helmut Seidl},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Note = {Technical Report 788, Fachbereich Informatik, Universit{\"a}t Dortmund},
- Title = {{Testing Herbrand Equalities --- and Beyond}},
- Year = {2004}}
-
-@inproceedings{KnSt92b-C,
- Author = {J.~Knoop and B.~Steffen},
- Booktitle = {Compiler Construction (CC)},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Pages = {125--140},
- Publisher = {LNCS 541, Springer-Verlag},
- Title = {{The Interprocedural Coincidence Theorem}},
- Year = {1992}}
-
-@book{gosling96:_java_languag_specif,
- Author = {James Gosling and Bill Joy and Guy Steele},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Publisher = {Addison-Wesley},
- Title = {The Java Language Specification},
- Year = 1996}
-
-@techreport{MarchandBorgne99a,
- Author = {Herv\'e Marchand and Michel le Borgne},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Institution = {INRIA Rennes},
- Month = {October},
- Number = 3790,
- Title = {The Supervisory Control Problem of Discrete Event Systems using Polynomial Methods},
- Year = 1999}
-
-@misc{SP81,
- Author = {M.~Sharir and A.~Pnueli},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Howpublished = {In \cite{Muchnick81}, chapter~7, pages 189--233},
- Title = {{Two Approaches to Interprocedural Data Flow Analysis}}}
-
-@inproceedings{Gunnarsson96b,
- Author = {Johan Gunnarsson and Jonas Plantin and Roger Germundsson},
- Booktitle = {Proc. of the IEE WODES'96},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Title = {Verification of a Large Discrete System Using Algebraic Methods},
- Year = 1996}
-
-@inproceedings{RepsSAS03,
- Author = {T.~ Reps and S.~ Schwoon and S.~ Jha},
- Booktitle = {Int. Static Analysis Symposium (SAS)},
- Date-Added = {2007-09-14 16:59:38 +0200},
- Date-Modified = {2007-09-14 16:59:39 +0200},
- Pages = {189--213},
- Publisher = {LNCS 2694, Springer-Verlag},
- Title = {{Weighted Pushdown Systems and their Application to Interprocedural Dataflow Analysis}},
- Year = 2003}
-
-@article{DBLP:journals/ipl/Jurdzinski98,
- Author = {Marcin Jurdzinski},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Ee = {http://dx.doi.org/10.1016/S0020-0190(98)00150-1},
- Journal = {Inf. Process. Lett.},
- Number = {3},
- Pages = {119-124},
- Title = {Deciding the Winner in Parity Games is in UP $\cap$ co-Up},
- Volume = {68},
- Year = {1998}}
-
-@book{DBLP:books/mg/CormenLRS01,
- Author = {Thomas H. Cormen and Charles E. Leiserson and Ronald L. Rivest and Clifford Stein},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Date-Modified = {2008-11-05 11:09:15 +0100},
- Isbn = {0-262-03293-7, 0-07-013151-1},
- Publisher = {The MIT Press and McGraw-Hill Book Company},
- Title = {Introduction to Algorithms, Second Edition},
- Year = {2001}}
-
-@inproceedings{DBLP:conf/csl/GawlitzaS07,
- Author = {Thomas Gawlitza and Helmut Seidl},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {CSL},
- Crossref = {DBLP:conf/csl/2007},
- Ee = {http://dx.doi.org/10.1007/978-3-540-74915-8_6},
- Pages = {23-40},
- Title = {Precise Relational Invariants Through Strategy Iteration},
- Year = {2007}}
-
-@proceedings{DBLP:conf/csl/2007,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {CSL},
- Editor = {Jacques Duparc and Thomas A. Henzinger},
- Isbn = {978-3-540-74914-1},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Computer Science Logic, 21st International Workshop, CSL 2007, 16th Annual Conference of the EACSL, Lausanne, Switzerland, September 11-15, 2007, Proceedings},
- Volume = {4646},
- Year = {2007}}
-
-@inproceedings{DBLP:conf/eef/Yovine96,
- Author = {Sergio Yovine},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {European Educational Forum: School on Embedded Systems},
- Crossref = {DBLP:conf/eef/1996},
- Pages = {114-152},
- Title = {Model Checking Timed Automata},
- Year = {1996}}
-
-@proceedings{DBLP:conf/eef/1996,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {School on Embedded Systems},
- Editor = {Grzegorz Rozenberg and Frits W. Vaandrager},
- Isbn = {3-540-65193-4},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Lectures on Embedded Systems, European Educational Forum, School on Embedded Systems, Veldhoven, The Netherlands, November 25-29, 1996},
- Volume = {1494},
- Year = {1998}}
-
-@inproceedings{DBLP:conf/rtss/LarsenLPY97,
- Author = {Kim Guldstrand Larsen and Fredrik Larsson and Paul Pettersson and Wang Yi},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {IEEE Real-Time Systems Symposium},
- Crossref = {DBLP:conf/rtss/1997},
- Ee = {http://computer.org/proceedings/rtss/8268/82680014abs.htm},
- Pages = {14-24},
- Title = {Efficient verification of real-time systems: compact data structure and state-space reduction},
- Year = {1997}}
-
-@proceedings{DBLP:conf/rtss/1997,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {IEEE Real-Time Systems Symposium},
- Publisher = {IEEE Computer Society},
- Title = {Proceedings of the 18th IEEE Real-Time Systems Symposium (RTSS '97), December 3-5, 1997, San Francisco, CA, USA},
- Year = {1997}}
-
-@inproceedings{DBLP:conf/popl/Kildall73,
- Author = {Gary A. Kildall},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {POPL},
- Pages = {194-206},
- Title = {A Unified Approach to Global Program Optimization},
- Year = {1973}}
-
-@inproceedings{DBLP:conf/vmcai/SankaranarayananSM05,
- Author = {Sriram Sankaranarayanan and Henny B. Sipma and Zohar Manna},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {VMCAI},
- Crossref = {DBLP:conf/vmcai/2005},
- Ee = {http://springerlink.metapress.com/openurl.asp?genre=article{\&}issn=0302-9743{\&}volume=3385{\&}spage=25},
- Pages = {25-41},
- Title = {Scalable Analysis of Linear Systems Using Mathematical Programming},
- Year = {2005}}
-
-@proceedings{DBLP:conf/vmcai/2005,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {VMCAI},
- Editor = {Radhia Cousot},
- Isbn = {3-540-24297-X},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Verification, Model Checking, and Abstract Interpretation, 6th International Conference, VMCAI 2005, Paris, France, January 17-19, 2005, Proceedings},
- Volume = {3385},
- Year = {2005}}
-
-@inproceedings{DBLP:conf/popl/CousotC77,
- Author = {Patrick Cousot and Radhia Cousot},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {POPL},
- Date-Modified = {2008-12-17 09:43:47 +0100},
- Pages = {238-252},
- Title = {Abstract Interpretation: A Unified Lattice Model for Static Analysis of Programs by Construction or Approximation of Fixpoints},
- Year = {1977}}
-
-@proceedings{DBLP:conf/tacas/2004,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {TACAS},
- Editor = {Kurt Jensen and Andreas Podelski},
- Isbn = {3-540-21299-X},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Tools and Algorithms for the Construction and Analysis of Systems, 10th International Conference, TACAS 2004, Held as Part of the Joint European Conferences on Theory and Practice of Software, ETAPS 2004, Barcelona, Spain, March 29 - April 2, 2004, Proceedings},
- Volume = {2988},
- Year = {2004}}
-
-@proceedings{DBLP:conf/stoc/2007,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {STOC},
- Editor = {David S. Johnson and Uriel Feige},
- Isbn = {978-1-59593-631-8},
- Publisher = {ACM},
- Title = {Proceedings of the 39th Annual ACM Symposium on Theory of Computing, San Diego, California, USA, June 11-13, 2007},
- Year = {2007}}
-
-@inproceedings{DBLP:conf/stacs/EsparzaKL08,
- Author = {Javier Esparza and Stefan Kiefer and Michael Luttenberger},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {STACS},
- Crossref = {DBLP:conf/stacs/2008},
- Ee = {http://drops.dagstuhl.de/opus/volltexte/2008/1351},
- Pages = {289-300},
- Title = {Convergence Thresholds of Newton's Method for Monotone Polynomial Equations},
- Year = {2008}}
-
-@proceedings{DBLP:conf/stacs/2008,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {STACS},
- Editor = {Susanne Albers and Pascal Weil},
- Publisher = {Internationales Begegnungs- und Forschungszentrum fuer Informatik (IBFI), Schloss Dagstuhl, Germany},
- Series = {Dagstuhl Seminar Proceedings},
- Title = {STACS 2008, 25th Annual Symposium on Theoretical Aspects of Computer Science, Bordeaux, France, February 21-23, 2008, Proceedings},
- Volume = {08001},
- Year = {2008}}
-
-@inproceedings{DBLP:conf/mfcs/GimbertZ04,
- Author = {Hugo Gimbert and Wieslaw Zielonka},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {MFCS},
- Crossref = {DBLP:conf/mfcs/2004},
- Ee = {http://springerlink.metapress.com/openurl.asp?genre=article{\&}issn=0302-9743{\&}volume=3153{\&}spage=686},
- Pages = {686-697},
- Title = {When Can You Play Positionally?},
- Year = {2004}}
-
-@proceedings{DBLP:conf/mfcs/2004,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {MFCS},
- Editor = {Jir\'{\i} Fiala and V{\'a}clav Koubek and Jan Kratochv\'{\i}l},
- Isbn = {3-540-22823-3},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Mathematical Foundations of Computer Science 2004, 29th International Symposium, MFCS 2004, Prague, Czech Republic, August 22-27, 2004, Proceedings},
- Volume = {3153},
- Year = {2004}}
-
-@book{Filar97,
- Author = {Jerzy Filar and Koos Vrieze},
- Date-Modified = {2008-07-15 14:53:40 +0200},
- Publisher = {Springer},
- Title = {Competitive Markov Decision Processes},
- Year = {1997}}
-
-@inproceedings{DBLP:conf/tacas/SuW04,
- Author = {Zhendong Su and David Wagner},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {TACAS},
- Crossref = {DBLP:conf/tacas/2004},
- Ee = {http://springerlink.metapress.com/openurl.asp?genre=article{\&}issn=0302-9743{\&}volume=2988{\&}spage=280},
- Pages = {280-295},
- Title = {A Class of Polynomially Solvable Range Constraints for Interval Analysis without Widenings and Narrowings},
- Year = {2004}}
-
-@proceedings{DBLP:conf/tacas/2004,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {TACAS},
- Editor = {Kurt Jensen and Andreas Podelski},
- Isbn = {3-540-21299-X},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Tools and Algorithms for the Construction and Analysis of Systems, 10th International Conference, TACAS 2004, Held as Part of the Joint European Conferences on Theory and Practice of Software, ETAPS 2004, Barcelona, Spain, March 29 - April 2, 2004, Proceedings},
- Volume = {2988},
- Year = {2004}}
-
-@inproceedings{DBLP:conf/pado/Mine01,
- Author = {Antoine Min{\'e}},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {PADO},
- Crossref = {DBLP:conf/pado/2001},
- Ee = {http://link.springer.de/link/service/series/0558/bibs/2053/20530155.htm},
- Pages = {155-172},
- Title = {A New Numerical Abstract Domain Based on Difference-Bound Matrices},
- Year = {2001}}
-
-@inproceedings{DBLP:conf/wcre/Mine01,
- Author = {Antoine Min{\'e}},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {WCRE},
- Ee = {http://computer.org/proceedings/wcre/1303/13030310abs.htm},
- Pages = {310-},
- Title = {The Octagon Abstract Domain},
- Year = {2001}}
-
-@inproceedings{DBLP:conf/stacs/EtessamiY05,
- Author = {Kousha Etessami and Mihalis Yannakakis},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {STACS},
- Crossref = {DBLP:conf/stacs/2005},
- Date-Modified = {2008-11-12 10:06:13 +0100},
- Ee = {http://springerlink.metapress.com/openurl.asp?genre=article{\&}issn=0302-9743{\&}volume=3404{\&}spage=340},
- Pages = {340-352},
- Title = {Recursive Markov Chains, Stochastic Grammars, and Monotone Systems of Nonlinear Equations},
- Year = {2005}}
-
-@proceedings{DBLP:conf/stacs/2005,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {STACS},
- Editor = {Volker Diekert and Bruno Durand},
- Isbn = {3-540-24998-2},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {STACS 2005, 22nd Annual Symposium on Theoretical Aspects of Computer Science, Stuttgart, Germany, February 24-26, 2005, Proceedings},
- Volume = {3404},
- Year = {2005}}
-
-@inproceedings{DBLP:conf/stoc/KieferLE07,
- Author = {Stefan Kiefer and Michael Luttenberger and Javier Esparza},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {STOC},
- Crossref = {DBLP:conf/stoc/2007},
- Ee = {http://doi.acm.org/10.1145/1250790.1250822},
- Pages = {217-226},
- Title = {On the convergence of Newton's method for monotone systems of polynomial equations},
- Year = {2007}}
-
-@proceedings{DBLP:conf/stoc/2007,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {STOC},
- Editor = {David S. Johnson and Uriel Feige},
- Isbn = {978-1-59593-631-8},
- Publisher = {ACM},
- Title = {Proceedings of the 39th Annual ACM Symposium on Theory of Computing, San Diego, California, USA, June 11-13, 2007},
- Year = {2007}}
-
-@book{OrtegaRheinboldt:book,
- Author = {J.M. Ortega and W.C. Rheinboldt},
- Publisher = {Academic Press},
- Title = {Iterative solution of nonlinear equations in several variables},
- Year = {1970}}
-
-@inproceedings{DBLP:conf/pldi/DorRS03,
- Author = {Nurit Dor and Michael Rodeh and Shmuel Sagiv},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {PLDI},
- Crossref = {DBLP:conf/pldi/2003},
- Date-Modified = {2008-09-03 13:57:46 +0200},
- Ee = {http://doi.acm.org/10.1145/781131.781149},
- Keywords = {buffer overrun, static analysis},
- Pages = {155-167},
- Title = {CSSV: towards a realistic tool for statically detecting all buffer overflows in C},
- Year = {2003}}
-
-@proceedings{DBLP:conf/pldi/2003,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {PLDI},
- Isbn = {1-58113-662-5},
- Keywords = {buffer overrun, static analysis},
- Publisher = {ACM},
- Title = {Proceedings of the ACM SIGPLAN 2003 Conference on Programming Language Design and Implementation 2003, San Diego, California, USA, June 9-11, 2003},
- Year = {2003}}
-
-@inproceedings{DBLP:conf/pldi/RuginaR00,
- Author = {Radu Rugina and Martin C. Rinard},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {PLDI},
- Ee = {http://doi.acm.org/10.1145/349299.349325},
- Keywords = {buffer overrun, static analysis},
- Pages = {182-195},
- Title = {Symbolic bounds analysis of pointers, array indices, and accessed memory regions},
- Year = {2000}}
-
-@inproceedings{DBLP:conf/ndss/WagnerFBA00,
- Author = {David Wagner and Jeffrey S. Foster and Eric A. Brewer and Alexander Aiken},
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {NDSS},
- Crossref = {DBLP:conf/ndss/2000},
- Ee = {http://www.isoc.org/isoc/conferences/ndss/2000/proceedings/039.pdf},
- Keywords = {buffer overrun, static analysis},
- Title = {A First Step Towards Automated Detection of Buffer Overrun Vulnerabilities},
- Year = {2000}}
-
-@proceedings{DBLP:conf/ndss/2000,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {NDSS},
- Isbn = {1-891562-07-X, 1-891562-08-8},
- Publisher = {The Internet Society},
- Title = {Proceedings of the Network and Distributed System Security Symposium, NDSS 2000, San Diego, California, USA},
- Year = {2000}}
-
-@proceedings{DBLP:conf/pado/2001,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {PADO},
- Editor = {Olivier Danvy and Andrzej Filinski},
- Isbn = {3-540-42068-1},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Programs as Data Objects, Second Symposium, PADO 2001, Aarhus, Denmark, May 21-23, 2001, Proceedings},
- Volume = {2053},
- Year = {2001}}
-
-@proceedings{DBLP:conf/atva/2005,
- Bibsource = {DBLP, http://dblp.uni-trier.de},
- Booktitle = {ATVA},
- Date-Added = {2009-04-09 14:04:07 +0200},
- Date-Modified = {2009-04-09 14:04:07 +0200},
- Editor = {Doron Peled and Yih-Kuen Tsay},
- Isbn = {3-540-29209-8},
- Publisher = {Springer},
- Series = {Lecture Notes in Computer Science},
- Title = {Automated Technology for Verification and Analysis, Third International Symposium, ATVA 2005, Taipei, Taiwan, October 4-7, 2005, Proceedings},
- Volume = {3707},
- Year = {2005}}
-
-@article{DBLP:journals/tecs/WilhelmEEHTWBFHMMPPSS08,
- author = {Reinhard Wilhelm and
- Jakob Engblom and
- Andreas Ermedahl and
- Niklas Holsti and
- Stephan Thesing and
- David B. Whalley and
- Guillem Bernat and
- Christian Ferdinand and
- Reinhold Heckmann and
- Tulika Mitra and
- Frank Mueller and
- Isabelle Puaut and
- Peter P. Puschner and
- Jan Staschulat and
- Per Stenstr{\"o}m},
- title = {The worst-case execution-time problem - overview of methods
- and survey of tools},
- journal = {ACM Trans. Embedded Comput. Syst.},
- volume = {7},
- number = {3},
- year = {2008},
- ee = {http://doi.acm.org/10.1145/1347375.1347389},
- bibsource = {DBLP, http://dblp.uni-trier.de}
-}
-
-@inproceedings{DBLP:conf/esop/AdjeGG10,
- author = {Assal{\'e} Adj{\'e} and
- St{\'e}phane Gaubert and
- Eric Goubault},
- title = {Coupling Policy Iteration with Semi-definite Relaxation
- to Compute Accurate Numerical Invariants in Static Analysis},
- booktitle = {ESOP},
- year = {2010},
- pages = {23-42},
- ee = {http://dx.doi.org/10.1007/978-3-642-11957-6_3},
- crossref = {DBLP:conf/esop/2010},
- bibsource = {DBLP, http://dblp.uni-trier.de}
-}
-
-@proceedings{DBLP:conf/esop/2010,
- editor = {Andrew D. Gordon},
- title = {Programming Languages and Systems, 19th European Symposium
- on Programming, ESOP 2010, Held as Part of the Joint European
- Conferences on Theory and Practice of Software, ETAPS 2010,
- Paphos, Cyprus, March 20-28, 2010. Proceedings},
- booktitle = {ESOP},
- publisher = {Springer},
- series = {Lecture Notes in Computer Science},
- volume = {6012},
- year = {2010},
- isbn = {978-3-642-11956-9},
- ee = {http://dx.doi.org/10.1007/978-3-642-11957-6},
- bibsource = {DBLP, http://dblp.uni-trier.de}
-}
-
-@inproceedings{DBLP:conf/sas/GawlitzaS10,
- author = {Thomas Martin Gawlitza and
- Helmut Seidl},
- title = {Computing Relaxed Abstract Semantics w.r.t. Quadratic Zones
- Precisely},
- booktitle = {SAS},
- year = {2010},
- pages = {271-286},
- ee = {http://dx.doi.org/10.1007/978-3-642-15769-1_17},
- crossref = {DBLP:conf/sas/2010},
- bibsource = {DBLP, http://dblp.uni-trier.de}
-}
-
-@proceedings{DBLP:conf/sas/2010,
- editor = {Radhia Cousot and
- Matthieu Martel},
- title = {Static Analysis - 17th International Symposium, SAS 2010,
- Perpignan, France, September 14-16, 2010. Proceedings},
- booktitle = {SAS},
- publisher = {Springer},
- series = {Lecture Notes in Computer Science},
- volume = {6337},
- year = {2010},
- isbn = {978-3-642-15768-4},
- ee = {http://dx.doi.org/10.1007/978-3-642-15769-1},
- bibsource = {DBLP, http://dblp.uni-trier.de}
-}
-
-@article{DBLP:journals/toplas/GawlitzaS11,
- author = {Thomas Martin Gawlitza and
- Helmut Seidl},
- title = {Solving systems of rational equations through strategy iteration},
- journal = {ACM Trans. Program. Lang. Syst.},
- volume = {33},
- number = {3},
- year = {2011},
- pages = {11},
- ee = {http://doi.acm.org/10.1145/1961204.1961207},
- bibsource = {DBLP, http://dblp.uni-trier.de}
-}
diff --git a/tex/presentation/thomas/defs.tex b/tex/presentation/thomas/defs.tex
deleted file mode 100644
index 0f1ebfe..0000000
--- a/tex/presentation/thomas/defs.tex
+++ /dev/null
@@ -1,250 +0,0 @@
-\usepackage{stmaryrd}
-
-% \usepackage{pala}
-\definecolor{yellow}{rgb}{1,1,0.85}
-\definecolor{orange}{rgb}{1.0,0.3759,0.0}
-\definecolor{orange3}{rgb}{1.0,0.2538,0.1681}
-\definecolor{green2}{rgb}{0,0.8125,0}
-\definecolor{green3}{rgb}{0,0.55,0}
-\definecolor{brown}{rgb}{0.7,0.1,0.1}
-\definecolor{pink}{rgb}{0.8,0.0,0.8}
-\definecolor{cyan1}{rgb}{0,.90,.90}
-\definecolor{cyan3}{rgb}{0,.59,.59}
-\definecolor{grey}{rgb}{.7,.7,.7}
-% \definecolor{blau}{rgb}{0,.48627,0.78431}
-\definecolor{blau}{rgb}{0,.39608,0.74118}
-\definecolor{rot}{rgb}{0.79216,.12941,0.24706}
-\newcommand\Color[2]{\textcolor{#1}{#2}}
-\newcommand\Blue[1]{\Color{blue}{#1}}
-\newcommand\Blau[1]{\Color{blau}{#1}}
-\newcommand\Red[1]{\Color{red}{#1}}
-\newcommand\Rot[1]{\Color{rot}{#1}}
-\newcommand\Green[1]{\Color{green3}{#1}}
-\newcommand\White[1]{\Color{white}{#1}}
-\newcommand\Black[1]{\Color{black}{#1}}
-\newcommand\Yellow[1]{\Color{yellow}{#1}}
-\newcommand\Orange[1]{\Color{orange3}{#1}}
-\newcommand\Brown[1]{\Color{brown}{#1}}
-\newcommand\Pink[1]{\Color{pink}{#1}}
-\newcommand\Cyan[1]{\Color{cyan3}{#1}}
-\newcommand\Cyann[1]{\Color{cyan1}{#1}}
-\newcommand\Grey[1]{\Color{grey}{#1}}
-% \newcommand\Section[1]{\Color{red}{\section{ #1 }}}
-% \newcommand\Subsection[1]{\Color{\red}{\subsection{ #1 }}}
-\newcommand\Section[1]{\Red{{\Large\bf #1 }\\[2ex]}}
-\newcommand\Subsection[1]{\Red{{\large\bf #1 }\\[2ex]}}
-\newcommand\cinput[1]{\begin{center}\input{ #1 }\end{center}}
-\newcommand\cpage[2]{\begin{center}\begin{minipage}{ #1 } #2 \end{minipage}\end{center}}
-\newcommand\RR{=\!=\!\Rightarrow}
-\newcommand\redRR{\Color{red}{$=\!=\!\Rightarrow$}}
-\newcommand{\is}{\Blue{::\!{=}}}
-\newcommand\Or{\quad\Blue{|}\quad}
-\renewcommand\implies{\Rightarrow}
-\newcommand{\T}[2]{\Blue{{\cal T}_\rho[\![} #1 \Blue{]\!]}\; #2 }
-% \newcommand{\C}[2]{\Blue{{\cal C}_\rho[\![} #1 \Blue{]\!]}\; #2 }
-\newcommand{\CC}[2]{\Blue{{\cal C}_\rho^\bullet[\![} #1 \Blue{]\!]}\; #2 }
-\newcommand{\gT}{\Green{{\cal T}_{\rho^\sharp}^\sharp}}
-\newcommand{\gC}{\Green{{\cal C}_{\rho^\sharp}^\sharp}}
-\newcommand{\gCC}{\Green{({\cal C}_{\rho^\sharp}^\bullet)^\sharp}}
-\newcommand{\oC}{\Orange{{\cal C}_{\rho^{\sharp\sharp}}^{\sharp\sharp}}}
-\newcommand{\oCC}{\Orange{({\cal C}_{\rho^{\sharp\sharp}}^\bullet)^{\sharp\sharp}}}
-\newcommand{\size}[1]{\Green{|} #1 \Green{|}}
-\newcommand{\Min}{\Green{\sf min}}
-\newcommand{\Max}{\Green{\sf max}}
-\newcommand{\gplus}{\;\Green{+}\;}
-\newcommand{\gdot}{\;\Green{\cdot}\;}
-\newcommand{\sem}[1]{\left\llbracket #1 \right\rrbracket}
-\newcommand{\asem}[1]{\sem{#1}^\sharp}
-\newcommand{\eval}[1]{\sem{ #1 }_{\Red{r}}}
-\newcommand{\E}{{\cal E}}
-% \newcommand{\U}{{\cal U}}
-\newcommand{\M}{{\mathbb M}_k(N)}
-\newcommand{\D}{{\mathbb D}_{\Red{r}}}
-\newcommand{\MM}{{\mathbb M}_3(N)}
-% \newcommand{\Theorem}[1]{\Red{\large \bf Theorem}\\[1ex] #1 \\[2ex]}
-
-
-\newcommand{\N}{{\mathbb N}}
-\newcommand{\nz}{\mathrm{I\!N}}
-% \newcommand{\F}{\mathrm{I\!F}}
-\newcommand{\nf}{{\colon\nz\Total\nz}}
-\newcommand{\rz}{\mathrm{I\!R}}
-\newcommand{\BB}{\mathbf{I\!B}}
-\newcommand{\gz}{\mathrm{Z\!\!Z}}
-%\newcommand{\qz}{{\rmfamily Q \hspace{-.6em}\prime\hspace{.4em}}}
-%\newcommand{\cz}{{\rmfamily C \hspace{-.6em}\prime\hspace{.4em}}}
-\newcommand{\qz}{\mathrm{Q \!\!\!\prime\;}}
-\newcommand{\cz}{\mathrm{C \!\!\!\prime\;}}
-\newcommand{\minus}{\stackrel{\bullet}{\raisebox{0pt}[.3ex]{$-$}}}
-\newcommand{\head}{\mathit{head\/}}
-\newcommand{\tail}{\mathit{tail\/}}
-\newtheorem{DeFsAtZ}{\hspace{-.3em}}[section]
-% \newenvironment{definition}{\begin{DeFsAtZ}
-% \Red{Definition}\quad\rmfamily}{\end{DeFsAtZ}}
-% \newenvironment{theorem}{\begin{DeFsAtZ}
-% \Red{Theorem}\quad\rmfamily}{\end{DeFsAtZ}}
-% \newenvironment{corollary}{\begin{DeFsAtZ}
-% \Pink{Corollary}\quad\rmfamily}{\end{DeFsAtZ}}
-% \newenvironment{lemma}{\begin{DeFsAtZ}
-% \Pink{Lemma}\quad\rmfamily}{\end{DeFsAtZ}}
-% \newenvironment{example}{\begin{DeFsAtZ}
-% \Green{Example}\rmfamily}{\end{DeFsAtZ}}
-% \newcommand{\proof}{\noindent\brown{Proof:}}
-\newcommand{\blitz}{\mbox{$\begin{array}{cc}\angle\\[-1ex]\swarrow\end{array}$}}
-\newcommand{\existsone}{\exists!\hspace{.2em}}
-\newcommand{\almev}{\mbox{\raisebox{-.4ex}{$\forall$}
- \hspace{-.95em}\raisebox{.3ex}{$^\infty$}}}
-\newcommand{\QED}{\mbox{}\hfill$\Box$\vspace{1ex}\linebreak\mbox{}}
-\newcommand{\GLA}{\begin{eqnarray*}}
-\newcommand{\GLE}{\end{eqnarray*}}
-\newcommand{\Def}{{\rmfamily Def}}
-\newcommand{\Bild}{{\rmfamily Bild}}
-\newcommand{\ABS}[1]{\left|#1\right|}
-\newcommand{\OO}[1]{{\cal O}(\Orange{ #1 } )}
-\newcommand\va{{\bf a}}
-\newcommand\vb{{\bf b}}
-\newcommand\vx{{\bf x}}
-\newcommand\vy{{\bf y}}
-\newcommand\vz{{\bf z}}
-\newcommand\vX{{\bf X}}
-\newcommand\vY{{\bf Y}}
-\newcommand\Main{\sf Main}
-\renewcommand{\binom}[2]{(\!\begin{array}{c}#1 \\[-.3ex]
- #2 \end{array}\!)}
-\newcommand{\unter}[2]{\begin{array}{c}\scriptstyle #1 \\[-.3ex]
- \scriptstyle #2 \end{array}}
-\newcommand{\stackrelsub}[2]{\raisebox{0pt}[0pt][0pt]{$
- \begin{array}{c}\scriptstyle\mbox{}\\[-1.8ex]#1\\[-1.8ex]
- \scriptstyle#2\end{array}$}}
-\newcommand{\plusminus}{\begin{array}{c}+\\[-1.5ex]-\end{array}}
-\newcommand{\stackrelall}[3]{\raisebox{0pt}[0pt][0pt]{$
- \begin{array}{@{}c@{}}\scriptstyle#1\\[-1.8ex]#2\\[-1.8ex]
- \scriptstyle#3\end{array}$}}
-\newcommand{\Einschub}[1]{\mbox{}\\\mbox{}\begin{center}
- Einschub:\\\bfseries\large #1
- \end{center}\mbox{}\\[1ex]\mbox{}}
-\newcommand{\angl}[1]{\langle #1\rangle}
-\newcommand{\BNF}[1]{$\langle${\sl #1}\/$\rangle$}
-\renewcommand{\sqsubset}{{\setlength{\unitlength}{1pt}\begin{picture}(10,10)
-\put(2,0){\line(0,1){5}}
-\put(2,0){\line(1,0){5}}
-\put(2,5){\line(1,0){5}}
-\end{picture}}}
-\renewcommand{\sqsupset}{{\setlength{\unitlength}{1pt}\begin{picture}(9,9)
-\put(7,0){\line(0,1){5}}
-\put(2,0){\line(1,0){5}}
-\put(2,5){\line(1,0){5}}
-\end{picture}}}
-\newcommand{\brl}{[\![}
-\newcommand{\brr}{]\!]}
-
-\newcommand{\Vw}{$\uparrow$}
-\newcommand{\id}{\hspace*{1em}}
-\newcommand{\idx}[1]{#1}
-\newcommand{\idxem}[1]{{\em #1}}
-\renewcommand{\H}[1]{${\cal H}${\it #1\/}}
-
-\newlength\breite
-\newenvironment{xlist}{%
- \settowidth\breite{--}\begin{list}{--}{%
- \setlength\itemsep{0pt}\setlength\topsep{.7ex}\setlength\parsep{.7ex}%
- \setlength\itemindent{0mm}\setlength\listparindent{0mm}\setlength\labelsep{1ex}%
- \setlength\labelwidth{\breite}%
- \addtolength\breite{1ex}\addtolength\breite{.7ex}\setlength\leftmargin{\breite}%
- }}{\end{list}}
-\newenvironment{ylist}[1]{%
- \settowidth\breite{#1}\begin{list}{#1}{%
- \setlength\itemsep{0pt}\setlength\topsep{.7ex}\setlength\parsep{.7ex}%
- \setlength\itemindent{0mm}\setlength\listparindent{0mm}\setlength\labelsep{1ex}%
- \setlength\labelwidth{\breite}%
- \addtolength\breite{1ex}\addtolength\breite{.7ex}\setlength\leftmargin{\breite}%
- }}{\end{list}}
-\setcounter{section}{-1}
-
-\newcommand{\MBlau}[1]{\Blau{\ {#1}\ }}
-\newcommand{\MRot}[1]{\Rot{\ {#1}\ }}
-
-\newcommand{\neginfty}{{-\infty}}
-
-\newcommand{\I}{\mathcal{I}}
-
-\renewcommand{\L}{\mathbf{L}}
-\newcommand{\var}[1]{\Rot{\left<#1\right>}}
-
-
-\newcommand\BackgroundPicture[1]{%
-\setbeamertemplate{background}{%
-\parbox[c][\paperheight]{\paperwidth}{%
-\vfill \hfill
-\includegraphics[width=1\paperwidth,height=1\paperheight]{#1}
-\hfill \vfill
-}}}
-
-\newcommand\NoBackgroundPicture{\setbeamertemplate{background}{}}
-
-\newcommand{\pos}[2]{\textblockcolor{}\begin{textblock}{30}(#1)#2\end{textblock}}
-
-\newcommand{\speechbubble}[4]{%
- {%\textblockcolor{orange}
- %\TPMargin{3pt}
- \begin{textblock}{10}(#1)
- \begin{tikzpicture}[fill=orange]
- \pgfpathmoveto{\pgfpointorigin}
- \pgfpathlineto{\pgfpoint{0cm}{#3cm-0.2cm}}
- \pgfpathlineto{\pgfpoint{-0.4cm}{#3cm+0.2cm}}
- \pgfpathlineto{\pgfpoint{0.2cm}{#3cm}}
- \pgfpathlineto{\pgfpoint{#2cm}{#3cm}}
- \pgfpathlineto{\pgfpoint{#2cm}{0cm}}
- \pgfusepath{fill}
- {\color{black}
- \pgftext[at=\pgfpoint{#2cm / 2}{#3cm / 2 - 0.15cm},center,base]{#4}
- }
- \end{tikzpicture}
- \end{textblock}
- }%
-}
-
-\renewcommand{\emph}[1]{\Rot{\bf #1}}
-
-\newcommand{\Cite}[1]{\Rot{\cite{#1}}}
-
-\newcommand{\bvec}[1]{\mathbf{#1}}
-
-\newcommand{\R}{{\mathbb R}}
-\newcommand{\CR}{\overline{\R}}
-\newcommand{\Q}{{\mathbb Q}}
-\newcommand{\CQ}{\overline{\Q}}
-
-\newcommand{\omu}{\Orange{\mu}}
-\newcommand{\onu}{\Orange{\nu}}
-
-\newcommand{\handr}[1]{%
- \pos{#1}{\includegraphics[width=10mm]{logos/hand_rechts.pdf}}%
-}
-
-\newcommand{\marker}[4]{\pos{#3}{%
- \begin{tikzpicture}[fill=#1,opacity=#2]%
- \pgfsetstrokeopacity{#2}
- \pgfsetstrokecolor{#1}
- \pgfsetlinewidth{0pt}
- \filldraw (0,0) rectangle (#4);
- \end{tikzpicture}
-}}
-
-\newcounter{cnt}
-%
-\newcommand\schachbrett{{%
- \forloop[2]{cnt}{0}{\value{cnt} < 13}{\marker{orange}{0.2}{\value{cnt},0}{1,1}}
- \forloop[2]{cnt}{1}{\value{cnt} < 12}{\marker{orange}{0.2}{\value{cnt},1}{1,1}}
- \forloop[2]{cnt}{0}{\value{cnt} < 13}{\marker{orange}{0.2}{\value{cnt},2}{1,1}}
- \forloop[2]{cnt}{1}{\value{cnt} < 12}{\marker{orange}{0.2}{\value{cnt},3}{1,1}}
- \forloop[2]{cnt}{0}{\value{cnt} < 13}{\marker{orange}{0.2}{\value{cnt},4}{1,1}}
- \forloop[2]{cnt}{1}{\value{cnt} < 12}{\marker{orange}{0.2}{\value{cnt},5}{1,1}}
- \forloop[2]{cnt}{0}{\value{cnt} < 13}{\marker{orange}{0.2}{\value{cnt},6}{1,1}}
- \forloop[2]{cnt}{1}{\value{cnt} < 12}{\marker{orange}{0.2}{\value{cnt},7}{1,1}}
- \forloop[2]{cnt}{0}{\value{cnt} < 13}{\marker{orange}{0.2}{\value{cnt},8}{1,1}}
- \forloop[2]{cnt}{1}{\value{cnt} < 12}{\marker{orange}{0.2}{\value{cnt},9}{1,1}}
-}}
-
-\newcommand\Z{\mathbb{Z}}
-\newcommand\CZ{\overline\Z} \ No newline at end of file
diff --git a/tex/presentation/thomas/defs.texshop b/tex/presentation/thomas/defs.texshop
deleted file mode 100644
index f3b2f56..0000000
--- a/tex/presentation/thomas/defs.texshop
+++ /dev/null
@@ -1 +0,0 @@
-main.tex \ No newline at end of file
diff --git a/tex/presentation/thomas/figs/.svn/all-wcprops b/tex/presentation/thomas/figs/.svn/all-wcprops
deleted file mode 100644
index 20273de..0000000
--- a/tex/presentation/thomas/figs/.svn/all-wcprops
+++ /dev/null
@@ -1,29 +0,0 @@
-K 25
-svn:wc:ra_dav:version-url
-V 69
-/repos/gawlitza/!svn/ver/4978/tex/research_proposal/presentation/figs
-END
-heater.pdf
-K 25
-svn:wc:ra_dav:version-url
-V 80
-/repos/gawlitza/!svn/ver/4978/tex/research_proposal/presentation/figs/heater.pdf
-END
-region_convex_poly.pdf
-K 25
-svn:wc:ra_dav:version-url
-V 92
-/repos/gawlitza/!svn/ver/4959/tex/research_proposal/presentation/figs/region_convex_poly.pdf
-END
-region_general.pdf
-K 25
-svn:wc:ra_dav:version-url
-V 88
-/repos/gawlitza/!svn/ver/4959/tex/research_proposal/presentation/figs/region_general.pdf
-END
-region_convex.pdf
-K 25
-svn:wc:ra_dav:version-url
-V 87
-/repos/gawlitza/!svn/ver/4959/tex/research_proposal/presentation/figs/region_convex.pdf
-END
diff --git a/tex/presentation/thomas/figs/.svn/entries b/tex/presentation/thomas/figs/.svn/entries
deleted file mode 100644
index eef7381..0000000
--- a/tex/presentation/thomas/figs/.svn/entries
+++ /dev/null
@@ -1,164 +0,0 @@
-10
-
-dir
-5304
-https://wwwseidl.in.tum.de/repos/gawlitza/tex/research_proposal/presentation/figs
-https://wwwseidl.in.tum.de/repos/gawlitza
-
-
-
-2011-03-15T10:58:26.966248Z
-4978
-wenner
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-1376f181-e4f6-0310-b4b6-8b92968ac284
-
-heater.pdf
-file
-
-
-
-
-2011-09-30T07:59:15.000000Z
-524183f37f30dd4c12149ad9a16ea08b
-2011-03-15T10:58:26.966248Z
-4978
-wenner
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-53919
-
-region_convex_poly.pdf
-file
-
-
-
-
-2011-09-30T07:59:15.000000Z
-5de0b7b63ba907ada7db32acaddd6c0a
-2011-03-04T17:53:09.676620Z
-4959
-wenner
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-218863
-
-region_general.pdf
-file
-
-
-
-
-2011-09-30T07:59:15.000000Z
-83585fdbf9311229c526e7385da2352b
-2011-03-04T17:53:09.676620Z
-4959
-wenner
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-218815
-
-region_convex.pdf
-file
-
-
-
-
-2011-09-30T07:59:15.000000Z
-659f0f0594499ae9e95568e8b1e235cb
-2011-03-04T17:53:09.676620Z
-4959
-wenner
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-167570
-
diff --git a/tex/presentation/thomas/figs/.svn/prop-base/heater.pdf.svn-base b/tex/presentation/thomas/figs/.svn/prop-base/heater.pdf.svn-base
deleted file mode 100644
index 5e9587e..0000000
--- a/tex/presentation/thomas/figs/.svn/prop-base/heater.pdf.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 24
-application/octet-stream
-END
diff --git a/tex/presentation/thomas/figs/.svn/prop-base/region_convex.pdf.svn-base b/tex/presentation/thomas/figs/.svn/prop-base/region_convex.pdf.svn-base
deleted file mode 100644
index 5e9587e..0000000
--- a/tex/presentation/thomas/figs/.svn/prop-base/region_convex.pdf.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 24
-application/octet-stream
-END
diff --git a/tex/presentation/thomas/figs/.svn/prop-base/region_convex_poly.pdf.svn-base b/tex/presentation/thomas/figs/.svn/prop-base/region_convex_poly.pdf.svn-base
deleted file mode 100644
index 5e9587e..0000000
--- a/tex/presentation/thomas/figs/.svn/prop-base/region_convex_poly.pdf.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 24
-application/octet-stream
-END
diff --git a/tex/presentation/thomas/figs/.svn/prop-base/region_general.pdf.svn-base b/tex/presentation/thomas/figs/.svn/prop-base/region_general.pdf.svn-base
deleted file mode 100644
index 5e9587e..0000000
--- a/tex/presentation/thomas/figs/.svn/prop-base/region_general.pdf.svn-base
+++ /dev/null
@@ -1,5 +0,0 @@
-K 13
-svn:mime-type
-V 24
-application/octet-stream
-END
diff --git a/tex/presentation/thomas/figs/.svn/text-base/heater.pdf.svn-base b/tex/presentation/thomas/figs/.svn/text-base/heater.pdf.svn-base
deleted file mode 100644
index 442ab1d..0000000
--- a/tex/presentation/thomas/figs/.svn/text-base/heater.pdf.svn-base
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/figs/.svn/text-base/region_convex.pdf.svn-base b/tex/presentation/thomas/figs/.svn/text-base/region_convex.pdf.svn-base
deleted file mode 100644
index 076114a..0000000
--- a/tex/presentation/thomas/figs/.svn/text-base/region_convex.pdf.svn-base
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/figs/.svn/text-base/region_convex_poly.pdf.svn-base b/tex/presentation/thomas/figs/.svn/text-base/region_convex_poly.pdf.svn-base
deleted file mode 100644
index a66c51f..0000000
--- a/tex/presentation/thomas/figs/.svn/text-base/region_convex_poly.pdf.svn-base
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/figs/.svn/text-base/region_general.pdf.svn-base b/tex/presentation/thomas/figs/.svn/text-base/region_general.pdf.svn-base
deleted file mode 100644
index 20e3be6..0000000
--- a/tex/presentation/thomas/figs/.svn/text-base/region_general.pdf.svn-base
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/figs/heater.pdf b/tex/presentation/thomas/figs/heater.pdf
deleted file mode 100644
index 442ab1d..0000000
--- a/tex/presentation/thomas/figs/heater.pdf
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/figs/region_convex.pdf b/tex/presentation/thomas/figs/region_convex.pdf
deleted file mode 100644
index 076114a..0000000
--- a/tex/presentation/thomas/figs/region_convex.pdf
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/figs/region_convex_poly.pdf b/tex/presentation/thomas/figs/region_convex_poly.pdf
deleted file mode 100644
index a66c51f..0000000
--- a/tex/presentation/thomas/figs/region_convex_poly.pdf
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/figs/region_general.pdf b/tex/presentation/thomas/figs/region_general.pdf
deleted file mode 100644
index 20e3be6..0000000
--- a/tex/presentation/thomas/figs/region_general.pdf
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/hand_rechts.pdf b/tex/presentation/thomas/hand_rechts.pdf
deleted file mode 100644
index 73321ed..0000000
--- a/tex/presentation/thomas/hand_rechts.pdf
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/logos/.DS_Store b/tex/presentation/thomas/logos/.DS_Store
deleted file mode 100644
index 5008ddf..0000000
--- a/tex/presentation/thomas/logos/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/main.aux b/tex/presentation/thomas/main.aux
deleted file mode 100644
index dc4889f..0000000
--- a/tex/presentation/thomas/main.aux
+++ /dev/null
@@ -1,145 +0,0 @@
-\relax
-\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
-\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
-\global\let\oldcontentsline\contentsline
-\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
-\global\let\oldnewlabel\newlabel
-\gdef\newlabel#1#2{\newlabelxx{#1}#2}
-\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
-\AtEndDocument{\ifx\hyper@anchor\@undefined
-\let\contentsline\oldcontentsline
-\let\newlabel\oldnewlabel
-\fi}
-\fi}
-\global\let\hyper@last\relax
-\gdef\HyperFirstAtBeginDocument#1{#1}
-\providecommand\HyField@AuxAddToFields[1]{}
-\@writefile{toc}{\beamer@endinputifotherversion {3.10pt}}
-\@writefile{nav}{\beamer@endinputifotherversion {3.10pt}}
-\@writefile{toc}{\beamer@sectionintoc {0}{Title}{1}{0}{1}}
-\@writefile{nav}{\headcommand {\sectionentry {0}{Title}{1}{Title}{0}}}
-\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{0}}}
-\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{0}}}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}}
-\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{3/3}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}}
-\citation{DBLP:conf/eef/Yovine96}
-\citation{DBLP:conf/rtss/LarsenLPY97}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\@writefile{toc}{\beamer@sectionintoc {1}{Abstract Interpretation using Zones}{4}{0}{2}}
-\@writefile{nav}{\headcommand {\sectionentry {1}{Abstract Interpretation using Zones}{4}{Abstract Interpretation using Zones}{0}}}
-\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{3}}}
-\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{3}}}
-\citation{DBLP:conf/eef/Yovine96}
-\citation{DBLP:conf/rtss/LarsenLPY97}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/eef/Yovine96}
-\citation{DBLP:conf/rtss/LarsenLPY97}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/eef/Yovine96}
-\citation{DBLP:conf/rtss/LarsenLPY97}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\@writefile{nav}{\headcommand {\slideentry {1}{0}{3}{4/5}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {4}{5}}}
-\citation{DBLP:conf/vmcai/SankaranarayananSM05}
-\citation{DBLP:conf/vmcai/SankaranarayananSM05}
-\citation{DBLP:conf/vmcai/SankaranarayananSM05}
-\citation{DBLP:conf/vmcai/SankaranarayananSM05}
-\@writefile{nav}{\headcommand {\slideentry {1}{0}{4}{6/7}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {6}{7}}}
-\@writefile{nav}{\headcommand {\slideentry {1}{0}{5}{8/9}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {8}{9}}}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\citation{Sagiv01}
-\citation{DBLP:conf/pado/Mine01}
-\citation{DBLP:conf/popl/CousotC77}
-\citation{DBLP:conf/csl/GawlitzaS07}
-\@writefile{nav}{\headcommand {\slideentry {1}{0}{6}{10/11}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {10}{11}}}
-\@writefile{nav}{\headcommand {\slideentry {1}{0}{7}{12/13}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {12}{13}}}
-\@writefile{nav}{\headcommand {\slideentry {1}{0}{8}{14/14}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}}
-\@writefile{toc}{\beamer@sectionintoc {2}{Max-Strategy Iteration}{15}{0}{3}}
-\@writefile{nav}{\headcommand {\sectionentry {2}{Max-Strategy Iteration}{15}{Max-Strategy Iteration}{0}}}
-\@writefile{nav}{\headcommand {\beamer@sectionpages {4}{14}}}
-\@writefile{nav}{\headcommand {\beamer@subsectionpages {4}{14}}}
-\@writefile{nav}{\headcommand {\slideentry {2}{0}{9}{15/16}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {15}{16}}}
-\@writefile{nav}{\headcommand {\slideentry {2}{0}{10}{17/18}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {17}{18}}}
-\@writefile{nav}{\headcommand {\slideentry {2}{0}{11}{19/20}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {19}{20}}}
-\@writefile{nav}{\headcommand {\slideentry {2}{0}{12}{21/21}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {21}{21}}}
-\@writefile{nav}{\headcommand {\slideentry {2}{0}{13}{22/22}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {22}{22}}}
-\@writefile{nav}{\headcommand {\slideentry {2}{0}{14}{23/24}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {23}{24}}}
-\@writefile{nav}{\headcommand {\slideentry {2}{0}{15}{25/26}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {25}{26}}}
-\@writefile{nav}{\headcommand {\slideentry {2}{0}{16}{27/27}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {27}{27}}}
-\@writefile{toc}{\beamer@sectionintoc {3}{Conclusion}{28}{0}{4}}
-\@writefile{nav}{\headcommand {\sectionentry {3}{Conclusion}{28}{Conclusion}{0}}}
-\@writefile{nav}{\headcommand {\beamer@sectionpages {15}{27}}}
-\@writefile{nav}{\headcommand {\beamer@subsectionpages {15}{27}}}
-\@writefile{nav}{\headcommand {\slideentry {3}{0}{17}{28/29}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {28}{29}}}
-\bibstyle{apalike2}
-\bibdata{bib}
-\@writefile{nav}{\headcommand {\slideentry {3}{0}{18}{30/30}{}{0}}}
-\@writefile{nav}{\headcommand {\beamer@framepages {30}{30}}}
-\@writefile{nav}{\headcommand {\beamer@partpages {1}{30}}}
-\@writefile{nav}{\headcommand {\beamer@subsectionpages {28}{30}}}
-\@writefile{nav}{\headcommand {\beamer@sectionpages {28}{30}}}
-\@writefile{nav}{\headcommand {\beamer@documentpages {30}}}
-\@writefile{nav}{\headcommand {\def \inserttotalframenumber {18}}}
diff --git a/tex/presentation/thomas/main.idx b/tex/presentation/thomas/main.idx
deleted file mode 100644
index e69de29..0000000
--- a/tex/presentation/thomas/main.idx
+++ /dev/null
diff --git a/tex/presentation/thomas/main.log b/tex/presentation/thomas/main.log
deleted file mode 100644
index c4c8200..0000000
--- a/tex/presentation/thomas/main.log
+++ /dev/null
@@ -1,92036 +0,0 @@
-This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2012/dev/Debian) (format=pdflatex 2012.4.10) 11 APR 2012 15:20
-entering extended mode
- restricted \write18 enabled.
- %&-line parsing enabled.
-**main.tex
-(./main.tex
-LaTeX2e <2011/06/27>
-Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, lo
-aded.
-(/usr/share/texmf/tex/latex/beamer/base/beamer.cls
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasercs.sty
-Package: beamerbasercs 2010/06/12 (rcs-revision c3821710bb40)
-)
-Document Class: beamer 2010/06/21 development version 3.10 A class for typesett
-ing presentations (rcs-revision a6b1a8434d30)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasemodes.sty
-Package: beamerbasemodes 2010/05/01 (rcs-revision efa082c6111d)
-\beamer@tempbox=\box26
-\beamer@tempcount=\count79
-\c@beamerpauses=\count80
-
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasedecode.sty
-Package: beamerbasedecode 2010/05/01 (rcs-revision efa082c6111d)
-\beamer@slideinframe=\count81
-\beamer@minimum=\count82
-)
-\beamer@commentbox=\box27
-\beamer@modecount=\count83
-)
-\headheight=\dimen102
-\headdp=\dimen103
-\footheight=\dimen104
-\sidebarheight=\dimen105
-\beamer@tempdim=\dimen106
-\beamer@finalheight=\dimen107
-\beamer@animht=\dimen108
-\beamer@animdp=\dimen109
-\beamer@animwd=\dimen110
-\beamer@leftmargin=\dimen111
-\beamer@rightmargin=\dimen112
-\beamer@leftsidebar=\dimen113
-\beamer@rightsidebar=\dimen114
-\beamer@boxsize=\dimen115
-\beamer@vboxoffset=\dimen116
-\beamer@descdefault=\dimen117
-\beamer@descriptionwidth=\dimen118
-\beamer@lastskip=\skip41
-\beamer@areabox=\box28
-\beamer@animcurrent=\box29
-\beamer@animshowbox=\box30
-\beamer@sectionbox=\box31
-\beamer@logobox=\box32
-\beamer@linebox=\box33
-\beamer@sectioncount=\count84
-\beamer@subsubsectionmax=\count85
-\beamer@subsectionmax=\count86
-\beamer@sectionmax=\count87
-\beamer@totalheads=\count88
-\beamer@headcounter=\count89
-\beamer@partstartpage=\count90
-\beamer@sectionstartpage=\count91
-\beamer@subsectionstartpage=\count92
-\beamer@animationtempa=\count93
-\beamer@animationtempb=\count94
-\beamer@xpos=\count95
-\beamer@ypos=\count96
-\beamer@showpartnumber=\count97
-\beamer@currentsubsection=\count98
-\beamer@coveringdepth=\count99
-\beamer@sectionadjust=\count100
-\beamer@tocsectionnumber=\count101
-
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseoptions.sty
-Package: beamerbaseoptions 2010/04/27 (rcs-revision 982469101dd6)
-
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
-Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
-\KV@toks@=\toks14
-))
-\beamer@paperwidth=\skip42
-\beamer@paperheight=\skip43
-
-(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
-Package: geometry 2010/09/12 v5.6 Page Geometry
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
-Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
-Package ifpdf Info: pdfTeX in PDF mode is detected.
-)
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty
-Package: ifvtex 2010/03/01 v1.5 Switches for detecting VTeX and its modes (HO)
-Package ifvtex Info: VTeX not detected.
-)
-(/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty
-Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
-)
-\Gm@cnth=\count102
-\Gm@cntv=\count103
-\c@Gm@tempcnt=\count104
-\Gm@bindingoffset=\dimen119
-\Gm@wd@mp=\dimen120
-\Gm@odd@mp=\dimen121
-\Gm@even@mp=\dimen122
-\Gm@layoutwidth=\dimen123
-\Gm@layoutheight=\dimen124
-\Gm@layouthoffset=\dimen125
-\Gm@layoutvoffset=\dimen126
-\Gm@dimlist=\toks15
-)
-
-Class beamer Warning: ``slidestop'' is obsolete. Use ``t'' instead on input lin
-e 346.
-
-(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo
-File: size11.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
-)
-(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfcore.sty
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
-Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
-
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
-Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
-
-(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
-Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
-)
-(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg
-File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
-)
-Package graphics Info: Driver file: pdftex.def on input line 91.
-
-(/usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def
-File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
-Package: infwarerr 2010/04/08 v1.3 Providing info/warning/message (HO)
-)
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
-Package: ltxcmds 2011/04/18 v1.20 LaTeX kernel commands for general use (HO)
-)
-\Gread@gobject=\count105
-))
-\Gin@req@height=\dimen127
-\Gin@req@width=\dimen128
-)
-(/usr/share/texmf/tex/latex/pgf/systemlayer/pgfsys.sty
-(/usr/share/texmf/tex/latex/pgf/utilities/pgfrcs.sty
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-common.tex
-\pgfutil@everybye=\toks16
-)
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-latex.def
-\pgfutil@abb=\box34
-
-(/usr/share/texlive/texmf-dist/tex/latex/ms/everyshi.sty
-Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
-))
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfrcs.code.tex
-Package: pgfrcs 2010/10/25 v2.10 (rcs-revision 1.24)
-))
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys.code.tex
-Package: pgfsys 2010/06/30 v2.10 (rcs-revision 1.37)
-
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex
-\pgfkeys@pathtoks=\toks17
-\pgfkeys@temptoks=\toks18
-
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
-\pgfkeys@tmptoks=\toks19
-))
-\pgf@x=\dimen129
-\pgf@y=\dimen130
-\pgf@xa=\dimen131
-\pgf@ya=\dimen132
-\pgf@xb=\dimen133
-\pgf@yb=\dimen134
-\pgf@xc=\dimen135
-\pgf@yc=\dimen136
-\w@pgf@writea=\write3
-\r@pgf@reada=\read1
-\c@pgf@counta=\count106
-\c@pgf@countb=\count107
-\c@pgf@countc=\count108
-\c@pgf@countd=\count109
-
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgf.cfg
-File: pgf.cfg 2008/05/14 (rcs-revision 1.7)
-)
-Package pgfsys Info: Driver file for pgf: pgfsys-pdftex.def on input line 900.
-
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
-File: pgfsys-pdftex.def 2009/05/22 (rcs-revision 1.26)
-
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
-File: pgfsys-common-pdf.def 2008/05/19 (rcs-revision 1.10)
-)))
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
-File: pgfsyssoftpath.code.tex 2008/07/18 (rcs-revision 1.7)
-\pgfsyssoftpath@smallbuffer@items=\count110
-\pgfsyssoftpath@bigbuffer@items=\count111
-)
-(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
-File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4)
-))
-(/usr/share/texmf/tex/latex/xcolor/xcolor.sty
-Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)
-
-(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg
-File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
-)
-Package xcolor Info: Driver file: pdftex.def on input line 225.
-Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
-Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1341.
-Package xcolor Info: Model `RGB' extended on input line 1353.
-Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
-Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
-Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
-Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
-Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
-Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcore.code.tex
-Package: pgfcore 2010/04/11 v2.10 (rcs-revision 1.7)
-
-(/usr/share/texmf/tex/generic/pgf/math/pgfmath.code.tex
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathcalc.code.tex
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathutil.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathparser.code.tex
-\pgfmath@dimen=\dimen137
-\pgfmath@count=\count112
-\pgfmath@box=\box35
-\pgfmath@toks=\toks20
-\pgfmath@stack@operand=\toks21
-\pgfmath@stack@operation=\toks22
-)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.code.tex
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.random.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.base.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.round.code.tex)
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex)))
-(/usr/share/texmf/tex/generic/pgf/math/pgfmathfloat.code.tex
-\c@pgfmathroundto@lastzeros=\count113
-))
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
-File: pgfcorepoints.code.tex 2010/04/09 (rcs-revision 1.20)
-\pgf@picminx=\dimen138
-\pgf@picmaxx=\dimen139
-\pgf@picminy=\dimen140
-\pgf@picmaxy=\dimen141
-\pgf@pathminx=\dimen142
-\pgf@pathmaxx=\dimen143
-\pgf@pathminy=\dimen144
-\pgf@pathmaxy=\dimen145
-\pgf@xx=\dimen146
-\pgf@xy=\dimen147
-\pgf@yx=\dimen148
-\pgf@yy=\dimen149
-\pgf@zx=\dimen150
-\pgf@zy=\dimen151
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
-File: pgfcorepathconstruct.code.tex 2010/08/03 (rcs-revision 1.24)
-\pgf@path@lastx=\dimen152
-\pgf@path@lasty=\dimen153
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
-File: pgfcorepathusage.code.tex 2008/04/22 (rcs-revision 1.12)
-\pgf@shorten@end@additional=\dimen154
-\pgf@shorten@start@additional=\dimen155
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
-File: pgfcorescopes.code.tex 2010/09/08 (rcs-revision 1.34)
-\pgfpic=\box36
-\pgf@hbox=\box37
-\pgf@layerbox@main=\box38
-\pgf@picture@serial@count=\count114
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
-File: pgfcoregraphicstate.code.tex 2008/04/22 (rcs-revision 1.9)
-\pgflinewidth=\dimen156
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex
-File: pgfcoretransformations.code.tex 2009/06/10 (rcs-revision 1.11)
-\pgf@pt@x=\dimen157
-\pgf@pt@y=\dimen158
-\pgf@pt@temp=\dimen159
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
-File: pgfcorequick.code.tex 2008/10/09 (rcs-revision 1.3)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
-File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex
-File: pgfcorepathprocessing.code.tex 2008/10/09 (rcs-revision 1.8)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
-File: pgfcorearrows.code.tex 2008/04/23 (rcs-revision 1.11)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
-File: pgfcoreshade.code.tex 2008/11/23 (rcs-revision 1.13)
-\pgf@max=\dimen160
-\pgf@sys@shading@range@num=\count115
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
-File: pgfcoreimage.code.tex 2010/03/25 (rcs-revision 1.16)
-
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
-File: pgfcoreexternal.code.tex 2010/09/01 (rcs-revision 1.17)
-\pgfexternal@startupbox=\box39
-))
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
-File: pgfcorelayers.code.tex 2010/08/27 (rcs-revision 1.2)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
-File: pgfcoretransparency.code.tex 2008/01/17 (rcs-revision 1.2)
-)
-(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
-File: pgfcorepatterns.code.tex 2009/07/02 (rcs-revision 1.3)
-)))
-(/usr/share/texmf/tex/latex/pgf/utilities/xxcolor.sty
-Package: xxcolor 2003/10/24 ver 0.1
-\XC@nummixins=\count116
-\XC@countmixins=\count117
-)
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
-Package: hyperref 2012/02/06 v6.82o Hypertext links for LaTeX
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
-Package: hobsub-hyperref 2011/04/23 v1.4 Bundle oberdiek, subset hyperref (HO)
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty
-Package: hobsub-generic 2011/04/23 v1.4 Bundle oberdiek, subset generic (HO)
-Package: hobsub 2011/04/23 v1.4 Subsetting bundle oberdiek (HO)
-Package hobsub Info: Skipping package `infwarerr' (already loaded).
-Package hobsub Info: Skipping package `ltxcmds' (already loaded).
-Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
-Package ifluatex Info: LuaTeX not detected.
-Package hobsub Info: Skipping package `ifvtex' (already loaded).
-Package: intcalc 2007/09/27 v1.1 Expandable integer calculations (HO)
-Package hobsub Info: Skipping package `ifpdf' (already loaded).
-Package: etexcmds 2011/02/16 v1.5 Prefix for e-TeX command names (HO)
-Package etexcmds Info: Could not find \expanded.
-(etexcmds) That can mean that you are not using pdfTeX 1.50 or
-(etexcmds) that some package has redefined \expanded.
-(etexcmds) In the latter case, load this package earlier.
-Package: kvsetkeys 2011/04/07 v1.13 Key value parser (HO)
-Package: kvdefinekeys 2011/04/07 v1.3 Defining keys (HO)
-Package: pdftexcmds 2011/04/22 v0.16 Utilities of pdfTeX for LuaTeX (HO)
-Package pdftexcmds Info: LuaTeX not detected.
-Package pdftexcmds Info: \pdf@primitive is available.
-Package pdftexcmds Info: \pdf@ifprimitive is available.
-Package pdftexcmds Info: \pdfdraftmode found.
-Package: pdfescape 2011/04/04 v1.12 Provides string conversions (HO)
-Package: bigintcalc 2011/01/30 v1.2 Expandable big integer calculations (HO)
-Package: bitset 2011/01/30 v1.1 Data type bit set (HO)
-Package: uniquecounter 2011/01/30 v1.2 Provides unlimited unique counter (HO)
-)
-Package hobsub Info: Skipping package `hobsub' (already loaded).
-Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO)
-Package: hopatch 2011/01/30 v1.0 Wrapper for package hooks (HO)
-Package: xcolor-patch 2011/01/30 xcolor patch
-Package: atveryend 2011/04/23 v1.7 Hooks at very end of document (HO)
-Package: atbegshi 2011/01/30 v1.15 At begin shipout hook (HO)
-Package: refcount 2010/12/01 v3.2 Data extraction from references (HO)
-Package: hycolor 2011/01/30 v1.7 Color options of hyperref/bookmark (HO)
-)
-(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty
-Package: kvoptions 2010/12/23 v3.10 Keyval support for LaTeX options (HO)
-)
-\@linkdim=\dimen161
-\Hy@linkcounter=\count118
-\Hy@pagecounter=\count119
-
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def
-File: pd1enc.def 2012/02/06 v6.82o Hyperref: PDFDocEncoding definition (HO)
-)
-\Hy@SavedSpaceFactor=\count120
-
-(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg
-File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
-)
-Package hyperref Info: Option `bookmarks' set `true' on input line 3925.
-Package hyperref Info: Option `bookmarksopen' set `true' on input line 3925.
-Package hyperref Info: Option `unicode' set `true' on input line 3925.
-
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def
-File: puenc.def 2012/02/06 v6.82o Hyperref: PDF Unicode definition (HO)
-)
-Package hyperref Info: Option `implicit' set `false' on input line 3925.
-Package hyperref Info: Hyper figures OFF on input line 4046.
-Package hyperref Info: Link nesting OFF on input line 4051.
-Package hyperref Info: Hyper index ON on input line 4054.
-Package hyperref Info: Plain pages OFF on input line 4061.
-Package hyperref Info: Backreferencing OFF on input line 4066.
-Package hyperref Info: Implicit mode OFF; no redefinition of LaTeX internals.
-Package hyperref Info: Bookmarks ON on input line 4284.
-\c@Hy@tempcnt=\count121
-
-(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty
-\Urlmuskip=\muskip10
-Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc.
-)
-LaTeX Info: Redefining \url on input line 4637.
-\Fld@menulength=\count122
-\Field@Width=\dimen162
-\Fld@charsize=\dimen163
-Package hyperref Info: Hyper figures OFF on input line 5757.
-Package hyperref Info: Link nesting OFF on input line 5762.
-Package hyperref Info: Hyper index ON on input line 5765.
-Package hyperref Info: backreferencing OFF on input line 5772.
-Package hyperref Info: Link coloring OFF on input line 5777.
-Package hyperref Info: Link coloring with OCG OFF on input line 5782.
-Package hyperref Info: PDF/A mode OFF on input line 5787.
-LaTeX Info: Redefining \ref on input line 5827.
-LaTeX Info: Redefining \pageref on input line 5831.
-\Hy@abspage=\count123
-
-
-Package hyperref Message: Stopped early.
-
-)
-
-Package hyperref Message: Driver: hpdftex.
-
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
-File: hpdftex.def 2012/02/06 v6.82o Hyperref driver for pdfTeX
-\Fld@listcount=\count124
-\c@bookmark@seq@number=\count125
-
-(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty
-Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO)
-Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
-82.
-))
-
-! LaTeX Error: File `ucs.sty' not found.
-
-Type X to quit or <RETURN> to proceed,
-or enter new name. (Default extension: sty)
-
-Enter file name:
-
-! LaTeX Error: Unknown option `hyperref' for package `ucs'.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.367 \beamer@loaducs
-
-?
-(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty
-Package: inputenc 2008/03/30 v1.1d Input encoding file
-\inpenc@prehook=\toks23
-\inpenc@posthook=\toks24
-
-
-! LaTeX Error: File `utf8x.def' not found.
-
-Type X to quit or <RETURN> to proceed,
-or enter new name. (Default extension: def)
-
-Enter file name:
-
-Package inputenc Warning: No characters defined
-(inputenc) by input encoding change to `utf8x'
-(inputenc) on input line 131.
-
-) (/usr/share/texmf/tex/latex/beamer/base/beamerbaserequires.sty
-Package: beamerbaserequires 2010/05/01 (rcs-revision efa082c6111d)
-
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasecompatibility.sty
-Package: beamerbasecompatibility 2010/07/12 (rcs-revision 6648c3177e4e)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasefont.sty
-Package: beamerbasefont 2010/05/10 (rcs-revision cd36e8a33c6b)
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
-Package: amssymb 2009/06/22 v3.00
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
-Package: amsfonts 2009/06/22 v3.00 Basic AMSFonts support
-\@emptytoks=\toks25
-\symAMSa=\mathgroup4
-\symAMSb=\mathgroup5
-LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
-(Font) U/euf/m/n --> U/euf/b/n on input line 96.
-)))
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetranslator.sty
-Package: beamerbasetranslator 2010/06/11 (rcs-revision 85fd1cc7fc42)
-
-(/usr/share/texmf/tex/latex/beamer/base/translator/translator.sty
-Package: translator 2010/06/12 ver 1.10
-
-(/usr/share/texmf/tex/latex/beamer/base/translator/translator-language-mappings
-.tex))) (/usr/share/texmf/tex/latex/beamer/base/beamerbasemisc.sty
-Package: beamerbasemisc 2010/06/06 (rcs-revision bff0a9294b45)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetwoscreens.sty
-Package: beamerbasetwoscreens 2010/05/01 (rcs-revision efa082c6111d)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseoverlay.sty
-Package: beamerbaseoverlay 2010/05/07 (rcs-revision 5584dad462a9)
-\beamer@argscount=\count126
-\beamer@lastskipcover=\skip44
-\beamer@trivlistdepth=\count127
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetitle.sty
-Package: beamerbasetitle 2010/06/12 (rcs-revision 717e481ca47a)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasesection.sty
-Package: beamerbasesection 2010/06/17 (rcs-revision e0d9401bb743)
-\c@lecture=\count128
-\c@part=\count129
-\c@section=\count130
-\c@subsection=\count131
-\c@subsubsection=\count132
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframe.sty
-Package: beamerbaseframe 2010/06/06 (rcs-revision bff0a9294b45)
-\beamer@framebox=\box40
-\beamer@frametitlebox=\box41
-\beamer@zoombox=\box42
-\beamer@zoomcount=\count133
-\beamer@zoomframecount=\count134
-\beamer@frametextheight=\dimen164
-\c@subsectionslide=\count135
-\beamer@frametopskip=\skip45
-\beamer@framebottomskip=\skip46
-\beamer@frametopskipautobreak=\skip47
-\beamer@framebottomskipautobreak=\skip48
-\beamer@envbody=\toks26
-\c@framenumber=\count136
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseverbatim.sty
-Package: beamerbaseverbatim 2010/05/01 (rcs-revision efa082c6111d)
-\beamer@verbatimfileout=\write4
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframesize.sty
-Package: beamerbaseframesize 2010/06/27 (rcs-revision 6baa2d92e6f1)
-\beamer@splitbox=\box43
-\beamer@autobreakcount=\count137
-\beamer@autobreaklastheight=\dimen165
-\beamer@frametitletoks=\toks27
-\beamer@framesubtitletoks=\toks28
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframecomponents.sty
-Package: beamerbaseframecomponents 2010/07/12 (rcs-revision 09e82992d9b1)
-\beamer@footins=\box44
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasecolor.sty
-Package: beamerbasecolor 2010/06/06 (rcs-revision d1a9b48be06d)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasenotes.sty
-Package: beamerbasenotes 2010/05/01 (rcs-revision efa082c6111d)
-\beamer@frameboxcopy=\box45
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetoc.sty
-Package: beamerbasetoc 2010/06/11 (rcs-revision 242ecaa6783b)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetemplates.sty
-Package: beamerbasetemplates 2010/05/01 (rcs-revision efa082c6111d)
-\beamer@sbttoks=\toks29
-
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseauxtemplates.sty
-Package: beamerbaseauxtemplates 2010/05/01 (rcs-revision efa082c6111d)
-
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaseboxes.sty
-Package: beamerbaseboxes 2010/05/01 (rcs-revision efa082c6111d)
-\bmb@box=\box46
-\bmb@colorbox=\box47
-\bmb@boxshadow=\box48
-\bmb@boxshadowball=\box49
-\bmb@boxshadowballlarge=\box50
-\bmb@temp=\dimen166
-\bmb@dima=\dimen167
-\bmb@dimb=\dimen168
-\bmb@prevheight=\dimen169
-)
-\beamer@blockheadheight=\dimen170
-))
-(/usr/share/texmf/tex/latex/beamer/base/beamerbaselocalstructure.sty
-Package: beamerbaselocalstructure 2010/06/01 (rcs-revision 81f9e33f7cc2)
-
-(/usr/share/texlive/texmf-dist/tex/latex/tools/enumerate.sty
-Package: enumerate 1999/03/05 v3.00 enumerate extensions (DPC)
-\@enLab=\toks30
-)
-\c@figure=\count138
-\c@table=\count139
-\abovecaptionskip=\skip49
-\belowcaptionskip=\skip50
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasenavigation.sty
-Package: beamerbasenavigation 2010/05/01 (rcs-revision efa082c6111d)
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasetheorems.sty
-Package: beamerbasetheorems 2010/06/06 (rcs-revision 7e7cc5e53e9d)
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
-Package: amsmath 2000/07/18 v2.13 AMS math features
-\@mathmargin=\skip51
-
-For additional information on amsmath, use the `?' option.
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
-Package: amstext 2000/06/29 v2.01
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
-File: amsgen.sty 1999/11/30 v2.0
-\@emptytoks=\toks31
-\ex@=\dimen171
-))
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
-Package: amsbsy 1999/11/29 v1.2d
-\pmbraise@=\dimen172
-)
-(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
-Package: amsopn 1999/12/14 v2.01 operator names
-)
-\inf@bad=\count140
-LaTeX Info: Redefining \frac on input line 211.
-\uproot@=\count141
-\leftroot@=\count142
-LaTeX Info: Redefining \overline on input line 307.
-\classnum@=\count143
-\DOTSCASE@=\count144
-LaTeX Info: Redefining \ldots on input line 379.
-LaTeX Info: Redefining \dots on input line 382.
-LaTeX Info: Redefining \cdots on input line 467.
-\Mathstrutbox@=\box51
-\strutbox@=\box52
-\big@size=\dimen173
-LaTeX Font Info: Redeclaring font encoding OML on input line 567.
-LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
-\macc@depth=\count145
-\c@MaxMatrixCols=\count146
-\dotsspace@=\muskip11
-\c@parentequation=\count147
-\dspbrk@lvl=\count148
-\tag@help=\toks32
-\row@=\count149
-\column@=\count150
-\maxfields@=\count151
-\andhelp@=\toks33
-\eqnshift@=\dimen174
-\alignsep@=\dimen175
-\tagshift@=\dimen176
-\tagwidth@=\dimen177
-\totwidth@=\dimen178
-\lineht@=\dimen179
-\@envbody=\toks34
-\multlinegap=\skip52
-\multlinetaggap=\skip53
-\mathdisplay@stack=\toks35
-LaTeX Info: Redefining \[ on input line 2666.
-LaTeX Info: Redefining \] on input line 2667.
-)
-(/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty
-Package: amsthm 2009/07/02 v2.20.1
-\thm@style=\toks36
-\thm@bodyfont=\toks37
-\thm@headfont=\toks38
-\thm@notefont=\toks39
-\thm@headpunct=\toks40
-\thm@preskip=\skip54
-\thm@postskip=\skip55
-\thm@headsep=\skip56
-\dth@everypar=\toks41
-)
-\c@theorem=\count152
-)
-(/usr/share/texmf/tex/latex/beamer/base/beamerbasethemes.sty
-Package: beamerbasethemes 2010/05/01 (rcs-revision efa082c6111d)
-))
-(/usr/share/texmf/tex/latex/beamer/base/themes/theme/beamerthemedefault.sty
-Package: beamerthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
-
-(/usr/share/texmf/tex/latex/beamer/base/themes/font/beamerfontthemedefault.sty
-Package: beamerfontthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
-)
-(/usr/share/texmf/tex/latex/beamer/base/themes/color/beamercolorthemedefault.st
-y
-Package: beamercolorthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
-)
-(/usr/share/texmf/tex/latex/beamer/base/themes/inner/beamerinnerthemedefault.st
-y
-Package: beamerinnerthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
-\beamer@dima=\dimen180
-\beamer@dimb=\dimen181
-)
-(/usr/share/texmf/tex/latex/beamer/base/themes/outer/beamerouterthemedefault.st
-y
-Package: beamerouterthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae)
-))) (./textpos.sty
-Package: textpos 2009/05/28 v1.7f
-
-Package: `textpos' 1.7f <2009 May 28>
-\TP@textbox=\box53
-\TP@holdbox=\box54
-\TPHorizModule=\dimen182
-\TPVertModule=\dimen183
-\TP@margin=\dimen184
-\TP@absmargin=\dimen185
-Grid set 16 x 16 = 22.7622pt x 17.07166pt
-\TPboxrulesize=\dimen186
-\TP@ox=\dimen187
-\TP@oy=\dimen188
-\TP@tbargs=\toks42
-\TP@prevdepth=\dimen189
-TextBlockOrigin set to 0pt x 0pt
-)
-TextBlockOrigin set to 0mm x 0mm
-(/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty
-Package: makeidx 2000/03/29 v1.0m Standard LaTeX package
-)
-(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.sty
-\lst@mode=\count153
-\lst@gtempboxa=\box55
-\lst@token=\toks43
-\lst@length=\count154
-\lst@currlwidth=\dimen190
-\lst@column=\count155
-\lst@pos=\count156
-\lst@lostspace=\dimen191
-\lst@width=\dimen192
-\lst@newlines=\count157
-\lst@lineno=\count158
-\lst@maxwidth=\dimen193
-
-(/usr/share/texlive/texmf-dist/tex/latex/listings/lstmisc.sty
-File: lstmisc.sty 2007/02/22 1.4 (Carsten Heinz)
-\c@lstnumber=\count159
-\lst@skipnumbers=\count160
-\lst@framebox=\box56
-)
-(/usr/share/texlive/texmf-dist/tex/latex/listings/listings.cfg
-File: listings.cfg 2007/02/22 1.4 listings configuration
-))
-Package: listings 2007/02/22 1.4 (Carsten Heinz)
-
-(/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty
-Package: colortbl 2012/02/13 v1.0a Color table columns (DPC)
-
-(/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty
-Package: array 2008/09/09 v2.4c Tabular extension package (FMi)
-\col@sep=\dimen194
-\extrarowheight=\dimen195
-\NC@list=\toks44
-\extratabsurround=\skip57
-\backup@length=\skip58
-)
-\everycr=\toks45
-\minrowclearance=\skip59
-)
-(/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty
-Package: helvet 2005/04/12 PSNFSS-v9.2a (WaS)
-)
-(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty
-Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
-)
-(/usr/share/texmf/tex/latex/pgf/frontendlayer/tikz.sty
-(/usr/share/texmf/tex/latex/pgf/basiclayer/pgf.sty
-Package: pgf 2008/01/15 v2.10 (rcs-revision 1.12)
-
-(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
-File: pgfmoduleshapes.code.tex 2010/09/09 (rcs-revision 1.13)
-\pgfnodeparttextbox=\box57
-)
-(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduleplot.code.tex
-File: pgfmoduleplot.code.tex 2010/10/22 (rcs-revision 1.8)
-)
-(/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
-Package: pgfcomp-version-0-65 2007/07/03 v2.10 (rcs-revision 1.7)
-\pgf@nodesepstart=\dimen196
-\pgf@nodesepend=\dimen197
-)
-(/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
-Package: pgfcomp-version-1-18 2007/07/23 v2.10 (rcs-revision 1.1)
-))
-(/usr/share/texmf/tex/latex/pgf/utilities/pgffor.sty
-(/usr/share/texmf/tex/latex/pgf/utilities/pgfkeys.sty
-(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex))
-(/usr/share/texmf/tex/generic/pgf/utilities/pgffor.code.tex
-Package: pgffor 2010/03/23 v2.10 (rcs-revision 1.18)
-\pgffor@iter=\dimen198
-\pgffor@skip=\dimen199
-\pgffor@stack=\toks46
-\pgffor@toks=\toks47
-))
-(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
-Package: tikz 2010/10/13 v2.10 (rcs-revision 1.76)
-
-(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex
-File: pgflibraryplothandlers.code.tex 2010/05/31 v2.10 (rcs-revision 1.15)
-\pgf@plot@mark@count=\count161
-\pgfplotmarksize=\dimen200
-)
-\tikz@lastx=\dimen201
-\tikz@lasty=\dimen202
-\tikz@lastxsaved=\dimen203
-\tikz@lastysaved=\dimen204
-\tikzleveldistance=\dimen205
-\tikzsiblingdistance=\dimen206
-\tikz@figbox=\box58
-\tikz@tempbox=\box59
-\tikztreelevel=\count162
-\tikznumberofchildren=\count163
-\tikznumberofcurrentchild=\count164
-\tikz@fig@count=\count165
-
-(/usr/share/texmf/tex/generic/pgf/modules/pgfmodulematrix.code.tex
-File: pgfmodulematrix.code.tex 2010/08/24 (rcs-revision 1.4)
-\pgfmatrixcurrentrow=\count166
-\pgfmatrixcurrentcolumn=\count167
-\pgf@matrix@numberofcolumns=\count168
-)
-\tikz@expandcount=\count169
-
-(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopat
-hs.code.tex
-File: tikzlibrarytopaths.code.tex 2008/06/17 v2.10 (rcs-revision 1.2)
-)))
-
-! LaTeX Error: File `soul.sty' not found.
-
-Type X to quit or <RETURN> to proceed,
-or enter new name. (Default extension: sty)
-
-Enter file name:
-(/usr/share/texmf/tex/latex/pgf/utilities/pgfpages.sty
-Package: pgfpages 2004/11/05 ver 0.01
-
-(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty
-Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
-\calc@Acount=\count170
-\calc@Bcount=\count171
-\calc@Adimen=\dimen207
-\calc@Bdimen=\dimen208
-\calc@Askip=\skip60
-\calc@Bskip=\skip61
-LaTeX Info: Redefining \setlength on input line 76.
-LaTeX Info: Redefining \addtolength on input line 77.
-\calc@Ccount=\count172
-\calc@Cskip=\skip62
-)
-\pgf@logicalpages=\count173
-\pgf@firstshipout=\count174
-\pgf@lastshipout=\count175
-\pgf@currentshipout=\count176
-\pgf@cpn=\count177
-\pgf@shipoutnextto=\count178
-\pgfphysicalheight=\dimen209
-\pgfphysicalwidth=\dimen210
-\pgfpages@shipoutbox=\box60
-) (./proof.sty
-\proofrulebreadth=\dimen211
-\proofdotseparation=\dimen212
-\proofrulebaseline=\dimen213
-\proofdotnumber=\count179
-\shortenproofleft=\dimen214
-\shortenproofright=\dimen215
-\proofbelowshift=\dimen216
-\proofabove=\box61
-\proofbelow=\box62
-\proofrulename=\box63
-)
-
-! LaTeX Error: File `forloop.sty' not found.
-
-Type X to quit or <RETURN> to proceed,
-or enter new name. (Default extension: sty)
-
-Enter file name:
-
-! LaTeX Error: File `fouridx.sty' not found.
-
-Type X to quit or <RETURN> to proceed,
-or enter new name. (Default extension: sty)
-
-Enter file name:
-
-(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackg
-rounds.code.tex
-File: tikzlibrarybackgrounds.code.tex 2010/02/08 v2.10 (rcs-revision 1.2)
-\pgf@layerbox@background=\box64
-\pgf@layerboxsaved@background=\box65
-)
-(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryautom
-ata.code.tex
-File: tikzlibraryautomata.code.tex 2008/07/14 v2.10 (rcs-revision 1.3)
-
-(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape
-s.multipart.code.tex
-File: tikzlibraryshapes.multipart.code.tex 2008/01/09 v2.10 (rcs-revision 1.1)
-
-(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.c
-ode.tex
-File: pgflibraryshapes.multipart.code.tex 2010/01/07 v2.10 (rcs-revision 1.2)
-\pgfnodepartlowerbox=\box66
-\pgfnodeparttwobox=\box67
-\pgfnodepartthreebox=\box68
-\pgfnodepartfourbox=\box69
-\pgfnodeparttwentybox=\box70
-\pgfnodepartnineteenbox=\box71
-\pgfnodeparteighteenbox=\box72
-\pgfnodepartseventeenbox=\box73
-\pgfnodepartsixteenbox=\box74
-\pgfnodepartfifteenbox=\box75
-\pgfnodepartfourteenbox=\box76
-\pgfnodepartthirteenbox=\box77
-\pgfnodeparttwelvebox=\box78
-\pgfnodepartelevenbox=\box79
-\pgfnodeparttenbox=\box80
-\pgfnodepartninebox=\box81
-\pgfnodeparteightbox=\box82
-\pgfnodepartsevenbox=\box83
-\pgfnodepartsixbox=\box84
-\pgfnodepartfivebox=\box85
-)))
-(/usr/share/texmf/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.p
-athmorphing.code.tex
-(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduledecorations.code.tex
-\pgfdecoratedcompleteddistance=\dimen217
-\pgfdecoratedremainingdistance=\dimen218
-\pgfdecoratedinputsegmentcompleteddistance=\dimen219
-\pgfdecoratedinputsegmentremainingdistance=\dimen220
-\pgf@decorate@distancetomove=\dimen221
-\pgf@decorate@repeatstate=\count180
-\pgfdecorationsegmentamplitude=\dimen222
-\pgfdecorationsegmentlength=\dimen223
-))
-(./defs.tex
-
-! LaTeX Error: File `stmaryrd.sty' not found.
-
-Type X to quit or <RETURN> to proceed,
-or enter new name. (Default extension: sty)
-
-Enter file name:
-\c@DeFsAtZ=\count181
-\breite=\skip63
-\c@cnt=\count182
-)
-\@indexfile=\write5
-\openout5 = `main.idx'.
-
-
-Writing index file main.idx
-No file main.aux.
-\openout1 = `main.aux'.
-
-LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 55.
-LaTeX Font Info: ... okay on input line 55.
-LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 55.
-LaTeX Font Info: ... okay on input line 55.
-LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 55.
-LaTeX Font Info: ... okay on input line 55.
-LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 55.
-LaTeX Font Info: ... okay on input line 55.
-LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 55.
-LaTeX Font Info: ... okay on input line 55.
-LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 55.
-LaTeX Font Info: ... okay on input line 55.
-LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 55.
-LaTeX Font Info: ... okay on input line 55.
-LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 55.
-LaTeX Font Info: ... okay on input line 55.
-LaTeX Font Info: Try loading font information for OT1+phv on input line 55.
-(/usr/share/texlive/texmf-dist/tex/latex/psnfss/ot1phv.fd
-File: ot1phv.fd 2001/06/04 scalable font definitions for OT1/phv.
-)
-! Font OT1/phv/m/n/10.95=phvr7t at 10.95pt not loadable: Metric (TFM) file not
-found.
-<to be read again>
- relax
-l.55 \begin{document}
-
-?
-*geometry* driver: auto-detecting
-*geometry* detected driver: pdftex
-*geometry* verbose mode - [ preamble ] result:
-* driver: pdftex
-* paper: custom
-* layout: <same size as paper>
-* layoutoffset:(h,v)=(0.0pt,0.0pt)
-* modes: includehead includefoot
-* h-part:(L,W,R)=(8.53581pt, 347.12373pt, 8.53581pt)
-* v-part:(T,H,B)=(0.0pt, 273.14662pt, 0.0pt)
-* \paperwidth=364.19536pt
-* \paperheight=273.14662pt
-* \textwidth=347.12373pt
-* \textheight=244.6939pt
-* \oddsidemargin=-63.73418pt
-* \evensidemargin=-63.73418pt
-* \topmargin=-72.26999pt
-* \headheight=14.22636pt
-* \headsep=0.0pt
-* \topskip=11.0pt
-* \footskip=14.22636pt
-* \marginparwidth=4.0pt
-* \marginparsep=10.0pt
-* \columnsep=10.0pt
-* \skip\footins=10.0pt plus 4.0pt minus 2.0pt
-* \hoffset=0.0pt
-* \voffset=0.0pt
-* \mag=1000
-* \@twocolumnfalse
-* \@twosidefalse
-* \@mparswitchfalse
-* \@reversemarginfalse
-* (1in=72.27pt=25.4mm, 1cm=28.453pt)
-
-(/usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii
-[Loading MPS to PDF converter (version 2006.09.02).]
-\scratchcounter=\count183
-\scratchdimen=\dimen224
-\scratchbox=\box86
-\nofMPsegments=\count184
-\nofMParguments=\count185
-\everyMPshowfont=\toks48
-\MPscratchCnt=\count186
-\MPscratchDim=\dimen225
-\MPnumerator=\count187
-\makeMPintoPDFobject=\count188
-\everyMPtoPDFconversion=\toks49
-) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
-Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf
-
-(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty
-Package: grfext 2010/08/19 v1.1 Managing graphics extensions (HO)
-)
-Package grfext Info: Graphics extension search list:
-(grfext) [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
-G,.JBIG2,.JB2,.eps]
-(grfext) \AppendGraphicsExtensions on input line 452.
-
-(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
-File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
-e
-))
-ABD: EveryShipout initializing macros
-\AtBeginShipoutBox=\box87
-Package hyperref Info: Link coloring OFF on input line 55.
-
-(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
-Package: nameref 2010/04/30 v2.40 Cross-referencing by name of section
-
-(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty
-Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO)
-)
-\c@section@level=\count189
-)
-LaTeX Info: Redefining \ref on input line 55.
-LaTeX Info: Redefining \pageref on input line 55.
-LaTeX Info: Redefining \nameref on input line 55.
-\@outlinefile=\write6
-\openout6 = `main.out'.
-
-
-! Undefined control sequence.
-\@begindocumenthook ...efined \PreloadUnicodePage
- {0}\PreloadUnicodePage {1}...
-l.55 \begin{document}
-
-?
-Missing character: There is no 0 in font nullfont!
-! Undefined control sequence.
-\@begindocumenthook ...age {0}\PreloadUnicodePage
- {1}\def \es@itemize ##1##2...
-l.55 \begin{document}
-
-?
-Missing character: There is no 1 in font nullfont!
-LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
-(Font) OT1/cmr/m/n --> OT1/cmss/m/n on input line 55.
-LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
-(Font) OT1/cmr/bx/n --> OT1/cmss/bx/n on input line 55.
-\symnumbers=\mathgroup6
-\sympureletters=\mathgroup7
-LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `normal'
-(Font) OT1/cmss/m/n --> OT1/cmr/m/n on input line 55.
-LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 55.
-LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
-(Font) OT1/cmr/bx/n --> OT1/phv/bx/n on input line 55.
-LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
-(Font) OT1/cmr/bx/n --> OT1/phv/bx/n on input line 55.
-LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 55.
-LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
-(Font) OT1/cmss/m/n --> OT1/phv/m/n on input line 55.
-LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
-(Font) OT1/cmss/bx/n --> OT1/phv/m/n on input line 55.
-LaTeX Font Info: Redeclaring math alphabet \mathit on input line 55.
-LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
-(Font) OT1/cmr/m/it --> OT1/phv/m/it on input line 55.
-LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
-(Font) OT1/cmr/bx/it --> OT1/phv/m/it on input line 55.
-LaTeX Font Info: Redeclaring math alphabet \mathtt on input line 55.
-LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
-(Font) OT1/cmtt/m/n --> OT1/cmtt/m/n on input line 55.
-LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
-(Font) OT1/cmtt/m/n --> OT1/cmtt/m/n on input line 55.
-LaTeX Font Info: Overwriting symbol font `numbers' in version `bold'
-(Font) OT1/phv/m/n --> OT1/phv/bx/n on input line 55.
-LaTeX Font Info: Overwriting symbol font `pureletters' in version `bold'
-(Font) OT1/phv/m/it --> OT1/phv/bx/it on input line 55.
-LaTeX Font Info: Overwriting math alphabet `\mathrm' in version `bold'
-(Font) OT1/cmss/bx/n --> OT1/cmr/bx/n on input line 55.
-LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
-(Font) OT1/phv/bx/n --> OT1/phv/bx/n on input line 55.
-LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
-(Font) OT1/phv/m/n --> OT1/phv/bx/n on input line 55.
-LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
-(Font) OT1/phv/m/it --> OT1/phv/bx/it on input line 55.
-LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
-(Font) OT1/cmtt/m/n --> OT1/cmtt/bx/n on input line 55.
-
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-basic-dicti
-onary/translator-basic-dictionary-English.dict
-Dictionary: translator-basic-dictionary, Language: English
-)
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-bibliograph
-y-dictionary/translator-bibliography-dictionary-English.dict
-Dictionary: translator-bibliography-dictionary, Language: English
-)
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-environment
--dictionary/translator-environment-dictionary-English.dict
-Dictionary: translator-environment-dictionary, Language: English
-)
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-months-dict
-ionary/translator-months-dictionary-English.dict
-Dictionary: translator-months-dictionary, Language: English
-)
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-numbers-dic
-tionary/translator-numbers-dictionary-English.dict
-Dictionary: translator-numbers-dictionary, Language: English
-)
-(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-theorem-dic
-tionary/translator-theorem-dictionary-English.dict
-Dictionary: translator-theorem-dictionary, Language: English
-)
-\c@lstlisting=\count190
-
-No file main.nav.
-! Font OT1/phv/m/n/6=phvr7t at 6.0pt not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.55 \begin{document}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <6> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 55.
-! Font OT1/phv/bx/n/6=phvb7t at 6.0pt not loadable: Metric (TFM) file not found
-.
-<to be read again>
- relax
-l.55 \begin{document}
-
-?
-! Font \OT1/phv/b/n/6=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- \relax
-l.55 \begin{document}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <10.95> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 55.
-! Font OT1/phv/bx/n/10.95=phvb7t at 10.95pt not loadable: Metric (TFM) file not
- found.
-<to be read again>
- relax
-l.55 \begin{document}
-
-?
-! Font \OT1/phv/b/n/10.95=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- \relax
-l.55 \begin{document}
-
-?
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-(./slides.tex
-
-Package hyperref Warning: Option `pdfauthor' has already been used,
-(hyperref) setting the option has no effect on input line 18.
-
-! Font OT1/phv/m/n/14.4=phvr7t at 14.4pt not loadable: Metric (TFM) file not fo
-und.
-<to be read again>
- relax
-l.71 \frame[plain]{\titlepage}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <14.4> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 71.
-! Font OT1/phv/bx/n/14.4=phvb7t at 14.4pt not loadable: Metric (TFM) file not f
-ound.
-<to be read again>
- relax
-l.71 \frame[plain]{\titlepage}
-
-?
-! Font \OT1/phv/b/n/14.4=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- \relax
-l.71 \frame[plain]{\titlepage}
-
-?
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no a in font nullfont!
-LaTeX Font Info: Try loading font information for U+msa on input line 71.
-(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd
-File: umsa.fd 2009/06/22 v3.00 AMS symbols A
-)
-LaTeX Font Info: Try loading font information for U+msb on input line 71.
-
-(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd
-File: umsb.fd 2009/06/22 v3.00 AMS symbols B
-)
-! Font OT1/phv/m/n/8=phvr7t at 8.0pt not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.71 \frame[plain]{\titlepage}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <10.95> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 71.
-! Font OT1/phv/m/it/10.95=phvro7t at 10.95pt not loadable: Metric (TFM) file no
-t found.
-<to be read again>
- relax
-l.71 \frame[plain]{\titlepage}
-
-?
-! Font OT1/phv/m/sl/10.95=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.71 \frame[plain]{\titlepage}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <8> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 71.
-! Font OT1/phv/m/it/8=phvro7t at 8.0pt not loadable: Metric (TFM) file not foun
-d.
-<to be read again>
- relax
-l.71 \frame[plain]{\titlepage}
-
-?
-! Font OT1/phv/m/sl/8=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.71 \frame[plain]{\titlepage}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <6> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 71.
-! Font OT1/phv/m/it/6=phvro7t at 6.0pt not loadable: Metric (TFM) file not foun
-d.
-<to be read again>
- relax
-l.71 \frame[plain]{\titlepage}
-
-?
-! Font OT1/phv/m/sl/6=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.71 \frame[plain]{\titlepage}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\insertauthor ...{\bf Thomas Martin Gawlitza${}^1$
- } \\[3pt] joint work with ...
-l.71 \frame[plain]{\titlepage}
-
-?
-Missing character: There is no j in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no l in font nullfont!
-! \scriptfont 6 is undefined (character 2).
-\insertauthor ...h \\[3pt] {\bf Helmut Seidl${}^2$
- }
-l.71 \frame[plain]{\titlepage}
-
-?
-! Font OT1/phv/m/n/5=phvr7t at 5.0pt not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.71 \frame[plain]{\titlepage}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <5> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 71.
-! Font OT1/phv/m/it/5=phvro7t at 5.0pt not loadable: Metric (TFM) file not foun
-d.
-<to be read again>
- relax
-l.71 \frame[plain]{\titlepage}
-
-?
-! Font OT1/phv/m/sl/5=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.71 \frame[plain]{\titlepage}
-
-?
-! Undefined control sequence.
-<recently read> \fourIdx
-
-l.71 \frame[plain]{\titlepage}
-
-?
-! Font OT1/phv/m/n/12=phvr7t at 12.0pt not loadable: Metric (TFM) file not foun
-d.
-<to be read again>
- relax
-l.71 \frame[plain]{\titlepage}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <12> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 71.
-! Font OT1/phv/bx/n/12=phvb7t at 12.0pt not loadable: Metric (TFM) file not fou
-nd.
-<to be read again>
- relax
-l.71 \frame[plain]{\titlepage}
-
-?
-! Font \OT1/phv/b/n/12=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- \relax
-l.71 \frame[plain]{\titlepage}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-
-LaTeX Warning: File `../logos/usyd.pdf' not found on input line 71.
-
-
-! Package pdftex.def Error: File `../logos/usyd.pdf' not found.
-
-See the pdftex.def package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.71 \frame[plain]{\titlepage}
-
-?
-! Undefined control sequence.
-<recently read> \fourIdx
-
-l.71 \frame[plain]{\titlepage}
-
-?
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-
-LaTeX Warning: File `../logos/TUM.pdf' not found on input line 71.
-
-
-! Package pdftex.def Error: File `../logos/TUM.pdf' not found.
-
-See the pdftex.def package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.71 \frame[plain]{\titlepage}
-
-?
-Missing character: There is no S in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no N in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no N in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-
-Underfull \vbox (badness 10000) has occurred while \output is active []
-
- [1
-
-]
-Overfull \vbox (12.0pt too high) has occurred while \output is active []
-
-
-! Font OT1/phv/m/n/4=phvr7t at 4.0pt not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.71 \frame[plain]{\titlepage}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[2{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
- [3
-
-]
-Missing character: There is no G in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <8> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 113.
-
-! Font OT1/phv/bx/n/8=phvb7t at 8.0pt not loadable: Metric (TFM) file not found
-.
-<to be read again>
- relax
-l.113 \end{frame}
-
-?
-! Font OT1/phv/b/n/8=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 6 is undefined (character 3).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/eef/Yovine96' on page 4 undefined on input l
-ine 113.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/rtss/LarsenLPY97' on page 4 undefined on inp
-ut line 113.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 4 undefined on input line 113.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 4 undefined on input li
-ne 113.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[4
-
-]
-Missing character: There is no G in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-
-! \textfont 8 is undefined (character x).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 6 is undefined (character 3).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/eef/Yovine96' on page 5 undefined on input l
-ine 113.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/rtss/LarsenLPY97' on page 5 undefined on inp
-ut line 113.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 5 undefined on input line 113.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 5 undefined on input li
-ne 113.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation4})
- has been already used, duplicate ignored
-<to be read again>
- \relax
-l.113 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.4}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.113 \end{frame}
- [4
-
-]
-Missing character: There is no G in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-
-! \textfont 8 is undefined (character x).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 6 is undefined (character 3).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/eef/Yovine96' on page 5 undefined on input l
-ine 113.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/rtss/LarsenLPY97' on page 5 undefined on inp
-ut line 113.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 5 undefined on input line 113.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 5 undefined on input li
-ne 113.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation4})
- has been already used, duplicate ignored
-<to be read again>
- \relax
-l.113 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.4}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.113 \end{frame}
- [4
-
-]
-Missing character: There is no G in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-
-! \textfont 8 is undefined (character x).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-! \textfont 6 is undefined (character 3).
-<argument> ... $\vx _1 \leq 42, \; \vx _2 \leq 13$
- ) \par \bigskip \qquad $\l...
-l.113 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-! \scriptfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.113 \end{frame}
-
-?
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/eef/Yovine96' on page 5 undefined on input l
-ine 113.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/rtss/LarsenLPY97' on page 5 undefined on inp
-ut line 113.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 5 undefined on input line 113.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 5 undefined on input li
-ne 113.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[5
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `DBLP:conf/vmcai/SankaranarayananSM05' on page 6 undefi
-ned on input line 187.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-! \textfont 7 is undefined (character T).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 6 is undefined (character 1).
-<argument> \bf at most one $1$
-
-l.187 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 6 is undefined (character 1).
-<argument> \bf at most one $-1$
-
-l.187 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
- . Then: \par $ \gamma \lef...
-l.187 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! \textfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...,0) -- (4.2,0) node[right] {$\vx _1$
- -axis}; \draw [thick, ->] ...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ...,0) -- (4.2,0) node[right] {$\vx _1$
- -axis}; \draw [thick, ->] ...
-l.187 \end{frame}
-
-?
-Missing character: There is no - in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-! \textfont 8 is undefined (character x).
-<argument> ...-1) -- (0,3.2) node[above] {$\vx _2$
- -axis}; \draw [ultra thick...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ...-1) -- (0,3.2) node[above] {$\vx _2$
- -axis}; \draw [ultra thick...
-l.187 \end{frame}
-
-?
-Missing character: There is no - in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-! \textfont 8 is undefined (character x).
-<argument> ...- (4,2) node[above] {$\vx _2 \leq 2$
- }; \draw [ultra thick] (-1...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ...- (4,2) node[above] {$\vx _2 \leq 2$
- }; \draw [ultra thick] (-1...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<argument> ...- (4,2) node[above] {$\vx _2 \leq 2$
- }; \draw [ultra thick] (-1...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...- (3,3) node[right] {$\vx _1 \leq 3$
- }; \end {tikzpicture}
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ...- (3,3) node[right] {$\vx _1 \leq 3$
- }; \end {tikzpicture}
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 3).
-<argument> ...- (3,3) node[right] {$\vx _1 \leq 3$
- }; \end {tikzpicture}
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ... \end {tikzpicture}}}\end {matrix} $
-
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \end {tikzpicture}}}\end {matrix} $
-
-l.187 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[6
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `DBLP:conf/vmcai/SankaranarayananSM05' on page 7 undefi
-ned on input line 187.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-! \textfont 7 is undefined (character T).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 6 is undefined (character 1).
-<argument> \bf at most one $1$
-
-l.187 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 6 is undefined (character 1).
-<argument> \bf at most one $-1$
-
-l.187 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
- . Then: \par $ \gamma \lef...
-l.187 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! \textfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...,0) -- (4.2,0) node[right] {$\vx _1$
- -axis}; \draw [thick, ->] ...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ...,0) -- (4.2,0) node[right] {$\vx _1$
- -axis}; \draw [thick, ->] ...
-l.187 \end{frame}
-
-?
-Missing character: There is no - in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-! \textfont 8 is undefined (character x).
-<argument> ...-1) -- (0,3.2) node[above] {$\vx _2$
- -axis}; \draw [ultra thick...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ...-1) -- (0,3.2) node[above] {$\vx _2$
- -axis}; \draw [ultra thick...
-l.187 \end{frame}
-
-?
-Missing character: There is no - in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-! \textfont 8 is undefined (character x).
-<argument> ...- (4,2) node[above] {$\vx _2 \leq 2$
- }; \draw [ultra thick] (-1...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ...- (4,2) node[above] {$\vx _2 \leq 2$
- }; \draw [ultra thick] (-1...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<argument> ...- (4,2) node[above] {$\vx _2 \leq 2$
- }; \draw [ultra thick] (-1...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...- (3,3) node[right] {$\vx _1 \leq 3$
- }; \end {tikzpicture}
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ...- (3,3) node[right] {$\vx _1 \leq 3$
- }; \end {tikzpicture}
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 3).
-<argument> ...- (3,3) node[right] {$\vx _1 \leq 3$
- }; \end {tikzpicture}
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ... \end {tikzpicture}}}\end {matrix} $
-
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \end {tikzpicture}}}\end {matrix} $
-
-l.187 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation6})
- has been already used, duplicate ignored
-<to be read again>
- \relax
-l.187 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.6}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.187 \end{frame}
- [6
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `DBLP:conf/vmcai/SankaranarayananSM05' on page 7 undefi
-ned on input line 187.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-! \textfont 7 is undefined (character T).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 6 is undefined (character 1).
-<argument> \bf at most one $1$
-
-l.187 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 6 is undefined (character 1).
-<argument> \bf at most one $-1$
-
-l.187 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
- . Then: \par $ \gamma \lef...
-l.187 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! \textfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...,0) -- (4.2,0) node[right] {$\vx _1$
- -axis}; \draw [thick, ->] ...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ...,0) -- (4.2,0) node[right] {$\vx _1$
- -axis}; \draw [thick, ->] ...
-l.187 \end{frame}
-
-?
-Missing character: There is no - in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-! \textfont 8 is undefined (character x).
-<argument> ...-1) -- (0,3.2) node[above] {$\vx _2$
- -axis}; \draw [ultra thick...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ...-1) -- (0,3.2) node[above] {$\vx _2$
- -axis}; \draw [ultra thick...
-l.187 \end{frame}
-
-?
-Missing character: There is no - in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-! \textfont 8 is undefined (character x).
-<argument> ...- (4,2) node[above] {$\vx _2 \leq 2$
- }; \draw [ultra thick] (-1...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ...- (4,2) node[above] {$\vx _2 \leq 2$
- }; \draw [ultra thick] (-1...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<argument> ...- (4,2) node[above] {$\vx _2 \leq 2$
- }; \draw [ultra thick] (-1...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...- (3,3) node[right] {$\vx _1 \leq 3$
- }; \end {tikzpicture}
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ...- (3,3) node[right] {$\vx _1 \leq 3$
- }; \end {tikzpicture}
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 3).
-<argument> ...- (3,3) node[right] {$\vx _1 \leq 3$
- }; \end {tikzpicture}
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ... \end {tikzpicture}}}\end {matrix} $
-
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \end {tikzpicture}}}\end {matrix} $
-
-l.187 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation6})
- has been already used, duplicate ignored
-<to be read again>
- \relax
-l.187 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.6}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.187 \end{frame}
- [6
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-
-LaTeX Warning: Citation `DBLP:conf/vmcai/SankaranarayananSM05' on page 7 undefi
-ned on input line 187.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no G in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-! \textfont 7 is undefined (character T).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<argument> ...trix} $T \in \{-1,0,1\}^{m\times n}$
- , where every row contains...
-l.187 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 6 is undefined (character 1).
-<argument> \bf at most one $1$
-
-l.187 \end{frame}
-
-?
-Missing character: There is no , in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 6 is undefined (character 1).
-<argument> \bf at most one $-1$
-
-l.187 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.187 \end{frame}
-
-?
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
- . Then: \par $ \gamma \lef...
-l.187 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-! \textfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...,0) -- (4.2,0) node[right] {$\vx _1$
- -axis}; \draw [thick, ->] ...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ...,0) -- (4.2,0) node[right] {$\vx _1$
- -axis}; \draw [thick, ->] ...
-l.187 \end{frame}
-
-?
-Missing character: There is no - in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-! \textfont 8 is undefined (character x).
-<argument> ...-1) -- (0,3.2) node[above] {$\vx _2$
- -axis}; \draw [ultra thick...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ...-1) -- (0,3.2) node[above] {$\vx _2$
- -axis}; \draw [ultra thick...
-l.187 \end{frame}
-
-?
-Missing character: There is no - in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-! \textfont 8 is undefined (character x).
-<argument> ...- (4,2) node[above] {$\vx _2 \leq 2$
- }; \draw [ultra thick] (-1...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ...- (4,2) node[above] {$\vx _2 \leq 2$
- }; \draw [ultra thick] (-1...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<argument> ...- (4,2) node[above] {$\vx _2 \leq 2$
- }; \draw [ultra thick] (-1...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ...ift=2mm] {$\vx _2 \leq 1 {+} \vx _1$
- }; \draw [ultra thick] (3,...
-l.187 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...- (3,3) node[right] {$\vx _1 \leq 3$
- }; \end {tikzpicture}
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ...- (3,3) node[right] {$\vx _1 \leq 3$
- }; \end {tikzpicture}
-l.187 \end{frame}
-
-?
-! \textfont 6 is undefined (character 3).
-<argument> ...- (3,3) node[right] {$\vx _1 \leq 3$
- }; \end {tikzpicture}
-l.187 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ... \end {tikzpicture}}}\end {matrix} $
-
-l.187 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \end {tikzpicture}}}\end {matrix} $
-
-l.187 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[7
-
-]
-Missing character: There is no G in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.274 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \path [ultra thick,->] ...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
- \end {center}
-l.274 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 7 is undefined (character a).
-<argument> \vspace *{-5mm} For program point $a$
- : \par \smallskip $ \gamma ...
-l.274 \end{frame}
-
-?
-Missing character: There is no : in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 7 is undefined (character b).
-<argument> \bigskip For program point $b$
- : \par \smallskip $ \gamma \left (...
-l.274 \end{frame}
-
-?
-Missing character: There is no : in font nullfont!
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[8
-
-]
-Missing character: There is no G in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.274 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \path [ultra thick,->] ...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
- \end {center}
-l.274 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 7 is undefined (character a).
-<argument> \vspace *{-5mm} For program point $a$
- : \par \smallskip $ \gamma ...
-l.274 \end{frame}
-
-?
-Missing character: There is no : in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 7 is undefined (character b).
-<argument> \bigskip For program point $b$
- : \par \smallskip $ \gamma \left (...
-l.274 \end{frame}
-
-?
-Missing character: There is no : in font nullfont!
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation8})
- has been already used, duplicate ignored
-<to be read again>
- \relax
-l.274 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.8}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.274 \end{frame}
- [8
-
-]
-Missing character: There is no G in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.274 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \path [ultra thick,->] ...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
- \end {center}
-l.274 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 7 is undefined (character a).
-<argument> \vspace *{-5mm} For program point $a$
- : \par \smallskip $ \gamma ...
-l.274 \end{frame}
-
-?
-Missing character: There is no : in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 7 is undefined (character b).
-<argument> \bigskip For program point $b$
- : \par \smallskip $ \gamma \left (...
-l.274 \end{frame}
-
-?
-Missing character: There is no : in font nullfont!
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation8})
- has been already used, duplicate ignored
-<to be read again>
- \relax
-l.274 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.8}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.274 \end{frame}
- [8
-
-]
-Missing character: There is no G in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.274 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \path [ultra thick,->] ...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
- \end {center}
-l.274 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 7 is undefined (character a).
-<argument> \vspace *{-5mm} For program point $a$
- : \par \smallskip $ \gamma ...
-l.274 \end{frame}
-
-?
-Missing character: There is no : in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 7 is undefined (character b).
-<argument> \bigskip For program point $b$
- : \par \smallskip $ \gamma \left (...
-l.274 \end{frame}
-
-?
-Missing character: There is no : in font nullfont!
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation8})
- has been already used, duplicate ignored
-<to be read again>
- \relax
-l.274 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.8}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.274 \end{frame}
- [8
-
-]
-Missing character: There is no G in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.274 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \path [ultra thick,->] ...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{ $\stmttwo $
- }
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
- \end {center}
-l.274 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 7 is undefined (character a).
-<argument> \vspace *{-5mm} For program point $a$
- : \par \smallskip $ \gamma ...
-l.274 \end{frame}
-
-?
-Missing character: There is no : in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-! \textfont 7 is undefined (character b).
-<argument> \bigskip For program point $b$
- : \par \smallskip $ \gamma \left (...
-l.274 \end{frame}
-
-?
-Missing character: There is no : in font nullfont!
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.274 \end{frame}
-
-?
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[9
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 10 undefined on input line 319.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 10 undefined on input l
-ine 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 10 undefined on inpu
-t line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Font OT1/phv/m/n/10=phvr7t at 10.0pt not loadable: Metric (TFM) file not foun
-d.
-<to be read again>
- relax
-l.319 \end{frame}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <5> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 319.
-! Font OT1/phv/bx/n/5=phvb7t at 5.0pt not loadable: Metric (TFM) file not found
-.
-<to be read again>
- relax
-l.319 \end{frame}
-
-?
-! Font OT1/phv/b/n/5=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.319 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <10> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 319.
-! Font OT1/phv/bx/n/10=phvb7t at 10.0pt not loadable: Metric (TFM) file not fou
-nd.
-<to be read again>
- relax
-l.319 \end{frame}
-
-?
-! Font \OT1/phv/b/n/10=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- \relax
-l.319 \end{frame}
-
-?
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <7> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 319.
-! Font OT1/phv/bx/n/7=phvb7t at 7.0pt not loadable: Metric (TFM) file not found
-.
-<to be read again>
- relax
-l.319 \end{frame}
-
-?
-! Font OT1/phv/b/n/7=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.319 \end{frame}
-
-?
-! Font OT1/phv/m/n/7=phvr7t at 7.0pt not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.319 \end{frame}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <10> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 319.
-! Font OT1/phv/m/it/10=phvro7t at 10.0pt not loadable: Metric (TFM) file not fo
-und.
-<to be read again>
- relax
-l.319 \end{frame}
-
-?
-! Font OT1/phv/m/sl/10=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.319 \end{frame}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <7> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 319.
-! Font OT1/phv/m/it/7=phvro7t at 7.0pt not loadable: Metric (TFM) file not foun
-d.
-<to be read again>
- relax
-l.319 \end{frame}
-
-?
-! Font OT1/phv/m/sl/7=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 10 undefined on inp
-ut line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no 6 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[10
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 11 undefined on input line 319.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 11 undefined on input l
-ine 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 11 undefined on inpu
-t line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 11 undefined on inp
-ut line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no 6 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation10}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.10}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- [10
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 11 undefined on input line 319.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 11 undefined on input l
-ine 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 11 undefined on inpu
-t line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 11 undefined on inp
-ut line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no 6 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation10}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.10}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- [10
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 11 undefined on input line 319.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 11 undefined on input l
-ine 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 11 undefined on inpu
-t line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 11 undefined on inp
-ut line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no 6 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation10}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.10}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- [10
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 11 undefined on input line 319.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 11 undefined on input l
-ine 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 11 undefined on inpu
-t line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 11 undefined on inp
-ut line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no 6 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation10}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.10}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- [10
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 11 undefined on input line 319.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 11 undefined on input l
-ine 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 11 undefined on inpu
-t line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 11 undefined on inp
-ut line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no 6 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation10}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.10}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- [10
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 11 undefined on input line 319.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 11 undefined on input l
-ine 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 11 undefined on inpu
-t line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 11 undefined on inp
-ut line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no 6 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation10}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.10}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- [10
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 11 undefined on input line 319.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 11 undefined on input l
-ine 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 11 undefined on inpu
-t line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 11 undefined on inp
-ut line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no 6 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation10}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.10}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- [10
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 11 undefined on input line 319.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 11 undefined on input l
-ine 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 11 undefined on inpu
-t line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 11 undefined on inp
-ut line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no 6 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation10}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.10}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- [10
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 11 undefined on input line 319.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 11 undefined on input l
-ine 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 11 undefined on inpu
-t line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 11 undefined on inp
-ut line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no 6 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation10}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.10}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- [10
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 11 undefined on input line 319.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 11 undefined on input l
-ine 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 11 undefined on inpu
-t line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 11 undefined on inp
-ut line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no 6 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation10}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.10}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.319 \end{frame}
- [10
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `Sagiv01' on page 11 undefined on input line 319.
-
-Missing character: There is no , in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/pado/Mine01' on page 11 undefined on input l
-ine 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/popl/CousotC77' on page 11 undefined on inpu
-t line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no B in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...ments (like $\vx = \vx + d$
- and $\vx = \vy + d$). \sm...
-l.319 \end{frame}
-
-?
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ...vx + d$ and $\vx = \vy + d$
- ). \smallskip \item <6-> C...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-
-! Package inputenc Error: Keyboard character used is undefined
-(inputenc) in inputencoding `utf8x'.
-
-See the inputenc package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.319 \end{frame}
-
-?
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no [ in font nullfont!
-Missing character: There is no ? in font nullfont!
-
-LaTeX Warning: Citation `DBLP:conf/csl/GawlitzaS07' on page 11 undefined on inp
-ut line 319.
-
-Missing character: There is no ] in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no e in font nullfont!
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-\beamer@doifinframe ... + \cdots + c_k \vx _k + d$
- ) \smallskip \item <11-> P...
-l.319 \end{frame}
-
-?
-Missing character: There is no ) in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-! \textfont 8 is undefined (character c).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character o).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character N).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-! \textfont 8 is undefined (character P).
-\beamer@doifinframe ...blem is in $\mathbf {coNP}$
- . \par \qquad (it is also ...
-l.319 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no 6 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[11
-
-]
-! Font OT1/phv/m/n/20.74=phvr7t at 20.74pt not loadable: Metric (TFM) file not
-found.
-<to be read again>
- relax
-l.359 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no ? in font nullfont!
-LaTeX Font Info: Font shape `OT1/phv/bx/n' in size <20.74> not available
-(Font) Font shape `OT1/phv/b/n' tried instead on input line 359.
-! Font OT1/phv/bx/n/20.74=phvb7t at 20.74pt not loadable: Metric (TFM) file not
- found.
-<to be read again>
- relax
-l.359 \end{frame}
-
-?
-! Font \OT1/phv/b/n/20.74=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- \relax
-l.359 \end{frame}
-
-?
-Missing character: There is no I in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[12
-
-]
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation12}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.359 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.12}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.359 \end{frame}
- [12
-
-]
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation12}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.359 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.12}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.359 \end{frame}
- [12
-
-]
-Missing character: There is no C in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no H in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
- [13
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
- [14
-
-]
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no 9 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[15
-
-]
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no 9 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation15}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.394 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.15}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.394 \end{frame}
- [15
-
-]
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no 9 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation15}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.394 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.15}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.394 \end{frame}
- [15
-
-]
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character X).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.394 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.394 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.394 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no 9 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[16
-
-]
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \uncover <2->{\path [ul...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
-
-l.441 \end{frame}
-
-?
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <14.4> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 441.
-! Font OT1/phv/m/it/14.4=phvro7t at 14.4pt not loadable: Metric (TFM) file not
-found.
-<to be read again>
- relax
-l.441 \end{frame}
-
-?
-! Font OT1/phv/m/sl/14.4=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.441 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[17
-
-]
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \uncover <2->{\path [ul...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
-
-l.441 \end{frame}
-
-?
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation17}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.17}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- [17
-
-]
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \uncover <2->{\path [ul...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
-
-l.441 \end{frame}
-
-?
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation17}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.17}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- [17
-
-]
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \uncover <2->{\path [ul...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
-
-l.441 \end{frame}
-
-?
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation17}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.17}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- [17
-
-]
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \uncover <2->{\path [ul...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
-
-l.441 \end{frame}
-
-?
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation17}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.17}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- [17
-
-]
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \uncover <2->{\path [ul...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
-
-l.441 \end{frame}
-
-?
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation17}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.17}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- [17
-
-]
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \uncover <2->{\path [ul...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
-
-l.441 \end{frame}
-
-?
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation17}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.17}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- [17
-
-]
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \uncover <2->{\path [ul...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
-
-l.441 \end{frame}
-
-?
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation17}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.17}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- [17
-
-]
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \uncover <2->{\path [ul...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
-
-l.441 \end{frame}
-
-?
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation17}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.17}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- [17
-
-]
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \uncover <2->{\path [ul...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
-
-l.441 \end{frame}
-
-?
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation17}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.17}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- [17
-
-]
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \uncover <2->{\path [ul...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
-
-l.441 \end{frame}
-
-?
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation17}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.17}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- [17
-
-]
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \uncover <2->{\path [ul...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
-
-l.441 \end{frame}
-
-?
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation17}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.17}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.441 \end{frame}
- [17
-
-]
-! \textfont 7 is undefined (character a).
-<argument> ...re} \node (start) [circle,draw] {$a$
- }; \node (null) [coordinat...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<argument> ...= start,circle,draw,yshift=-8mm]{$b$
- }; \uncover <2->{\path [ul...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-\@let@token ->node[right,yshift=1mm]{$\stmtone $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\stmttwo $
- }
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.441 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ... \\ 0 & 1 \\ -1 & 1 \end {pmatrix} $
-
-l.441 \end{frame}
-
-?
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character a).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- {
-l.441 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.441 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 8).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character b).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.441 \end{frame}
-
-?
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[18
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \scriptfont 7 is undefined (character M).
-<argument> ...tions from the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.491 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-
-Overfull \vbox (80.13089pt too high) detected at line 491
- []
-
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[19
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \scriptfont 7 is undefined (character M).
-<argument> ...tions from the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.491 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-
-Overfull \vbox (80.13089pt too high) detected at line 491
- []
-
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation19}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.19}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- [19
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \scriptfont 7 is undefined (character M).
-<argument> ...tions from the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.491 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-
-Overfull \vbox (80.13089pt too high) detected at line 491
- []
-
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation19}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.19}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- [19
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \scriptfont 7 is undefined (character M).
-<argument> ...tions from the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.491 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-
-Overfull \vbox (80.13089pt too high) detected at line 491
- []
-
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation19}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.19}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- [19
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \scriptfont 7 is undefined (character M).
-<argument> ...tions from the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.491 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-
-Overfull \vbox (80.13089pt too high) detected at line 491
- []
-
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation19}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.19}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- [19
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \scriptfont 7 is undefined (character M).
-<argument> ...tions from the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.491 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-
-Overfull \vbox (80.13089pt too high) detected at line 491
- []
-
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation19}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.19}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- [19
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \scriptfont 7 is undefined (character M).
-<argument> ...tions from the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.491 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-
-Overfull \vbox (80.13089pt too high) detected at line 491
- []
-
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation19}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.19}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- [19
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \scriptfont 7 is undefined (character M).
-<argument> ...tions from the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.491 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-
-Overfull \vbox (80.13089pt too high) detected at line 491
- []
-
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation19}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.19}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- [19
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \scriptfont 7 is undefined (character M).
-<argument> ...tions from the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.491 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-
-Overfull \vbox (80.13089pt too high) detected at line 491
- []
-
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation19}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.19}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- [19
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character s).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character u).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character p).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \scriptfont 7 is undefined (character M).
-<argument> ...tions from the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.491 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-
-Overfull \vbox (80.13089pt too high) detected at line 491
- []
-
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation19}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.19}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- [19
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \scriptfont 7 is undefined (character M).
-<argument> ...tions from the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.491 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation19}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.19}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- [19
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \scriptfont 7 is undefined (character M).
-<argument> ...tions from the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.491 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation19}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.19}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- [19
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \scriptfont 7 is undefined (character M).
-<argument> ...tions from the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.491 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation19}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.19}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.491 \end{frame}
- [19
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character f).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.491 \end{frame}
-
-?
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-! Undefined control sequence.
-\sem #1->\left \llbracket
- #1 \right \rrbracket
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- T
-l.491 \end{frame}
-
-?
-! Undefined control sequence.
-\sem #1->\left \llbracket #1 \right \rrbracket
-
-l.491 \end{frame}
-
-?
-! Missing delimiter (. inserted).
-<to be read again>
- ^
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character k).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character T).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character A).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character d).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-! \scriptfont 7 is undefined (character m).
-<argument> ...A \vx + d}^\sharp : \CZ ^m \to \CZ $
- \begin {enumerate} \small...
-l.491 \end{frame}
-
-?
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-! \scriptfont 7 is undefined (character M).
-<argument> ...tions from the set $\CZ ^M \to \CZ $
- . \smallskip \item <14-> c...
-l.491 \end{frame}
-
-?
-Missing character: There is no . in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character n).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character l).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character o).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 6 is undefined (character g).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-! \textfont 7 is undefined (character m).
-<argument> ...log m \cdot ( n + m \cdot \log m ))$
- \end {enumerate}
-l.491 \end{frame}
-
-?
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[20
-
-]
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.530 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.530 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \endtemplate
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hskip \z@ plus.5fill\relax \egroup \egroup \begi...
-l.530 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> }$
- }\ifmeasuring@ \savefieldlength@ \fi \set@field \hfil \endtempl...
-l.530 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...ure} \node (c1) [circle,draw] {$c_1$
- }; \node (c2) [circle,draw...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<argument> ...ure} \node (c1) [circle,draw] {$c_1$
- }; \node (c2) [circle,draw...
-l.530 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ...w,right of = c1, xshift=10mm] {$c_2$
- }; \node (c3) [below of = ...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<argument> ...w,right of = c1, xshift=10mm] {$c_2$
- }; \node (c3) [below of = ...
-l.530 \end{frame}
-
-?
-! \textfont 7 is undefined (character c).
-<argument> ... = c2,circle,draw,yshift=-8mm]{$c_3$
- }; \uncover {\path [ultra ...
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<argument> ... = c2,circle,draw,yshift=-8mm]{$c_3$
- }; \uncover {\path [ultra ...
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\@let@token ->node[left]{$\vy _1$
- }
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left]{$\vy _1$
- }
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\@let@token ->node[right]{$\vy _2$
- }
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[right]{$\vy _2$
- }
-l.530 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\@let@token ->node[above]{$\vy _3$
- }
-l.530 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-\@let@token ->node[above]{$\vy _3$
- }
-l.530 \end{frame}
-
-?
-Missing character: There is no M in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no N in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[21
-
-]
-Missing character: There is no A in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
- [22
-
-]
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[23
-
-]
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...<6,9-10,13-15>0\only <18-19>\infty $
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...eginfty \only <6,9-10,13-15,18-19>0$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 6 is undefined (character 0).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... {\only <4-6>\neginfty \only <7->0}$
- & \uncover <1->{\vx _1^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 6 is undefined (character 0).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... {\only <4-6>\neginfty \only <7->0}$
- & \uncover <1->{\vx _1^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 6 is undefined (character 0).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... {\only <4-6>\neginfty \only <7->0}$
- & \uncover <1->{\vx _1^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...<6,9-10,13-15>0\only <18-19>\infty $
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...eginfty \only <6,9-10,13-15,18-19>0$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...ginfty \only <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...ginfty \only <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 6 is undefined (character 0).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... {\only <4-6>\neginfty \only <7->0}$
- & \uncover <1->{\vx _1^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...<6,9-10,13-15>0\only <18-19>\infty $
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...ng $\only <10,14-15>0\only <19>{42}$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...eginfty \only <6,9-10,13-15,18-19>0$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... & \centering $\only <10,14-15,19>0$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...ginfty \only <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...ginfty \only <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...ng $\only <10,14-15>0\only <19>{41}$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... & \centering $\only <10,14-15,19>0$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 6 is undefined (character 0).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... {\only <4-6>\neginfty \only <7->0}$
- & \uncover <1->{\vx _1^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...nfty \only <11-19>0\only <20->{41}}$
- & \uncover <1->{\vx _2^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-10>\neginfty \only <11->0}$
- & \uncover <1->{\vx _2^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 6 is undefined (character 0).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... {\only <4-6>\neginfty \only <7->0}$
- & \uncover <1->{\vx _1^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...nfty \only <11-19>0\only <20->{41}}$
- & \uncover <1->{\vx _2^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-10>\neginfty \only <11->0}$
- & \uncover <1->{\vx _2^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 6 is undefined (character 0).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... {\only <4-6>\neginfty \only <7->0}$
- & \uncover <1->{\vx _1^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...nfty \only <11-19>0\only <20->{41}}$
- & \uncover <1->{\vx _2^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-10>\neginfty \only <11->0}$
- & \uncover <1->{\vx _2^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...<6,9-10,13-15>0\only <18-19>\infty $
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...eginfty \only <6,9-10,13-15,18-19>0$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...ginfty \only <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...ginfty \only <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...0>\neginfty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...0>\neginfty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...9-10>\neginfty \only <13-15,18-19>0$
- & \centering $\only <10>\...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 6 is undefined (character 0).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... {\only <4-6>\neginfty \only <7->0}$
- & \uncover <1->{\vx _1^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...nfty \only <11-19>0\only <20->{41}}$
- & \uncover <1->{\vx _2^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-10>\neginfty \only <11->0}$
- & \uncover <1->{\vx _2^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...<6,9-10,13-15>0\only <18-19>\infty $
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...ng $\only <10,14-15>0\only <19>{42}$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...eginfty \only <6,9-10,13-15,18-19>0$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... & \centering $\only <10,14-15,19>0$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...ginfty \only <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...ginfty \only <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...ng $\only <10,14-15>0\only <19>{41}$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... & \centering $\only <10,14-15,19>0$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...0>\neginfty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...0>\neginfty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ... <10>\neginfty \only <14-15,19>{41}$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ... <10>\neginfty \only <14-15,19>{41}$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...9-10>\neginfty \only <13-15,18-19>0$
- & \centering $\only <10>\...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...nly <10>\neginfty \only <14-15,19>0$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 6 is undefined (character 0).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... {\only <4-6>\neginfty \only <7->0}$
- & \uncover <1->{\vx _1^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...nfty \only <11-19>0\only <20->{41}}$
- & \uncover <1->{\vx _2^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-10>\neginfty \only <11->0}$
- & \uncover <1->{\vx _2^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...<6,9-10,13-15>0\only <18-19>\infty $
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...ng $\only <10,14-15>0\only <19>{42}$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...<19>{42}$ & \centering $\only <15>0$
- & \centering & \centering...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...eginfty \only <6,9-10,13-15,18-19>0$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... & \centering $\only <10,14-15,19>0$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...-15,19>0$ & \centering $\only <15>0$
- & \centering & \centering...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...ginfty \only <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...ginfty \only <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...ng $\only <10,14-15>0\only <19>{41}$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...<19>{41}$ & \centering $\only <15>0$
- & \centering & \centering...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... & \centering $\only <10,14-15,19>0$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...-15,19>0$ & \centering $\only <15>0$
- & \centering & \centering...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...0>\neginfty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...0>\neginfty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ... <10>\neginfty \only <14-15,19>{41}$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ... <10>\neginfty \only <14-15,19>{41}$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...,19>{41}$ & \centering $\only <15>0$
- & \centering & \centering...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...9-10>\neginfty \only <13-15,18-19>0$
- & \centering $\only <10>\...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...nly <10>\neginfty \only <14-15,19>0$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...-15,19>0$ & \centering $\only <15>0$
- & \centering & \centering...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 6 is undefined (character 0).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... {\only <4-6>\neginfty \only <7->0}$
- & \uncover <1->{\vx _1^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...nfty \only <11-19>0\only <20->{41}}$
- & \uncover <1->{\vx _2^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-10>\neginfty \only <11->0}$
- & \uncover <1->{\vx _2^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...nfty \only <16-19>0\only <20->{41}}$
- & \uncover <1->{\vx _3^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-15>\neginfty \only <16->0}$
- & \uncover <1->{\vx _3^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 6 is undefined (character 0).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... {\only <4-6>\neginfty \only <7->0}$
- & \uncover <1->{\vx _1^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...nfty \only <11-19>0\only <20->{41}}$
- & \uncover <1->{\vx _2^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-10>\neginfty \only <11->0}$
- & \uncover <1->{\vx _2^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...nfty \only <16-19>0\only <20->{41}}$
- & \uncover <1->{\vx _3^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-15>\neginfty \only <16->0}$
- & \uncover <1->{\vx _3^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 6 is undefined (character 0).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... {\only <4-6>\neginfty \only <7->0}$
- & \uncover <1->{\vx _1^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...nfty \only <11-19>0\only <20->{41}}$
- & \uncover <1->{\vx _2^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-10>\neginfty \only <11->0}$
- & \uncover <1->{\vx _2^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...nfty \only <16-19>0\only <20->{41}}$
- & \uncover <1->{\vx _3^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-15>\neginfty \only <16->0}$
- & \uncover <1->{\vx _3^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...eginfty \only <6,9-10,13-15,18-19>0$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...ginfty \only <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...ginfty \only <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...0>\neginfty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...0>\neginfty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...9-10>\neginfty \only <13-15,18-19>0$
- & \centering $\only <10>\...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 6 is undefined (character 0).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... {\only <4-6>\neginfty \only <7->0}$
- & \uncover <1->{\vx _1^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...nfty \only <11-19>0\only <20->{41}}$
- & \uncover <1->{\vx _2^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-10>\neginfty \only <11->0}$
- & \uncover <1->{\vx _2^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...nfty \only <16-19>0\only <20->{41}}$
- & \uncover <1->{\vx _3^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-15>\neginfty \only <16->0}$
- & \uncover <1->{\vx _3^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...ng $\only <10,14-15>0\only <19>{42}$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<argument> ...ng $\only <10,14-15>0\only <19>{42}$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...eginfty \only <6,9-10,13-15,18-19>0$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... & \centering $\only <10,14-15,19>0$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...ginfty \only <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...ginfty \only <9-10,13-15,18-19>{41}$
- & \centering $\only <10,1...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...ng $\only <10,14-15>0\only <19>{41}$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...ng $\only <10,14-15>0\only <19>{41}$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... & \centering $\only <10,14-15,19>0$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...0>\neginfty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...0>\neginfty \only <13-15,18-19>{41}$
- & \centering $\only <10>\...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ... <10>\neginfty \only <14-15,19>{41}$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ... <10>\neginfty \only <14-15,19>{41}$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...9-10>\neginfty \only <13-15,18-19>0$
- & \centering $\only <10>\...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...nly <10>\neginfty \only <14-15,19>0$
- & \centering $\only <15>0...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 6 is undefined (character 4).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... {\only <4-6>\neginfty \only <7->0}$
- & \uncover <1->{\vx _1^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...nfty \only <11-19>0\only <20->{41}}$
- & \uncover <1->{\vx _2^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...nfty \only <11-19>0\only <20->{41}}$
- & \uncover <1->{\vx _2^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-10>\neginfty \only <11->0}$
- & \uncover <1->{\vx _2^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...nfty \only <16-19>0\only <20->{41}}$
- & \uncover <1->{\vx _3^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...nfty \only <16-19>0\only <20->{41}}$
- & \uncover <1->{\vx _3^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-15>\neginfty \only <16->0}$
- & \uncover <1->{\vx _3^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 6 is undefined (character 4).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... {\only <4-6>\neginfty \only <7->0}$
- & \uncover <1->{\vx _1^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...nfty \only <11-19>0\only <20->{41}}$
- & \uncover <1->{\vx _2^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...nfty \only <11-19>0\only <20->{41}}$
- & \uncover <1->{\vx _2^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-10>\neginfty \only <11->0}$
- & \uncover <1->{\vx _2^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...nfty \only <16-19>0\only <20->{41}}$
- & \uncover <1->{\vx _3^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...nfty \only <16-19>0\only <20->{41}}$
- & \uncover <1->{\vx _3^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-15>\neginfty \only <16->0}$
- & \uncover <1->{\vx _3^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no N in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no ! in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation23}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.23}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.671 \end{frame}
- [23
-
-]
-! \textfont 6 is undefined (character 4).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-<argument> ...infty \only <7-19>0\only <20->{42}}$
- & \uncover <1->{\vx _1^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ... {\only <4-6>\neginfty \only <7->0}$
- & \uncover <1->{\vx _1^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...nfty \only <11-19>0\only <20->{41}}$
- & \uncover <1->{\vx _2^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...nfty \only <11-19>0\only <20->{41}}$
- & \uncover <1->{\vx _2^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-10>\neginfty \only <11->0}$
- & \uncover <1->{\vx _2^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<argument> ...nfty \only <16-19>0\only <20->{41}}$
- & \uncover <1->{\vx _3^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<argument> ...nfty \only <16-19>0\only <20->{41}}$
- & \uncover <1->{\vx _3^+ ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<argument> ...\only <4-15>\neginfty \only <16->0}$
- & \uncover <1->{\vx _3^- ...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 4).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character m).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character i).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character n).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-! \textfont 6 is undefined (character 0).
-<template> \unskip \relax $
- \hfill \egroup \egroup \begingroup \CT@setup \CT@...
-l.671 \end{frame}
-
-?
-Missing character: There is no G in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 3).
-<template> \unskip \relax $
- \egroup \egroup \begingroup \CT@setup \CT@row@col...
-l.671 \end{frame}
-
-?
-Missing character: There is no L in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no U in font nullfont!
-Missing character: There is no N in font nullfont!
-Missing character: There is no D in font nullfont!
-Missing character: There is no ! in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 4 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[24
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
- [25
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation25}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.694 }
- pdfTeX warning (ext4): destination with the same identifier (name{page.2
-5}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.694 }
- [25
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation25}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.694 }
- pdfTeX warning (ext4): destination with the same identifier (name{page.2
-5}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.694 }
- [25
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation25}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.694 }
- pdfTeX warning (ext4): destination with the same identifier (name{page.2
-5}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.694 }
- [25
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation25}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.694 }
- pdfTeX warning (ext4): destination with the same identifier (name{page.2
-5}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.694 }
- [25
-
-]
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no w in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 5 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
- [26
-
-]
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no Z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no 2 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no 3 in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 6 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
- [27
-
-]
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no : in font nullfont!
-
-<figs/region_convex_poly.pdf, id=381, 110.8658pt x 52.79323pt>
-File: figs/region_convex_poly.pdf Graphic file (type pdf)
-
-<use figs/region_convex_poly.pdf>
-Package pdftex.def Info: figs/region_convex_poly.pdf used on input line 773.
-(pdftex.def) Requested size: 35.84993pt x 17.07164pt.
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no : in font nullfont!
-<figs/region_convex.pdf, id=382, 81.30154pt x 58.07246pt>
-File: figs/region_convex.pdf Graphic file (type pdf)
-
-<use figs/region_convex.pdf>
-Package pdftex.def Info: figs/region_convex.pdf used on input line 773.
-(pdftex.def) Requested size: 23.89938pt x 17.07164pt.
-
-<figs/region_general.pdf, id=383, 81.30154pt x 36.95526pt>
-File: figs/region_general.pdf Graphic file (type pdf)
-
-<use figs/region_general.pdf>
-Package pdftex.def Info: figs/region_general.pdf used on input line 773.
-(pdftex.def) Requested size: 37.5567pt x 17.07164pt.
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no + in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <20.74> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 773.
-! Font OT1/phv/m/it/20.74=phvro7t at 20.74pt not loadable: Metric (TFM) file no
-t found.
-<to be read again>
- relax
-l.773 \end{frame}
-
-?
-! Font OT1/phv/m/sl/20.74=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.773 \end{frame}
-
-?
-LaTeX Font Info: Font shape `OT1/phv/m/it' in size <12> not available
-(Font) Font shape `OT1/phv/m/sl' tried instead on input line 773.
-! Font OT1/phv/m/it/12=phvro7t at 12.0pt not loadable: Metric (TFM) file not fo
-und.
-<to be read again>
- relax
-l.773 \end{frame}
-
-?
-! Font OT1/phv/m/sl/12=nullfont not loadable: Metric (TFM) file not found.
-<to be read again>
- relax
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-Missing character: There is no U in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no Y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ! in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[28
-
- <./figs/region_convex_poly.pdf> <./figs/region_convex.pdf> <./figs/region_gene
-ral.pdf>]
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no : in font nullfont!
-File: figs/region_convex_poly.pdf Graphic file (type pdf)
- <use figs/region_convex_poly.pdf>
-Package pdftex.def Info: figs/region_convex_poly.pdf used on input line 773.
-(pdftex.def) Requested size: 35.84993pt x 17.07164pt.
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no : in font nullfont!
-File: figs/region_convex.pdf Graphic file (type pdf)
-<use figs/region_convex.pdf>
-Package pdftex.def Info: figs/region_convex.pdf used on input line 773.
-(pdftex.def) Requested size: 23.89938pt x 17.07164pt.
-File: figs/region_general.pdf Graphic file (type pdf)
- <use figs/region_general.pdf>
-Package pdftex.def Info: figs/region_general.pdf used on input line 773.
-(pdftex.def) Requested size: 37.5567pt x 17.07164pt.
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no + in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-Missing character: There is no U in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no Y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ! in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation28}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.773 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.28}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.773 \end{frame}
- [28
-
-]
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no : in font nullfont!
-File: figs/region_convex_poly.pdf Graphic file (type pdf)
- <use figs/region_convex_poly.pdf>
-Package pdftex.def Info: figs/region_convex_poly.pdf used on input line 773.
-(pdftex.def) Requested size: 35.84993pt x 17.07164pt.
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no : in font nullfont!
-File: figs/region_convex.pdf Graphic file (type pdf)
-<use figs/region_convex.pdf>
-Package pdftex.def Info: figs/region_convex.pdf used on input line 773.
-(pdftex.def) Requested size: 23.89938pt x 17.07164pt.
-File: figs/region_general.pdf Graphic file (type pdf)
- <use figs/region_general.pdf>
-Package pdftex.def Info: figs/region_general.pdf used on input line 773.
-(pdftex.def) Requested size: 37.5567pt x 17.07164pt.
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no + in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-Missing character: There is no U in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no Y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ! in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation28}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.773 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.28}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.773 \end{frame}
- [28
-
-]
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no : in font nullfont!
-File: figs/region_convex_poly.pdf Graphic file (type pdf)
- <use figs/region_convex_poly.pdf>
-Package pdftex.def Info: figs/region_convex_poly.pdf used on input line 773.
-(pdftex.def) Requested size: 35.84993pt x 17.07164pt.
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no : in font nullfont!
-File: figs/region_convex.pdf Graphic file (type pdf)
-<use figs/region_convex.pdf>
-Package pdftex.def Info: figs/region_convex.pdf used on input line 773.
-(pdftex.def) Requested size: 23.89938pt x 17.07164pt.
-File: figs/region_general.pdf Graphic file (type pdf)
- <use figs/region_general.pdf>
-Package pdftex.def Info: figs/region_general.pdf used on input line 773.
-(pdftex.def) Requested size: 37.5567pt x 17.07164pt.
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no + in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-Missing character: There is no U in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no Y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ! in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation28}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.773 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.28}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.773 \end{frame}
- [28
-
-]
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no : in font nullfont!
-File: figs/region_convex_poly.pdf Graphic file (type pdf)
- <use figs/region_convex_poly.pdf>
-Package pdftex.def Info: figs/region_convex_poly.pdf used on input line 773.
-(pdftex.def) Requested size: 35.84993pt x 17.07164pt.
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no : in font nullfont!
-File: figs/region_convex.pdf Graphic file (type pdf)
-<use figs/region_convex.pdf>
-Package pdftex.def Info: figs/region_convex.pdf used on input line 773.
-(pdftex.def) Requested size: 23.89938pt x 17.07164pt.
-File: figs/region_general.pdf Graphic file (type pdf)
- <use figs/region_general.pdf>
-Package pdftex.def Info: figs/region_general.pdf used on input line 773.
-(pdftex.def) Requested size: 37.5567pt x 17.07164pt.
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no + in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-Missing character: There is no U in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no Y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ! in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-pdfTeX warning (ext4): destination with the same identifier (name{Navigation28}
-) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.773 \end{frame}
- pdfTeX warning (ext4): destination with the same identifier (n
-ame{page.28}) has been already used, duplicate ignored
-<to be read again>
- \relax
-l.773 \end{frame}
- [28
-
-]
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no z in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no x in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no : in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no : in font nullfont!
-File: figs/region_convex_poly.pdf Graphic file (type pdf)
- <use figs/region_convex_poly.pdf>
-Package pdftex.def Info: figs/region_convex_poly.pdf used on input line 773.
-(pdftex.def) Requested size: 35.84993pt x 17.07164pt.
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...q b_1 \wedge -\vy \leq b_2$
- (ESOP'07) \par \emph {Qua...
-l.773 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no : in font nullfont!
-File: figs/region_convex.pdf Graphic file (type pdf)
-<use figs/region_convex.pdf>
-Package pdftex.def Info: figs/region_convex.pdf used on input line 773.
-(pdftex.def) Requested size: 23.89938pt x 17.07164pt.
-File: figs/region_general.pdf Graphic file (type pdf)
- <use figs/region_general.pdf>
-Package pdftex.def Info: figs/region_general.pdf used on input line 773.
-(pdftex.def) Requested size: 37.5567pt x 17.07164pt.
-Missing character: There is no , in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no . in font nullfont!
-Missing character: There is no , in font nullfont!
-
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character x).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character y).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character b).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\beamer@doifinframe ...b_1 \wedge \vy ^2 \leq b_2$
- (SAS'10) \bigskip \item [...
-l.773 \end{frame}
-
-?
-Missing character: There is no ( in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 0 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no + in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no M in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no v in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no E in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no O in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no F in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no m in font nullfont!
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{1})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{1}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...m]{\huge $\mathbf {abstr.} (s_{2})$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ...]{\huge $\mathbf {abstr.} (s_{2}')$
- }
-l.773 \end{frame}
-
-?
-Missing character: There is no t in font nullfont!
-Missing character: There is no o in font nullfont!
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{1}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 1).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-\@let@token ->node[left,xshift=-2mm]{\huge $s_{2}$
- }
-l.773 \end{frame}
-
-?
-! \textfont 7 is undefined (character s).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \scriptfont 6 is undefined (character 2).
-<recently read> $
-
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character a).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character b).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character s).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character t).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-! \textfont 8 is undefined (character r).
-\beamer@doifinframe ...zpicture} }}\end {pmatrix}$
- \par \medskip \item [$\bu...
-l.773 \end{frame}
-
-?
-Missing character: There is no U in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no d in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no - in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no y in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no m in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no g in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no b in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no p in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ( in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no V in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no P in font nullfont!
-Missing character: There is no L in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no S in font nullfont!
-Missing character: There is no ' in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no , in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no W in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no ) in font nullfont!
-Missing character: There is no T in font nullfont!
-Missing character: There is no h in font nullfont!
-Missing character: There is no a in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no k in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no Y in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no A in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no ! in font nullfont!
-Missing character: There is no Q in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no t in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no ? in font nullfont!
-Missing character: There is no C in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no l in font nullfont!
-Missing character: There is no u in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no i in font nullfont!
-Missing character: There is no o in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 7 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[29
-
-]
-No file main.bbl.
-Missing character: There is no R in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no f in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no r in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no n in font nullfont!
-Missing character: There is no c in font nullfont!
-Missing character: There is no e in font nullfont!
-Missing character: There is no s in font nullfont!
-Missing character: There is no I in font nullfont!
-Missing character: There is no 1 in font nullfont!
-Missing character: There is no 8 in font nullfont!
-Missing character: There is no / in font nullfont!
-Missing character: There is no 1 in font nullfont!
-[30
-
-])
-\tf@nav=\write7
-\openout7 = `main.nav'.
-
-\tf@toc=\write8
-\openout8 = `main.toc'.
-
-\tf@snm=\write9
-\openout9 = `main.snm'.
-
-Package atveryend Info: Empty hook `BeforeClearDocument' on input line 57.
-Package atveryend Info: Empty hook `AfterLastShipout' on input line 57.
- (./main.aux)
-Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 57.
-Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 57.
-
-
-Package rerunfilecheck Warning: File `main.out' has changed.
-(rerunfilecheck) Rerun to get outlines right
-(rerunfilecheck) or use package `bookmark'.
-
-Package rerunfilecheck Info: Checksums for `main.out':
-(rerunfilecheck) Before: <no file>
-(rerunfilecheck) After: F362B0824C745F93A42F01AC56B78F3A;544.
-
-LaTeX Warning: There were undefined references.
-
- )
-Here is how much of TeX's memory you used:
- 22132 strings out of 495065
- 411516 string characters out of 3182278
- 529434 words of memory out of 3000000
- 24761 multiletter control sequences out of 15000+200000
- 16362 words of font info for 65 fonts, out of 3000000 for 9000
- 14 hyphenation exceptions out of 8191
- 49i,23n,55p,393b,1159s stack positions out of 5000i,500n,10000p,200000b,50000s
-</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb></us
-r/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx9.pfb></usr/share
-/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/share/texli
-ve/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texlive/tex
-mf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb></usr/share/texlive/texmf-dis
-t/fonts/type1/public/amsfonts/cm/cmmi6.pfb></usr/share/texlive/texmf-dist/fonts
-/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1/
-public/amsfonts/cm/cmmi8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/
-amsfonts/cm/cmmi9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfont
-s/cm/cmmib10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/
-cmr10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.p
-fb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr17.pfb></us
-r/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr6.pfb></usr/share/
-texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb></usr/share/texlive/
-texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb></usr/share/texlive/texmf-di
-st/fonts/type1/public/amsfonts/cm/cmss10.pfb></usr/share/texlive/texmf-dist/fon
-ts/type1/public/amsfonts/cm/cmss17.pfb></usr/share/texlive/texmf-dist/fonts/typ
-e1/public/amsfonts/cm/cmss8.pfb></usr/share/texlive/texmf-dist/fonts/type1/publ
-ic/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/ams
-fonts/cm/cmsy7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/c
-m/cmsy8.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy9
-.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb><
-/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb></usr/s
-hare/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt8.pfb></usr/share/te
-xlive/texmf-dist/fonts/type1/public/amsfonts/symbols/msam10.pfb></usr/share/tex
-live/texmf-dist/fonts/type1/public/amsfonts/symbols/msam7.pfb></usr/share/texli
-ve/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb>
-Output written on main.pdf (102 pages, 851913 bytes).
-PDF statistics:
- 757 PDF objects out of 1000 (max. 8388607)
- 595 compressed objects within 6 object streams
- 64 named destinations out of 1000 (max. 500000)
- 48 words of extra memory for PDF output out of 10000 (max. 10000000)
-
diff --git a/tex/presentation/thomas/main.nav b/tex/presentation/thomas/main.nav
deleted file mode 100644
index d5422e3..0000000
--- a/tex/presentation/thomas/main.nav
+++ /dev/null
@@ -1,54 +0,0 @@
-\beamer@endinputifotherversion {3.10pt}
-\headcommand {\sectionentry {0}{Title}{1}{Title}{0}}
-\headcommand {\beamer@sectionpages {1}{0}}
-\headcommand {\beamer@subsectionpages {1}{0}}
-\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}
-\headcommand {\beamer@framepages {1}{1}}
-\headcommand {\slideentry {0}{0}{2}{3/3}{}{0}}
-\headcommand {\beamer@framepages {3}{3}}
-\headcommand {\sectionentry {1}{Abstract Interpretation using Zones}{4}{Abstract Interpretation using Zones}{0}}
-\headcommand {\beamer@sectionpages {1}{3}}
-\headcommand {\beamer@subsectionpages {1}{3}}
-\headcommand {\slideentry {1}{0}{3}{4/5}{}{0}}
-\headcommand {\beamer@framepages {4}{5}}
-\headcommand {\slideentry {1}{0}{4}{6/7}{}{0}}
-\headcommand {\beamer@framepages {6}{7}}
-\headcommand {\slideentry {1}{0}{5}{8/9}{}{0}}
-\headcommand {\beamer@framepages {8}{9}}
-\headcommand {\slideentry {1}{0}{6}{10/11}{}{0}}
-\headcommand {\beamer@framepages {10}{11}}
-\headcommand {\slideentry {1}{0}{7}{12/13}{}{0}}
-\headcommand {\beamer@framepages {12}{13}}
-\headcommand {\slideentry {1}{0}{8}{14/14}{}{0}}
-\headcommand {\beamer@framepages {14}{14}}
-\headcommand {\sectionentry {2}{Max-Strategy Iteration}{15}{Max-Strategy Iteration}{0}}
-\headcommand {\beamer@sectionpages {4}{14}}
-\headcommand {\beamer@subsectionpages {4}{14}}
-\headcommand {\slideentry {2}{0}{9}{15/16}{}{0}}
-\headcommand {\beamer@framepages {15}{16}}
-\headcommand {\slideentry {2}{0}{10}{17/18}{}{0}}
-\headcommand {\beamer@framepages {17}{18}}
-\headcommand {\slideentry {2}{0}{11}{19/20}{}{0}}
-\headcommand {\beamer@framepages {19}{20}}
-\headcommand {\slideentry {2}{0}{12}{21/21}{}{0}}
-\headcommand {\beamer@framepages {21}{21}}
-\headcommand {\slideentry {2}{0}{13}{22/22}{}{0}}
-\headcommand {\beamer@framepages {22}{22}}
-\headcommand {\slideentry {2}{0}{14}{23/24}{}{0}}
-\headcommand {\beamer@framepages {23}{24}}
-\headcommand {\slideentry {2}{0}{15}{25/26}{}{0}}
-\headcommand {\beamer@framepages {25}{26}}
-\headcommand {\slideentry {2}{0}{16}{27/27}{}{0}}
-\headcommand {\beamer@framepages {27}{27}}
-\headcommand {\sectionentry {3}{Conclusion}{28}{Conclusion}{0}}
-\headcommand {\beamer@sectionpages {15}{27}}
-\headcommand {\beamer@subsectionpages {15}{27}}
-\headcommand {\slideentry {3}{0}{17}{28/29}{}{0}}
-\headcommand {\beamer@framepages {28}{29}}
-\headcommand {\slideentry {3}{0}{18}{30/30}{}{0}}
-\headcommand {\beamer@framepages {30}{30}}
-\headcommand {\beamer@partpages {1}{30}}
-\headcommand {\beamer@subsectionpages {28}{30}}
-\headcommand {\beamer@sectionpages {28}{30}}
-\headcommand {\beamer@documentpages {30}}
-\headcommand {\def \inserttotalframenumber {18}}
diff --git a/tex/presentation/thomas/main.out b/tex/presentation/thomas/main.out
deleted file mode 100644
index af419ce..0000000
--- a/tex/presentation/thomas/main.out
+++ /dev/null
@@ -1,4 +0,0 @@
-\BOOKMARK [2][]{Outline0.0}{\376\377\000T\000i\000t\000l\000e}{}% 1
-\BOOKMARK [2][]{Outline0.1}{\376\377\000A\000b\000s\000t\000r\000a\000c\000t\000\040\000I\000n\000t\000e\000r\000p\000r\000e\000t\000a\000t\000i\000o\000n\000\040\000u\000s\000i\000n\000g\000\040\000Z\000o\000n\000e\000s}{}% 2
-\BOOKMARK [2][]{Outline0.2}{\376\377\000M\000a\000x\000-\000S\000t\000r\000a\000t\000e\000g\000y\000\040\000I\000t\000e\000r\000a\000t\000i\000o\000n}{}% 3
-\BOOKMARK [2][]{Outline0.3}{\376\377\000C\000o\000n\000c\000l\000u\000s\000i\000o\000n}{}% 4
diff --git a/tex/presentation/thomas/main.pdf b/tex/presentation/thomas/main.pdf
deleted file mode 100644
index 5ed582c..0000000
--- a/tex/presentation/thomas/main.pdf
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/main.snm b/tex/presentation/thomas/main.snm
deleted file mode 100644
index e69de29..0000000
--- a/tex/presentation/thomas/main.snm
+++ /dev/null
diff --git a/tex/presentation/thomas/main.tex b/tex/presentation/thomas/main.tex
deleted file mode 100644
index 590862b..0000000
--- a/tex/presentation/thomas/main.tex
+++ /dev/null
@@ -1,57 +0,0 @@
-%\documentclass[utf8,bigger,handout]{beamer} % option smaller/bigger for better results
-% \documentclass[utf8x,bigger,grid=5]{beamer}
-\documentclass[utf8x,grid=5,slidestop]{beamer}
-
-\usepackage[utf8x]{inputenc}
-\usepackage[absolute,overlay]{textpos}
-
-\setlength{\TPHorizModule}{10mm}
-\setlength{\TPVertModule}{\TPHorizModule}
-\textblockorigin{0mm}{0mm} % start everything near the top-left corner
-
-\usepackage{amsmath,graphicx,makeidx,listings,colortbl,helvet,ifthen,tikz,soul,pgfpages,proof,ifthen,forloop,fouridx}
-
-\usetikzlibrary{backgrounds}
-\usetikzlibrary{automata}
-\usepgflibrary{decorations.pathmorphing}
-
-% \usetheme{CambridgeUS}
-% \usetheme{beamerthemeplain}
-
-\beamersetleftmargin{3mm}
-\beamersetrightmargin{3mm}
-
-\setbeamertemplate{navigation symbols}{}
-\setbeamertemplate{footline}{\hfill\bf\normalsize \insertframenumber\ / \inserttotalframenumber \quad\vspace*{5pt} }
-
-\resetcounteronoverlays{page}
-
-
-% \usepackage{./pgfplots}
-% \pgfplotsset{width=7cm}
-
-%\pgfplotsset{compat=newest}
-
-
-%\usefonttheme{default} % quite nice
-
-\usepackage{listings}
-\lstdefinelanguage{pseudo}[ANSI]{C}{morekeywords={alle, wenn, dann,
- forall,let,in,function,return,new},mathescape=true}
-\lstdefinelanguage{assem}[ANSI]{C}{morekeywords={FP},ndkeywords={R1,R4},mathescape=true}
-
-
-% \usepackage{soul}
-
-\input{defs}
-
-\makeindex
-
-%\setbeamersize{sidebar width left = 0cm}
-%\setbeamersize{sidebar width right = 0cm}
-%\setbeamersize{text margin left = 0.3cm}
-%\setbeamersize{text margin right = 0.3cm}
-
-\begin{document}
-\input{slides}
-\end{document}
diff --git a/tex/presentation/thomas/main.toc b/tex/presentation/thomas/main.toc
deleted file mode 100644
index b23f829..0000000
--- a/tex/presentation/thomas/main.toc
+++ /dev/null
@@ -1,5 +0,0 @@
-\beamer@endinputifotherversion {3.10pt}
-\beamer@sectionintoc {0}{Title}{1}{0}{1}
-\beamer@sectionintoc {1}{Abstract Interpretation using Zones}{4}{0}{2}
-\beamer@sectionintoc {2}{Max-Strategy Iteration}{15}{0}{3}
-\beamer@sectionintoc {3}{Conclusion}{28}{0}{4}
diff --git a/tex/presentation/thomas/missfont.log b/tex/presentation/thomas/missfont.log
deleted file mode 100644
index 9a3c756..0000000
--- a/tex/presentation/thomas/missfont.log
+++ /dev/null
@@ -1,46 +0,0 @@
-mktextfm phvr7t
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvr7t
-mktextfm phvb7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
-mktextfm phvro7t
-mktextfm nullfont
diff --git a/tex/presentation/thomas/pgfplots.sty b/tex/presentation/thomas/pgfplots.sty
deleted file mode 100644
index 884bfcf..0000000
--- a/tex/presentation/thomas/pgfplots.sty
+++ /dev/null
@@ -1,50 +0,0 @@
-%--------------------------------------------
-%
-% Package pgfplots.sty
-%
-% Provides a user-friendly interface to create function plots (normal
-% plots, semi-logplots and double-logplots).
-%
-% It is based on Till Tantau's PGF package.
-%
-% Copyright 2007/2008/2009 by Christian Feuersänger.
-%
-% This program is free software: you can redistribute it and/or modify
-% it under the terms of the GNU General Public License as published by
-% the Free Software Foundation, either version 3 of the License, or
-% (at your option) any later version.
-%
-% This program is distributed in the hope that it will be useful,
-% but WITHOUT ANY WARRANTY; without even the implied warranty of
-% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-% GNU General Public License for more details.
-%
-% You should have received a copy of the GNU General Public License
-% along with this program. If not, see <http://www.gnu.org/licenses/>.
-%
-%--------------------------------------------
-\def\pgfplotsversion{1.3}
-\ProvidesPackage{pgfplots}[2010/01/02 Version \pgfplotsversion]
-
-% ATTENTION:
-% you MAY need one of
-% \def\pgfsysdriver{pgfsys-dvipdfm.def}
-% \def\pgfsysdriver{pgfsys-pdftex.def}
-% \def\pgfsysdriver{pgfsys-dvips.def}
-%
-% BEFORE the first \usepackage{pgf}, \usepackage{tikz} or
-% \usepackage{pgfplots}.
-% Default is
-% 'dvips' for 'latex'
-% 'pdftex' for 'pdflatex'
-% -> dvipdfm needs special attention.
-
-\RequirePackage{tikz}
-
-
-\input pgfplots.code.tex
-\usetikzlibrary{plotmarks}
-
-
-
-\endinput
diff --git a/tex/presentation/thomas/proof.sty b/tex/presentation/thomas/proof.sty
deleted file mode 100644
index a9e9fc7..0000000
--- a/tex/presentation/thomas/proof.sty
+++ /dev/null
@@ -1,377 +0,0 @@
-%%
-%% Build proof tree for Natural Deduction, Sequent Calculus, etc.
-%% WITH SHORTENING OF PROOF RULES!
-%%
-%% \prooftree
-%% hyp1 produces:
-%% hyp2
-%% hyp3 hyp1 hyp2 hyp3
-%% \justifies -------------------- rulename
-%% concl concl
-%% \thickness=0.08em
-%% \shiftright 2em
-%% \using
-%% rulename
-%% \endprooftree
-%%
-%% where the hypotheses may be similar structures or just formulae.
-%%
-%% To get a vertical string of dots instead of the proof rule, do
-%%
-%% \prooftree which produces:
-%% [hyp]
-%% \using [hyp]
-%% name .
-%% \proofdotseparation=1.2ex .name
-%% \proofdotnumber=4 .
-%% \leadsto .
-%% concl concl
-%% \endprooftree
-%%
-%% Within a prooftree, \[ and \] may be used instead of \prooftree and
-%% \endprooftree; this is not permitted at the outer level because it
-%% conflicts with LaTeX. Also,
-%% \Justifies
-%% produces a double line. In LaTeX you can use \begin{prooftree} and
-%% \end{prootree} at the outer level (however this will not work for the inner
-%% levels, but in any case why would you want to be so verbose?).
-%%
-%% All of of the keywords except \prooftree and \endprooftree are optional
-%% and may appear in any order. They may also be combined in \newcommand's
-%% eg "\def\Cut{\using\sf cut\thickness.08em\justifies}" with the abbreviation
-%% "\prooftree hyp1 hyp2 \Cut \concl \endprooftree". This is recommended and
-%% some standard abbreviations will be found at the end of this file.
-%%
-%% \thickness specifies the breadth of the rule in any units, although
-%% font-relative units such as "ex" or "em" are preferable.
-%% It may optionally be followed by "=".
-%% \proofrulebreadth=.08em or \setlength\proofrulebreadth{.08em} may also be
-%% used either in place of \thickness or globally; the default is 0.04em.
-%% \proofdotseparation and \proofdotnumber control the size of the
-%% string of dots
-%%
-%% If proof trees and formulae are mixed, some explicit spacing is needed,
-%% but don't put anything to the left of the left-most (or the right of
-%% the right-most) hypothesis, or put it in braces, because this will cause
-%% the indentation to be lost.
-%%
-%% By default the conclusion is centered wrt the left-most and right-most
-%% immediate hypotheses (not their proofs); \shiftright or \shiftleft moves
-%% it relative to this position. (Not sure about this specification or how
-%% it should affect spreading of proof tree.)
-%
-% global assignments to dimensions seem to have the effect of stretching
-% diagrams horizontally.
-%
-%%==========================================================================
-
-\def\introrule{{\cal I}}\def\elimrule{{\cal E}}%%
-\def\andintro{\using{\land}\introrule\justifies}%%
-\def\impelim{\using{\Rightarrow}\elimrule\justifies}%%
-\def\allintro{\using{\forall}\introrule\justifies}%%
-\def\allelim{\using{\forall}\elimrule\justifies}%%
-\def\falseelim{\using{\bot}\elimrule\justifies}%%
-\def\existsintro{\using{\exists}\introrule\justifies}%%
-
-%% #1 is meant to be 1 or 2 for the first or second formula
-\def\andelim#1{\using{\land}#1\elimrule\justifies}%%
-\def\orintro#1{\using{\lor}#1\introrule\justifies}%%
-
-%% #1 is meant to be a label corresponding to the discharged hypothesis/es
-\def\impintro#1{\using{\Rightarrow}\introrule_{#1}\justifies}%%
-\def\orelim#1{\using{\lor}\elimrule_{#1}\justifies}%%
-\def\existselim#1{\using{\exists}\elimrule_{#1}\justifies}
-
-%%==========================================================================
-
-\newdimen\proofrulebreadth \proofrulebreadth=.05em
-\newdimen\proofdotseparation \proofdotseparation=1.25ex
-\newdimen\proofrulebaseline \proofrulebaseline=2ex
-\newcount\proofdotnumber \proofdotnumber=3
-\let\then\relax
-\def\hfi{\hskip0pt plus.0001fil}
-\mathchardef\squigto="3A3B
-%
-% flag where we are
-\newif\ifinsideprooftree\insideprooftreefalse
-\newif\ifonleftofproofrule\onleftofproofrulefalse
-\newif\ifproofdots\proofdotsfalse
-\newif\ifdoubleproof\doubleprooffalse
-\let\wereinproofbit\relax
-%
-% dimensions and boxes of bits
-\newdimen\shortenproofleft
-\newdimen\shortenproofright
-\newdimen\proofbelowshift
-\newbox\proofabove
-\newbox\proofbelow
-\newbox\proofrulename
-%
-% miscellaneous commands for setting values
-\def\shiftproofbelow{\let\next\relax\afterassignment\setshiftproofbelow\dimen0 }
-\def\shiftproofbelowneg{\def\next{\multiply\dimen0 by-1 }%
-\afterassignment\setshiftproofbelow\dimen0 }
-\def\setshiftproofbelow{\next\proofbelowshift=\dimen0 }
-\def\setproofrulebreadth{\proofrulebreadth}
-
-%=============================================================================
-\def\prooftree{% NESTED ZERO (\ifonleftofproofrule)
-%
-% first find out whether we're at the left-hand end of a proof rule
-\ifnum \lastpenalty=1
-\then \unpenalty
-\else \onleftofproofrulefalse
-\fi
-%
-% some space on left (except if we're on left, and no infinity for outermost)
-\ifonleftofproofrule
-\else \ifinsideprooftree
- \then \hskip.5em plus1fil
- \fi
-\fi
-%
-% begin our proof tree environment
-\bgroup% NESTED ONE (\proofbelow, \proofrulename, \proofabove,
-% \shortenproofleft, \shortenproofright, \proofrulebreadth)
-\setbox\proofbelow=\hbox{}\setbox\proofrulename=\hbox{}%
-\let\justifies\proofover\let\leadsto\proofoverdots\let\Justifies\proofoverdbl
-\let\using\proofusing\let\[\prooftree
-\ifinsideprooftree\let\]\endprooftree\fi
-\proofdotsfalse\doubleprooffalse
-\let\thickness\setproofrulebreadth
-\let\shiftright\shiftproofbelow \let\shift\shiftproofbelow
-\let\shiftleft\shiftproofbelowneg
-\let\ifwasinsideprooftree\ifinsideprooftree
-\insideprooftreetrue
-%
-% now begin to set the top of the rule (definitions local to it)
-\setbox\proofabove=\hbox\bgroup$\displaystyle % NESTED TWO
-\let\wereinproofbit\prooftree
-%
-% these local variables will be copied out:
-\shortenproofleft=0pt \shortenproofright=0pt \proofbelowshift=0pt
-%
-% flags to enable inner proof tree to detect if on left:
-\onleftofproofruletrue\penalty1
-}
-
-%=============================================================================
-% end whatever box and copy crucial values out of it
-\def\eproofbit{% NESTED TWO
-%
-% various hacks applicable to hypothesis list
-\ifx \wereinproofbit\prooftree
-\then \ifcase \lastpenalty
- \then \shortenproofright=0pt % 0: some other object, no indentation
- \or \unpenalty\hfil % 1: empty hypotheses, just glue
- \or \unpenalty\unskip % 2: just had a tree, remove glue
- \else \shortenproofright=0pt % eh?
- \fi
-\fi
-%
-% pass out crucial values from scope
-\global\dimen0=\shortenproofleft
-\global\dimen1=\shortenproofright
-\global\dimen2=\proofrulebreadth
-\global\dimen3=\proofbelowshift
-\global\dimen4=\proofdotseparation
-%\global\mscount=\proofdotnumber %suppressed by jg (conflict with diagrams.tex, probably)
-%
-% end the box
-$\egroup % NESTED ONE
-%
-% restore the values
-\shortenproofleft=\dimen0
-\shortenproofright=\dimen1
-\proofrulebreadth=\dimen2
-\proofbelowshift=\dimen3
-\proofdotseparation=\dimen4
-%\proofdotnumber=\mscount %suppressed by jg (conflict with diagrams.tex, probably)
-}
-
-%=============================================================================
-\def\proofover{% NESTED TWO
-\eproofbit % NESTED ONE
-\setbox\proofbelow=\hbox\bgroup % NESTED TWO
-\let\wereinproofbit\proofover
-$\displaystyle
-}%
-%
-%=============================================================================
-\def\proofoverdbl{% NESTED TWO
-\eproofbit % NESTED ONE
-\doubleprooftrue
-\setbox\proofbelow=\hbox\bgroup % NESTED TWO
-\let\wereinproofbit\proofoverdbl
-$\displaystyle
-}%
-%
-%=============================================================================
-\def\proofoverdots{% NESTED TWO
-\eproofbit % NESTED ONE
-\proofdotstrue
-\setbox\proofbelow=\hbox\bgroup % NESTED TWO
-\let\wereinproofbit\proofoverdots
-$\displaystyle
-}%
-%
-%=============================================================================
-\def\proofusing{% NESTED TWO
-\eproofbit % NESTED ONE
-\setbox\proofrulename=\hbox\bgroup % NESTED TWO
-\let\wereinproofbit\proofusing
-\kern0.3em$
-}
-
-%=============================================================================
-\def\endprooftree{% NESTED TWO
-\eproofbit % NESTED ONE
-% \dimen0 = length of proof rule
-% \dimen1 = indentation of conclusion wrt rule
-% \dimen2 = new \shortenproofleft, ie indentation of conclusion
-% \dimen3 = new \shortenproofright, ie
-% space on right of conclusion to end of tree
-% \dimen4 = space on right of conclusion below rule
- \dimen5 =0pt% spread of hypotheses
-% \dimen6, \dimen7 = height & depth of rule
-%
-% length of rule needed by proof above
-\dimen0=\wd\proofabove \advance\dimen0-\shortenproofleft
-\advance\dimen0-\shortenproofright
-%
-% amount of spare space below
-\dimen1=.5\dimen0 \advance\dimen1-.5\wd\proofbelow
-\dimen4=\dimen1
-\advance\dimen1\proofbelowshift \advance\dimen4-\proofbelowshift
-%
-% conclusion sticks out to left of immediate hypotheses
-\ifdim \dimen1<0pt
-\then \advance\shortenproofleft\dimen1
- \advance\dimen0-\dimen1
- \dimen1=0pt
-% now it sticks out to left of tree!
- \ifdim \shortenproofleft<0pt
- \then \setbox\proofabove=\hbox{%
- \kern-\shortenproofleft\unhbox\proofabove}%
- \shortenproofleft=0pt
- \fi
-\fi
-%
-% and to the right
-\ifdim \dimen4<0pt
-\then \advance\shortenproofright\dimen4
- \advance\dimen0-\dimen4
- \dimen4=0pt
-\fi
-%
-% make sure enough space for label
-\ifdim \shortenproofright<\wd\proofrulename
-\then \shortenproofright=\wd\proofrulename
-\fi
-%
-% calculate new indentations
-\dimen2=\shortenproofleft \advance\dimen2 by\dimen1
-\dimen3=\shortenproofright\advance\dimen3 by\dimen4
-%
-% make the rule or dots, with name attached
-\ifproofdots
-\then
- \dimen6=\shortenproofleft \advance\dimen6 .5\dimen0
- \setbox1=\vbox to\proofdotseparation{\vss\hbox{$\cdot$}\vss}%
- \setbox0=\hbox{%
- \advance\dimen6-.5\wd1
- \kern\dimen6
- $\vcenter to\proofdotnumber\proofdotseparation
- {\leaders\box1\vfill}$%
- \unhbox\proofrulename}%
-\else \dimen6=\fontdimen22\the\textfont2 % height of maths axis
- \dimen7=\dimen6
- \advance\dimen6by.5\proofrulebreadth
- \advance\dimen7by-.5\proofrulebreadth
- \setbox0=\hbox{%
- \kern\shortenproofleft
- \ifdoubleproof
- \then \hbox to\dimen0{%
- $\mathsurround0pt\mathord=\mkern-6mu%
- \cleaders\hbox{$\mkern-2mu=\mkern-2mu$}\hfill
- \mkern-6mu\mathord=$}%
- \else \vrule height\dimen6 depth-\dimen7 width\dimen0
- \fi
- \unhbox\proofrulename}%
- \ht0=\dimen6 \dp0=-\dimen7
-\fi
-%
-% set up to centre outermost tree only
-\let\doll\relax
-\ifwasinsideprooftree
-\then \let\VBOX\vbox
-\else \ifmmode\else$\let\doll=$\fi
- \let\VBOX\vcenter
-\fi
-% this \vbox or \vcenter is the actual output:
-\VBOX {\baselineskip\proofrulebaseline \lineskip.2ex
- \expandafter\lineskiplimit\ifproofdots0ex\else-0.6ex\fi
- \hbox spread\dimen5 {\hfi\unhbox\proofabove\hfi}%
- \hbox{\box0}%
- \hbox {\kern\dimen2 \box\proofbelow}}\doll%
-%
-% pass new indentations out of scope
-\global\dimen2=\dimen2
-\global\dimen3=\dimen3
-\egroup % NESTED ZERO
-\ifonleftofproofrule
-\then \shortenproofleft=\dimen2
-\fi
-\shortenproofright=\dimen3
-%
-% some space on right and flag we've just made a tree
-\onleftofproofrulefalse
-\ifinsideprooftree
-\then \hskip.5em plus 1fil \penalty2
-\fi
-}
-
-\newcommand{\capbox}[2]{
-\framebox[\textwidth]{
-\begin{minipage}{140mm}
-\begin{center}\bf{#1}\end{center}
-\vspace{1em}
-{#2}
-\end{minipage}
-}
-\vspace{1mm}
-}
-
-
-\def\LL{Linear Logic}
-\def\IL{Intuitionistic Logic}
-\def\sra{\rightarrow}
-\def\inl{{\sf inl}}
-\def\inr{{\sf inr}}
-\def\case#1#2#3#4#5{{\sf case}\; {#1}\; {\sf of}\; {#2} \Longrightarrow {#3}\;|\;{#4} \Longrightarrow{#5}}
-\def\llet#1#2#3{{\sf let}\; {#1}\; {\sf be}\; {#2}\; {\sf in} \; {#3}}
-
-%Linear Logic
-
-\def\llwith{\; \& \;}%
-\def\llplus{\oplus}%
-\def\llto{\mathbin{-\mkern-3mu\circ}}%
-\def\lltensor{\otimes}%
-\def\llpar{\wp}%
-
-\def\llnot#1{{#1}^{\bot}}%
-\def\llofcourse#1{\mathop{\,!}{#1}}%
-\def\llwhynot#1{\mathop{\,?}{#1}}%
-
-
-
-\newcommand{\forces}{\models}
-\def\disc{\_}
-\def\varnothing{\emptyset}
-\def\oct{\quad\quad}
-\def\ltuple{<}
-\def\rtuple{>}
-\def\Lra{\Longrightarrow}
-\def\lra{\longrightarrow}
-\newcommand{\strip}[1]{|{#1}|}
-\newcommand{\stripbar}[1]{\strip{#1}}
diff --git a/tex/presentation/thomas/slides.log b/tex/presentation/thomas/slides.log
deleted file mode 100644
index d2ddf73..0000000
--- a/tex/presentation/thomas/slides.log
+++ /dev/null
@@ -1,28 +0,0 @@
-This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2012/dev/Debian) (format=pdflatex 2012.4.10) 11 APR 2012 15:19
-entering extended mode
- restricted \write18 enabled.
- %&-line parsing enabled.
-**slides.tex
-(./slides.tex
-LaTeX2e <2011/06/27>
-Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, lo
-aded.
-! Undefined control sequence.
-l.20 \institute
- {
-?
-! Emergency stop.
-l.20 \institute
- {
-End of file on the terminal!
-
-
-Here is how much of TeX's memory you used:
- 13 strings out of 495065
- 190 string characters out of 3182278
- 45057 words of memory out of 3000000
- 3294 multiletter control sequences out of 15000+200000
- 3640 words of font info for 14 fonts, out of 3000000 for 9000
- 14 hyphenation exceptions out of 8191
- 7i,0n,6p,193b,8s stack positions out of 5000i,500n,10000p,200000b,50000s
-! ==> Fatal error occurred, no output PDF file produced!
diff --git a/tex/presentation/thomas/slides.tex b/tex/presentation/thomas/slides.tex
deleted file mode 100644
index 83aa35b..0000000
--- a/tex/presentation/thomas/slides.tex
+++ /dev/null
@@ -1,780 +0,0 @@
-\newcommand{\brighten}{\pos{0,0}{\begin{tikzpicture}[fill opacity=.5, opacity=.5]\pgfsetstrokecolor{white}\filldraw[fill=white] (0,0) rectangle (14,12);\end{tikzpicture}}}
-
-\newcommand{\stmtone}{(\vx_1,\vx_2) := (0,1)}
-\newcommand{\stmttwo}{\vx_1 \leq 8 ;\, (\vx_1,\vx_2) := (\vx_1 + 2, \vx_2 + 2)}
-
-%%%
-%%%
-%%%
-
-\title{{\bf Static Analysis \\ through \\Abstract Interpretation, \\Convex Optimization, and\\ Strategy Iteration}}
-
-\author{
- {\bf Thomas Martin Gawlitza${}^1$}
- \\[3pt]
- joint work with
- \\[3pt]
- {\bf Helmut Seidl${}^2$}
-}
-
-\institute{
- $\fourIdx{\text{{\large\bf 1}}}{}{}{}{\text{\includegraphics[height=15mm]{../logos/usyd.pdf}}}$
- \qquad\qquad
- $\fourIdx{\text{{\large\bf 2}}}{}{}{}{\text{\includegraphics[height=15mm]{../logos/TUM.pdf}}}$
-}
-
-\date{\bf SAPLING Meeting, November 2011}
-
-%%%
-%%%
-%%%
-
-\newcommand\partone{Abstract Interpretation using Zones}
-\newcommand\parttwo{Max-Strategy Iteration}
-\newcommand\partthree{Conclusion}
-
-\newcommand{\outline}[1]{
- \frame{\Large\bf
- \frametitle{Outline}
- \begin{enumerate}
- \item
- \ifthenelse{\equal{#1}{1}}%
- {\partone}%
- {\Grey{\partone}}
- \bigskip
- \bigskip
- \item
- \ifthenelse{\equal{#1}{2}}%
- {\bf \parttwo}%
- {\bf\Grey{\parttwo}}
- \bigskip
- \bigskip
- \item
- \ifthenelse{\equal{#1}{3}}%
- {\bf\partthree}%
- {\Grey{\partthree}}
- \end{enumerate}
- }
- \ifthenelse{\equal{#1}{1}}{\section{\partone}}{}
- \ifthenelse{\equal{#1}{2}}{\section{\parttwo}}{}
- \ifthenelse{\equal{#1}{3}}{\section{\partthree}}{}
-}
-
-%%%
-%%%
-%%%
-
-\section{Title}
-
-%%%
-
-\frame[plain]{\titlepage}
-
-%%%
-
-\outline{1}
-
-%%%
-
-\begin{frame}{Abstract Domain: {\bf Zones} (1/2)}
-\uncover<2->{
- \Green{\bf Goal}: \emph{Tight bounds} on the possible values of \emph{integer variables}
-
- \qquad\qquad (like $\vx_1 \leq 42, \; \vx_2 \leq 13$)
-
- \bigskip
- \qquad$\leadsto$ buffer overflows, worst-case execution times, etc.
-}
-
-\uncover<3->{
- \bigskip
- \Green{\bf Definition}:
- Invariants of the form
- \begin{align*}
- \bigwedge_\vx \vx \leq b_{\vx} \wedge \bigwedge_\vx -\vx \leq b_{-\vx} \wedge \bigwedge_{\vx,\vy} \vx - \vy \leq b_{\vx-\vy}
- \end{align*}
-
- That is:
- \emph{bounds} on \emph{variables} and
- \emph{differences of variables}.
-}
-
-\uncover<4->{
- \bigskip
- \Green{\bf Applications}:
-
- \smallskip
- Model-checking of timed automata \cite{DBLP:conf/eef/Yovine96,DBLP:conf/rtss/LarsenLPY97}
-
- \smallskip
- Static program analysis \cite{Sagiv01,DBLP:conf/pado/Mine01}
-}
-
-\end{frame}
-
-%%%
-
-\begin{frame}{Abstract Domain: {\bf Zones} (2/2)}
-\uncover<2->{
- \Green{\bf Our point of view}:
- Zones are special \emph{template polyhedra}
-
- \smallskip
- \qquad$\leadsto$ template polyhedra: \cite{DBLP:conf/vmcai/SankaranarayananSM05}
-}
-
-\uncover<3->{
- \bigskip
- \Green{\bf Given}:
- \emph{template constraint matrix} $T \in \{-1,0,1\}^{m\times n}$, where every row contains
- \emph{at most one $1$}, and
- \emph{at most one $-1$}.
- Then:
-\begin{align*}
- \gamma(b)
- &:=
- \{ x \in \Z^n \mid T x \leq b \}
- &&
- \text{for all } b \in \CZ^m
- \\
- \alpha(X)
- &:=
- \min \; \{ b \in \CZ^m \mid \gamma(b) \supseteq X \}
- &&
- \text{for all } X \subseteq \Z^n
-\end{align*}
-}
-
-\uncover<4->{
- \Green{\bf Example}:
- Let
- $
- T
- =
- \begin{pmatrix}
- 1 & 0 \\
- 0 & 1 \\
- -1 & 1
- \end{pmatrix}
- $.
- Then:
-
- $
- \gamma\left(
- \begin{pmatrix} 3 \\ 2 \\ 1 \end{pmatrix}
- \right)
- =
- \left\{
- \begin{pmatrix} \vx_1 \\ \vx_2 \end{pmatrix} \in \Z^2
- \mid
- T \begin{pmatrix} \vx_1 \\ \vx_2 \end{pmatrix}
- \leq
- \begin{pmatrix} 3 \\ 2 \\ 1 \end{pmatrix}
- \right\}
- =
- \begin{matrix}\mbox{\scalebox{0.5}{
- \begin{tikzpicture}[show background grid,scale=1]
- \filldraw[fill=lightgray,color=lightgray]
- (-1,-1) -- (0-1,1-1) -- (1,2) -- (3,2) -- (3,-1) -- (-1,-1);
- \draw[thick, ->] (-1,0) -- (4.2,0) node[right] {$\vx_1$-axis};
- \draw[thick, ->] (0,-1) -- (0,3.2) node[above] {$\vx_2$-axis};
- \draw[ultra thick] (-1,2) -- (4,2) node[above] {$\vx_2 \leq 2$};
- \draw[ultra thick] (-1,0) -- (2,3) node[above,xshift=2mm] {$\vx_2 \leq 1 {+} \vx_1$};
- \draw[ultra thick] (3,-1) -- (3,3) node[right] {$\vx_1 \leq 3$};
- \end{tikzpicture}}}\end{matrix}
- $
-}
-\end{frame}
-
-%%%
-
-\begin{frame}{Zone-based Static Program Analysis}
-\uncover<2->{
- \Green{\bf Goal}:
- Find minimal \emph{zones} that are \emph{invariants}
-}
-
-\uncover<3->{
- \bigskip
- \Green{\bf Example}:
- \begin{center}
-
- $
- \begin{matrix}\mbox{\scalebox{0.8}{\begin{tikzpicture}
- \node (start) [circle,draw] {$a$};
- \node (null) [coordinate,right of = start] {};
- \node (n1) [below of = start,circle,draw,yshift=-8mm]{$b$};
- \path[ultra thick,->] (null) edge [] node [right] {} (start);
- \path[ultra thick,->] (start) edge [] node [right,yshift=1mm] {$\stmtone$} (n1);
- \path[ultra thick,->] (n1) edge [loop right,out=35,in=-35, distance=20mm] node [right] {
- $\stmttwo$
- } (n1);
- \end{tikzpicture}}}\end{matrix}
- \qquad\quad
- T
- =
- \begin{pmatrix}
- 1 & 0 \\
- 0 & 1 \\
- -1 & 1
- \end{pmatrix}
- $
- \end{center}
-}
-
-\uncover<4->{
- \vspace*{-5mm}
- For program point $a$:
-
- \smallskip
- $
- \gamma \left(
- \begin{pmatrix} \infty \\ \infty \\ \infty \end{pmatrix}
- \right)
- =
- \left\{ 
- \begin{pmatrix} \vx_1\\\vx_2 \end{pmatrix}
- \mid
- \begin{pmatrix}
- 1 & 0 \\
- 0 & 1 \\
- -1 & 1
- \end{pmatrix}
- \begin{pmatrix} \vx_1\\\vx_2 \end{pmatrix}
- \leq
- \begin{pmatrix} \infty \\ \infty \\ \infty \end{pmatrix}
- \right\}
- $
-}
-
-\uncover<5->{
- \bigskip
- For program point $b$:
-
- \smallskip
- $
- \gamma \left(
- \begin{pmatrix} 10 \\ 11 \\ 1 \end{pmatrix}
- \right)
- =
- \left\{ 
- \begin{pmatrix} \vx_1\\\vx_2 \end{pmatrix}
- \mid
- \begin{pmatrix}
- 1 & 0 \\
- 0 & 1 \\
- -1 & 1
- \end{pmatrix}
- \begin{pmatrix} \vx_1\\\vx_2 \end{pmatrix}
- \leq
- \begin{pmatrix} 10 \\ 11 \\ 1 \end{pmatrix}
- \right\}
- $
-}
-\end{frame}
-
-%%%
-
-\begin{frame}{How Can We Compute {\bf Small} Zones?}
- \begin{enumerate}
- \item<2->
- À la \cite{Sagiv01,DBLP:conf/pado/Mine01}
-
- \smallskip
- Abstr.\ Interpr.\ / widening / narrowing à la \cite{DBLP:conf/popl/CousotC77}
-
- \smallskip
- \uncover<3->{\emph{Properties}:}
- \begin{itemize}
- \smallskip\item<4->
- Abstract transformers can be implemented in \emph{strongly polynomial time}
- (based on the Floyd-Warshall algorithm)
- \smallskip\item<5->
- \emph{Best} abstract transformers only for special classes of affine assignments
- (like $\vx = \vx + d$ and $\vx = \vy + d$).
- \smallskip\item<6->
- Computed zones are \emph{not} necessarily \emph{minimal}
- \end{itemize}
- \bigskip\item<7->
- À la \cite{DBLP:conf/csl/GawlitzaS07}
-
- \smallskip
- Abstr.\ Interpr.\ / strategy iteration for \emph{template polyhedra}
-
- \smallskip
- \uncover<8->{\emph{Properties}:}
- \begin{itemize}
- \smallskip\item<9->
- Computed the \emph{minimal} zones that are invariant
- \smallskip\item<10->
- Arbitrary affine assignments (like $\vx = c_1 \vx_1 + \cdots + c_k \vx_k + d$)
- \smallskip\item<11->
- Proves that the corresponding decision problem is in $\mathbf{coNP}$.
-
- \qquad (it is also at least as hard as mean payoff games)
- \smallskip\item<12->
- At most exp. many iterations, each of which can be performed in \emph{weakly polynomial time} through \emph{linear programming}.
- \end{itemize}
- \end{enumerate}
-\end{frame}
-
-%%%
-
-\begin{frame}{Obvious Question}
- \begin{center}
- \huge
- \uncover<2->{Can we do better?}
- \end{center}
-
- \begin{center}
-\uncover<3->{
- \bigskip
- \Green{\bf\huge Idea}
-
- \bigskip
- max-strategy improvement algorithm for \emph{template polyhedra}
-
- \vspace*{-2mm}
- \scalebox{2}{\rotatebox{-90}{$\leadsto$}}
-
- \smallskip
- max-strategy improvement algorithm for \emph{zones}
-}
-
-\uncover<4->{
- \bigskip
- \bigskip
- \Green{\bf\huge Hope}
-
- \bigskip
- improvement step in \emph{weakly} polynomial time
-
- \vspace*{-2mm}
- \scalebox{2}{\rotatebox{-90}{$\leadsto$}}
-
- \smallskip
- improvement step in \emph{strongly} polynomial time
-}
- \end{center}
-\end{frame}
-
-%%%
-
-\outline{2}
-
-%%%
-
-\begin{frame}{Abstract Transformers}
- \uncover<2->{
- \emph{Statements} %
- %
- \begin{align*}
- T \vx \leq c \; \wedge \; \vx' = A \vx + d
- \end{align*}
-}
-
-\uncover<3->{
- \emph{Collecting Semantics} %
- %
- \begin{align*}
- \sem{T \vx \leq c \; \wedge \; \vx' = A \vx + d} (X)
- =
- \{ x' \mid x \in X \wedge Tx \leq c \wedge x' = Ax+d \}
- \end{align*}
-}
-
-\uncover<4->{
- \emph{Abstract Semantics} %
- %
- \begin{align*}
- \sem{T \vx \leq c \; \wedge \; \vx' = A \vx + d}^\sharp (b)
- &= \alpha(\sem{T \vx \leq c \; \wedge \; \vx' = A \vx + d} (\gamma( b )))
- \end{align*}
-}
-\end{frame}
-
-%%%
-
-\begin{frame}{First Step: {\bf Constraint System} over $\CZ$}
-
- \pos{1,1.0}{
- $
- \begin{matrix}\mbox{\scalebox{1}{\begin{tikzpicture}
- \node (start) [circle,draw] {$a$};
- \node (null) [coordinate,right of = start] {};
- \node (n1) [below of = start,circle,draw,yshift=-8mm]{$b$};
- \uncover<2->{\path[ultra thick,->] (null) edge [] node [right] {} (start);}
- \uncover<6->{\path[ultra thick,->] (start) edge [] node [right,yshift=1mm] {$\stmtone$} (n1);}
- \uncover<10->{\path[ultra thick,->] (n1) edge [loop right,out=35,in=-35, distance=20mm] node [right]
- {$\stmttwo$} (n1);}
- \end{tikzpicture}}}\end{matrix}
- \qquad
- T
- =
- \begin{pmatrix}
- 1 & 0 \\
- 0 & 1 \\
- -1 & 1
- \end{pmatrix}
- $
- }
-
- \pos{0.3,4}{\Green{\bf Least Solution of}}
-
- \pos{0.3,4.5}{
- $
- \begin{array}{@{}r@{}l}
- \uncover<3->{\vb^a_{1} &\geq \infty \\}
- \uncover<4->{\vb^a_{2} &\geq \infty \\}
- \uncover<5->{\vb^a_{3} &\geq \infty}
- \\[5pt]
- \uncover<7->{\vb^b_{1} &\geq \pi_{1}(\sem{\stmtone}^\sharp (\vb^a_{1}, \vb^a_{2}, \vb^a_{3})) \\}
- \uncover<8->{\vb^b_{2} &\geq \pi_{2}(\sem{\stmtone}^\sharp (\vb^a_{1}, \vb^a_{2}, \vb^a_{3})) \\}
- \uncover<9->{\vb^b_{3} &\geq \pi_{3}(\sem{\stmtone}^\sharp (\vb^a_{1}, \vb^a_{2}, \vb^a_{3}))}
- \\[5pt]
- \uncover<11->{\vb^b_{1} &\geq \pi_{1}(\sem{\stmttwo}^\sharp (\vb^b_{1}, \vb^b_{2}, \vb^b_{3})) \\}
- \uncover<12->{\vb^b_{2} &\geq \pi_{2}(\sem{\stmttwo}^\sharp (\vb^b_{1}, \vb^b_{2}, \vb^b_{3})) \\}
- \uncover<13->{\vb^b_{3} &\geq \pi_{3}(\sem{\stmttwo}^\sharp (\vb^b_{1}, \vb^b_{2}, \vb^b_{3})) }
- \end{array}
- $
- }
-\end{frame}
-
-%%%
-
-\begin{frame}{Properties of the Abstract Semantics}
- \Green{\bf Observation}:
- %
- \only<1-10>{%
- \begin{align*}
- &\pi_{k}(\sem{T \vx \leq c \; \wedge \; \vx' = A \vx + d}^\sharp (b)) \\
- \uncover<2->{=\;& \pi_{k}( \alpha(\sem{T \vx \leq c \; \wedge \; \vx' = A \vx + d} (\gamma( b ))) ) \\}
- \uncover<3->{=\;& \pi_{k}( \alpha(\sem{T \vx \leq c \; \wedge \; \vx' = A \vx + d} ( \{ \vx \in \Z^n \mid T\vx \leq b \} )) ) \\}
- \uncover<4->{=\;& \pi_{k}( \alpha( \{ \vx' \mid \vx, \vx' \in \Z^n \;\wedge\; T \vx \leq b, c \; \wedge \; \vx' = A \vx + d \} ) ) \\}
- \uncover<5->{=\;& \pi_{k}( \alpha( \{ A \vx + d \mid \vx \in \Z^n \;\wedge\; T \vx \leq \min(b, c) \} ) ) \\}
- \uncover<6->{=\;& \sup \; \{ T_k(A \vx + d) \mid \vx \in \Z^n \;\wedge\; T \vx \leq \min(b, c) \} \\}
- \uncover<7->{=\;& T_k d + \sup \; \{ T_k A \vx \mid \vx \in \Z^n \;\wedge\; T \vx \leq \min ( b, c ) \} \\}
- \uncover<8->{=\;& T_k d + \sup \; \{ T_k A \vx \mid \vx \in \R^n \;\wedge\; T \vx \leq \min ( b, c ) \} \\}
- \uncover<9->{=\;& T_k d + \inf \; \{ (\min( b, c ))^\top \vy \mid \vy \in \R_{\geq 0}^n \wedge T^\top \vy = (T_1A)^\top \vy \} \\}
- \uncover<10->{=\;& T_k d + \inf \; \{ (\min( b, c ))^\top \vy \mid \vy \in \Z_{\geq 0}^n \wedge T^\top \vy = (T_1A)^\top \vy \} \\}
- \end{align*}%
- }%
- \only<11->{%
- \begin{align*}
- &\pi_{k}(\sem{T \vx \leq c \; \wedge \; \vx' = A \vx + d}^\sharp (b)) \\
- \uncover<10->{=\;& T_k d + \inf \; \{ (\min( b, c ))^\top \vy \mid \vy \in \Z_{\geq 0}^n \wedge T^\top \vy = (T_1A)^\top \vy \} \\}
- \end{align*}
- }%
-
- \uncover<12->{
- \Green{\bf Consequences}:
-
- \bigskip
- $\pi_k \circ \sem{T \vx \leq c \; \wedge \; \vx' = A \vx + d}^\sharp : \CZ^m \to \CZ$
- \begin{enumerate}
- \smallskip\item<13->
- is a point-wise \emph{minimum} of finitely many \emph{monotone} and \emph{affine} functions from the set $\CZ^M \to \CZ$.
- \smallskip\item<14->
- can be evaluated in \emph{strongly polynomial time}.
-
- \smallskip
- \qquad$\leadsto$ minimum cost flow network problem
-
- \qquad$\leadsto$ $\mathcal{O}( m \cdot \log m \cdot ( n + m \cdot \log m ))$
- \end{enumerate}
- }
-
-% \uncover<15>{
-% \bigskip
-% \Green{\bf So What?}
-% }
-\end{frame}
-
-%%%
-
-\begin{frame}{Minimum Cost Flow Network Problem}
- \begin{align*}
- \min \;\; b^\top \begin{pmatrix} \vy_1 \\ \vy_2 \\ \vy_3 \end{pmatrix}
- \qquad\qquad
- \\[10pt]
- %
- \begin{pmatrix}
- 1 & 0 & -1 \\
- 0 & 1 & 1\\
- -1 & -1 & 0
- \end{pmatrix}
- \begin{pmatrix} \vy_1 \\ \vy_2 \\ \vy_3 \end{pmatrix}
- &=
- \begin{pmatrix} c_1 \\ c_2 \\ c_3 \end{pmatrix}
- &
- \begin{pmatrix} \vy_1 \\ \vy_2 \\ \vy_3 \end{pmatrix}
- &\geq
- 0
- \end{align*}
-
- \bigskip
-
- \begin{center}
- $
- \begin{matrix}\mbox{\scalebox{1}{\begin{tikzpicture}
- \node (c1) [circle,draw] {$c_1$};
- \node (c2) [circle,draw,right of = c1, xshift=10mm] {$c_2$};
- \node (c3) [below of = c2,circle,draw,yshift=-8mm]{$c_3$};
- \uncover{\path[ultra thick,->] (c1) edge [] node [left] {$\vy_1$} (c3);}
- \uncover{\path[ultra thick,->] (c2) edge [] node [right] {$\vy_2$} (c3);}
- \uncover{\path[ultra thick,->] (c1) edge [] node [above] {$\vy_3$} (c2);}
- \end{tikzpicture}}}\end{matrix}
- $
- \end{center}
-
-\end{frame}
-
-%%%
-
-\begin{frame}{}
-\vfill
- \begin{center}
- \huge\bf And now?
- \end{center}
- \vfill
-\end{frame}
-
-%%%
-
-\begin{frame}{A Simple Example}
-\pos{0,1.3}{
- $
- \begin{array}{@{}p{8mm}@{\quad}r@{\,}l@{\qquad}r@{\,}l@{\quad}r@{\,}l@{\quad}}
- \centering $\Rot{\only<4-6>\neginfty\only<7-19>0\only<20->{42}}$
- & \uncover<1->{\vx_1^+ &\geq \neginfty & \vx_1^+ &\geq 0 \qquad \vx_1^+ \geq \vx_3^+ + 1 } \\[0.2mm]
- \centering $\Rot{\only<4-6>\neginfty\only<7->0}$
- & \uncover<1->{\vx_1^- &\geq \neginfty & \vx_1^- &\geq 0 \qquad \vx_1^- \geq \vx_3^- + (-1)} \\[0.2mm]
- \centering $\Rot{\only<4-10>\neginfty\only<11-19>0\only<20->{41}}$
- & \uncover<1->{\vx_2^+ &\geq \neginfty & \vx_2^+ &\geq (\vx_1^- \geq -41) \;?\; \min \{ \vx_1^+, 41 \} } \\[0.2mm]
- \centering $\Rot{\only<4-10>\neginfty\only<11->0}$
- & \uncover<1->{\vx_2^- &\geq \neginfty & \vx_2^- &\geq (\vx_1^- \geq -41) \;?\; \vx_1^-} \\[0.2mm]
- \centering $\Rot{\only<4-15>\neginfty\only<16-19>0\only<20->{41}}$
- & \uncover<1->{\vx_3^+ &\geq \neginfty & \vx_3^+ &\geq (\vx_2^- \geq -41 \;\&\; \vx_2^+ \geq 0 ) \;?\; \min \{ \vx_2^+, 41 \}} \\[0.2mm]
- \centering $\Rot{\only<4-15>\neginfty\only<16->0}$
- & \uncover<1->{\vx_3^- &\geq \neginfty & \vx_3^- &\geq (\vx_2^- \geq -41 \;\&\; \vx_2^+ \geq 0 ) \;?\; \min \{ \vx_2^-, 0 \} }
- \end{array}
- $}
-\pos{1,4.8}{\emph{Greatest Fixpoint Iteration:}}
-\pos{1,5.4}{
- $
- \begin{array}{|r||p{10mm}|p{10mm}|p{10mm}|p{10mm}|p{10mm}|p{10mm}|p{10mm}|@{}l@{}}
- & \centering 0
- & \centering 1
- & \centering 2
- & \centering 3
- & \centering 4
- & \centering 5
- & \centering 6
- & \\
- \hline
- \hline
- \vx_1^+
- & \centering $\infty$
- & \centering $\only<3>\neginfty\only<6,9-10,13-15>0\only<18-19>\infty$
- & \centering $\only<10,14-15>0\only<19>{42}$
- & \centering $\only<15>0$
- & \centering
- & \centering
- & \centering
- &\\[0mm]\hline
- \vx_1^-
- & \centering $\infty$
- & \centering $\only<3>\neginfty\only<6,9-10,13-15,18-19>0$
- & \centering $\only<10,14-15,19>0$
- & \centering $\only<15>0$
- & \centering
- & \centering
- & \centering
- &\\[0mm]\hline
- \vx_2^+
- & \centering $\infty$
- & \centering $\only<3,6>\neginfty\only<9-10,13-15,18-19>{41}$
- & \centering $\only<10,14-15>0\only<19>{41}$
- & \centering $\only<15>0$
- & \centering
- & \centering
- & \centering
- &\\[0mm]\hline
- \vx_2^-
- & \centering $\infty$
- & \centering $\only<3,6>\neginfty\only<9-10,13-15,18-19>\infty$
- & \centering $\only<10,14-15,19>0$
- & \centering $\only<15>0$
- & \centering
- & \centering
- & \centering
- &\\[0mm]\hline
- \vx_3^+
- & \centering $\infty$
- & \centering $\only<3,6,9-10>\neginfty\only<13-15,18-19>{41}$
- & \centering $\only<10>\neginfty\only<14-15,19>{41}$
- & \centering $\only<15>0$
- & \centering
- & \centering
- & \centering
- &\\[0mm]\hline
- \vx_3^-
- & \centering $\infty$
- & \centering $\only<3,6,9-10>\neginfty\only<13-15,18-19>0$
- & \centering $\only<10>\neginfty\only<14-15,19>0$
- & \centering $\only<15>0$
- & \centering
- & \centering
- & \centering
- &\\[0mm]\hline
- \end{array}
- $}
-
- \pos{1,1.3}{\uncover<2-4>{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (2,0.5);\end{tikzpicture}}}
- \pos{3.4,1.3}{\uncover<5-16>{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (1.6,0.5);\end{tikzpicture}}}
- \pos{5.3,1.3}{\uncover<17->{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (2.5,0.5);\end{tikzpicture}}}
- %
- \pos{1,1.8}{\uncover<2-4>{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (2,0.5);\end{tikzpicture}}}
- \pos{3.4,1.8}{\uncover<5->{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (1.6,0.5);\end{tikzpicture}}}
- %
- \pos{1,2.3}{\uncover<2-7>{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (2,0.5);\end{tikzpicture}}}
- \pos{3.4,2.3}{\uncover<8->{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (6.0,0.5);\end{tikzpicture}}}
- %
- \pos{1,2.8}{\uncover<2-7>{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (2,0.5);\end{tikzpicture}}}
- \pos{3.4,2.8}{\uncover<8->{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (6,0.5);\end{tikzpicture}}}
- %
- \pos{1,3.3}{\uncover<2-11>{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (2,0.5);\end{tikzpicture}}}
- \pos{3.4,3.3}{\uncover<12->{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (7.5,0.5);\end{tikzpicture}}}
- %
- \pos{1,3.8}{\uncover<2-11>{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (2,0.5);\end{tikzpicture}}}
- \pos{3.4,3.8}{\uncover<12->{\begin{tikzpicture}[fill opacity=0.25, opacity=0.25]\pgfsetstrokecolor{blue}\filldraw[fill=blue] (0,0) rectangle (7.5,0.5);\end{tikzpicture}}}
-
- \only<21,22>{\brighten\brighten}
-
- \only<21>{\pos{1,1}{{\bf\huge
- \hspace*{1.1cm}\scalebox{2}[3]{\Rot{No further}}
-
- \bigskip
- \scalebox{2}[3]{\Rot{Improvement}}
-
- \bigskip
- \hspace*{1.2cm}\scalebox{2}[3]{\Rot{possible!}}
- }}}
- \only<22>{\pos{0.3,1.5}{{\bf\huge
- \bigskip
- \scalebox{2}[3.5]{\Rot{Least Solution}}
-
- \bigskip
- \bigskip
- \hspace*{3.5cm}\scalebox{2}[3.5]{\Rot{FOUND!}}
- }}}
-\end{frame}
-
-\frame{\frametitle{Theorem}
- \begin{itemize}
- \item<2->
- Our \emph{strategy improvement algorithm}
- computes \emph{least solutions}. %of certain fixpoint equation systems over $\mathbb{Z} \cup \{ \neginfty, \infty \}$.
- \bigskip
- \item<3->
- It can be used for performing \emph{precise zone analysis}.
- % i.e., no widening.
- \bigskip
- \item<4->
- The number of \emph{strategy improvement steps} is at most exponential.
- \bigskip
- \item<5->
- Each \emph{strategy improvement step} can be carried out by \emph{ordinary greatest fixpoint iteration}.
- \bigskip
- \item<6->
- The greatest fixpoint iterations can be performed in \emph{strongly polynomial time}
- using a reduction
- to the \emph{minimum cost flow network problem}.
- \end{itemize}
-}
-
-%%%
-
-\outline{3}
-
-%%%
-
-\begin{frame}{Conclusion}
- \begin{itemize}
- \pause\item
- \emph{Strategy iteration} is an interesting alternative to valued-based Approaches.
- \pause\bigskip\item
- Computes \emph{minimal zones} instead of some small \emph{zones}.
- \pause\bigskip\item
- Extensions:
- \begin{itemize}
- \medskip
- \item[$\bullet$]
- \emph{Template-based} analysis:
-
- \emph{Linear}:
- \includegraphics[height=6mm]{figs/region_convex_poly}, i.e., $\vx + 2\vy \leq b_1 \wedge -\vy \leq b_2$
- (ESOP'07)
-
- \emph{Quadratic}:
- \includegraphics[height=6mm]{figs/region_convex}
- \;
- \includegraphics[height=6mm]{figs/region_general}, i.e.,
- $\vx^2 + 2\vx\vy \leq b_1 \wedge \vy^2 \leq b_2$
- (SAS'10)
- \bigskip
- \item[$\bullet$]
- Strategy Iteration + \emph{SMT solving} (ESOP'11)
-
- \smallskip
- \quad From \;
-%
- $\begin{matrix}\text{
- \scalebox{0.3}{
- \begin{tikzpicture}
- \node (n1) [coordinate]{};
- \node (n2) [coordinate,below of = n1,yshift=-10mm]{};
- \node (n3) [coordinate,below of = n2,yshift=-10mm]{};
- \path[-,ultra thick] (n1) edge [bend right] node [left,xshift=-2mm] {\huge $\mathbf{abstr.} (s_{1})$} (n2);
- \path[-,ultra thick] (n1) edge [bend left] node [right,xshift=2mm] {\huge $\mathbf{abstr.} (s_{1}')$} (n2);
- \path[->,ultra thick] (n2) edge [bend right] node [left,xshift=-2mm] {\huge $\mathbf{abstr.} (s_{2})$} (n3);
- \path[->,ultra thick] (n2) edge [bend left] node [right,xshift=2mm] {\huge $\mathbf{abstr.} (s_{2}')$} (n3);
- \end{tikzpicture}
- }}\end{matrix}$
-%
- \; to \;
-%
- $\mathbf{abstr.} \begin{pmatrix}\text{
- \scalebox{0.3}{
- \begin{tikzpicture}
- \node (n1) [coordinate]{};
- \node (n2) [coordinate,below of = n1,yshift=-10mm]{};
- \node (n3) [coordinate,below of = n2,yshift=-10mm]{};
- \path[-,ultra thick] (n1) edge [bend right] node [left,xshift=-2mm] {\huge $s_{1}$} (n2);
- \path[-,ultra thick] (n1) edge [bend left] node [right,xshift=2mm] {\huge $s_{1}'$} (n2);
- \path[->,ultra thick] (n2) edge [bend right] node [left,xshift=-2mm] {\huge $s_{2}$} (n3);
- \path[->,ultra thick] (n2) edge [bend left] node [right,xshift=2mm] {\huge $s_{2}'$} (n3);
- \end{tikzpicture}
- }}\end{pmatrix}$
-%
-
- \medskip\item[$\bullet$]
- \emph{Unbounded Time} Verification
- for \emph{Cyber-Physical Systems}
- through Abstract Interpretation (ATVA'11, APLAS'11, Current Work)
- \end{itemize}
- \end{itemize}
-
- \vspace*{-2mm}
- \begin{center}
- \Large\bf
- \pause Thanks for Your Attention! \pause Questions?
- \end{center}
-\end{frame}
-
-%%%
-
-\begin{frame}[allowframebreaks]{References}
- \bibliographystyle{apalike2}
- \bibliography{bib}
-\end{frame}
diff --git a/tex/presentation/thomas/slides.texshop b/tex/presentation/thomas/slides.texshop
deleted file mode 100644
index f3b2f56..0000000
--- a/tex/presentation/thomas/slides.texshop
+++ /dev/null
@@ -1 +0,0 @@
-main.tex \ No newline at end of file
diff --git a/tex/presentation/thomas/strike.pdf b/tex/presentation/thomas/strike.pdf
deleted file mode 100644
index 8d8e833..0000000
--- a/tex/presentation/thomas/strike.pdf
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/strike2.pdf b/tex/presentation/thomas/strike2.pdf
deleted file mode 100644
index 0971081..0000000
--- a/tex/presentation/thomas/strike2.pdf
+++ /dev/null
Binary files differ
diff --git a/tex/presentation/thomas/textpos.sty b/tex/presentation/thomas/textpos.sty
deleted file mode 100644
index e8c0f34..0000000
--- a/tex/presentation/thomas/textpos.sty
+++ /dev/null
@@ -1,367 +0,0 @@
-%%
-%% This is file `textpos.sty',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% textpos.dtx (with options: `package')
-%% Textpos: absolute positioning of text on the page
-%% This software is copyright, 1999, 2001--2003, 2005--7, 2009 Norman Gray.
-%%
-%% This program is free software; you can redistribute it and/or
-%% modify it under the terms of the GNU General Public License
-%% as published by the Free Software Foundation; either version 2
-%% of the License, or (at your option) any later version.
-%%
-%% This program is distributed in the hope that it will be useful,
-%% but WITHOUT ANY WARRANTY; without even the implied warranty of
-%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-%% GNU General Public License for more details.
-%%
-%% You should have received a copy of the GNU General Public License
-%% along with this program; if not, write to the Free Software
-%% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-%%
-%% Author: Norman Gray, norman@astro.gla.ac.uk.
-%% Department of Physics and Astronomy, University of Glasgow, UK
-%%
-%% See the file LICENCE for a copy of the GPL.
-%% You can also find an online copy at http://www.gnu.org/copyleft/gpl.html .
-%%
-%%% Source: @HGIDENT@
-%%
-\def\filename{textpos}
-\def\fileversion{1.7f}
-\def\filedate{2009/05/28}
-\def\docdate{2009 May 28}
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{textpos}[\filedate\space v\fileversion]
-\typeout{Package: `textpos' \fileversion\space<\docdate>}
-\newif\ifTPshowboxes
-\TPshowboxesfalse
-\DeclareOption{showboxes}{\TPshowboxestrue}
-\newif\ifTP@showtext
-\TP@showtexttrue
-\DeclareOption{noshowtext}{\TP@showtextfalse}
-\newif\ifTP@abspos
-\TP@absposfalse
-\DeclareOption{absolute}{\TP@abspostrue}
-\newif\ifTP@overlay
-\TP@overlayfalse
-\DeclareOption{overlay}{\TP@overlaytrue}
-\newif\ifTP@chatter
-\TP@chattertrue
-\DeclareOption{quiet}{\TP@chatterfalse}
-\DeclareOption{verbose}{\TP@chattertrue}
-\ProcessOptions
-\ifTP@abspos
- \RequirePackage{everyshi}
-\fi
-\def\TP@xfloat#1[#2]{
- \par\def\@captype{#1}%
- \@floatpenalty\z@
- \color@vbox
- \normalcolor
- \vbox\bgroup
-}
-\def\TP@xympar{
- \PackageError{textpos}
- {You can't use \protect\marginpar\space within a textblock}
- {You're using textpos because you _don't_ want things to float
- around, yes?}}
-\newbox\TP@textbox
-\ifTP@abspos
- \newbox\TP@holdbox % starts off void
- \AtEndDocument{\ifvoid\TP@holdbox \else \hbox{}\fi}
-\fi
-\newdimen\TPHorizModule
-\newdimen\TPVertModule
-\newdimen\TP@margin
-\TP@margin=0pt
-\newdimen\TP@absmargin
-\TP@absmargin=0pt
-\newcommand{\TPMargin}{%
- \@ifstar\TPMargin@outer\TPMargin@inner
-}
-\newcommand{\TPMargin@inner}[1]{%
- \TP@margin=#1\relax
- \ifdim\TP@margin < 0pt
- \PackageError{textpos}
- {\protect\TPMargin\space must have a positive argument}
- {\protect\TPMargin\space must have a positive argument}
- \fi
- \TP@absmargin=\TP@margin
-}
-\newcommand\TPMargin@outer[1]{%
- \TP@margin=-#1\relax
- \ifdim\TP@margin > 0pt
- \PackageError{textpos}
- {\protect\TPMargin*\space must have a positive argument}
- {\protect\TPMargin*\space must have a positive argument}
- \fi
- \TP@absmargin=-\TP@margin
-}
-\def\TPGrid{%
- \@ifnextchar[{\@tempswatrue\TP@Grid}{\@tempswafalse\TP@Grid[0pt,0pt]}}
-\def\TP@Grid[#1,#2]#3#4{
- \setlength{\@tempdima}{#1}
- \multiply\@tempdima by 2
- \TPHorizModule=\paperwidth
- \advance\TPHorizModule by -\@tempdima
- \divide\TPHorizModule by #3
- \setlength{\@tempdima}{#2}
- \multiply\@tempdima by 2
- \TPVertModule=\paperheight
- \advance\TPVertModule by -\@tempdima
- \divide\TPVertModule by #4
- \ifTP@chatter
- \typeout{Grid set #3 x #4 = \the\TPHorizModule\space x \the\TPVertModule}%
- \fi
- \ifTP@abspos\if@tempswa \textblockorigin{#1}{#2}\fi\fi
-}
-\TPGrid{16}{16}
-\newdimen\TPboxrulesize
-\setlength{\TPboxrulesize}{0.4pt}
-\def\showtextsize{\normalsize}
-\ifTP@abspos
- \newdimen\TP@ox
- \newdimen\TP@oy
-\fi
-\def\textblockorigin#1#2{%
- \ifTP@abspos
- \TP@ox=-1in \addtolength\TP@ox{#1}
- \TP@oy=-1in \addtolength\TP@oy{#2}
- \ifTP@chatter\typeout{TextBlockOrigin set to #1 x #2}\fi
- \else
- \PackageError{textpos}
- {The \protect\textblockorigin\space command\MessageBreak
- may only be used if the package was given\MessageBreak
- the`absolute' option when it was invoked}
- {If you want to use the \protect\textblockorigin\space command, then
- \MessageBreak
- invoke the package with the syntax\MessageBreak
- \protect\usepackage[absolute]{textpos}}
- \fi
- }
-\def\textblocklabel#1{\gdef\TP@textblocklabel{#1}}
-\def\textblockcolour#1{%
- \@ifundefined{color}%
- {%
- \gdef\TP@blockcolour{}% ignore argument, switch off colour blocking below
- \PackageWarning{textpos}{command textblockcolour used, but
- {color} package not loaded.\MessageBreak Colour changes ignored.}%
- }
- {%
- \def\@tempa{#1}
- \gdef\TP@blockcolour{#1}
- \ifx\TP@defaultblockcolour\@undefined
- \gdef\TP@defaultblockcolour{#1}
- \fi
- }}
-\def\TP@blockcolour{} % safe initial default
-\let\textblockcolor\textblockcolour
-\let\tekstblokkulur\textblockcolour
-\def\textblockrulecolour#1{%
- \@ifundefined{color}%
- {%
- \gdef\TP@rulecolour{}% ignore argument, switch off colour blocking below
- \PackageWarning{textpos}{command textblockrulecolour used, but
- {color} package not loaded.\MessageBreak Colour changes ignored.}}%
- {%
- \def\@tempa{#1}
- \gdef\TP@rulecolour{#1}%
- }}
-\def\TP@rulecolour{black}
-\let\textblockrulecolor\textblockrulecolour
-\let\tekstblokroolkulur\textblockrulecolour
-\@ifundefined{color}%
- {\gdef\color#1{}%
- \gdef\color@block#1#2#3{}%
- }{}
-\def\textblock#1{%
- \@tempdima=#1\TPHorizModule
- \ifvmode\else
- \ifmmode
- \PackageError{textpos}
- {You cannot use textblock in maths mode}
- {You may use the textblock environment only in \MessageBreak
- vertical mode or horizontal mode (when it triggers a\MessageBreak
- new paragraph). You cannot use it in maths mode.}
- \else % in horizontal mode
- \par % force us back into vertical mode
- \fi
- \fi
- \@ifnextchar[{\TP@textblock}{\TP@textblock[0,0]}%] bracematch
-}
-\def\TP@textblockstar#1{%
- \setlength{\@tempdima}{#1}
- \ifvmode\else
- \PackageWarning{textpos}{environment textblock* not in vertical mode.
- \MessageBreak
- Environment textblock* should not have any text\MessageBreak
- or printable material appearing before it.\MessageBreak
- Alignment may work out wrongly.}%
- \par % force us back into vertical mode
- \fi
- \@ifnextchar[{\TP@textblock}{\TP@textblock[0,0]}%] bracematch
-}
-\expandafter\let\csname textblock*\endcsname\TP@textblockstar
-\newtoks\TP@tbargs
-\def\TP@textblock[#1,#2](#3,#4){%
- \TP@tbargs={{#1}{#2}{#3}{#4}}%
- \let\@xfloat\TP@xfloat
- \let\@xympar\TP@xympar
- \setbox\TP@textbox=\vbox\bgroup
- \ifTPshowboxes
- {\color{\TP@rulecolour}\hrule height0pt depth \TPboxrulesize }%
- \vskip-\TPboxrulesize
- \fi
- \ifdim\TP@margin = 0pt
- \hsize=\@tempdima
- \textwidth\hsize \columnwidth\hsize \linewidth\hsize
- \else
- \vskip\TP@absmargin
- \@tempdimb=\@tempdima % \@tempdimb is outer box width
- \hsize=\@tempdima % \hsize is inner box width
- \ifdim\TP@margin < 0pt
- \advance\@tempdimb by 2\TP@absmargin % bigger box
- \else
- \advance\hsize by -2\TP@absmargin % narrower content
- \fi
- \hbox to \@tempdimb\bgroup
- \hskip\TP@absmargin\vbox\bgroup
- \textwidth\hsize \columnwidth\hsize \linewidth\hsize
- \fi
- }
-\def\endtextblock{\global\@tempswatrue\TP@commonendtextblock}
-\@namedef{endtextblock*}{\global\@tempswafalse\TP@commonendtextblock}
-\newdimen\TP@prevdepth
-\def\TP@commonendtextblock{%
- \ifdim\TP@margin = 0pt
- \relax
- \else
- \egroup % end of inner vbox
- \hskip\TP@absmargin
- \egroup % end of inner hbox
- \vskip \TP@absmargin
- \fi
- \ifTPshowboxes
- \vskip-\TPboxrulesize
- {\color{\TP@rulecolour}\hrule depth 0pt height \TPboxrulesize}%
- \fi
- \egroup % end of \TP@textbox
- \TP@prevdepth=\prevdepth
- \prevdepth=-1000pt % = \nointerlineskip
- \expandafter\TP@endtextblock\the\TP@tbargs
- }
-\def\TP@endtextblock#1#2#3#4{%
- \if@tempswa % modular/unstarred endtextblock
- \@tempdima=#3\TPHorizModule
- \@tempdimb=#4\TPVertModule
- \else % absolute/starred endtextblock
- \setlength{\@tempdima}{#3}
- \setlength{\@tempdimb}{#4}
- \fi
- \ifdim\TP@margin < 0pt
- \advance\@tempdima \TP@margin
- \advance\@tempdimb \TP@margin
- % #1,#2 are proportions of \TP@textbox size
- \@tempdimc=-#1\wd\TP@textbox
- \advance\@tempdima\@tempdimc
- \@tempdimc=-#2\ht\TP@textbox
- \advance\@tempdimb\@tempdimc
- \else
- % \TP@margin is positive
- % #1,#2 are proportions of \TP@framebox size = \TP@textbox+2\TP@margin
- \@tempdimc=\wd\TP@textbox
- \advance\@tempdimc 2\TP@margin
- \@tempdimc=#1\@tempdimc
- \advance\@tempdima -\@tempdimc
- \@tempdimc=\ht\TP@textbox
- \advance\@tempdimc 2\TP@margin
- \@tempdimc=#2\@tempdimc
- \advance\@tempdimb -\@tempdimc
- \fi
- \ifTP@abspos
- \advance\@tempdima by \TP@ox
- \advance\@tempdimb by \TP@oy
- \fi
- \setbox0=\vbox to 0pt{\vskip\@tempdimb
- \hbox to 0pt{\hskip\@tempdima
- \ifx\TP@blockcolour\@empty \else
- {% defaults for TP@blockcolour mean we should never get here if
- % the {color} package is not loaded
- \color{\TP@blockcolour}%
- \color@block{\wd\TP@textbox}{\ht\TP@textbox}{\dp\TP@textbox}%
- }%
- \fi
- \ifx\TP@defaultblockcolour\@undefined \else
- \global\let\TP@blockcolour\TP@defaultblockcolour
- \fi
- \ifTPshowboxes
- {\color{\TP@rulecolour}\vrule width \TPboxrulesize}%
- \hskip -\TPboxrulesize
- \fi
- \ifTP@showtext
- \box\TP@textbox
- \else
- \vbox to\ht\TP@textbox{%
- \ifTPshowboxes
- {\color{\TP@rulecolour}\hrule depth 0pt height \TPboxrulesize \vskip-\TPboxrulesize}%
- \fi
- \vskip\smallskipamount
- \hbox to\wd\TP@textbox{%
- \ifx\TP@textblocklabel\undefined
- \hbox{}%
- \else
- \hskip\smallskipamount
- \fbox{\showtextsize \TP@textblocklabel}%
- \global\let\TP@textblocklabel\undefined
- \fi
- \hss
- }%
- \vss
- \ifTPshowboxes
- \vskip -\TPboxrulesize
- {\color{\TP@rulecolour}\hrule depth 0pt height \TPboxrulesize}%
- \fi
- }%
- \fi
- \ifTPshowboxes
- \hskip -\TPboxrulesize
- {\color{\TP@rulecolour}\vrule width \TPboxrulesize}%
- \fi
- \hss}%
- \vss
- }% end of box0
- \ifTP@abspos
- \global\setbox\TP@holdbox\vbox{%
- \unvbox\TP@holdbox
- \box0
- }%
- \else
- \box0
- \prevdepth=\TP@prevdepth
- \fi
- }%
-\ifTP@abspos
- \ifTP@overlay
- \EveryShipout{%
- \global\setbox\@cclv\vbox{%
- \vbox to 0pt{\ifvbox\@cclv \unvbox\@cclv \else \box\@cclv \fi \vss}%
- \unvbox\TP@holdbox % TP@holdbox is now void
- }
- }%
- \else
- \EveryShipout{%
- \global\setbox\@cclv\vbox{%
- \unvbox\TP@holdbox
- \ifvbox\@cclv \unvbox\@cclv \else \box\@cclv \fi
- }%
- }%
- \fi
- \textblockorigin{0pt}{0pt}%
-\fi
-\endinput
-%%
-%% End of file `textpos.sty'.
diff --git a/tex/presentation/thomas/usyd.pdf b/tex/presentation/thomas/usyd.pdf
deleted file mode 100644
index 583d6f2..0000000
--- a/tex/presentation/thomas/usyd.pdf
+++ /dev/null
Binary files differ